LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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


Reply
  Search this Thread
Old 01-16-2011, 12:21 PM   #1
codeman1234
Member
 
Registered: Jul 2009
Posts: 206

Rep: Reputation: 27
Wicd doesn't find any networks


Hey everyone,


I just installed Debian Lenny on my new laptop, I uninstall network-manager and install wicd but, it looks that wicd when it scans for networks doesn't find any networks and I don't understand why.

I look over my sources.list and it looks ok, then I check the lspci command and my wifi card is detected by the kernel because is an Atheros card, also I install madwifi-tools, so, if anyone can help me solve this I will appreciatte.

Cheers!!!
 
Old 01-16-2011, 01:25 PM   #2
jmd9qs
Member
 
Registered: Apr 2009
Posts: 36

Rep: Reputation: 16
First, I'd suggest you try to do a manual scan to make sure the card is working. I haven't done this with an Atheros chipset but I'm sure it's the same. Do this:

Code:
sudo iwlist <name-of-wifi-interface> scan | less
That should bring up some wifi access points... if it doesn't you may not have your card configured properly or it's not functioning (unlikely, IMHO).

With wicd, I've had problems before because I wasn't in the "netdev" group. Make sure you are a part of this group, it could potentially solve your problem:

Code:
sudo gpasswd -a <username> netdev
If none of this works, we'll need to see your wifi card's information. Post the output of:

Code:
sudo lspci
Good luck!
 
1 members found this post helpful.
Old 01-16-2011, 03:23 PM   #3
codeman1234
Member
 
Registered: Jul 2009
Posts: 206

Original Poster
Rep: Reputation: 27
Hey mate,

first of all I just did a ifconfig and I got the following:


XXXX:/home/XXX# ifconfig

eth0 Link encap:Ethernet HWaddr 00:1d:72:2c:33:ad
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:16

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560 (560.0 B) TX bytes:560 (560.0 B)



So, there is no ath0 or wlan0 but, the funny thing is when I do a lspci (as you ask)


XXXX:/home/XXX# lspci | grep Atheros
04:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)

Here is my interfaces file

XXXX:/home/XXX# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug wlan0
iface wlan0 inet static
address 192.168.XXX.XX
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# wireless-* options are implemented by the wireless-tools package
wireless-mode managed
wireless-essid XXXXXXXXXXXXXX
wireless-key1 s:XXXXXXXXXXX
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers XXX.XXX.XXX.XXX
LT-LD:/etc/network#


I dont understand why my card is detected but, it doesnt work, how can I make it work?

Cheers!!!

Last edited by codeman1234; 01-16-2011 at 04:27 PM.
 
Old 01-16-2011, 11:20 PM   #4
jmd9qs
Member
 
Registered: Apr 2009
Posts: 36

Rep: Reputation: 16
Sorry it took so long to reply...

Try this:

Code:
sudo ifconfig wlan0 up
That should bring up your wireless card. After that, you can try the scan again.

ps - if wlan0 doesn't work, try ath0 like you said... since it's atheros that might be what it is, not sure.
 
  


Reply

Tags
debian, linux, networks, scan, wicd


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Debian Squeeze (2.6.32-5-686) wicd can't find networks apt-get Linux - Networking 4 01-01-2011 08:38 PM
[SOLVED] WICD - connect to 2 different networks simultaneously? ahmadj Slackware 2 07-16-2010 10:57 AM
No Wireless networks found under Wicd nickboarder27 Linux - Wireless Networking 5 05-26-2010 09:18 PM
Wicd doesn't show wireless networks, other than my own. aes canis Linux - Wireless Networking 3 03-15-2010 10:58 AM
Why ist wicd doing its job on encrypted networks ??? delta function Slackware 3 02-14-2009 03:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration