volka wrote:
Did you do something to get this ipw2200 driver or is it the one ubuntu 6.10 installs?
Did you update your kernel (/sources)? If yes, exactly what did you do?
I'm just wondering because Ubuntu 6.10 uses kernel 2.6.17 and message
Driver '%s' needs updating - please use bus_type methods already exists in 2.6.16, see
http://www.linuxhq.com/kernel/v2.6/16/d ... e/driver.c and
http://lkml.org/lkml/2006/1/5/151. How old is this ipw2200 driver?
I followed this tutorial and then realized the drivers are included out of the box... my comment is half way down the comments titled "oops" and I tried what was suggested to me (from an admin I think) and it didn't work. (said files didn't exist I think)
volka wrote:
What's the output of[syntax="bash"]uname -a[/syntax]
[syntax="bash"]Linux luke-laptop 2.6.17-10-386 #2 Tue Dec 5 22:26:18 UTC 2006 i686 GNU/Linux[/syntax]
volka wrote:
[syntax="bash"]lsmod | grep ipw[/syntax]
nothing happened
volka wrote:
[syntax="bash"]modinfo ipw2200[/syntax]
[syntax="bash"]filename: /lib/modules/2.6.17-10-386/kernel/drivers/net/wireless/ipw2200.ko
description: Intel(R) PRO/Wireless 2200/2915 Network Driver
version: 1.1.2kmprq
author: Copyright(c) 2003-2006 Intel Corporation
license: GPL
vermagic: 2.6.17-10-386 mod_unload 486 REGPARM gcc-4.1
depends: ieee80211
alias: pci:v00008086d00001043sv00008086sd00002701bc*sc*i*
alias: pci:v00008086d00001043sv00008086sd00002702bc*sc*i*
alias: pci:v00008086d00001043sv00008086sd00002711bc*sc*i*
alias: pci:v00008086d00001043sv00008086sd00002712bc*sc*i*
alias: pci:v00008086d00001043sv00008086sd00002721bc*sc*i*
alias: pci:v00008086d00001043sv00008086sd00002722bc*sc*i*
alias: pci:v00008086d00001043sv00008086sd00002731bc*sc*i*
alias: pci:v00008086d00001043sv00008086sd00002732bc*sc*i*
alias: pci:v00008086d00001043sv00008086sd00002741bc*sc*i*
alias: pci:v00008086d00001043sv0000103Csd00002741bc*sc*i*
alias: pci:v00008086d00001043sv00008086sd00002742bc*sc*i*
alias: pci:v00008086d00001043sv00008086sd00002751bc*sc*i*
alias: pci:v00008086d00001043sv00008086sd00002752bc*sc*i*
alias: pci:v00008086d00001043sv00008086sd00002753bc*sc*i*
alias: pci:v00008086d00001043sv00008086sd00002754bc*sc*i*
alias: pci:v00008086d00001043sv00008086sd00002761bc*sc*i*
alias: pci:v00008086d00001043sv00008086sd00002762bc*sc*i*
alias: pci:v00008086d0000104Fsv*sd*bc*sc*i*
alias: pci:v00008086d00004220sv*sd*bc*sc*i*
alias: pci:v00008086d00004221sv*sd*bc*sc*i*
alias: pci:v00008086d00004223sv*sd*bc*sc*i*
alias: pci:v00008086d00004224sv*sd*bc*sc*i*
srcversion: 21E4CB2BA3BD779BFD7FC01
parm: antenna:select antenna 1=Main, 3=Aux, default 0 [both], 2=slow_diversity (choose the one with lower background noise) (int)
parm: roaming:enable roaming support (default on) (int)
parm: cmdlog:allocate a ring buffer for logging firmware commands (int)
parm: hwcrypto:enable hardware crypto (default off) (int)
parm: bt_coexist:enable bluetooth coexistence (default off) (int)
parm: mode:network mode (0=BSS,1=IBSS,2=Monitor) (int)
parm: burst_duration_OFDM:set OFDM burst value (int)
parm: burst_duration_CCK:set CCK burst value (int)
parm: qos_no_ack_mask:mask Tx_Queue to no ack (int)
parm: qos_burst_enable:enable QoS burst mode (int)
parm: qos_enable:enable all QoS functionalitis (int)
parm: rtap_iface:create the rtap interface (1 - create, default 0) (int)
parm: channel:channel to limit associate to (default 0 [ANY]) (int)
parm: led:enable led control on some systems (default 0 off)
(int)
parm: auto_create:auto create adhoc network (default on) (int)
parm: associate:auto associate when scanning (default on) (int)
parm: disable:manually disable the radio (default 0 [radio on]) (int)[/syntax]
volka wrote:
[syntax="bash"]cat /proc/net/dev[/syntax]
[syntax="bash"]Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 8243 40 0 0 0 0 0 0 8243 40 0 0 0 0 0 0
eth0:15353838 14897 0 0 0 0 0 0 2162763 11611 0 0 0 0 0 0
eth1: 0 426 0 0 0 0 0 0 0 27262 0 0 0 0 1 0
sit0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0[/syntax]
volka wrote:
[syntax="bash"]ethtool eth0[/syntax]
[syntax="bash"]Settings for eth0:
Cannot get device settings: Operation not permitted
Cannot get wake-on-lan settings: Operation not permitted
Cannot get message level: Operation not permitted
Cannot get link status: Operation not permitted
No data available
[/syntax]
volka wrote:
It's likely you'll get faster and better results if you ask in a ubuntu specific forum.
I did. I didn't get an answer.