UNCLAIMED AR242x 802.11abg Wireless PCI Express Adapter [168c:001c] (rev 01) not working on Acer Aspire 5315 in Ubuntu 8.04

Asked by Brandon

I am kinda new to the ubuntu thing. I have an acer aspire 5315 that just crashed with no windows os i was told by a freind to install ubuntu because he uses it and loves it. I got everything working but the wireless internet. i wouuld really like to get off the wire (lol) thats the whole point of having a laptop right? lol Please help!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Brandon
Solved:
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

Hi,

Please first connect your network card to the wireless router using an ethernet cable (also known as a LAN cable).

In order to gather essential troubleshooting information about your wireless card, please follow this procedure:

Step 1: Open Terminal from "Applications->Accessories->Terminal"

Step 2: Run the following command (copy-paste the line below into a Terminal, press enter, then enter password when sudo asks for password, then press enter again)

sudo lshw -C network; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; uname -a; dmesg | grep ound; dmesg | grep b43; iwconfig

Step 3: Please post results (copy/paste terminal output) on this thread

==============================================================================================================

Keep in mind that one or more of the following 5 basic components need to be configured correctly so that wireless can work correctly in Linux:

Wireless configuration in the BIOS, hardware wireless switch setting, active wireless driver version, the firmware for the wireless chipset (stored as a file in Linux), and the configuration of the wireless parameters in wicd or NetworkManager (SSID broadcast settings, encryption settings, name of wireless interface stored in wicd, the chosen channel for wireless transmission, ...) .

In case your wireless interface is DISABLED, please make sure the /etc/network/interfaces file only contains the following 4 lines (you can edit the file using the command gksudo gedit /etc/network/interfaces) :

auto lo
iface lo inet loopback
auto <name of wireless interface>
iface <name of wireless interface> inet dhcp

where you need to replace <name of wireless interface> with a real value inside this file: wlan0 or ath0 or eth1 or something like that. You can find the right value by running the command iwconfig

Here is an example of a real, working /etc/network/interfaces file:

auto lo
iface lo inet loopback
auto wlan0
iface wlan0 inet dhcp

Regards,

Mark

Revision history for this message
Brandon (bjoslin33) said :
#2

here are the results of that command.

*-network
       description: Ethernet interface
       product: NetLink BCM5906M Fast Ethernet PCI Express
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:05:00.0
       logical name: eth0
       version: 02
       serial: 00:1b:38:5e:af:ff
       size: 100MB/s
       capacity: 100MB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.86 duplex=full ip=192.168.2.11 latency=0 link=yes module=tg3 multicast=yes port=twisted pair speed=100MB/s
  *-network UNCLAIMED
       description: Ethernet controller
       product: AR242x 802.11abg Wireless PCI Express Adapter
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: pci@0000:06:00.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix cap_list
       configuration: latency=0
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

