Recent fresh install of intrepid, followed above
still no go on wireless

Wireless
04:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg 
Wireless PCI Express Adapter (rev 01)

lshw -C network
  *-network UNCLAIMED
       description: Ethernet controller
       product: AR242x 802.11abg Wireless PCI Express Adapter
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: [EMAIL PROTECTED]:04:00.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: cap_list
       configuration: latency=0


uname -r
2.6.27-7-generic

from this report:

sudo apt-get install linux-backports-modules-intrepid
edit /etc/modules and add ath5k

lsmod | grep ath
ath5k                 108420  0 
lbm_cw_mac80211       211248  1 ath5k
lbm_cw_cfg80211        42260  2 ath5k,lbm_cw_mac80211
led_class              12164  2 acer_wmi,ath5k
ath_pci                99096  0 
wlan                  211952  1 ath_pci
ath_hal               198864  1 ath_pci


also bug:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/269253

suggests blacklisting ath_pci

sudo modprobe -r ath_pci
sudo modprobe ath5k

still - same result from iwconfig and lshw

Possibly I'm missing a step?

-- 
Wireless network not working with Acer Aspire 4315
https://bugs.launchpad.net/bugs/210900
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to