Can't go wireless with an ATHEROS card in Ubuntu
Hello everyone,
It's my first time here and my first days using Ubuntu. I have an Acer Aspire 4720 with an ATHEROS AR5006X wireless card. I read and followed all the steps mentioned in the "MadWifi 'First Time User' HOWTO" (http://
As a result, I can detect my wireless net. Wicd finds it (http://
I guess I have to put some parameters in the Wicd panel, or using the terminal. But also, in the process of Connecting to an Access Point, I get some errors as described below:
Scanning for Access Points (output):
rbarra@Chuqui:~$ wlanconfig ath0 list scan
SSID BSSID CHAN RATE S:N INT CAPS
rbarrca 00:14:a5:c5:95:13 6 54M 69:0 100 EPs
... then
rbarra@Chuqui:~$ iwlist ath0 scan
ath0 Scan completed :
Cell 01 - Address: 00:14:A5:C5:95:13
Cell 02 - Address: 00:E0:98:4E:17:7A
Connecting to an open AP (HERE COMES THE FIRST ERROR) output:
rbarra@Chuqui:~$ iwconfig ath0 essid "rbarrca"
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device ath0 ; Operation not permitted.
...then I specify the AP using its MAC/BSSID
rbarra@Chuqui:~$ iwconfig ath0 ap 00:14:A5:C5:95:13
Error for wireless request "Set AP Address" (8B14) :
SET failed on device ath0 ; Operation not permitted.
Now, Connecting with DHCP:
rbarra@Chuqui:~$ dhclient ath0
There is already a pid file /var/run/
Internet Systems Consortium DHCP Client V3.0.5
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://
wifi0: unknown hardware address type 801
can't create /var/lib/
Can't create /var/run/
drop_privileges: could not set group id: Operation not permitted
Well... maybe at this point someone got an idea of what to do. I would really appreciate your help, because I've been trying to go wireless for several days, and I haven't had much feedback on this issue.
Thanks in advance,
Ricardo from Chile.
p.d. sorry about my english
Question information
- Language:
- English Edit question
- Status:
- Invalid
- For:
- wicd Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- David Paleino
- Solved:
- 2012-02-05
- Last query:
- 2008-02-19
- Last reply:
- 2012-02-05
| Adam Blackburn (adamblackburn) said : | #1 |
Your English is fine :)
The first thing you should try is putting "sudo" in front of all of your wireless commands:
sudo iwconfig ath0 essid "rbarrca"
sudo iwconfig ath0 ap 00:14:A5:C5:95:13
sudo dhclient ath0
Using sudo will get around the operation-
You can read more about sudo here: https:/
| Ricardo Barra (chuqui) said : | #2 |
Hello Adam, thanks for your help. I followed the steps and here is the output. I still cannot get connected:
rbarra@Chuqui:~$ wlanconfig ath0 list scan
SSID BSSID CHAN RATE S:N INT CAPS
rbarrca 00:14:a5:c5:95:13 6 54M 70:0 100 EPs
rbarra@Chuqui:~$ iwlist ath0 scan
ath0 Scan completed :
Cell 01 - Address: 00:14:A5:C5:95:13
rbarra@Chuqui:~$ sudo iwconfig ath0 essid "rbarrca"
[sudo] password for rbarra:
rbarra@Chuqui:~$ sudo iwconfig ath0 ap 00:14:A5:C5:95:13
rbarra@Chuqui:~$ sudo dhclient ath0
There is already a pid file /var/run/
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.0.5
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://
wifi0: unknown hardware address type 801
wifi0: unknown hardware address type 801
Listening on LPF/ath0/
Sending on LPF/ath0/
Sending on Socket/fallback
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 8
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
rbarra@Chuqui:~$
In the last step, I should be able to see that the DHCP server allocated some IP address (as stated in http://
Thanks again!
| Ricardo Barra (chuqui) said : | #3 |
Some additional info... Here I have two more screenshots showing that Wicd DOES detect my wireless net ("rbarrca"). It even detects another "Untitled" net, which might be my neighbors.
http://
Then, if I use the Ubuntu Network Manager, I also have the wireless connection enabled, but maybe it's just that I have not configured correctly the Settings in order to get connected.
http://
Regards!
| Ricardo Barra (chuqui) said : | #4 |
I did it! I did it! Wow!!
Don't ask me how, but after changing some parameters (almost randomly) in the Wicd preferences for the wireless network, it worked out and now I'm surfing wireless. But I still have some questions...
1. What does the "Connected to rbarraca at XXX (IP: XXX.XX.XXX.XXX)" status message at the bottom of the Wicd Manager mean?
Take a look at http://
The fisrt number "XXX" changes all the time... constantly...
2. How do I set it up for Wicd to start automatically every time I turn on the computer?
3. How do I set my wireless connection to start automatically when I turn on the computer?
4. Lastly, is it correct to use WEP instead of WPA?
Thanks!!
8-)
| Greg Nickoloff (gnicko) said : | #5 |
1) The XXX number is the signal strength I believe. Right now mine says "79" which I take to be "79%".
2) Add wicd to your "System|
3) It should start automatically if you have the "Connect Automatically" box checked...It doesn't apparently.
4) WPA is considered "better" than WEP but either one is better than nothing...all that just keeps the honest people honest, I guess. If someone wants it bad enough they'll find a way (or just steal your laptop!)
Hope some of this helps you. If you find out how to make wicd connect automatically, let me know!!
Thanks!!
| Ricardo Barra (chuqui) said : | #6 |
Thank you very much, Greg. All the information has been useful.
My Wicd connects automatically, just following the steps metioned by you. I hope that's what you asked for.
Best regards.
| David Paleino (dpaleino) said : | #7 |
Invalidating old bug-report-like question.