auto lo
iface lo inet loopback

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION="Ubuntu 8.04.2"
00:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub [8086:2a00] (rev 03)
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a02] (rev 03)
00:02.1 Display controller [0380]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a03] (rev 03)
00:1a.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 [8086:2834] (rev 03)
00:1a.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 [8086:2835] (rev 03)
00:1a.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 [8086:283a] (rev 03)
00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 03)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 [8086:283f] (rev 03)
00:1c.1 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 [8086:2841] (rev 03)
00:1c.2 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 [8086:2843] (rev 03)
00:1c.3 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 [8086:2845] (rev 03)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 [8086:2830] (rev 03)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 [8086:2831] (rev 03)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 [8086:2832] (rev 03)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 [8086:2836] (rev 03)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev f3)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller [8086:2815] (rev 03)
00:1f.1 IDE interface [0101]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller [8086:2850] (rev 03)
00:1f.2 IDE interface [0101]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller [8086:2828] (rev 03)
00:1f.3 SMBus [0c05]: Intel Corporation 82801H (ICH8 Family) SMBus Controller [8086:283e] (rev 03)
05:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express [14e4:1713] (rev 02)
06:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter [168c:001c] (rev 01)
Bus 007 Device 001: ID 0000:0000
Bus 006 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 003: ID 2525:1932
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Linux bjoslin 2.6.24-24-generic #1 SMP Wed Apr 15 15:54:25 UTC 2009 i686 GNU/Linux
[ 0.000000] found SMP MP-table at 000fe1b0
[ 17.506336] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[ 17.816646] pnp: PnP ACPI: found 9 devices
[ 18.576018] assign_interrupt_mode Found MSI capability
[ 18.576404] assign_interrupt_mode Found MSI capability
[ 18.576740] assign_interrupt_mode Found MSI capability
[ 18.576988] assign_interrupt_mode Found MSI capability
[ 18.931721] isapnp: No Plug & Play device found
[ 19.000424] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 20.781154] hub 1-0:1.0: USB hub found
[ 20.883519] hub 2-0:1.0: USB hub found
[ 20.987487] hub 3-0:1.0: USB hub found
[ 21.091468] hub 4-0:1.0: USB hub found
[ 21.195445] hub 5-0:1.0: USB hub found
[ 21.319561] hub 6-0:1.0: USB hub found
[ 21.447152] hub 7-0:1.0: USB hub found
[ 31.817040] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x0460)
[ 36.083709] lp: driver loaded but no devices found
[ 37.823999] No dock devices found.
[ 38.934435] apm: BIOS not found.
lo no wireless extensions.

eth0 no wireless extensions.

And here is what is in my interfaces:
auto lo
iface lo inet loopback

Not sure what to add to it. Is your working example what i need to put there?

Thanks for your time,

Brandon

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#3

Hi,

Please follow this procedure:

Step 1: Open Terminal from "Applications->Accessories->
Terminal"

Step 2: Run the following commands (copy-paste each line into the Terminal, press <enter> after each line)

sudo aptitude update

sudo aptitude install build-essential subversion

cd ~

wget http://snapshots.madwifi-project.org/madwifi-trunk-current.tar.gz

tar xvf madwifi-trunk-current.tar.gz

cd madwifi-trunk-r4031-20090529

make

sudo make install

gksudo gedit /etc/modules

# Now add the Atheros kernel module ath_pci to the list of modules to be automatically loaded at boot by adding

ath_pci

# to the end of the /etc/modules file. (Gedit editor automatically opens)

gksudo gedit /etc/modprobe.d/blacklist.conf

# Now add the following 3 lines at the end of the /etc/modprobe.d/blacklist.conf file:

blacklist ath5k_pci
blacklist ATL1E
blacklist ath5k

# Now you can reboot and it should work.

Hope this helps,

Regards,

Mark

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#4

Hi,

One more thing: in Ubuntu 8.04, the blacklist file is called /etc/modprobe.d/blacklist

In Ubuntu 9.04, the blacklist file is called /etc/modprobe.d/blacklist.conf

Regards,

Mark

Revision history for this message
Brandon (bjoslin33) said :
#5

Mark,

You are the man!!!!!
I am responding to you wirelessly :)

It worked great. Thanks For your help.

Brandon

Revision history for this message
Joe_Linux (joelinux-earthlink) said :
#6

Can you help me?

jl@jl-acer:~$ sudo lshw -C network; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; uname -a; dmesg | grep ound; dmesg | grep b43; iwconfig
[sudo] password for jl:
  *-network
       description: Ethernet interface
       product: L1e Gigabit Ethernet Adapter
       vendor: Attansic Technology Corp.
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: eth0
       version: b0
       serial: 00:23:8b:b8:f4:b4
       size: 100MB/s
       capacity: 100MB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=ATL1E driverversion=1.0.0.7-NAPI duplex=full firmware=L1e ip=192.168.0.102 latency=0 link=yes module=atl1e multicast=yes port=twisted pair speed=100MB/s
  *-network
       description: Wireless interface
       product: AR242x 802.11abg Wireless PCI Express Adapter
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wmaster0
       version: 01
       serial: 00:24:2c:22:a0:ae
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list logical ethernet physical wireless
       configuration: broadcast=yes driver=ath5k_pci latency=0 module=ath5k multicast=yes wireless=IEEE 802.11bg
  *-network DISABLED
       description: Ethernet interface
       physical id: 1
       logical name: pan0
       serial: a6:54:d5:40:43:f7
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A link=yes multicast=yes
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wmaster0 Interface doesn't support scanning.

