LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   wicd network manager can'f find my wifi network (https://www.linuxquestions.org/questions/linux-software-2/wicd-network-manager-canf-find-my-wifi-network-940955/)

kenshinji 04-21-2012 12:34 AM

wicd network manager can'f find my wifi network
 
Here is the problem, my wicd network manager which works under my debian box can't find my wifi network SSID, which could find via command "iwlist wlan0 scanning". Have anyone met situation this before?

Tinkster 04-21-2012 01:05 AM

What situation?

We don't know your hardware, we don't know which distro isn't
playing, how can we know the situation?

lilithd 04-22-2012 11:04 AM

I'm having a somewhat similar problem. Installed Slackware 13.37...got wicd installed, but wicd is showing no networks available. Someone suggested uninstalling wpa-gui, but I'm not sure how or even if that would fix the problem. Suggestions?

Also, unrelated to current problem, having problem with keyboard repeating keys too fast. ???

Thanks!

TobiSGD 04-22-2012 11:19 AM

Most of the time when I have problems with wicd not finding wireless networks I simply forgot to enter the descriptor of the wireless device (like wlan0, ...) in wicd's configuration.

lilithd 04-22-2012 11:45 AM

Quote:

Originally Posted by TobiSGD (Post 4659941)
Most of the time when I have problems with wicd not finding wireless networks I simply forgot to enter the descriptor of the wireless device (like wlan0, ...) in wicd's configuration.


Nope, I did that. It's not even showing my neighbors' wifis. Nothing. Like it's not even scanning for anything.

TobiSGD 04-22-2012 12:11 PM

Start wicd from the command-line and look if it throws error messages when scanning for networks.

lilithd 04-22-2012 12:52 PM

It's been a while since I ran a real linux distro...you'll have to refresh my memory on how to "run"...typed "wicd" in terminal...got nothing...no errors, no messages at all.

TobiSGD 04-22-2012 01:16 PM

I cant imagine what an "unreal" Linux would be, but anyways, try it with
Code:

wicd-gtk

lilithd 04-22-2012 01:37 PM

"unreal" linux = Mint = worst Linux distro ever.

Quote:

wicd-gtk...
Quote:

Has notifications support True
Loading...
Connecting to daemon...
Connected.
displaytray True
Done Loading
/usr/share/wicd/gtk/gui.py:152: GtkWarning: IA__gtk_toodbar_set_icon_size: assertion 'icon_size != GTK_ICON_SIZE_INVALID' failed
self.wTree = gtk.glade.SML(gladefile)
refreshing...

Still no wireless networks found. What did I do wrong?

TobiSGD 04-22-2012 02:14 PM

I can't see any errors, so it is impossible for me to tell what is not working.

lilithd 04-22-2012 02:22 PM

k. I appreciate the help so far, though. I'll keep working with it and maybe I'll find something. Thanks!

cwizardone 04-22-2012 02:58 PM

^ You did start the module (driver)?

lilithd 04-22-2012 03:01 PM

Quote:

Originally Posted by cwizardone (Post 4660064)
^ You did start the module (driver)?

Apparently, yes. It tries to scan, at least it tells me it's scanning, but it won't pick up ANY of the wifi signals in the neighborhood. (and there are a list of them) How does one start the module?

cwizardone 04-22-2012 03:09 PM

If you have rebooted since you installed wcid then the module is loaded.
Off of the top of my head I've forgotten the command to do it without restarting the computer. Let's see... My old first edition of "Running Linux" says it is,

insmod module

"where module is the name of the module object file. For example:

insmod /boot/ftape.o

will install the ftape driver, if it is found in that file."

I don't remember if that is still the current, correct command or not....

TobiSGD 04-22-2012 03:26 PM

Nowadays it is recommended to use modprobe instead, it will also load possible module-dependencies and will use the options given in the files in /etc/modprobe.d.


All times are GMT -5. The time now is 09:07 PM.