Re: F12: New kernel (2.6.32.16-141) are missing modules for rt2870?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 07/16/2010 12:37 PM, Kevin J. Cummings wrote:
> On 07/16/2010 02:48 PM, Daniel B. Thurman wrote:
>   
>> On 07/16/2010 11:39 AM, Daniel B. Thurman wrote:
>>     
>>> I am looking for the modules for rt2870, anyone
>>> know where I can find it?
>>>   
>>>       
>> Drat...  I guess they are already installed....
>>
>> But what I am trying to do is to understand why the
>> kernel cannot seem to be able to load the rt2x00
>> when I plug in my rt2879 USB adapter.
>>
>> I did:
>>
>> # lsmod | grep rt
>> (nothing returned)
>>
>> # lsusb
>> Bus 001 Device 006: ID 14b2:3c27 Atheros Communications Inc
>>
>> # dmesg
>> usb 1-4: new high speed USB device using ehci_hcd and address 6
>> usb 1-4: New USB device found, idVendor=14b2, idProduct=3c27
>> usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
>> usb 1-4: Product: 802.11 n WLAN
>> usb 1-4: Manufacturer: Ralink
>> usb 1-4: SerialNumber: 1.0
>>
>> I cannot seem to figure out how to get the USB wireless module loaded.
>>     
> Have you tried (as root):  insmod rt2x00usb.ko
> ?
>
> Or maybe:	modprobe rt2x00usb.ko
> ??
>
>   
>> Any ideas?
>>     
Ok, I think I found part of the problem... it was blacklisted for some
reason, so I removed the blacklisted rt2xxxx config file and now it is
loaded on reboot.

But NetworkManager is not listing my AP base station.

Here is what I got so far:

# lsmod | grep rt
rt2800usb              22676  0
rt2x00usb               7641  1 rt2800usb
rt2x00lib              30297  2 rt2800usb,rt2x00usb
mac80211              168084  2 rt2x00usb,rt2x00lib
cfg80211               97387  2 rt2x00lib,mac80211
crc_ccitt               1225  1 rt2800usb