wlan0 Scan completed :
          Cell 01 - Address: 00:15:E9:76:2D:A8
                    ESSID:"ColumbiaPlace"
                    Mode:Master
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=78/100 Signal level:-39 dBm Noise level=-89 dBm
                    Encryption key:on
                    IE: Unknown: 000D436F6C756D626961506C616365
                    IE: Unknown: 010882848B960C183048
                    IE: Unknown: 030106
                    IE: Unknown: 2A0100
                    IE: Unknown: 32041224606C
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD0900037F01010017FF7F
                    IE: Unknown: DD0C00037F020101BB0002A44000
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              12 Mb/s; 24 Mb/s; 36 Mb/s; 9 Mb/s; 18 Mb/s
                              48 Mb/s; 54 Mb/s
                    Extra:tsf=0000025a36bdf181
                    Extra: Last beacon: 1248ms ago

pan0 Interface doesn't support scanning.

auto lo
iface lo inet loopback
auto wlan0
iface wlan0 inet dhcp

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.04
DISTRIB_CODENAME=jaunty
DISTRIB_DESCRIPTION="Ubuntu 9.04"
00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GME Express Memory Controller Hub [8086:27ac] (rev 03)
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GME Express Integrated Graphics Controller [8086:27ae] (rev 03)
00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03)
00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller [8086:27d8] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 [8086:27d0] (rev 02)
00:1c.2 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 [8086:27d4] (rev 02)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 [8086:27c8] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 [8086:27c9] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 [8086:27ca] (rev 02)
00:1d.3 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 [8086:27cb] (rev 02)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller [8086:27cc] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 02)
00:1f.1 IDE interface [0101]: Intel Corporation 82801G (ICH7 Family) IDE Controller [8086:27df] (rev 02)
00:1f.2 SATA controller [0106]: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller [8086:27c5] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation 82801G (ICH7 Family) SMBus Controller [8086:27da] (rev 02)
01:00.0 Ethernet controller [0200]: Attansic Technology Corp. L1e Gigabit Ethernet Adapter [1969:1026] (rev b0)
02:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter [168c:001c] (rev 01)
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 064e:a102 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Linux jl-acer 2.6.28-13-generic #44-Ubuntu SMP Tue Jun 2 07:57:31 UTC 2009 i686 GNU/Linux
[ 0.653925] ACPI: No dock devices found.
[ 0.687424] pnp: PnP ACPI: found 9 devices
[ 1.741327] pcieport-driver 0000:00:1c.0: found MSI capability
[ 1.741605] pcieport-driver 0000:00:1c.2: found MSI capability
[ 2.112608] isapnp: No Plug & Play device found
[ 3.144225] hub 1-0:1.0: USB hub found
[ 3.144932] hub 2-0:1.0: USB hub found
[ 3.145468] hub 3-0:1.0: USB hub found
[ 3.146012] hub 4-0:1.0: USB hub found
[ 3.146575] hub 5-0:1.0: USB hub found
[ 3.180809] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 3.187019] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 9.803534] iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x0460)
[ 10.026224] uvcvideo: Found UVC 1.00 device WebCam (064e:a102)
[ 11.100193] lp: driver loaded but no devices found
[ 11.375601] ath5k phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
lo no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11bg ESSID:""
          Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
          Tx-Power=20 dBm
          Retry min limit:7 RTS thr:off Fragment thr=2352 B
          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.

jl@jl-acer:~$

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#7

Hi Joe_Linux,

