I have Ubuntu 12.10 installed on an hp pavillion dv5 laptop I can't enable wireless networks. I am able to connect to wired networks though. I have a wireless button that's currently set on disabled, and when I try to enable it through the button, nothing happens! What do I need to do to enable my wireless network?
From lspci | grep 802
, I got nothing. From lspci
, I got the following relevant output:
08:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
From Software sources, it doesn't show any additional drivers.
From here, I use Atheros AR928X but I don't know where to put the blacklist stuff into.
lspci | grep 802
reveal? Is it activated in BIOS? – user unknown Jan 01 '13 at 20:03lsmod | grep ath
? – qbi Jan 20 '13 at 00:31