LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Wicd Won't see Router after changing ESSID (https://www.linuxquestions.org/questions/linux-networking-3/wicd-wont-see-router-after-changing-essid-798754/)

Ace Blackwell 03-29-2010 07:36 PM

Wicd Won't see Router after changing ESSID
 
I'm using Slackware 64 on a HP dv2500 SE. I've been using wicd for my network connection. I have a Linksys wireless router. Recently I changed my ESSID to from the default linksys to something else. Now wicd, doesn't see my router as the new name. It still sees the linksys router but obviously can't connect to it. I have connected using the "find hidden network". Mostly i have to run

iwconfig eth1 essid "newname"
then
dhcpcd eth1

my question, how can i get wicd to see the newname and connect on it's own as it used to.

Thanks
Ace

nimnull22 03-29-2010 08:53 PM

WICD just shows to you what it got from system utility.

To find out truth you need to do next steps:
1. Make sure that wireless interface is UP: ifconfig.
By executing this command and if interface is "UP" you should see it in the output.
If not read next:

1.1. Bring wireless interface "up" = ifconfig wlan0 192.168.20.20 up
Or may be just: ifconfig wlan0 up

2. Scan air for the signal: iwlist wlan0 scan
In output you will get all AP, which your wireless found, if there wont be yours "new one", execute that command few time, and if you wont see also, then AP is hidden.

Ace Blackwell 04-04-2010 08:35 PM

Thanks,

I did the iwlist command and I did see the new name, but WICD doesnt. is there someway I can change the system utility file so that WICD will see it? That way when I lose connection the systme will connect again on it's own.

nimnull22 04-04-2010 10:07 PM

You want to say, that if you press "Refresh" in "Wicd Manager" window, it doesn't show your new wireless router.
If so and as you said in your first post, that you can connect to AP, like to "hidden AP" - this can mean your AP is hidden, but "iwlist" can see hidden AP.

Tell please, was in the output of iwlist command SSID name of your route?
Can you post that output here, first 3 lines?

Also please, log into your router and check, if it broadcast its SSID, or if it does set to "hidden"
Also you can probably add your AP manually to wicd.


All times are GMT -5. The time now is 03:38 AM.