This thread is already in status "solved".

Please create a new thread for your question.

Regards,

Mark

Revision history for this message
Brandon (bjoslin33) said :
#8

Joe,

Mark is the one that helped me. If you have the same laptop then follow the last thread left and you should be fine.

Thanks
Brandon

Revision history for this message
Jeff the novice (j-m-fletcher) said :
#9

I have taken the advice and have made progress for the first time after days of work

I initially didn't see the enable wireless icon I set up the interfaces file and ran the madwifi file as suggested and although wifi is now enabled the wifi light doesn't light up and the wifi interface which has now come up says it's unknown

I enclose the code results of the advised command before and after my work

BEFORE

  *-network
       description: Ethernet interface
       product: NetLink BCM5906M Fast Ethernet PCI Express
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:05:00.0
       logical name: eth0
       version: 02
       serial: 00:1b:38:65:2f:db
       size: 100MB/s
       capacity: 100MB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi pciexpress bus_master cap_list ethernet
physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3
driverversion=3.94 duplex=full ip=192.168.1.115 latency=0 link=yes
module=tg3 multicast=yes port=twisted pair speed=100MB/s
  *-network UNCLAIMED
       description: Ethernet controller
       product: AR242x 802.11abg Wireless PCI Express Adapter
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: pci@0000:06:00.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list
       configuration: latency=0
  *-network DISABLED
       description: Ethernet interface
       physical id: 2
       logical name: pan0
       serial: aa:a2:3f:39:ac:71
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3
firmware=N/A link=yes multicast=yes
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

pan0 Interface doesn't support scanning.

