Wicd cannot detect wireless networks on Debian 6 testing, Xfce, fresh install

5,269

One possibility is that your wireless card needs firmware to operate which you haven't installed. Check your dmesg for warnings about firmware, and install the relevant firmware-linux-nonfree package or one of its dependencies if that's the case.

Share:
5,269

Related videos on Youtube

ptrcao
Author by

ptrcao

Updated on September 18, 2022

Comments

  • ptrcao
    ptrcao over 1 year

    This is on a fresh Debian 6 testing install on my U100Plus MSI Wind netbook, running with Xfce desktop environment.

    My laptop's wireless connection works flawlessly in Xubuntu without manual intervention, so it is somewhat annoying it doesn't work out of the box with Deb 6 testing, Xfce.

    enter image description here

    peter@msideb:~$ sudo iwconfig
    [sudo] password for peter: 
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     IEEE 802.11bgn  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Encryption key:off
              Power Management:off
    

    The bottom line is I want the wireless connection to be automatically established like on Ubuntu. I don't want to have to think about it. It should be automated and hopefully not involve editing configuration files and manually adding processes to start up.

    Here's the output of my network scan:

    $ sudo iwlist scan
    [sudo] password for peter: 
    lo        Interface doesn't support scanning.
    
    eth0      Interface doesn't support scanning.
    
    wlan0     Interface doesn't support scanning : Network is down
    
    • Admin
      Admin over 12 years
      the iwlist output you present shows that you failed to use it properly. You must first do ifconfig wlan0 up and then iwlist wlan0 scan.
  • ptrcao
    ptrcao over 12 years
    It says interface doesn't support scanning on all three counts; see above output. For wlan0 it says "network is down"... Seems doubtful since my sisters PC is wirelessly connected and she can use the net with no dramas. What must be wrong?
  • jmtd
    jmtd over 12 years
    That supports the hypothesis that it is a firmware issue. Did you check your dmesg? Did you install firmware-linux-nonfree? Do you know what model your wifi card is (try lspci|grep -i network)?
  • ptrcao
    ptrcao over 12 years
    It says 02:00.0 Network controller: Ralink corp. RT2860. How do I get the firmware for it without having to manually compile things?
  • ptrcao
    ptrcao over 12 years
    Close enough, jmtd. Actually, firmware-linux-nonfree doesn't contain the required drivers. firmware-ralink was what I needed, but you pointed the way so I will reward you the 50+ bounty.
  • jmtd
    jmtd over 12 years
    That's kind, thanks. Enjoy your time with Debian!