Hi openSUSE Forums,
I’m another newbie to openSUSE, and I know Linux has it’s problems with wireless cards on laptops, so I’m here for yet another inquiry.
I recently downloaded openSUSE 11.1 on my ancient HP Compaq laptop. It originally ran on Windows XP Home Edition (which I deleted with Linux, accidentally), and was manufactured around 2003 or so.
As for the wireless card:
WLAN PCMIA Card, IEE 802.11b 2.4Ghz DSSS. It’s made by Intellinet.
After inserting it into the slot, and opening the GNOME Terminal, I ran “/sbin/lspci” and came up with this:
00:00.0 Host bridge: ATI Technologies Inc AGP Bridge [IGP 320M] (rev 13)
00:01.0 PCI bridge: ATI Technologies Inc PCI Bridge [IGP 320M] (rev 01)
00:02.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:06.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 02)
00:07.0 ISA bridge: ALi Corporation M1533/M1535/M1543 PCI to ISA Bridge [Aladdin IV/V/V+]
00:08.0 Modem: ALi Corporation M5457 AC'97 Modem Controller
00:0a.0 CardBus bridge: O2 Micro, Inc. OZ601/6912/711E0 CardBus/SmartCardBus Controller
00:10.0 IDE interface: ALi Corporation M5229 IDE (rev c4)
00:11.0 Bridge: ALi Corporation M7101 Power Management Controller [PMU]
00:12.0 Ethernet controller: National Semiconductor Corporation DP83815 (MacPhyter) Ethernet Controller
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility U1
Being me, I’m having issues with finding what to do next, so I turn to this community.
Please help,
TheTwilit
Your card does not show up in the lspci output. This tells me that it is not a
Cardbus device, but a 16-bit PCMCIA card. Please run two additional commands:
/sbin/lspcmcia -v
/usr/sbin/iwconfig
The prognosis for getting this card to work is not good. Coverage of such 16-bit
devices is slim.
lwfinger:
Your card does not show up in the lspci output. This tells me that it is not a
Cardbus device, but a 16-bit PCMCIA card. Please run two additional commands:
/sbin/lspcmcia -v
/usr/sbin/iwconfig
The prognosis for getting this card to work is not good. Coverage of such 16-bit
devices is slim.
Okay, it comes out as:
Socket 0 Bridge: [yenta_cardbus] (bus ID: 0000:00:0a.0)
Configuration: state: on ready: yes
Voltage: 3.3V Vcc: 3.3V Vpp: 0.0V
Socket 0 Device 0: [atmel_cs] (bus ID: 0.0)
Configuration: state: on
Product Name: ATMEL AT76C502AR
Identification: manf_id: 0x0000 card_id: 0x0000
function: 6 (network)
prod_id(1): "ATMEL" (0xabda4164)
prod_id(2): "AT76C502AR" (0x41b37e1f)
prod_id(3): --- (---)
prod_id(4): --- (---)
And for the second command:
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11-DS ESSID:off/any
Mode:Managed Frequency:2.427 GHz Access Point: FF:00:00:00:00:00
Bit Rate:11 Mb/s
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
pan0 no wireless extensions.
And Andy, I’ll be sure to read them.
TheTwilit wrote:
>
> Code:
> --------------------
> lo no wireless extensions.
>
> eth0 no wireless extensions.
>
> eth1 IEEE 802.11-DS ESSID:off/any
> Mode:Managed Frequency:2.427 GHz Access Point: FF:00:00:00:00:00
> Bit Rate:11 Mb/s
> Retry short limit:7 RTS thr:off Fragment thr:off
> Power Management:off
> Link Quality:0 Signal level:0 Noise level:0
> Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
> Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Good. There is a driver (atmel_cs) and it is loaded. What is the result of the
commands
sudo /usr/sbin/iwlist eth1 scan
dmesg | grep atm
lwfinger:
TheTwilit wrote:
>
> Code:
> --------------------
> lo no wireless extensions.
>
> eth0 no wireless extensions.
>
> eth1 IEEE 802.11-DS ESSID:off/any
> Mode:Managed Frequency:2.427 GHz Access Point: FF:00:00:00:00:00
> Bit Rate:11 Mb/s
> Retry short limit:7 RTS thr:off Fragment thr:off
> Power Management:off
> Link Quality:0 Signal level:0 Noise level:0
> Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
> Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Good. There is a driver (atmel_cs) and it is loaded. What is the result of the
commands
sudo /usr/sbin/iwlist eth1 scan
dmesg | grep atm
For the first one:
ethl Interface doesn't support scanning.
Second:
<dd18cc4f>] init_atmel_card+0x2f0/0x3f5 [atmel]
<dd19f2cd>] atmel_config+0x259/0x2b5 [atmel_cs]
<dd18e563>] (service_interrupt+0x0/0x354 [atmel])
firmware: requesting atmel_at76c502-wpa.bin
firmware: requesting atmel_at76c502-wpa.bin
firmware: requesting atmel_at76c502-wpa.bin
firmware: requesting atmel_at76c502-wpa.bin
firmware: requesting atmel_at76c502-wpa.bin
firmware: requesting atmel_at76c502-wpa.bin
firmware: requesting atmel_at76c502-wpa.bin
firmware: requesting atmel_at76c502-wpa.bin
firmware: requesting atmel_at76c502-wpa.bin
TheTwilit wrote:
> Code:
> --------------------
> <dd18cc4f>] init_atmel_card+0x2f0/0x3f5 [atmel]
> <dd19f2cd>] atmel_config+0x259/0x2b5 [atmel_cs]
> <dd18e563>] (service_interrupt+0x0/0x354 [atmel])
> firmware: requesting atmel_at76c502-wpa.bin
> firmware: requesting atmel_at76c502-wpa.bin
> firmware: requesting atmel_at76c502-wpa.bin
> firmware: requesting atmel_at76c502-wpa.bin
> firmware: requesting atmel_at76c502-wpa.bin
> firmware: requesting atmel_at76c502-wpa.bin
> firmware: requesting atmel_at76c502-wpa.bin
> firmware: requesting atmel_at76c502-wpa.bin
> firmware: requesting atmel_at76c502-wpa.bin
I hope you understand that these messages mean that you do not have the firmware
installed.
If you have Internet access when in Linux, open a terminal and enter
sudo zypper install atmel-firmware
If you have to load some other OS to get Internet access, you will need to
download the following URL and get the file into your home directory on Linux:
http://www.thekelleys.org.uk/atmel/atmel-firmware-1.3.tar.gz
After you have completed that step, open a terminal and enter the following
commands:
tar zxvf atmel-firmware-1.3.tar.gz
cd atmel-firmware-1.3/images
sudo cp atmel_at76c502-wpa.bin /lib/firmware
After you do these steps and reboot, you should see your AP from the iwlist
command above. If so, all that remains is to configure the connection.
lwfinger:
TheTwilit wrote:
> Code:
> --------------------
> <dd18cc4f>] init_atmel_card+0x2f0/0x3f5 [atmel]
> <dd19f2cd>] atmel_config+0x259/0x2b5 [atmel_cs]
> <dd18e563>] (service_interrupt+0x0/0x354 [atmel])
> firmware: requesting atmel_at76c502-wpa.bin
> firmware: requesting atmel_at76c502-wpa.bin
> firmware: requesting atmel_at76c502-wpa.bin
> firmware: requesting atmel_at76c502-wpa.bin
> firmware: requesting atmel_at76c502-wpa.bin
> firmware: requesting atmel_at76c502-wpa.bin
> firmware: requesting atmel_at76c502-wpa.bin
> firmware: requesting atmel_at76c502-wpa.bin
> firmware: requesting atmel_at76c502-wpa.bin
I hope you understand that these messages mean that you do not have the firmware
installed.
If you have Internet access when in Linux, open a terminal and enter
sudo zypper install atmel-firmware
If you have to load some other OS to get Internet access, you will need to
download the following URL and get the file into your home directory on Linux:
http://www.thekelleys.org.uk/atmel/atmel-firmware-1.3.tar.gz
After you have completed that step, open a terminal and enter the following
commands:
tar zxvf atmel-firmware-1.3.tar.gz
cd atmel-firmware-1.3/images
sudo cp atmel_at76c502-wpa.bin /lib/firmware
After you do these steps and reboot, you should see your AP from the iwlist
command above. If so, all that remains is to configure the connection.
Alright, now that that’s done, how do I configure the connection?
Oh, and after I ran all the codes together, I rebooted, then ran them again and it came out as:
nick@linux-yaos:~> /sbin/iwilst
bash: /sbin/iwilst: No such file or directory
nick@linux-yaos:~> tar zxvf atmel-firmware-1.3.tar.gz
tar: atmel-firmware-1.3.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
nick@linux-yaos:~> cd atmel-firmware-1.3/images
nick@linux-yaos:~/atmel-firmware-1.3/images> sudo cp atmel_at76c502-wpa.bin /lib/firmware
root's password:
nick@linux-yaos:~/atmel-firmware-1.3/images>
I think it looked like that the first time, too…
Open 2 terminal windows.
First terminal
su -c "tail -F /var/log/messages"
and keep it running, this is your “control” window.
second terminal.
ls -l /lib/firmware/atmel*
su
password
modprobe -rv atmel_cs
modprobe -v atmel_cs
iwlist eth1 scan
iwconfig
Post output of both consoles.
Akoellh:
Open 2 terminal windows.
First terminal
su -c "tail -F /var/log/messages"
and keep it running, this is your “control” window.
second terminal.
ls -l /lib/firmware/atmel*
su
password
modprobe -rv atmel_cs
modprobe -v atmel_cs
iwlist eth1 scan
iwconfig
Post output of both consoles.
nick@linux-yaos:~> su -c "tail -F /var/log/messages"
Password:
Apr 11 17:16:00 linux-yaos kernel: usb 1-2: USB disconnect, address 2
Apr 11 17:36:04 linux-yaos -- MARK --
Apr 11 17:41:33 linux-yaos smartd[2502]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 137 to 130
Apr 11 17:45:02 linux-yaos su: (to beagleindex) root on none
Apr 11 17:45:46 linux-yaos su: (to beagleindex) root on none
Apr 11 17:49:13 linux-yaos su: (to beagleindex) root on none
Apr 11 18:09:13 linux-yaos -- MARK --
Apr 11 18:11:10 linux-yaos syslog-ng[1700]: Log statistics; dropped='pipe(/dev/xconsole)=0', dropped='pipe(/dev/tty10)=0', processed='center(queued)=253', processed='center(received)=201', processed='destination(newsnotice)=0', processed='destination(acpid)=2', processed='destination(firewall)=0', processed='destination(null)=8', processed='destination(mail)=2', processed='destination(mailinfo)=2', processed='destination(console)=15', processed='destination(newserr)=0', processed='destination(newscrit)=0', processed='destination(messages)=165', processed='destination(mailwarn)=0', processed='destination(localmessages)=0', processed='destination(netmgm)=24', processed='destination(mailerr)=0', processed='destination(xconsole)=15', processed='destination(warn)=20', processed='source(src)=201'
Apr 11 18:11:33 linux-yaos smartd[2502]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 130 to 125
Apr 11 18:26:26 linux-yaos su: (to root) nick on /dev/pts/1
Apr 11 18:31:43 linux-yaos su: FAILED SU (to root) nick on /dev/pts/2
Apr 11 18:31:53 linux-yaos su: (to root) nick on /dev/pts/2
Apr 11 18:36:17 linux-yaos kernel: usb 1-2: new full speed USB device using ohci_hcd and address 3
Apr 11 18:36:17 linux-yaos kernel: usb 1-2: configuration #1 chosen from 1 choice
Apr 11 18:36:18 linux-yaos kernel: scsi3 : SCSI emulation for USB Mass Storage devices
Apr 11 18:36:18 linux-yaos kernel: usb 1-2: New USB device found, idVendor=12f7, idProduct=1a00
Apr 11 18:36:18 linux-yaos kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 11 18:36:18 linux-yaos kernel: usb 1-2: Product: TD Classic 003B
Apr 11 18:36:18 linux-yaos kernel: usb 1-2: Manufacturer: Memorex
Apr 11 18:36:18 linux-yaos kernel: usb 1-2: SerialNumber: 07680C1505C7
Apr 11 18:36:18 linux-yaos kernel: usb-storage: device found at 3
Apr 11 18:36:18 linux-yaos kernel: usb-storage: waiting for device to settle before scanning
Apr 11 18:36:19 linux-yaos kernel: scsi 3:0:0:0: Direct-Access Memorex TD Classic 003B PMAP PQ: 0 ANSI: 0 CCS
Apr 11 18:36:19 linux-yaos kernel: sd 3:0:0:0: [sdb] 2015232 512-byte hardware sectors: (1.03GB/984MiB)
Apr 11 18:36:19 linux-yaos kernel: sd 3:0:0:0: [sdb] Write Protect is off
Apr 11 18:36:19 linux-yaos kernel: sd 3:0:0:0: [sdb] Mode Sense: 23 00 00 00
Apr 11 18:36:19 linux-yaos kernel: sd 3:0:0:0: [sdb] Assuming drive cache: write through
Apr 11 18:36:19 linux-yaos kernel: sd 3:0:0:0: [sdb] 2015232 512-byte hardware sectors: (1.03GB/984MiB)
Apr 11 18:36:19 linux-yaos kernel: sd 3:0:0:0: [sdb] Write Protect is off
Apr 11 18:36:19 linux-yaos kernel: sd 3:0:0:0: [sdb] Mode Sense: 23 00 00 00
Apr 11 18:36:19 linux-yaos kernel: sd 3:0:0:0: [sdb] Assuming drive cache: write through
Apr 11 18:36:19 linux-yaos kernel: sdb: sdb1
Apr 11 18:36:19 linux-yaos kernel: sd 3:0:0:0: [sdb] Attached SCSI removable disk
Apr 11 18:36:19 linux-yaos kernel: sd 3:0:0:0: Attached scsi generic sg2 type 0
Apr 11 18:36:19 linux-yaos kernel: usb-storage: device scan complete
Apr 11 18:36:21 linux-yaos hald: mounted /dev/sdb1 on behalf of uid 1000
Apr 11 18:36:21 linux-yaos gnome-keyring-daemon[2946]: adding removable location: volume_uuid_E537_6866 at /media/TravelDrive
nick@linux-yaos:~> ls -l /lib/firmware/atmel*
-rw-r--r-- 1 root root 30348 2008-12-03 00:02 /lib/firmware/atmel_at76c502_3com.bin
-rw-r--r-- 1 root root 35184 2008-12-03 00:02 /lib/firmware/atmel_at76c502_3com-wpa.bin
-rw-r--r-- 1 root root 31764 2008-12-03 00:02 /lib/firmware/atmel_at76c502.bin
-rw-r--r-- 1 root root 31764 2008-12-03 00:02 /lib/firmware/atmel_at76c502d.bin
-rw-r--r-- 1 root root 35276 2008-12-03 00:02 /lib/firmware/atmel_at76c502d-wpa.bin
-rw-r--r-- 1 root root 31776 2008-12-03 00:02 /lib/firmware/atmel_at76c502e.bin
-rw-r--r-- 1 root root 35272 2008-12-03 00:02 /lib/firmware/atmel_at76c502e-wpa.bin
-rw-r--r-- 1 root root 35276 2009-04-11 17:14 /lib/firmware/atmel_at76c502-wpa.bin
-rw-r--r-- 1 root root 28164 2008-12-03 00:02 /lib/firmware/atmel_at76c503-i3861.bin
-rw-r--r-- 1 root root 28040 2008-12-03 00:02 /lib/firmware/atmel_at76c503-i3863.bin
-rw-r--r-- 1 root root 35372 2008-12-03 00:02 /lib/firmware/atmel_at76c503-rfmd-0.90.2-140.bin
-rw-r--r-- 1 root root 37804 2008-12-03 00:02 /lib/firmware/atmel_at76c503-rfmd-acc.bin
-rw-r--r-- 1 root root 37964 2008-12-03 00:02 /lib/firmware/atmel_at76c503-rfmd.bin
-rw-r--r-- 1 root root 35180 2008-12-03 00:02 /lib/firmware/atmel_at76c504_2958-wpa.bin
-rw-r--r-- 1 root root 39928 2008-12-03 00:02 /lib/firmware/atmel_at76c504a_2958-wpa.bin
-rw-r--r-- 1 root root 31748 2008-12-03 00:02 /lib/firmware/atmel_at76c504.bin
-rw-r--r-- 1 root root 35196 2008-12-03 00:02 /lib/firmware/atmel_at76c504c-wpa.bin
-rw-r--r-- 1 root root 37009 2008-12-03 00:02 /lib/firmware/atmel_at76c505a-rfmd2958.bin
-rw-r--r-- 1 root root 37000 2008-12-03 00:02 /lib/firmware/atmel_at76c505-rfmd2958.bin
-rw-r--r-- 1 root root 35532 2008-12-03 00:02 /lib/firmware/atmel_at76c505-rfmd.bin
-rw-r--r-- 1 root root 31824 2008-12-03 00:02 /lib/firmware/atmel_at76c506.bin
-rw-r--r-- 1 root root 35228 2008-12-03 00:02 /lib/firmware/atmel_at76c506-wpa.bin
nick@linux-yaos:~> su
Password:
passu: incorrect password
nick@linux-yaos:~> su
Password:
linux-yaos:/home/nick # modprobe -rv atmel_cs
FATAL: Module atmel_cs is in use.
linux-yaos:/home/nick # modprobe -v atmel_cs
linux-yaos:/home/nick # iwlist ethl scan
ethl Interface doesn't support scanning.
linux-yaos:/home/nick # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11-DS ESSID:off/any
Mode:Managed Frequency:2.427 GHz Access Point: FF:00:00:00:00:00
Bit Rate:11 Mb/s
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
pan0 no wireless extensions.
linux-yaos:/home/nick #
Hm,
linux-yaos:/home/nick # modprobe -rv atmel_cs
**FATAL: Module atmel_cs is in use. **
linux-yaos:/home/nick # modprobe -v atmel_cs
linux-yaos:/home/nick # iwlist ethl scan
**ethl Interface doesn't support scanning. **
That’s not good, and I also wanted to see kernel messages on loading the module (which was not possible, as it could not be unloaded).
OK, same procedure again (all commands as root)
First console with the tail-command.
remove the card
unload moodule
modprobe -rv atmel_cs
If it’s not unloadable, reboot the machine without the card and start from the beginning.
modprobe -v atmel_cs
(if the module is not loaded automatically, take a look at your monitoring console).
iwconfig
iwlist scan
ifconfig eth1 up
iwconfig
iwlist scan
Again, post output of both consoles.
Akoellh:
Hm,
linux-yaos:/home/nick # modprobe -rv atmel_cs
**FATAL: Module atmel_cs is in use. **
linux-yaos:/home/nick # modprobe -v atmel_cs
linux-yaos:/home/nick # iwlist ethl scan
**ethl Interface doesn't support scanning. **
That’s not good, and I also wanted to see kernel messages on loading the module (which was not possible, as it could not be unloaded).
OK, same procedure again (all commands as root)
First console with the tail-command.
remove the card
unload moodule
modprobe -rv atmel_cs
If it’s not unloadable, reboot the machine without the card and start from the beginning.
modprobe -v atmel_cs
(if the module is not loaded automatically, take a look at your monitoring console).
iwconfig
iwlist scan
ifconfig eth1 up
iwconfig
iwlist scan
Again, post output of both consoles.
linux-yaos:/home/nick # modprobe -rv atmel_cs
rmmod /lib/modules/2.6.27.7-9-default/kernel/drivers/net/wireless/atmel_cs.ko
rmmod /lib/modules/2.6.27.7-9-default/kernel/drivers/net/wireless/atmel.ko
linux-yaos:/home/nick # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
pan0 no wireless extensions.
linux-yaos:/home/nick # iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
pan0 Interface doesn't support scanning.
linux-yaos:/home/nick # ifconfig eth1 up
eth1: unknown interface: No such device
linux-yaos:/home/nick # iwconfig ethl up
iwconfig: unknown command "up"
linux-yaos:/home/nick # iwconfig ethl1
ethl1 No such device
linux-yaos:/home/nick # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
pan0 no wireless extensions.
linux-yaos:/home/nick # iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
pan0 Interface doesn't support scanning.
linux-yaos:/home/nick #
^^That was both.
And now again without forgetting the second console and without forgetting to load the module.
Oh, sorry, I forgot to load the module again.
Then I screwed up, so I rebooted the machine without the card, inserted again once ready, and ran then restarted the steps.
This is the ENTIRE code I came up with (for all of them):
nick@linux-yaos:~> ls -1 /lib/firmware/atmel*
/lib/firmware/atmel_at76c502_3com.bin
/lib/firmware/atmel_at76c502_3com-wpa.bin
/lib/firmware/atmel_at76c502.bin
/lib/firmware/atmel_at76c502d.bin
/lib/firmware/atmel_at76c502d-wpa.bin
/lib/firmware/atmel_at76c502e.bin
/lib/firmware/atmel_at76c502e-wpa.bin
/lib/firmware/atmel_at76c502-wpa.bin
/lib/firmware/atmel_at76c503-i3861.bin
/lib/firmware/atmel_at76c503-i3863.bin
/lib/firmware/atmel_at76c503-rfmd-0.90.2-140.bin
/lib/firmware/atmel_at76c503-rfmd-acc.bin
/lib/firmware/atmel_at76c503-rfmd.bin
/lib/firmware/atmel_at76c504_2958-wpa.bin
/lib/firmware/atmel_at76c504a_2958-wpa.bin
/lib/firmware/atmel_at76c504.bin
/lib/firmware/atmel_at76c504c-wpa.bin
/lib/firmware/atmel_at76c505a-rfmd2958.bin
/lib/firmware/atmel_at76c505-rfmd2958.bin
/lib/firmware/atmel_at76c505-rfmd.bin
/lib/firmware/atmel_at76c506.bin
/lib/firmware/atmel_at76c506-wpa.bin
nick@linux-yaos:~> su
Password:
linux-yaos:/home/nick # modprove -rv atmel_cs
bash: modprove: command not found
linux-yaos:/home/nick # modprobe -rv atmel_cs
rmmod /lib/modules/2.6.27.7-9-default/kernel/drivers/pcmcia/pcmcia.ko
linux-yaos:/home/nick # modprone -v atmel_cs
bash: modprone: command not found
linux-yaos:/home/nick # modprobe -v atmel_cs
insmod /lib/modules/2.6.27.7-9-default/kernel/drivers/net/wireless/atmel.ko
insmod /lib/modules/2.6.27.7-9-default/kernel/drivers/pcmcia/pcmcia.ko
insmod /lib/modules/2.6.27.7-9-default/kernel/drivers/net/wireless/atmel_cs.ko
linux-yaos:/home/nick # iwlist ethl scan
ethl Interface doesn't support scanning.
linux-yaos:/home/nick # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
pan0 no wireless extensions.
linux-yaos:/home/nick # modprobe -rv atmel_cs
rmmod /lib/modules/2.6.27.7-9-default/kernel/drivers/net/wireless/atmel_cs.ko
rmmod /lib/modules/2.6.27.7-9-default/kernel/drivers/pcmcia/pcmcia.ko
rmmod /lib/modules/2.6.27.7-9-default/kernel/drivers/net/wireless/atmel.ko
linux-yaos:/home/nick # modprobe -v atmel_cs
insmod /lib/modules/2.6.27.7-9-default/kernel/drivers/net/wireless/atmel.ko
insmod /lib/modules/2.6.27.7-9-default/kernel/drivers/pcmcia/pcmcia.ko
insmod /lib/modules/2.6.27.7-9-default/kernel/drivers/net/wireless/atmel_cs.ko
linux-yaos:/home/nick # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
pan0 no wireless extensions.
eth1 IEEE 802.11-DS ESSID:off/any
Mode:Managed Frequency:2.427 GHz Access Point: FF:00:00:00:00:00
Bit Rate:11 Mb/s
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
linux-yaos:/home/nick # iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
pan0 Interface doesn't support scanning.
eth1 Interface doesn't support scanning : Device or resource busy
linux-yaos:/home/nick # ifconfig eth1 up
linux-yaos:/home/nick # iwconfig ethl up
iwconfig: unknown command "up"
linux-yaos:/home/nick # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
pan0 no wireless extensions.
eth1 IEEE 802.11-DS ESSID:off/any
Mode:Managed Frequency:2.427 GHz Access Point: FF:00:00:00:00:00
Bit Rate:11 Mb/s
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
linux-yaos:/home/nick # iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
pan0 Interface doesn't support scanning.
And then for the first one, which you called the “control” window:
nick@linux-yaos:~> su -c "tail -F /var/log/messages"
Password:
Apr 11 20:29:23 linux-yaos kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Apr 11 20:29:23 linux-yaos kernel: Bluetooth: BNEP filters: protocol multicast
Apr 11 20:29:23 linux-yaos kernel: Bridge firewalling registered
Apr 11 20:29:23 linux-yaos kernel: pan0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
Apr 11 20:29:23 linux-yaos bluetoothd[2968]: bridge pan0 created
Apr 11 20:29:23 linux-yaos bluetoothd[2968]: Parsing /etc/bluetooth/input.conf failed: No such file or directory
Apr 11 20:29:23 linux-yaos ifup: Service network not started and mode 'auto' -> skipping
Apr 11 20:30:59 linux-yaos su: FAILED SU (to root) nick on /dev/pts/1
Apr 11 20:31:18 linux-yaos su: (to root) nick on /dev/pts/1
Apr 11 20:32:29 linux-yaos su: (to root) nick on /dev/pts/2
Apr 11 20:33:09 linux-yaos su: (to root) nick on /dev/pts/3
Apr 11 20:35:44 linux-yaos kernel: pccard: PCMCIA card inserted into slot 0
Apr 11 20:35:58 linux-yaos kernel: cs: memory probe 0xa0000000-0xa0ffffff: clean.
Apr 11 20:35:58 linux-yaos kernel: pcmcia: registering new device pcmcia0.0
Apr 11 20:35:59 linux-yaos kernel: irq 3: nobody cared (try booting with the "irqpoll" option)
Apr 11 20:35:59 linux-yaos kernel: Pid: 3311, comm: modprobe Tainted: G 2.6.27.7-9-default #1
Apr 11 20:35:59 linux-yaos kernel: <c0106570>] dump_trace+0x6b/0x249
Apr 11 20:35:59 linux-yaos kernel: <c01070a5>] show_trace+0x20/0x39
Apr 11 20:35:59 linux-yaos kernel: <c0343c02>] dump_stack+0x71/0x76
Apr 11 20:35:59 linux-yaos kernel: <c0163599>] __report_bad_irq+0x36/0x75
Apr 11 20:35:59 linux-yaos kernel: <c016367a>] note_interrupt+0xa2/0xe0
Apr 11 20:35:59 linux-yaos kernel: <c0163d0e>] handle_level_irq+0xa3/0xe4
Apr 11 20:35:59 linux-yaos kernel: <c01077c0>] do_IRQ+0x57/0x73
Apr 11 20:35:59 linux-yaos kernel: <c0105d23>] common_interrupt+0x23/0x30
Apr 11 20:35:59 linux-yaos kernel: <c012f953>] __do_softirq+0x74/0x119
Apr 11 20:35:59 linux-yaos kernel: <c012fa3d>] do_softirq+0x45/0x53
Apr 11 20:35:59 linux-yaos kernel: <c012fb45>] irq_exit+0x35/0x69
Apr 11 20:36:00 linux-yaos kernel: <c01077c5>] do_IRQ+0x5c/0x73
Apr 11 20:36:00 linux-yaos kernel: <c0105d23>] common_interrupt+0x23/0x30
Apr 11 20:36:00 linux-yaos kernel: <c03459f0>] _spin_unlock_irqrestore+0x1d/0x28
Apr 11 20:36:00 linux-yaos kernel: <c01632c5>] setup_irq+0x1d1/0x20d
Apr 11 20:36:00 linux-yaos kernel: <c016337d>] request_irq+0x7c/0x98
Apr 11 20:36:00 linux-yaos kernel: <dcf5ac4f>] init_atmel_card+0x2f0/0x3f5 [atmel]
Apr 11 20:36:00 linux-yaos kernel: <dcf262cd>] atmel_config+0x259/0x2b5 [atmel_cs]
Apr 11 20:36:00 linux-yaos kernel: <dcf62773>] pcmcia_device_probe+0xb7/0x126 [pcmcia]
Apr 11 20:36:00 linux-yaos kernel: <c02a1862>] really_probe+0xd7/0x1de
Apr 11 20:36:00 linux-yaos kernel: <c02a1a3e>] __driver_attach+0x37/0x55
Apr 11 20:36:00 linux-yaos kernel: <c02a111d>] bus_for_each_dev+0x31/0x57
Apr 11 20:36:00 linux-yaos kernel: <c02a1614>] driver_attach+0x16/0x18
Apr 11 20:36:00 linux-yaos kernel: <c02a0b16>] bus_add_driver+0xec/0x21b
Apr 11 20:36:00 linux-yaos kernel: <c02a1bb1>] driver_register+0x85/0xe2
Apr 11 20:36:00 linux-yaos kernel: <dcf6357e>] pcmcia_register_driver+0xc5/0xf4 [pcmcia]
Apr 11 20:36:00 linux-yaos kernel: <c010112b>] _stext+0x3b/0x127
Apr 11 20:36:00 linux-yaos kernel: <c014c8bf>] sys_init_module+0x8a/0x19e
Apr 11 20:36:00 linux-yaos kernel: <c0104c9b>] sysenter_do_call+0x12/0x2f
Apr 11 20:36:00 linux-yaos kernel: <ffffe430>] 0xffffe430
Apr 11 20:36:00 linux-yaos ifup: Network interface is managed from NetworkManager
Apr 11 20:36:00 linux-yaos kernel: =======================
Apr 11 20:36:01 linux-yaos kernel: handlers:
Apr 11 20:36:01 linux-yaos kernel: <dcf5c563>] (service_interrupt+0x0/0x354 [atmel])
Apr 11 20:36:01 linux-yaos kernel: Disabling IRQ #3
Apr 11 20:36:01 linux-yaos kernel: eth1: Atmel at76c50x. Version 0.98. MAC 00:00:1c:0b:a5:b4
Apr 11 20:36:01 linux-yaos kernel: Uniform Multi-Platform E-IDE driver
Apr 11 20:36:01 linux-yaos ifup: NetworkManager will be advised to set up eth1
Apr 11 20:36:01 linux-yaos ifup: but it cannot be assured from here.
Apr 11 20:36:05 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 20:36:05 linux-yaos kernel: ADDRCONF(NETDEV_UP): eth1: link is not ready
Apr 11 20:36:05 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 20:36:05 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 20:36:05 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 20:36:05 linux-yaos kernel: NET: Registered protocol family 17
Apr 11 20:36:05 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 20:36:06 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 20:36:06 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 20:36:06 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 20:36:06 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 20:37:49 linux-yaos kernel: usb 1-2: new full speed USB device using ohci_hcd and address 2
Apr 11 20:37:49 linux-yaos kernel: usb 1-2: configuration #1 chosen from 1 choice
Apr 11 20:37:49 linux-yaos kernel: usb 1-2: New USB device found, idVendor=12f7, idProduct=1a00
Apr 11 20:37:49 linux-yaos kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 11 20:37:49 linux-yaos kernel: usb 1-2: Product: TD Classic 003B
Apr 11 20:37:49 linux-yaos kernel: usb 1-2: Manufacturer: Memorex
Apr 11 20:37:49 linux-yaos kernel: usb 1-2: SerialNumber: 07680C1505C7
Apr 11 20:37:50 linux-yaos kernel: Initializing USB Mass Storage driver...
Apr 11 20:37:50 linux-yaos kernel: scsi2 : SCSI emulation for USB Mass Storage devices
Apr 11 20:37:50 linux-yaos kernel: usbcore: registered new interface driver usb-storage
Apr 11 20:37:50 linux-yaos kernel: USB Mass Storage support registered.
Apr 11 20:37:50 linux-yaos kernel: usb-storage: device found at 2
Apr 11 20:37:50 linux-yaos kernel: usb-storage: waiting for device to settle before scanning
Apr 11 20:37:51 linux-yaos kernel: scsi 2:0:0:0: Direct-Access Memorex TD Classic 003B PMAP PQ: 0 ANSI: 0 CCS
Apr 11 20:37:52 linux-yaos kernel: sd 2:0:0:0: [sdb] 2015232 512-byte hardware sectors: (1.03GB/984MiB)
Apr 11 20:37:52 linux-yaos kernel: sd 2:0:0:0: [sdb] Write Protect is off
Apr 11 20:37:52 linux-yaos kernel: sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
Apr 11 20:37:52 linux-yaos kernel: sd 2:0:0:0: [sdb] Assuming drive cache: write through
Apr 11 20:37:52 linux-yaos kernel: sd 2:0:0:0: [sdb] 2015232 512-byte hardware sectors: (1.03GB/984MiB)
Apr 11 20:37:52 linux-yaos kernel: sd 2:0:0:0: [sdb] Write Protect is off
Apr 11 20:37:52 linux-yaos kernel: sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
Apr 11 20:37:52 linux-yaos kernel: sd 2:0:0:0: [sdb] Assuming drive cache: write through
Apr 11 20:37:52 linux-yaos kernel: sdb: sdb1
Apr 11 20:37:52 linux-yaos kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
Apr 11 20:37:52 linux-yaos kernel: sd 2:0:0:0: Attached scsi generic sg2 type 0
Apr 11 20:37:52 linux-yaos kernel: usb-storage: device scan complete
Apr 11 20:37:54 linux-yaos gnome-keyring-daemon[2844]: adding removable location: volume_uuid_E537_6866 at /media/TravelDrive
Apr 11 20:37:54 linux-yaos hald: mounted /dev/sdb1 on behalf of uid 1000
Not good.
Apr 11 20:35:59 linux-yaos kernel: Pid: 3311, comm: modprobe Tainted: G 2.6.27.7-9-default #1
Apr 11 20:35:59 linux-yaos kernel: <c0106570>] dump_trace+0x6b/0x249
Apr 11 20:35:59 linux-yaos kernel: <c01070a5>] show_trace+0x20/0x39
Apr 11 20:35:59 linux-yaos kernel: <c0343c02>] dump_stack+0x71/0x76
Apr 11 20:35:59 linux-yaos kernel: <c0163599>] __report_bad_irq+0x36/0x75
Apr 11 20:35:59 linux-yaos kernel: <c016367a>] note_interrupt+0xa2/0xe0
Apr 11 20:35:59 linux-yaos kernel: <c0163d0e>] handle_level_irq+0xa3/0xe4
Apr 11 20:35:59 linux-yaos kernel: <c01077c0>] do_IRQ+0x57/0x73
Apr 11 20:35:59 linux-yaos kernel: <c0105d23>] common_interrupt+0x23/0x30
Apr 11 20:35:59 linux-yaos kernel: <c012f953>] __do_softirq+0x74/0x119
Apr 11 20:35:59 linux-yaos kernel: <c012fa3d>] do_softirq+0x45/0x53
Apr 11 20:35:59 linux-yaos kernel: <c012fb45>] irq_exit+0x35/0x69
Apr 11 20:36:00 linux-yaos kernel: <c01077c5>] do_IRQ+0x5c/0x73
Apr 11 20:36:00 linux-yaos kernel: <c0105d23>] common_interrupt+0x23/0x30
Apr 11 20:36:00 linux-yaos kernel: <c03459f0>] _spin_unlock_irqrestore+0x1d/0x28
Apr 11 20:36:00 linux-yaos kernel: <c01632c5>] setup_irq+0x1d1/0x20d
Apr 11 20:36:00 linux-yaos kernel: <c016337d>] request_irq+0x7c/0x98
Apr 11 20:36:00 linux-yaos kernel: <dcf5ac4f>] init_atmel_card+0x2f0/0x3f5 [atmel]
Apr 11 20:36:00 linux-yaos kernel: <dcf262cd>] atmel_config+0x259/0x2b5 [atmel_cs]
Apr 11 20:36:00 linux-yaos kernel: <dcf62773>] pcmcia_device_probe+0xb7/0x126 [pcmcia]
Apr 11 20:36:00 linux-yaos kernel: <c02a1862>] really_probe+0xd7/0x1de
Apr 11 20:36:00 linux-yaos kernel: <c02a1a3e>] __driver_attach+0x37/0x55
Apr 11 20:36:00 linux-yaos kernel: <c02a111d>] bus_for_each_dev+0x31/0x57
Apr 11 20:36:00 linux-yaos kernel: <c02a1614>] driver_attach+0x16/0x18
Apr 11 20:36:00 linux-yaos kernel: <c02a0b16>] bus_add_driver+0xec/0x21b
Apr 11 20:36:00 linux-yaos kernel: <c02a1bb1>] driver_register+0x85/0xe2
Apr 11 20:36:00 linux-yaos kernel: <dcf6357e>] pcmcia_register_driver+0xc5/0xf4 [pcmcia]
Apr 11 20:36:00 linux-yaos kernel: <c010112b>] _stext+0x3b/0x127
Apr 11 20:36:00 linux-yaos kernel: <c014c8bf>] sys_init_module+0x8a/0x19e
Apr 11 20:36:00 linux-yaos kernel: <c0104c9b>] sysenter_do_call+0x12/0x2f
Apr 11 20:36:00 linux-yaos kernel: <ffffe430>] 0xffffe430
Kernel problem when initializing the card, but:
Apr 11 20:35:59 linux-yaos kernel: irq 3: nobody cared
**(try booting with the "irqpoll" option)**
Reboot the machine and type
irqpoll
before starting openSUSE (can be seen in the line Boot Options).
Same procedure again.
Akoellh:
Not good.
Apr 11 20:35:59 linux-yaos kernel: Pid: 3311, comm: modprobe Tainted: G 2.6.27.7-9-default #1
Apr 11 20:35:59 linux-yaos kernel: <c0106570>] dump_trace+0x6b/0x249
Apr 11 20:35:59 linux-yaos kernel: <c01070a5>] show_trace+0x20/0x39
Apr 11 20:35:59 linux-yaos kernel: <c0343c02>] dump_stack+0x71/0x76
Apr 11 20:35:59 linux-yaos kernel: <c0163599>] __report_bad_irq+0x36/0x75
Apr 11 20:35:59 linux-yaos kernel: <c016367a>] note_interrupt+0xa2/0xe0
Apr 11 20:35:59 linux-yaos kernel: <c0163d0e>] handle_level_irq+0xa3/0xe4
Apr 11 20:35:59 linux-yaos kernel: <c01077c0>] do_IRQ+0x57/0x73
Apr 11 20:35:59 linux-yaos kernel: <c0105d23>] common_interrupt+0x23/0x30
Apr 11 20:35:59 linux-yaos kernel: <c012f953>] __do_softirq+0x74/0x119
Apr 11 20:35:59 linux-yaos kernel: <c012fa3d>] do_softirq+0x45/0x53
Apr 11 20:35:59 linux-yaos kernel: <c012fb45>] irq_exit+0x35/0x69
Apr 11 20:36:00 linux-yaos kernel: <c01077c5>] do_IRQ+0x5c/0x73
Apr 11 20:36:00 linux-yaos kernel: <c0105d23>] common_interrupt+0x23/0x30
Apr 11 20:36:00 linux-yaos kernel: <c03459f0>] _spin_unlock_irqrestore+0x1d/0x28
Apr 11 20:36:00 linux-yaos kernel: <c01632c5>] setup_irq+0x1d1/0x20d
Apr 11 20:36:00 linux-yaos kernel: <c016337d>] request_irq+0x7c/0x98
Apr 11 20:36:00 linux-yaos kernel: <dcf5ac4f>] init_atmel_card+0x2f0/0x3f5 [atmel]
Apr 11 20:36:00 linux-yaos kernel: <dcf262cd>] atmel_config+0x259/0x2b5 [atmel_cs]
Apr 11 20:36:00 linux-yaos kernel: <dcf62773>] pcmcia_device_probe+0xb7/0x126 [pcmcia]
Apr 11 20:36:00 linux-yaos kernel: <c02a1862>] really_probe+0xd7/0x1de
Apr 11 20:36:00 linux-yaos kernel: <c02a1a3e>] __driver_attach+0x37/0x55
Apr 11 20:36:00 linux-yaos kernel: <c02a111d>] bus_for_each_dev+0x31/0x57
Apr 11 20:36:00 linux-yaos kernel: <c02a1614>] driver_attach+0x16/0x18
Apr 11 20:36:00 linux-yaos kernel: <c02a0b16>] bus_add_driver+0xec/0x21b
Apr 11 20:36:00 linux-yaos kernel: <c02a1bb1>] driver_register+0x85/0xe2
Apr 11 20:36:00 linux-yaos kernel: <dcf6357e>] pcmcia_register_driver+0xc5/0xf4 [pcmcia]
Apr 11 20:36:00 linux-yaos kernel: <c010112b>] _stext+0x3b/0x127
Apr 11 20:36:00 linux-yaos kernel: <c014c8bf>] sys_init_module+0x8a/0x19e
Apr 11 20:36:00 linux-yaos kernel: <c0104c9b>] sysenter_do_call+0x12/0x2f
Apr 11 20:36:00 linux-yaos kernel: <ffffe430>] 0xffffe430
Kernel problem when initializing the card, but:
Apr 11 20:35:59 linux-yaos kernel: irq 3: nobody cared
**(try booting with the "irqpoll" option)**
Reboot the machine and type
irqpoll
before starting openSUSE (can be seen in the line Boot Options).
Same procedure again.
Ah, thanks, that somehow got my internet working once I entered that and went through the same procedure.
nick@linux-yaos:~> ls -l /lib/firmware/atmel*
-rw-r--r-- 1 root root 30348 2008-12-03 00:02 /lib/firmware/atmel_at76c502_3com.bin
-rw-r--r-- 1 root root 35184 2008-12-03 00:02 /lib/firmware/atmel_at76c502_3com-wpa.bin
-rw-r--r-- 1 root root 31764 2008-12-03 00:02 /lib/firmware/atmel_at76c502.bin
-rw-r--r-- 1 root root 31764 2008-12-03 00:02 /lib/firmware/atmel_at76c502d.bin
-rw-r--r-- 1 root root 35276 2008-12-03 00:02 /lib/firmware/atmel_at76c502d-wpa.bin
-rw-r--r-- 1 root root 31776 2008-12-03 00:02 /lib/firmware/atmel_at76c502e.bin
-rw-r--r-- 1 root root 35272 2008-12-03 00:02 /lib/firmware/atmel_at76c502e-wpa.bin
-rw-r--r-- 1 root root 35276 2009-04-11 17:14 /lib/firmware/atmel_at76c502-wpa.bin
-rw-r--r-- 1 root root 28164 2008-12-03 00:02 /lib/firmware/atmel_at76c503-i3861.bin
-rw-r--r-- 1 root root 28040 2008-12-03 00:02 /lib/firmware/atmel_at76c503-i3863.bin
-rw-r--r-- 1 root root 35372 2008-12-03 00:02 /lib/firmware/atmel_at76c503-rfmd-0.90.2-140.bin
-rw-r--r-- 1 root root 37804 2008-12-03 00:02 /lib/firmware/atmel_at76c503-rfmd-acc.bin
-rw-r--r-- 1 root root 37964 2008-12-03 00:02 /lib/firmware/atmel_at76c503-rfmd.bin
-rw-r--r-- 1 root root 35180 2008-12-03 00:02 /lib/firmware/atmel_at76c504_2958-wpa.bin
-rw-r--r-- 1 root root 39928 2008-12-03 00:02 /lib/firmware/atmel_at76c504a_2958-wpa.bin
-rw-r--r-- 1 root root 31748 2008-12-03 00:02 /lib/firmware/atmel_at76c504.bin
-rw-r--r-- 1 root root 35196 2008-12-03 00:02 /lib/firmware/atmel_at76c504c-wpa.bin
-rw-r--r-- 1 root root 37009 2008-12-03 00:02 /lib/firmware/atmel_at76c505a-rfmd2958.bin
-rw-r--r-- 1 root root 37000 2008-12-03 00:02 /lib/firmware/atmel_at76c505-rfmd2958.bin
-rw-r--r-- 1 root root 35532 2008-12-03 00:02 /lib/firmware/atmel_at76c505-rfmd.bin
-rw-r--r-- 1 root root 31824 2008-12-03 00:02 /lib/firmware/atmel_at76c506.bin
-rw-r--r-- 1 root root 35228 2008-12-03 00:02 /lib/firmware/atmel_at76c506-wpa.bin
nick@linux-yaos:~> su
Password:
linux-yaos:/home/nick # modprobe -rv atmel_cs
FATAL: Module atmel_cs is in use.
linux-yaos:/home/nick # modprobe -v atmel_cs
linux-yaos:/home/nick # iwlist eth1 scan
eth1 Scan completed :
Cell 01 - Address: 00:12:17:0D:07:96
ESSID:"linksys"
Mode:Managed
Channel:6
Quality:9/100 Signal level:9/100 Noise level:0/0
Encryption key:off
linux-yaos:/home/nick # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11-DS ESSID:"linksys"
Mode:Managed Frequency:2.437 GHz Access Point: 00:12:17:0D:07:96
Bit Rate:11 Mb/s
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=66/100 Signal level=39/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:22
pan0 no wireless extensions.
linux-yaos:/home/nick #
nick@linux-yaos:~> su -c "tail -F /var/log/messages"
Password:
Apr 11 21:04:15 linux-yaos bluetoothd[3055]: Failed to find Bluetooth netlink family
Apr 11 21:04:15 linux-yaos bluetoothd[3055]: Parsing /etc/bluetooth/network.conf failed: No such file or directory
Apr 11 21:04:16 linux-yaos kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Apr 11 21:04:16 linux-yaos kernel: Bluetooth: BNEP filters: protocol multicast
Apr 11 21:04:17 linux-yaos kernel: Bridge firewalling registered
Apr 11 21:04:17 linux-yaos kernel: pan0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
Apr 11 21:04:17 linux-yaos bluetoothd[3055]: bridge pan0 created
Apr 11 21:04:18 linux-yaos bluetoothd[3055]: Parsing /etc/bluetooth/input.conf failed: No such file or directory
Apr 11 21:04:18 linux-yaos ifup: Service network not started and mode 'auto' -> skipping
Apr 11 21:06:20 linux-yaos su: (to root) nick on /dev/pts/1
Apr 11 21:09:31 linux-yaos su: (to root) nick on /dev/pts/2
Apr 11 21:10:29 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 21:10:29 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 21:10:29 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 21:10:29 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 21:10:29 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 21:10:29 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 21:10:29 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 21:10:30 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 21:10:30 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 21:10:30 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 21:10:30 linux-yaos kernel: firmware: requesting atmel_at76c502-wpa.bin
Apr 11 21:10:31 linux-yaos dhclient: Internet Systems Consortium DHCP Client V3.1.1
Apr 11 21:10:31 linux-yaos dhclient: Copyright 2004-2008 Internet Systems Consortium.
Apr 11 21:10:31 linux-yaos dhclient: All rights reserved.
Apr 11 21:10:31 linux-yaos dhclient: For info, please visit http://www.isc.org/sw/dhcp/
Apr 11 21:10:31 linux-yaos dhclient:
Apr 11 21:10:31 linux-yaos dhclient: Listening on LPF/eth1/00:00:1c:0b:a5:b4
Apr 11 21:10:31 linux-yaos dhclient: Sending on LPF/eth1/00:00:1c:0b:a5:b4
Apr 11 21:10:31 linux-yaos dhclient: Sending on Socket/fallback
Apr 11 21:10:33 linux-yaos dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 5
Apr 11 21:10:33 linux-yaos kernel: martian source 255.255.255.255 from 192.168.1.1, on dev eth1
Apr 11 21:10:33 linux-yaos kernel: ll header: ff:ff:ff:ff:ff:ff:00:12:17:0d:07:94:08:00
Apr 11 21:10:33 linux-yaos dhclient: DHCPOFFER from 192.168.1.1
Apr 11 21:10:38 linux-yaos dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
Apr 11 21:10:38 linux-yaos kernel: martian source 255.255.255.255 from 192.168.1.1, on dev eth1
Apr 11 21:10:38 linux-yaos kernel: ll header: ff:ff:ff:ff:ff:ff:00:12:17:0d:07:94:08:00
Apr 11 21:10:38 linux-yaos dhclient: DHCPACK from 192.168.1.1
Apr 11 21:10:38 linux-yaos dhclient: bound to 192.168.1.117 -- renewal in 1640 seconds.
Apr 11 21:10:38 linux-yaos avahi-daemon[2354]: Joining mDNS multicast group on interface eth1.IPv4 with address 192.168.1.117.
Apr 11 21:10:38 linux-yaos avahi-daemon[2354]: New relevant interface eth1.IPv4 for mDNS.
Apr 11 21:10:38 linux-yaos avahi-daemon[2354]: Registering new address record for 192.168.1.117 on eth1.IPv4.
Apr 11 21:10:40 linux-yaos nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/autofs' exited with error status 1.
Apr 11 21:10:40 linux-yaos if-up.d/21-dhcpcd-hook-samba: No dhcpcd info nor dhclient leases file found for eth1.
Apr 11 21:10:41 linux-yaos sm-notify[3550]: Already notifying clients; Exiting!
Apr 11 21:10:41 linux-yaos nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/nfs' exited with error status 6.
Apr 11 21:27:22 linux-yaos kernel: usb 1-2: new full speed USB device using ohci_hcd and address 2
Apr 11 21:27:22 linux-yaos kernel: usb 1-2: configuration #1 chosen from 1 choice
Apr 11 21:27:22 linux-yaos kernel: usb 1-2: New USB device found, idVendor=12f7, idProduct=1a00
Apr 11 21:27:22 linux-yaos kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 11 21:27:22 linux-yaos kernel: usb 1-2: Product: TD Classic 003B
Apr 11 21:27:22 linux-yaos kernel: usb 1-2: Manufacturer: Memorex
Apr 11 21:27:22 linux-yaos kernel: usb 1-2: SerialNumber: 07680C1505C7
Apr 11 21:27:22 linux-yaos kernel: Initializing USB Mass Storage driver...
Apr 11 21:27:22 linux-yaos kernel: scsi2 : SCSI emulation for USB Mass Storage devices
Apr 11 21:27:22 linux-yaos kernel: usbcore: registered new interface driver usb-storage
Apr 11 21:27:22 linux-yaos kernel: USB Mass Storage support registered.
Apr 11 21:27:22 linux-yaos kernel: usb-storage: device found at 2
Apr 11 21:27:22 linux-yaos kernel: usb-storage: waiting for device to settle before scanning
Apr 11 21:27:23 linux-yaos kernel: scsi 2:0:0:0: Direct-Access Memorex TD Classic 003B PMAP PQ: 0 ANSI: 0 CCS
Apr 11 21:27:24 linux-yaos kernel: sd 2:0:0:0: [sdb] 2015232 512-byte hardware sectors: (1.03GB/984MiB)
Apr 11 21:27:24 linux-yaos kernel: sd 2:0:0:0: [sdb] Write Protect is off
Apr 11 21:27:24 linux-yaos kernel: sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
Apr 11 21:27:24 linux-yaos kernel: sd 2:0:0:0: [sdb] Assuming drive cache: write through
Apr 11 21:27:24 linux-yaos kernel: sd 2:0:0:0: [sdb] 2015232 512-byte hardware sectors: (1.03GB/984MiB)
Apr 11 21:27:24 linux-yaos kernel: sd 2:0:0:0: [sdb] Write Protect is off
Apr 11 21:27:24 linux-yaos kernel: sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
Apr 11 21:27:24 linux-yaos kernel: sd 2:0:0:0: [sdb] Assuming drive cache: write through
Apr 11 21:27:24 linux-yaos kernel: sdb: sdb1
Apr 11 21:27:24 linux-yaos kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
Apr 11 21:27:24 linux-yaos kernel: sd 2:0:0:0: Attached scsi generic sg2 type 0
Apr 11 21:27:24 linux-yaos kernel: usb-storage: device scan complete
Apr 11 21:27:27 linux-yaos gnome-keyring-daemon[2953]: adding removable location: volume_uuid_E537_6866 at /media/TravelDrive
Apr 11 21:27:27 linux-yaos hald: mounted /dev/sdb1 on behalf of uid 1000
And now the last step is to add this parameter permanently to your boot options.
Start a text editor as root
open the file “boot/grub/menu.lst”
search for the lines starting with “kernel” and add
irqpoll
to the respective lines.
Save and you’re done.
Where do I add irqpoll on the lines?