Since the update, Ubuntu doesn't seem to be recognizing my wireless internet setup. I know it's Atheros, but that's about it.
Traditionally, I've been able to connect to the wireless internet by doing the following: If I want to connect to the network "MyNetwork" (for example), I:
* make sure I have
in my /etc/network/interfaces file
* type
at the command line
and then, ideally, magic happens, and Linux happily connects to the network for me.
However, since upgrading to 9.04, after I type ifup ath0 I see this error:
I did some googling, and installed madwifi-tools, but that didn't seem to help. I suspect it may have something to do with one of those configuration files which Ubuntu modified during the upgrade...
Can anyone offer a suggestion?
Thanks!
Traditionally, I've been able to connect to the wireless internet by doing the following: If I want to connect to the network "MyNetwork" (for example), I:
* make sure I have
Code:
wireless-essid MyNetwork
* type
Code:
sudo ifup ath0
and then, ideally, magic happens, and Linux happily connects to the network for me.
However, since upgrading to 9.04, after I type ifup ath0 I see this error:
Code:
Error for wireless request "Set ESSID" (8B1A) : SET failed on device ath0 ; No such device. Internet Systems Consortium DHCP Client V3.1.1 Copyright 2004-2008 Internet Systems Consortium. All rights reserved. For info, please visit [url]http://www.isc.org/sw/dhcp/[/url] wmaster0: unknown hardware address type 801 SIOCSIFADDR: No such device ath0: ERROR while getting interface flags: No such device ath0: ERROR while getting interface flags: No such device wmaster0: unknown hardware address type 801 Bind socket to interface: No such device Failed to bring up ath0.
Can anyone offer a suggestion?
Thanks!
Comment