Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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?
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. ???
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.
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.
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.
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?
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....
Last edited by cwizardone; 04-22-2012 at 03:11 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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.