Networking :: Wicd Won't See Router After Changing ESSID?
Mar 29, 2010
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 eth1my question, how can i get wicd to see the newname and connect on it's own as it used to.
View 3 Replies
ADVERTISEMENT
Jun 19, 2010
I had a wireless connection to open suse from last year. I then had a problem with my Netgear 824 router.
I have reconnected to windows vista. Now I have to get opensuse working on wireless. I do not have much experience in opensuse I have read the forums and the sticky and also from wicd forums. I have checked the yast settings and it is for AR242x ath0 and Wired L2 100 eth0.
Details:-
Opensuse version 11 ,2.6.25-1.1 default
Laptop ASus F5RL
Atheros AR242x
I have done the following:-
[Code]...
View 1 Replies
View Related
Jan 8, 2011
fixing wifi on my HP tc440. I am running Ubuntu 10.04 LTS - the Lucid Lynx.Here's the problem.My wifi adapter is:
Code:
# lspci | grep Wireless
10:00.0 Network controller: Intel Corporation PRO/Wireless 2945ABG [GOLON] Network
[code]....
View 2 Replies
View Related
Apr 4, 2011
I am trying to use nm-applet with Arch/Openbox/tint2. I can't use wicd-gtk because wicd won't work with ad-hoc networks. I have tested nm-applet in Ubuntu/Openbox/tint2 and it works fine.
The error message is:
Code:
[esteeven@piccolo ~]$ nm-applet
** Message: applet now removed from the notification area
[Code]...
View 1 Replies
View Related
Jun 27, 2010
I recently got my Belkin USB wireless adapter working by following some other threads in these forums. Now I would like to connect to my access point. iwlist scan works great and I can see my AP along with others. However when I follow the step by step instructions here: [URL]... I fail during the DHCP request with no DHCPOFFERS. My AP is using WEP encryption for now (I've even tried it with open encryption). The thing that I'm seeing or not seeing is that when I set my essid using sudo iwconfig wlan0 essid "GimpsHouse" and then after that do an iwconfig it says off/any. Here is my iwconfig
[code]...
View 3 Replies
View Related
Sep 1, 2011
Running BT5, aircrack-ng v. 1.1, Alfa AWUS036NH.
My curiosity has been aroused by a local AP that is not transmitting an ESSID. It also is neither transmitting beacon frames nor data.
The channel shows a negative one, as does the power. Facts:
1. I know this AP is nearby because, before they hid the ESSID, the power output was fairly high.
2. Airodump-ng shows -1 channel, -1 power, and a hidden ESSID, although the BSSID is visible. Neither the channel nor the encryption scheme are being transmitted.
3. Neither beacons nor data are being sent. I can determine the correct name of the ESSID from the probe field in airodump-ng
but that is all.
4. All attempts in aireplay-ng to dissociate the client fail with the message that "No such BSSID" is found!?
5. Kismet, on the other hand, does not even see the AP.
6. Loading the .cap file in Wireshark reveals no information about those packets for which the source, or dest, is the AP.
View 2 Replies
View Related
Feb 27, 2011
I have a CentOS 5.5 server running currently with a Netgear gigabit ethernet card and for wifi I have a wi-fi card with the chipset: RT2860.Now I have gotten the ethernet card and wi-fi card working but my main question is: How do you bridge the connection between the ethernet card and the wi-fi card to create a wireless network with a hidden ESSID if possible and WPA encryption? (So the server basically acts as a wireless router as well as doing all the other stuff I need to do on it).
View 2 Replies
View Related
Jul 1, 2010
I installed Wicd in my F13 but I got problems when starting it When I try to start it I got error message:
Could not connect to wicd's D-Bus interface - Check the wicd log for error messages.
View 11 Replies
View Related
Dec 17, 2010
I'v just installed wicd. I can't get it to sart, I get errors saying that wicd couldn't connect to it's dbus interface and the wicd deamon has shut down. Then there's a report from SELinux saying that it's preventing /usr/bin/python "write" access on /etc/dhcp/manager-settings.conf and that access is denied to wicd. I can get wicd to start if I su to root, but I'd like to not have to do that every time I boot. Is there a fix?
View 1 Replies
View Related
Apr 13, 2010
Because of the configuration of my house, I need two routers.I have a DLink ADSL router as my main router and the Belkin N1 as my repeater.I have set up the IP address in the Belkin to be 10.1.1.10 - my DLink is 10.1.1.1. I have disable the dhcp in the Belkin and set the DNS as ISP provided. [URL]..I have set the channel to 11 and in the Ubuntu Network Manger I have set the IPV4 to Link Local Only. I can see the Belkin and connect with my PC.but it will not take me through to the internet.
View 9 Replies
View Related
Jun 18, 2011
I want to set up a Linux box as a wireless router to replace our existing Netgear WNR1000 router, as I believe the Netgear does not support the coming IPv6 protocol. Unfortunately, it is not flashable with OpenWRT or DD-WRT presently.
As we have Comcast, our cable modem acts as a dumb modem according to the customer support guy I talked to, and our router is the one that asks for the IP address from DHCP. Thus, when Comcast switches over to IPv6, I don't believe my existing router would work, correct?
My idea is to take a Linux box and put two NICs and a wireless adapter in it, using IPCop or Smoothwall to set up a router. I could then enable IPv6 support for when we have IPv6 with Comcast. Is that possible? Would there be a way to get BIND to hand out private IP addresses in the same subnet on the both the LAN NIC and the wireless card?
View 1 Replies
View Related
Nov 6, 2009
I have a desktop PC running Ubuntu 9.10 and Windows 7, and a Eee PC 701 laptop running EasyPeasy Ubuntu 9.04. I'd like to connect the desktop to the laptop with a wired connection (eth0), then the laptop to my ADSL router using wireless (ath0).
I have a crossover ethernet cable (I bought on ebay). I have set up my laptop with a static IP address on my LAN and it uses OpenDNS.
I have added this to /etc/sysctl.conf on the laptop:
net.ipv4.ip_forward=1
Then I tried this on the laptop:
sudo iptables --table nat --append POSTROUTING --out-interface ath0 -j MASQUERADE
sudo iptables --append FORWARD --in-interface eth0 -j ACCEPT
This is a variation on what I found on other sites describing how to set up a router. I don't understand iptables very well, but I gather that the above two lines should set up forwarding so that traffic from my router to the laptop will be forwarded to the desktop, and vice versa.
But this doesn't work. The connection doesn't even establish between the laptop and the desktop.
View 12 Replies
View Related
Apr 24, 2010
I'm having trouble getting my network set up the way that I want it/had it. You see, when I first set up my network, I just had my cable modem going directly to my standard wired router (A D-Link DI-604), which had DHCP,and was connected to all of the computers on my network. I had one switch hooked up to one of the ports of the router, but this was a regular switch, and it would not try to assign IP addresses, it would just pass through the DHCP info as I wanted.
Now however, my network setup has changed. My room mate and I both got laptops, and we decided that we wanted to have wireless access so we didn't have to constantly plug in to the router.
Now my network is set up like this: The modem is hooked up to the router(DI-604), which is hooked up on the LAN side to our computers, our switch (which is hooked up to 3 more computers), and to a wireless router card (A Gigabyte GN-BC01).
The wireless router card has two jacks for ethernet. One for WAN, and one for LAN. The LAN side we have plugged only into the computer in which the card is installed.
Now the problem is this: The wireless router card comes with DHCP by default, and it's assigning addresses to the laptops and to the computer hat it's in, and worse, the IP addresses are on a different subnet than that of the main dlink router. The Main (dlink) router assigns addresses from 192.168.0.1 (itself) to 192.168.0.254, while the wireless router card assigns addresses from 192.168.1.1 to 192.168.1.254 (itself).
Because of this, I cannot access services on the wireless network from my wired network or vice versa. The first thing I tried was setting the card to assign addresses from 192.168.0.12 to 192.168.0.253, however it just said "internal error" when I tried to do this. I decided that this may be because it sees that it was being assigned an address on it's WAN side on the same subnet. So the next thing I tried was disabling DHCP and setting the "LAN IP Address" to 192.168.0.12, hoping that the DHCP would just go through the card, like a switch. I would have set the LAN IP address to be assigned by DHCP, but this was not an option, so I decided that'd be the best thing to set it to.
Once again however, setting the LAN ip address to an address on the same subnet as that of the IP assigned to it's WAN side caused it to report an "internal error". I verified that this was the issue by setting the LAN address to several other private IP addresses to test (I.E. 10.0.0.1, 192.168.3.1, 192.168.5.12).
My question then really is: How do I set up both routers so that I can access services and computers from each network from the other network. Should I set them with different subnets and set the gateway on the wireless network to the main router? To the wireless router card? Should I put them on the same subnet? Will it know how to communicate?
Here is a link to (picture) my network diagram. Network Diagram
View 2 Replies
View Related
Mar 26, 2009
These r IP provided by my ISP that i've put on Fedora 8:
WAN IP:xxx.xxx.xxx.17 (eth0)
Subnet:255.255.255.252
Gateway:xxx.xxx.xxx.18
Valid static(public) IP set of 2:
IP:xxx.xxx.xxx.147 & 148 (eth1, eth2)
Subnet:255.255.255.240
i want to run xxx.xxx.xxx.147 as a web server & xxx.xxx.xxx.148 as a ftp server. but I'm able to ping only xxx.xxx.xxx.17(WAN IP) from outside world. Can any1 tell me that how can i bring my 147 & 148 IP online without router.
View 6 Replies
View Related
Aug 25, 2010
Brand new to this world. Trying to figure out how to roll-back an app (Wicd). Specifically trying to do this: "edit /etc/apt/sources.list and added links to the karmic repositories for the universe group."
how do I find the karmic repositories links?
View 1 Replies
View Related
Dec 30, 2010
If you install Wicd (it is in the repositories) any network-manager will be automatically de-installed.But eventually, Wicd will still not work properly.Solution:Open your package manager and type in: network-managerIf Wicd is installed, EVERYTHING related to network-manager must be thrown out, sorry: removed!
View 3 Replies
View Related
Jul 6, 2011
I was using wicd on a spotty network, the house blocked a lot of the signal from moving around, so wicd was having major issues with that AP. Later I was trying to connect to another AP but wicd couldn't connect plus it was saying the spotty network's name was the one it was connecting to. Although I didn't try before I left/gave up I'm sure a restart of the wicd daemon would have solved it.
But why is this even the case? is there something I could add to the scripts that would clear this issue up? (I also submitted a bug on wicd's launchpad project but haven't gotten any response... I hope this isn't a 'feature')
View 3 Replies
View Related
Jan 6, 2011
I've been trying now for 2 days to get my WUSB600N v1 adapter installed on 10.04. I'm a bit of a noob but have been able to follow some posts on here on getting it set up. This is what I've done:
Installed the Ralink RT2870 drivers. Changed the config.mk to enable some parameters. Compiled and installed. Added some entries to blacklist.conf. Updated network/interfaces to include my wpa settings and passphrase. Restarted/rebooted/reinstalled about 100 times!
Here's what happens: iwconfig shows wlan0 with an ESSID:"" and Nickname: "RT2870STA" iwlist wlan0 scan shows my router fine (although does not show Cell 02 which should be the 5GHZ range). So basically it's not connecting to my router. Not sure if I missed any steps. Will gladly provide some extra output if needed. Pulling my hair out over this now ready to throw the adapter in the trash.
View 2 Replies
View Related
Jul 14, 2011
i'm trying to replace default F15 NetworkManager with wicd. i installed wicd and used "chkconfig NetworkManager off" to disable NM but the problem i'm getting is
1. after each reboot i have to start wicd manually from su. any solution to get it loaded automatically?
2. also as i stopped nm, i have no network shortcut in taskbar, anyway wicd icon can be integrated in taskbar?
View 1 Replies
View Related
Jan 8, 2010
I just updated my system to a new kernel with the update manager and now my WICD no longer obtains an IP address. Everytime I try it says "Connection Failed: Unable to get IP address".It was working fine before and even when I reboot into an older kernel it still doesn't work.I'm using a Belking Wireless G adapter.I would have tried downloading another network manager but since I can't even access the internet I'm stuck with changing current settings and nothing seems to work.
View 4 Replies
View Related
Mar 25, 2010
Well it seems like every 5 min the update manager is barging in telling me to update so I did last night and then this morning I turn on my computer and a window pops up that says "wicd needs your password" or something to that effect so I put it in. Then I notice wicd is not running. So I click on it in the menu and it pops up in awn for a second then disappears. As I have said before I am fairly new to linux so Im having trouble figuring this out. I don't know any commands i should run or where to start even. My computer is not much use to me without the internet so I would really like to get this fixed.
View 2 Replies
View Related
Jul 5, 2010
I have a Dell Mini with Unbuntu Hardy 8.04 with a Broadcom STA wireless card BCM4312 802.11b/g. In April the Network Manager stopped working.After trying various fixes, based on advice and instructions posted for others who had the same issue, today I decided to completely uninstall the Network Manager and install wicd- which seems like a working alternative. I uninstalled the Network Manager and used the installation instructions for wicd (URL...). While connected to the internet with a wired connection, in my Synaptic Package Manager I entered the new address deb URL... hardy extras. Then I opened a terminal and entered.It looks like an argument is needed, but I have no idea how to add that to the command. I've found the key file (I think) here URL...but I don't know what to do next.
View 7 Replies
View Related
Oct 21, 2010
Before I changed the faulty wifi card I installed Wicd. Incidentally it didn't remove Network Manager, a bug that's reported in Launchpad. With the new wifi working well enough with Network Manager, I used Synaptic to remove Wicid, or so I thought.I happen to be checking .xsession-errors and there's an error reported about wicid tray desktop. I removed it and no more errors appear.
After looking for advice here and on the web I used apt-get remove and purge yet a file search of wicd still finds 25 entries, in /etc/, /usr/ and /var/.Some are archives and some are logs but some aren't, why are they still there and can I clean things up?
View 2 Replies
View Related
May 8, 2011
I removed network manager on my laptop via sudo apt-get remove --purge network manager network-manager-gnome but now I can't install wicd because I don't have Internet.
View 8 Replies
View Related
Jun 25, 2011
I am running Natty on a Lenovo T410. I can connect to wireless with no problem using the panel applet but not using wicd. syslog shows it trying to get a DHCP address and finally timing out with no lease offers. I think a big clue is that if I monitor wlan0 using wireshark I get no traffic at all when it tries to connect, whereas with the applet I see the dhcp traffic. It seems as though wicd is connecting to the wrong wlan0. Running "dhclient wlan0" directly gives the same behavior as wicd. I need to use wicd because I typically run enlightenment so can't use the ubuntu applet.
View 5 Replies
View Related
Sep 9, 2009
I'm using Debian Lenny and installed wicd package.It does not ask me for the credentials and i can't find where to define them?!
View 1 Replies
View Related
Jan 17, 2010
I'm reviving an aging Thinkpad X22 by installing Debian and running only in text mode. I've installed wicd to control the wireless network connections. When I run wicd-curses from the cli, it finds the network and I'm able to obtain an IP address. The wireless ESSID that I'm connecting to is encrypted with WPA. I can't seem to figure out how to input the encryption password so I can connect.
View 2 Replies
View Related
Jun 18, 2011
I needed to get a wireless adapter for my desktop PC so I went to newegg and looked around to see what PCI-E cards they had available. I came across a Encore one that uses the realtek 8192CE chipset. I confirmed before I bought it that it is supported in the kernel as of version 2.6.38. I am running Slackware 13.37 and I compiled a new 2.6.39.1 kernel and after I rebooted the kernel I checked lsmod,iwconfig, and ifconfig and confirmed that all the correct modules are loaded and the card is recognized by both iwconfig and ifconfig. At first Wicd acted as if there was no card in the system so I checked dmesg and found that I was missing the firmware for the drivers. I went to the realtek sight and downloaded the drivers from there and got the firmware and copied it to /lib/firmware/rtlwifi and now wicd recognized the card and finds my networks. But whenever I try to connect to my network I get an error saying "Can't obtain IP address". I have googled around and can't find any clues on this. The only thing I have noticed is that the activity LED is not working which leads me to believe the card is either turned off/or not powered on. The light works fine in Windows 7. The network I am connecting also uses WEP. I am having no trouble connecting in Windows so I know the card works.
View 5 Replies
View Related
Dec 25, 2010
I'm at a family member's house for the holiday and was trying to use their wifi. Its a WEP connection (I tried to tell them to change but they won't listen). In the wicd connection manager, I see their network, set the encryption to WEP (passphrase), enter the password, and hit connect. It says bringing up the card, checking authentication, then gets to Acquiring IP address, sits there for a minute, then times out saying unable to connect.
I know I used the right password because it passed the Authenticating part (tested with a wrong password that hangs at this point). I know that my wifi card works because I used a store's unsecured wifi connection through wicd. I know the wifi network works because my brother's windows netbook can get on just fine. I'm running through the same router right now with a wire instead. Why I can't connect wirelessly?
View 4 Replies
View Related
Oct 30, 2010
I've moved a linuxbox from being my gateway (nat, etc) to behind a new gateway (a DD-wrt router). For transparency purposes, I'd like to continue using the old box services, and just have the gateway in front of it.
Here's what I did:
The newgateway is setup for class C, 192.168.0.0
This configuration works, but sometimes it doesn't and I haven't figured out why yet.
At sometimes, clients on the LAN get throughput rates with very little speed loss (using speakeasy speed test). They will run at 33M on the LAN, running through both the newgateway, and the oldbox, and get about 35M with directly connected to the cable modem.
Other times, it seems nothing can talk with anyone, and I am not sure why.
I know what I have done is a little unconventional, but it's a transitional thing, and I am not sure it is the cause of the problem, although it was the last things changed.
View 2 Replies
View Related