EnlistedSquire
June 21st, 2008, 11:36 PM
Hi,
I'm using Gutsy on a Fujitsu laptop with an onboard Atheros wifi card. As of yesterday the wireless was working tickety-boo using WPA with AES encryption. Yesterday I got a (kernel?) upgrade (from 2.6.22-14 to 2.6.22-15 I think - I'm a bit new at this Linux game) and now today the wireless will only work with TKIP. With AES the connection just times out after trying for a few minutes.
I tried booting with the old kernel from Grub and it still doesn't work so I'm not convinced it's this update that caused the problem but it's the only thing that's changed since yesterday AFAIK.
Here's my hardware info:
darren@ubuntu-laptop:~$ sudo lshw -C network
*-network
description: Wireless interface
product: AR2413 802.11bg NIC
vendor: Atheros Communications, Inc.
physical id: 1
bus info: pci@0000:05:01.0
logical name: wifi0
version: 01
serial: 00:c0:a8:d2:cf:18
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list logical ethernet physical wireless
configuration: broadcast=yes driver=ath_pci driverversion=0.9.4.5 (0.9.3.2) ip=192.168.1.71 latency=168 maxlatency=28 mingnt=10 module=ath_pci multicast=yes wireless=IEEE 802.11g
darren@ubuntu-laptop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11g ESSID:"network01" Nickname:""
Mode:Managed Frequency:2.472 GHz Access Point: 00:11:50:24:FB:B4
Bit Rate:54 Mb/s Tx-Power:16 dBm Sensitivity=1/1
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=50/70 Signal level=-41 dBm Noise level=-91 dBm
Rx invalid nwid:8233 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
As can see from the below, my wifi card does support AES (and as I said, it's been working fine until now):
darren@ubuntu-laptop:~$ dmesg | grep wifi0
[ 26.132000] wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
[ 26.132000] wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
[ 26.132000] wifi0: H/W encryption support: WEP AES AES_CCM TKIP
[ 26.132000] wifi0: mac 7.8 phy 4.5 radio 5.6
[ 26.132000] wifi0: Use hw queue 1 for WME_AC_BE traffic
[ 26.132000] wifi0: Use hw queue 0 for WME_AC_BK traffic
[ 26.132000] wifi0: Use hw queue 2 for WME_AC_VI traffic
[ 26.132000] wifi0: Use hw queue 3 for WME_AC_VO traffic
[ 26.132000] wifi0: Use hw queue 8 for CAB traffic
[ 26.132000] wifi0: Use hw queue 9 for beacons
[ 26.208000] wifi0: Atheros 5212: mem=0x30000000, irq=22
Googling and searching these forums hasn't really produced any similar results so I hope someone can shine some light on this.
Thanks.
Darren.
I'm using Gutsy on a Fujitsu laptop with an onboard Atheros wifi card. As of yesterday the wireless was working tickety-boo using WPA with AES encryption. Yesterday I got a (kernel?) upgrade (from 2.6.22-14 to 2.6.22-15 I think - I'm a bit new at this Linux game) and now today the wireless will only work with TKIP. With AES the connection just times out after trying for a few minutes.
I tried booting with the old kernel from Grub and it still doesn't work so I'm not convinced it's this update that caused the problem but it's the only thing that's changed since yesterday AFAIK.
Here's my hardware info:
darren@ubuntu-laptop:~$ sudo lshw -C network
*-network
description: Wireless interface
product: AR2413 802.11bg NIC
vendor: Atheros Communications, Inc.
physical id: 1
bus info: pci@0000:05:01.0
logical name: wifi0
version: 01
serial: 00:c0:a8:d2:cf:18
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list logical ethernet physical wireless
configuration: broadcast=yes driver=ath_pci driverversion=0.9.4.5 (0.9.3.2) ip=192.168.1.71 latency=168 maxlatency=28 mingnt=10 module=ath_pci multicast=yes wireless=IEEE 802.11g
darren@ubuntu-laptop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11g ESSID:"network01" Nickname:""
Mode:Managed Frequency:2.472 GHz Access Point: 00:11:50:24:FB:B4
Bit Rate:54 Mb/s Tx-Power:16 dBm Sensitivity=1/1
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=50/70 Signal level=-41 dBm Noise level=-91 dBm
Rx invalid nwid:8233 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
As can see from the below, my wifi card does support AES (and as I said, it's been working fine until now):
darren@ubuntu-laptop:~$ dmesg | grep wifi0
[ 26.132000] wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
[ 26.132000] wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
[ 26.132000] wifi0: H/W encryption support: WEP AES AES_CCM TKIP
[ 26.132000] wifi0: mac 7.8 phy 4.5 radio 5.6
[ 26.132000] wifi0: Use hw queue 1 for WME_AC_BE traffic
[ 26.132000] wifi0: Use hw queue 0 for WME_AC_BK traffic
[ 26.132000] wifi0: Use hw queue 2 for WME_AC_VI traffic
[ 26.132000] wifi0: Use hw queue 3 for WME_AC_VO traffic
[ 26.132000] wifi0: Use hw queue 8 for CAB traffic
[ 26.132000] wifi0: Use hw queue 9 for beacons
[ 26.208000] wifi0: Atheros 5212: mem=0x30000000, irq=22
Googling and searching these forums hasn't really produced any similar results so I hope someone can shine some light on this.
Thanks.
Darren.