auto lo
iface lo inet loopback

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.04
DISTRIB_CODENAME=jaunty
DISTRIB_DESCRIPTION="Ubuntu 9.04"
00:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960
Memory Controller Hub [8086:2a00] (rev 03) 00:02.0 VGA compatible controller
[0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller
[8086:2a02] (rev 03) 00:02.1 Display controller [0380]: Intel Corporation
Mobile GM965/GL960 Integrated Graphics Controller [8086:2a03] (rev 03)
00:1a.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB
UHCI Controller #4 [8086:2834] (rev 03) 00:1a.1 USB Controller [0c03]: Intel
Corporation 82801H (ICH8 Family) USB UHCI Controller #5 [8086:2835] (rev 03)
00:1a.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2
EHCI Controller #2 [8086:283a] (rev 03) 00:1b.0 Audio device [0403]: Intel
Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 03)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI
Express Port 1 [8086:283f] (rev 03) 00:1c.1 PCI bridge [0604]: Intel
Corporation 82801H (ICH8 Family) PCI Express Port 2 [8086:2841] (rev 03)
00:1c.2 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI
Express Port 3 [8086:2843] (rev 03) 00:1c.3 PCI bridge [0604]: Intel
Corporation 82801H (ICH8 Family) PCI Express Port 4 [8086:2845] (rev 03)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB
UHCI Controller #1 [8086:2830] (rev 03) 00:1d.1 USB Controller [0c03]: Intel
Corporation 82801H (ICH8 Family) USB UHCI Controller #2 [8086:2831] (rev 03)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB
UHCI Controller #3 [8086:2832] (rev 03) 00:1d.7 USB Controller [0c03]: Intel
Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 [8086:2836] (rev
03) 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge
[8086:2448] (rev f3) 00:1f.0 ISA bridge [0601]: Intel Corporation 82801HEM
(ICH8M) LPC Interface Controller [8086:2815] (rev 03) 00:1f.1 IDE interface
[0101]: Intel Corporation 82801HBM/HEM
(ICH8M/ICH8M-E) IDE Controller [8086:2850] (rev 03)
00:1f.2 IDE interface [0101]: Intel Corporation 82801HBM/HEM
(ICH8M/ICH8M-E) SATA IDE Controller [8086:2828] (rev 03) 00:1f.3 SMBus
[0c05]: Intel Corporation 82801H (ICH8 Family) SMBus Controller [8086:283e]
(rev 03) 05:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink
BCM5906M Fast Ethernet PCI Express [14e4:1713] (rev 02) 06:00.0 Ethernet
controller [0200]: Atheros Communications Inc. AR242x 802.11abg Wireless PCI
Express Adapter [168c:001c] (rev 01) Bus 002 Device 001: ID 1d6b:0002 Linux
Foundation 2.0 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation
1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001
Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001:
ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001
Linux Foundation 1.1 root hub Linux kirsty-laptop 2.6.28-14-generic
#47-Ubuntu SMP Sat Jul 25 00:28:35 UTC 2009 i686 GNU/Linux
[ 0.000000] found SMP MP-table at [c00fe1b0] 000fe1b0
[ 0.596078] ACPI: No dock devices found.
[ 0.640350] pnp: PnP ACPI: found 9 devices
[ 1.406717] ACPI Warning (nseval-0168): Insufficient arguments -
method [_OSC] needs 5, found 4 [20080926]
[ 1.432361] ACPI Warning (nseval-0168): Insufficient arguments -
method [_OSC] needs 5, found 4 [20080926]
[ 1.456483] pcieport-driver 0000:00:1c.0: found MSI capability
[ 1.456704] pcieport-driver 0000:00:1c.1: found MSI capability
[ 1.456914] pcieport-driver 0000:00:1c.2: found MSI capability
[ 1.457130] pcieport-driver 0000:00:1c.3: found MSI capability
[ 1.457305] ACPI Warning (nseval-0168): Insufficient arguments -
method [_OSC] needs 5, found 4 [20080926]
[ 1.457460] ACPI Warning (nseval-0168): Insufficient arguments -
method [_OSC] needs 5, found 4 [20080926]
[ 1.457605] ACPI Warning (nseval-0168): Insufficient arguments -
method [_OSC] needs 5, found 4 [20080926]
[ 1.457749] ACPI Warning (nseval-0168): Insufficient arguments -
method [_OSC] needs 5, found 4 [20080926]
[ 2.191203] isapnp: No Plug & Play device found
[ 4.796100] hub 1-0:1.0: USB hub found
[ 4.816087] hub 2-0:1.0: USB hub found
[ 4.816420] hub 3-0:1.0: USB hub found
[ 4.816694] hub 4-0:1.0: USB hub found
[ 4.816966] hub 5-0:1.0: USB hub found
[ 4.817217] hub 6-0:1.0: USB hub found
[ 4.817472] hub 7-0:1.0: USB hub found
[ 4.853954] device-mapper: multipath round-robin: version 1.0.0
loaded
[ 4.855704] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 11.051770] iTCO_wdt: Found a ICH8M TCO device (Version=2,
TCOBASE=0x0460)
[ 11.832028] lp: driver loaded but no devices found
lo no wireless extensions.

eth0 no wireless extensions.

pan0 no wireless extensions.

AFTER

 *-network
       description: Ethernet interface
       product: NetLink BCM5906M Fast Ethernet PCI Express
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:05:00.0
       logical name: eth0
       version: 02
       serial: 00:1b:38:65:2f:db
       size: 100MB/s
       capacity: 100MB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi pciexpress bus_master cap_list ethernet
physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3
driverversion=3.94 duplex=full ip=192.168.1.115 latency=0 link=yes
module=tg3 multicast=yes port=twisted pair speed=100MB/s
  *-network
       description: Wireless interface
       product: AR242x 802.11abg Wireless PCI Express Adapter
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: pci@0000:06:00.0
       logical name: wifi0
       version: 01
       serial: 00:1d:d9:4e:55:f2
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list logical
ethernet physical wireless
       configuration: broadcast=yes driver=ath_pci latency=0 module=ath_pci
multicast=yes wireless=IEEE 802.11g
  *-network
       description: Ethernet interface
       physical id: 2
       logical name: pan0
       serial: ce:b6:d4:c5:ee:a1
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3
firmware=N/A link=yes multicast=yes
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wifi0 Interface doesn't support scanning.

ath0 Scan completed :
          Cell 01 - Address: 00:22:B0:EF:34:3B
                    ESSID:"TalkTalk3fe45"
                    Mode:Master
                    Frequency:2.412 GHz (Channel 1)
                    Quality=22/70 Signal level=-73 dBm Noise level=-95 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Extra:bcn_int=100
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK

Extra:wme_ie=dd180050f2020101000003a4000027a4000042435e0062322f00
          Cell 02 - Address: 00:18:39:A7:1F:4B
                    ESSID:"linksys"
                    Mode:Master
                    Frequency:2.452 GHz (Channel 9)
                    Quality=64/70 Signal level=-31 dBm Noise level=-95 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Extra:bcn_int=100
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK

Extra:wme_ie=dd180050f2020101040003a4000027a4000042435e0062322f00
                    Extra:ath_ie=dd0900037f01010000ff7f
          Cell 03 - Address: 00:1D:68:51:94:23
                    ESSID:"BTHomeHub-1573"
                    Mode:Master
                    Frequency:2.462 GHz (Channel 11)
                    Quality=21/70 Signal level=-74 dBm Noise level=-95 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s
                    Extra:bcn_int=100

Extra:wme_ie=dd180050f2020101880003a4000027a4000042435e0062322f00

pan0 Interface doesn't support scanning.

