topic title: Wireless not working in 8.2
7 posts
• Page 1 of 1
-
Posts: 251
- Joined: 16 Mar 2008
#1
I hate to be the first one to post with a problem but I'm having some wireless issues. I had installed antiX M8 last week and had it somewhat configured but thought it would be good to start with the most up to date release since I hadn't done TOO much customizing. Installed 8.2 earlier and it installed like a charm (as usual). However, when I setup my wireless network in wicd (just like I did in __{{emoticon}}__ it didn't work. Wicd says I am connected and have 100% signal strength, the wireless toggle light is showing that the radio is on, but when I try to go anywhere in Iceweasel I get Server not found at whatever address. Any thoughts?
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#2
Try changing to dhcpcd and auto or if you have, try dhclient and auto
-
Posts: 251
- Joined: 16 Mar 2008
#3
I'm not very familiar with how to do that, could you go into a little more detail?anticapitalista wrote:Try changing to dhcpcd and auto or if you have, try dhclient and auto
-
Posts: 516
- Site Admin
- Joined: 01 Oct 2007
#4
JawsThemeSwimming428,
after you setup your wireless, go to terminal:
sux
enter password
then type:
dhclient eth0
if that does not work then try
dhcpcd eth0
use the correct interface for your computer, mine is eth0, so use ath0, eth0, eth1; wlan0, or whatever it is.
there is under Control Center>Network>Connect Wirelessly>Preferences>External Programs>DHCP Client try either dhcpcd or dhclient as a permanent fix
cheers,
oldhoghead
after you setup your wireless, go to terminal:
sux
enter password
then type:
dhclient eth0
if that does not work then try
dhcpcd eth0
use the correct interface for your computer, mine is eth0, so use ath0, eth0, eth1; wlan0, or whatever it is.
there is under Control Center>Network>Connect Wirelessly>Preferences>External Programs>DHCP Client try either dhcpcd or dhclient as a permanent fix
cheers,
oldhoghead
-
Posts: 2,238
- Joined: 16 Dec 2007
#5
you can access the gui from the wicd icon on the toolbar now as well. I have an atheros chipset and ran into the same issue. I set mine to dhclient and the connection came back.
-
Posts: 251
- Joined: 16 Mar 2008
#6
Thanks, I switched to dhclient in Wicd and everything seems to be working now. Appreciate the help!
-
Posts: 1
- Joined: 13 Oct 2009
#7
Thanks to all for the wireless help. I found also that Ice weasel could not pick up the wireless traffic. I read the above posts, clicked the dhclient box, rebooted, then Ice weasel was working perfectly.