# dmesg | grep rt2
usb 1-4: New USB device found, idVendor=14b2, idProduct=3c27
usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-4: Product: 802.11 n WLAN
usb 1-4: Manufacturer: Ralink
usb 1-4: SerialNumber: 1.0
usb 1-4: configuration #1 chosen from 1 choice
cfg80211: Calling CRDA to update world regulatory domain
cfg80211: World regulatory domain updated:
        (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
        (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
        (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
        (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
        (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
        (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Registered led device: rt2800usb-phy0::radio
Registered led device: rt2800usb-phy0::assoc
Registered led device: rt2800usb-phy0::quality
usbcore: registered new interface driver rt2800usb
cfg80211: Calling CRDA for country: US
cfg80211: Regulatory domain changed to country: US
        (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
        (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
        (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
        (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
        (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
        (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
        (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
rt2800usb 1-4:1.0: firmware: requesting rt2870.bin
ADDRCONF(NETDEV_UP): wlan0: link is not ready

Since my AP base station appears no where on NM, I attempted
to create a new wireless connection.  Once I did, NM-applet
spun it's wheels while the log messages spewed out messages
below, but what interested me is the messageL "ap_scan to 1"
and it keeps on trying to open channel 1, and yet my base AP
is on channel 9 - so at this point I will try to find out what the
configuration filename is and any options to set this, it that is
even possible...  anyway here is the system log messages:

# /var/log/messages:
<start of nm wireless connection>
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Activation (wlan0)
starting connection 'Auto <SSID>'
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> (wlan0): device
state change: 3 -> 4 (reason 0)
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 1 of 5 (Device Prepare) scheduled...
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 1 of 5 (Device Prepare) started...
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 2 of 5 (Device Configure) scheduled...
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 1 of 5 (Device Prepare) complete.
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 2 of 5 (Device Configure) starting...
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> (wlan0): device
state change: 4 -> 5 (reason 0)
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Activation
(wlan0/wireless): access point 'Auto <SSID>' has security, but secrets
are required.
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> (wlan0): device
state change: 5 -> 6 (reason 0)
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 2 of 5 (Device Configure) complete.
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 1 of 5 (Device Prepare) scheduled...
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 1 of 5 (Device Prepare) started...
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> (wlan0): device
state change: 6 -> 4 (reason 0)
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 2 of 5 (Device Configure) scheduled...
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 1 of 5 (Device Prepare) complete.
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 2 of 5 (Device Configure) starting...
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> (wlan0): device
state change: 4 -> 5 (reason 0)
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Activation
(wlan0/wireless): connection 'Auto <SSID>' has security, and secrets
exist.  No new secrets needed.
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Config: added 'ssid'
value '<SSID>'
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Config: added
'scan_ssid' value '1'
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Config: added
'key_mgmt' value 'WPA-PSK'
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Config: added 'psk'
value '<omitted>'
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Config: added
'proto' value 'WPA RSN'
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 2 of 5 (Device Configure) complete.
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> Config: set
interface ap_scan to 1
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> (wlan0): supplicant
connection state:  scanning -> disconnected
Jul 16 17:38:17 <host> NetworkManager[1742]: <info> (wlan0): supplicant
connection state:  disconnected -> scanning
Jul 16 17:38:33 <host> NetworkManager[1742]: <warn> (wlan0): link timed out.
Jul 16 17:38:43 <host> NetworkManager[1742]: <warn> Activation
(wlan0/wireless): association took too long.
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> (wlan0): device
state change: 5 -> 6 (reason 0)
Jul 16 17:38:43 <host> NetworkManager[1742]: <warn> Activation
(wlan0/wireless): asking for new secrets
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 1 of 5 (Device Prepare) scheduled...
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 1 of 5 (Device Prepare) started...
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> (wlan0): device
state change: 6 -> 4 (reason 0)
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 2 of 5 (Device Configure) scheduled...
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 1 of 5 (Device Prepare) complete.
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 2 of 5 (Device Configure) starting...
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> (wlan0): device
state change: 4 -> 5 (reason 0)
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> Activation
(wlan0/wireless): connection 'Auto <SSID>' has security, and secrets
exist.  No new secrets needed.
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> Config: added 'ssid'
value '<SSID>'
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> Config: added
'scan_ssid' value '1'
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> Config: added
'key_mgmt' value 'WPA-PSK'
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> Config: added 'psk'
value '<omitted>'
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> Config: added
'proto' value 'WPA RSN'
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 2 of 5 (Device Configure) complete.
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> (wlan0): supplicant
connection state:  scanning -> disconnected
Jul 16 17:38:43 <host> NetworkManager[1742]: <info> Config: set
interface ap_scan to 1
Jul 16 17:38:46 <host> NetworkManager[1742]: <info> (wlan0): supplicant
connection state:  disconnected -> scanning
Jul 16 17:38:58 <host> NetworkManager[1742]: <warn> (wlan0): link timed out.
Jul 16 17:39:08 <host> NetworkManager[1742]: <warn> Activation
(wlan0/wireless): association took too long.
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> (wlan0): device
state change: 5 -> 6 (reason 0)
Jul 16 17:39:08 <host> NetworkManager[1742]: <warn> Activation
(wlan0/wireless): asking for new secrets
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 1 of 5 (Device Prepare) scheduled...
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 1 of 5 (Device Prepare) started...
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> (wlan0): device
state change: 6 -> 4 (reason 0)
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 2 of 5 (Device Configure) scheduled...
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 1 of 5 (Device Prepare) complete.
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 2 of 5 (Device Configure) starting...
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> (wlan0): device
state change: 4 -> 5 (reason 0)
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> Activation
(wlan0/wireless): connection 'Auto <SSID>' has security, and secrets
exist.  No new secrets needed.
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> Config: added 'ssid'
value '<SSID>'
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> Config: added
'scan_ssid' value '1'
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> Config: added
'key_mgmt' value 'WPA-PSK'
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> Config: added 'psk'
value '<omitted>'
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> Config: added
'proto' value 'WPA RSN'
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 2 of 5 (Device Configure) complete.
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> (wlan0): supplicant
connection state:  scanning -> disconnected
Jul 16 17:39:08 <host> NetworkManager[1742]: <info> Config: set
interface ap_scan to 1
Jul 16 17:39:10 <host> NetworkManager[1742]: <info> (wlan0): supplicant
connection state:  disconnected -> scanning
Jul 16 17:39:23 <host> NetworkManager[1742]: <warn> (wlan0): link timed out.
Jul 16 17:39:33 <host> NetworkManager[1742]: <warn> Activation
(wlan0/wireless): association took too long.
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> (wlan0): device
state change: 5 -> 6 (reason 0)
Jul 16 17:39:33 <host> NetworkManager[1742]: <warn> Activation
(wlan0/wireless): asking for new secrets
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 1 of 5 (Device Prepare) scheduled...
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 1 of 5 (Device Prepare) started...
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> (wlan0): device
state change: 6 -> 4 (reason 0)
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 2 of 5 (Device Configure) scheduled...
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 1 of 5 (Device Prepare) complete.
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 2 of 5 (Device Configure) starting...
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> (wlan0): device
state change: 4 -> 5 (reason 0)
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> Activation
(wlan0/wireless): connection 'Auto <SSID>' has security, and secrets
exist.  No new secrets needed.
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> Config: added 'ssid'
value '<SSID>'
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> Config: added
'scan_ssid' value '1'
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> Config: added
'key_mgmt' value 'WPA-PSK'
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> Config: added 'psk'
value '<omitted>'
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> Config: added
'proto' value 'WPA RSN'
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> Activation (wlan0)
Stage 2 of 5 (Device Configure) complete.
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> (wlan0): supplicant
connection state:  scanning -> disconnected
Jul 16 17:39:33 <host> NetworkManager[1742]: <info> Config: set
interface ap_scan to 1
Jul 16 17:39:34 <host> NetworkManager[1742]: <info> (wlan0): supplicant
connection state:  disconnected -> scanning
Jul 16 17:39:48 <host> NetworkManager[1742]: <warn> (wlan0): link timed out.
Jul 16 17:39:58 <host> NetworkManager[1742]: <warn> Activation
(wlan0/wireless): association took too long.
Jul 16 17:39:58 <host> NetworkManager[1742]: <info> (wlan0): device
state change: 5 -> 9 (reason 7)
Jul 16 17:39:58 <host> NetworkManager[1742]: <warn> Activation (wlan0)
failed for access point (<SSID>)
Jul 16 17:39:58 <host> NetworkManager[1742]: <info> Marking connection
'Auto <SSID>' invalid.
Jul 16 17:39:58 <host> NetworkManager[1742]: <warn> Activation (wlan0)
failed.
Jul 16 17:39:58 <host> NetworkManager[1742]: <info> (wlan0): device
state change: 9 -> 3 (reason 0)
Jul 16 17:39:58 <host> NetworkManager[1742]: <info> (wlan0):
deactivating device (reason: 0).
<end of nm wireless connection>

if anyone has any idea how to configure & troubleshoot
USB wireless adapters, I'm all ears....

Thanks-

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux