Find the answer to your Linux question:
Results 1 to 5 of 5
I have a Tp-link wn321g V4 wifi device... Code: lsusb Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 ...
  1. #1
    Just Joined!
    Join Date
    Nov 2010
    Posts
    4

    WIfi device, no scan results

    I have a Tp-link wn321g V4 wifi device...

    Code:
    lsusb 
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 003: ID 148f:2070 Ralink Technology, Corp. 
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    I downloaded drivers from Ralinktech website

    Code:
    2010_0709_RT2870_Linux_STA_v2.4.0.1
    and installed it with instructions in Readme_STA.

    The device is blinking, and is listed under wireless networks...but it doesn't scans for any networks.

    iwlist scan

    Code:
    [root@laptop linux]# iwlist scan
    lo        Interface doesn't support scanning.
    
    eth1      Interface doesn't support scanning.
    
    eth0      Scan completed :
              Cell 01 - Addrs: 00:1C:F0:3D:61:55
                        ESSID:"3RR0R"
                        Protocol:IEEE 802.11b
                        Mode:Master
                        Frequency:2.412 GHz (Channel 1)
                        Encryption key:off
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s
                        Quality:41  Signal level:0  Noise level:0
                        Extra: Last beacon: 243ms ago
    
    virbr0    Interface doesn't support scanning.
    
    sit0      Interface doesn't support scanning.
    
    ra0       No scan results
    where eth0 is the builtin wireless device, and ra0 is the wifi usb device.

    cat /var/log/messages
    Code:
    Nov 13 21:28:08 laptop kernel: RTUSB disconnect successfully
    Nov 13 21:28:19 laptop kernel: usb 1-3: new high speed USB device using ehci_hcd and address 5
    Nov 13 21:28:19 laptop kernel: usb 1-3: New USB device found, idVendor=148f, idProduct=2070
    Nov 13 21:28:19 laptop kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    Nov 13 21:28:19 laptop kernel: usb 1-3: Product: 802.11 g WLAN
    Nov 13 21:28:19 laptop kernel: usb 1-3: Manufacturer: Ralink
    Nov 13 21:28:19 laptop kernel: usb 1-3: SerialNumber: 1.0
    Nov 13 21:28:19 laptop kernel: usb 1-3: configuration #1 chosen from 1 choice
    Nov 13 21:28:19 laptop kernel:
    Nov 13 21:28:19 laptop kernel:
    Nov 13 21:28:19 laptop kernel: === pAd = e0263000, size = 510456 ===
    Nov 13 21:28:19 laptop kernel:
    Nov 13 21:28:19 laptop kernel: <-- RTMPAllocTxRxRingMemory, Status=0
    Nov 13 21:28:19 laptop kernel: <-- RTMPAllocAdapterBlock, Status=0
    Nov 13 21:28:19 laptop NetworkManager: <info>  (ra0): driver does not support SSID scans (scan_capa 0x00).
    Nov 13 21:28:19 laptop NetworkManager: <info>  (ra0): new 802.11 WiFi device (driver: 'usb')
    Nov 13 21:28:19 laptop NetworkManager: <info>  (ra0): exported as /org/freedesktop/NetworkManager/Devices/5
    Nov 13 21:28:19 laptop NetworkManager: <info>  (ra0): now managed
    Nov 13 21:28:19 laptop NetworkManager: <info>  (ra0): device state change: 1 -> 2 (reason 2)
    Nov 13 21:28:19 laptop NetworkManager: <info>  (ra0): bringing up device.
    Nov 13 21:28:20 laptop kernel: -->RTUSBVenderReset
    Nov 13 21:28:20 laptop kernel: <--RTUSBVenderReset
    Nov 13 21:28:20 laptop kernel: Key1Str is Invalid key length(0) or Type(0)
    Nov 13 21:28:20 laptop kernel: Key2Str is Invalid key length(0) or Type(0)
    Nov 13 21:28:20 laptop kernel: Key3Str is Invalid key length(0) or Type(0)
    Nov 13 21:28:20 laptop kernel: Key4Str is Invalid key length(0) or Type(0)
    Nov 13 21:28:20 laptop kernel: 1. Phy Mode = 5
    Nov 13 21:28:20 laptop kernel: 2. Phy Mode = 5
    Nov 13 21:28:20 laptop kernel: phy mode> Error! The chip does not support 5G band 6!
    Nov 13 21:28:20 laptop kernel: RTMPSetPhyMode: channel is out of range, use first channel=1 
    Nov 13 21:28:20 laptop kernel: 3. Phy Mode = 9
    Nov 13 21:28:20 laptop kernel: MCS Set = ff 00 00 00 01
    Nov 13 21:28:20 laptop kernel: <==== rt28xx_init, Status=0
    Nov 13 21:28:20 laptop kernel: 0x1300 = 00064300
    Nov 13 21:28:20 laptop NetworkManager: <info>  (ra0): preparing device.
    Nov 13 21:28:20 laptop NetworkManager: <info>  (ra0): deactivating device (reason: 2).
    Nov 13 21:28:20 laptop NetworkManager: <info>  (ra0): supplicant interface state:  starting -> ready
    Nov 13 21:28:20 laptop NetworkManager: <info>  (ra0): device state change: 2 -> 3 (reason 42)
    Nov 13 21:28:21 laptop avahi-daemon[888]: Registering new address record for fe80::da5d:4cff:fe99:47b2 on ra0.*.
    dmesg
    Code:
    === pAd = e0263000, size = 510456 ===
    
    <-- RTMPAllocTxRxRingMemory, Status=0
    <-- RTMPAllocAdapterBlock, Status=0
    -->RTUSBVenderReset
    <--RTUSBVenderReset
    Key1Str is Invalid key length(0) or Type(0)
    Key2Str is Invalid key length(0) or Type(0)
    Key3Str is Invalid key length(0) or Type(0)
    Key4Str is Invalid key length(0) or Type(0)
    1. Phy Mode = 5
    2. Phy Mode = 5
    phy mode> Error! The chip does not support 5G band 6!
    RTMPSetPhyMode: channel is out of range, use first channel=1 
    3. Phy Mode = 9
    MCS Set = ff 00 00 00 01
    <==== rt28xx_init, Status=0
    0x1300 = 00064300
    ra0: no IPv6 routers present

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    You don't mention anything about your computer hardware, operating system (what distribution+version+kernel) you are running, etc. The kernel makes a big difference, as do other issuse, such as do you have wpa_supplicant (if you are trying to access WPA protected connections). Also, have you tried manually configuring the WiFi connection? That may work, even if it doesn't see anything by scanning, or is not scanning. After all, the access point may not be publishing/broadcasting its SSID.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined!
    Join Date
    Nov 2010
    Posts
    4
    Code:
    [root@laptop Azhar]# uname -r
    2.6.32.23-170.fc12.i686
    [root@laptop Azhar]#
    Hardware

    Code:
    [root@laptop Azhar]# cat /proc/cpuinfo 
    processor	: 0
    vendor_id	: GenuineIntel
    cpu family	: 6
    model		: 9
    model name	: Intel(R) Pentium(R) M processor 1400MHz
    stepping	: 5
    cpu MHz		: 1400.000
    cache size	: 1024 KB
    fdiv_bug	: no
    hlt_bug		: no
    f00f_bug	: no
    coma_bug	: no
    fpu		: yes
    fpu_exception	: yes
    cpuid level	: 2
    wp		: yes
    flags		: fpu vme de pse tsc msr mce cx8 mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 tm pbe up bts est tm2
    bogomips	: 2797.90
    clflush size	: 64
    cache_alignment	: 64
    address sizes	: 32 bits physical, 32 bits virtual
    power management:
    
    [root@laptop Azhar]#
    The network doesnt has any encryption or secret key, its an open network. And it is broadcasting its ssid.

    And yes, i tried connecting manually, but it didnt worked.

  4. #4
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    One presumes that you tried to use this before you installed the driver? There are ralink driver modules with the standard kernel.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  5. #5
    Just Joined!
    Join Date
    Nov 2010
    Posts
    4
    Sorry for the late reply, am outa city.

    well i tried the built in rt2800usb driver, but i still get the same result. Wifi device cannot scan, or no scan results. Please help, its been almost two weeks that i am tryin to get this work.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...