It might be the case that earlier wireless was working and then it stopped workingFollow the simple steps here....1. Restart networkingsudo /etc/init.d/networking restart2. Disable the "Support for Atheros 802.11 wireless LAN cards" on system/administration/Hardware Drivers, and reboot your box.3. Restart sudo rebootThat's it, Cheers!Still having problem follow the instructions here
Tag: wireless
Getting wireless working on ubuntu machine
Please follow following steps blindly to get wireless working on ubuntu machine.Here are the steps...On a fresh clean Ubuntu machine:1. Disable the "Support for Atheros 802.11 wireless LAN cards" on Hardware Drivers, and reboot your box.2. In a terminal:2.1 Updates all package lists# sudo apt-get update2.2 Update driver.# sudo apt-get install linux-backports-modules-intrepid-generic3. Reboot.Thanks to Gautam, … Continue reading Getting wireless working on ubuntu machine