auto lo
iface lo inet loopback
auto pan0
iface pan0 inet dhcp

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.04
DISTRIB_CODENAME=jaunty
DISTRIB_DESCRIPTION="Ubuntu 9.04"
00:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960
Memory Controller Hub [8086:2a00] (rev 03) 00:02.0 VGA compatible controller
[0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller
[8086:2a02] (rev 03) 00:02.1 Display controller [0380]: Intel Corporation
Mobile GM965/GL960 Integrated Graphics Controller [8086:2a03] (rev 03)
00:1a.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB
UHCI Controller #4 [8086:2834] (rev 03) 00:1a.1 USB Controller [0c03]: Intel
Corporation 82801H (ICH8 Family) USB UHCI Controller #5 [8086:2835] (rev 03)
00:1a.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2
EHCI Controller #2 [8086:283a] (rev 03) 00:1b.0 Audio device [0403]: Intel
Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 03)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI
Express Port 1 [8086:283f] (rev 03) 00:1c.1 PCI bridge [0604]: Intel
Corporation 82801H (ICH8 Family) PCI Express Port 2 [8086:2841] (rev 03)
00:1c.2 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI
Express Port 3 [8086:2843] (rev 03) 00:1c.3 PCI bridge [0604]: Intel
Corporation 82801H (ICH8 Family) PCI Express Port 4 [8086:2845] (rev 03)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB
UHCI Controller #1 [8086:2830] (rev 03) 00:1d.1 USB Controller [0c03]: Intel
Corporation 82801H (ICH8 Family) USB UHCI Controller #2 [8086:2831] (rev 03)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB
UHCI Controller #3 [8086:2832] (rev 03) 00:1d.7 USB Controller [0c03]: Intel
Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 [8086:2836] (rev
03) 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge
[8086:2448] (rev f3) 00:1f.0 ISA bridge [0601]: Intel Corporation 82801HEM
(ICH8M) LPC Interface Controller [8086:2815] (rev 03) 00:1f.1 IDE interface
[0101]: Intel Corporation 82801HBM/HEM
(ICH8M/ICH8M-E) IDE Controller [8086:2850] (rev 03)
00:1f.2 IDE interface [0101]: Intel Corporation 82801HBM/HEM
(ICH8M/ICH8M-E) SATA IDE Controller [8086:2828] (rev 03) 00:1f.3 SMBus
[0c05]: Intel Corporation 82801H (ICH8 Family) SMBus Controller [8086:283e]
(rev 03) 05:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink
BCM5906M Fast Ethernet PCI Express [14e4:1713] (rev 02) 06:00.0 Ethernet
controller [0200]: Atheros Communications Inc. AR242x 802.11abg Wireless PCI
Express Adapter [168c:001c] (rev 01) Bus 002 Device 001: ID 1d6b:0002 Linux
Foundation 2.0 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation
1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001
Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001:
ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001
Linux Foundation 1.1 root hub Linux kirsty-laptop 2.6.28-14-generic
#47-Ubuntu SMP Sat Jul 25 00:28:35 UTC 2009 i686 GNU/Linux
[ 0.000000] found SMP MP-table at [c00fe1b0] 000fe1b0
[ 0.592081] ACPI: No dock devices found.
[ 0.632351] pnp: PnP ACPI: found 9 devices
[ 1.403652] ACPI Warning (nseval-0168): Insufficient arguments -
method [_OSC] needs 5, found 4 [20080926]
[ 1.428361] ACPI Warning (nseval-0168): Insufficient arguments -
method [_OSC] needs 5, found 4 [20080926]
[ 1.452482] pcieport-driver 0000:00:1c.0: found MSI capability
[ 1.452702] pcieport-driver 0000:00:1c.1: found MSI capability
[ 1.452912] pcieport-driver 0000:00:1c.2: found MSI capability
[ 1.453129] pcieport-driver 0000:00:1c.3: found MSI capability
[ 1.453306] ACPI Warning (nseval-0168): Insufficient arguments -
method [_OSC] needs 5, found 4 [20080926]
[ 1.453460] ACPI Warning (nseval-0168): Insufficient arguments -
method [_OSC] needs 5, found 4 [20080926]
[ 1.453605] ACPI Warning (nseval-0168): Insufficient arguments -
method [_OSC] needs 5, found 4 [20080926]
[ 1.453748] ACPI Warning (nseval-0168): Insufficient arguments -
method [_OSC] needs 5, found 4 [20080926]
[ 2.181779] isapnp: No Plug & Play device found
[ 4.804100] hub 1-0:1.0: USB hub found
[ 4.824086] hub 2-0:1.0: USB hub found
[ 4.824420] hub 3-0:1.0: USB hub found
[ 4.824692] hub 4-0:1.0: USB hub found
[ 4.824965] hub 5-0:1.0: USB hub found
[ 4.825216] hub 6-0:1.0: USB hub found
[ 4.825471] hub 7-0:1.0: USB hub found
[ 4.860557] device-mapper: multipath round-robin: version 1.0.0
loaded
[ 4.862310] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 11.298829] iTCO_wdt: Found a ICH8M TCO device (Version=2,
TCOBASE=0x0460)
[ 11.926951] lp: driver loaded but no devices found
[ 12.506396] wifi0: Atheros AR2425 chip found (MAC 14.2, PHY SChip
7.0, Radio 10.2)
lo no wireless extensions.

eth0 no wireless extensions.

wifi0 no wireless extensions.

ath0 IEEE 802.11g ESSID:"" Nickname:""
          Mode:Managed Frequency:2.422 GHz Access Point:
Not-Associated
          Bit Rate:0 kb/s Tx-Power:16 dBm Sensitivity=1/1
          Retry:off RTS thr:off Fragment thr:off
          Power Management:off
          Link Quality=0/70 Signal level=-96 dBm Noise level=-96 dBm
          Rx invalid nwid:2325 Rx invalid crypt:0 Rx invalid frag:0
          Tx excessive retries:0 Invalid misc:0 Missed beacon:0

pan0 no wireless extensions.

The wifi light still won't light up and I can't use wifi

I wonder if you can give me further assistance

Revision history for this message
Huu Thanh Nguyen (huuthanh-ng) said :
#10

Thanks Mark,
My friend, Mr. Vu Do Quynh, give me this your answer. I did as you said. Now my laptop Acer with AR5BXB63 wifi chip work well.

Revision history for this message
Huu Thanh Nguyen (huuthanh-ng) said :
#11

...on the Karmic Koala 9.10.