[gentoo-user] wlan

2010-03-23 Thread Thomas Bruns
Hello NGs,

when connect my usb-wlan-stick i get this message:

usb 1-5: USB disconnect, address 3
usb 1-5: new high speed USB device using ehci_hcd and address 4
usb 1-5: New USB device found, idVendor=0df6, idProduct=0040
usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-5: Product: 802.11 n WLAN
usb 1-5: Manufacturer: Ralink
usb 1-5: SerialNumber: 1.0
usb 1-5: configuration #1 chosen from 1 choice
phy1 - rt2x00_set_chip: Info - Chipset detected - rt: 1600, rf: 0007, rev: 
30710211.
phy1 - rt2800usb_init_eeprom: Error - Invalid RT chipset detected.
phy1 - rt2x00lib_probe_dev: Error - Failed to allocate device.

I use a 2.6.31-gentoo-r10 Kernel.

Can everybody help me?

-- 
Gruß
Thomas
---
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=core2 -O2 -msse4.1 -msse4.2 -pipe
CXXFLAGS=-march=core2 -O2 -msse4.1 -msse4.2 -pipe
LDFLAGS=-Wl,-O1,--hash-style=gnu,--sort-common,--as-needed



Re: [gentoo-user] wlan

2010-03-23 Thread Thomas Bruns
Am Dienstag 23 März 2010 19:39:32 schrieb Thomas Bruns:
 Hello NGs,
 
 when connect my usb-wlan-stick i get this message:
 
 usb 1-5: USB disconnect, address 3
 usb 1-5: new high speed USB device using ehci_hcd and address 4
 usb 1-5: New USB device found, idVendor=0df6, idProduct=0040
 usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
 usb 1-5: Product: 802.11 n WLAN
 usb 1-5: Manufacturer: Ralink
 usb 1-5: SerialNumber: 1.0
 usb 1-5: configuration #1 chosen from 1 choice
 phy1 - rt2x00_set_chip: Info - Chipset detected - rt: 1600, rf: 0007, rev:
 30710211.
 phy1 - rt2800usb_init_eeprom: Error - Invalid RT chipset detected.
 phy1 - rt2x00lib_probe_dev: Error - Failed to allocate device.
 
 I use a 2.6.31-gentoo-r10 Kernel.
 
 Can everybody help me?
 
lsmod | grep rt
rt2800usb  37944  0
rt2x00usb  12136  1 rt2800usb
rt2x00lib  31656  2 rt2800usb,rt2x00usb
led_class   4976  1 rt2x00lib
input_polldev   4376  1 rt2x00lib
mac80211  137976  2 rt2x00usb,rt2x00lib
cfg80211   92672  2 rt2x00lib,mac80211
crc_ccitt   2264  1 rt2800usb
rtc 7960  0
usbcore   145764  12 
rt2800usb,rt2x00usb,uvcvideo,snd_usb_audio,snd_usb_lib,sl811_hcd,usbhid,ohci_hcd,uhci_hcd,usb_storage,ehci_hcd
scsi_transport_sas 30488  3 aic94xx,libsas,mptsas
scsi_transport_fc  47180  3 lpfc,qla2xxx,mptfc
scsi_tgt   13200  1 scsi_transport_fc
scsi_transport_spi 24904  5 mptspi,dmx3191d,sym53c8xx,aic7xxx,aic79xx
firmware_class  9192  8 
rt2x00lib,tg3,aic94xx,libsas,qla2xxx,qla1280,advansys,pcmcia
pata_artop  6924  0

-- 
Gruß
Thomas
---
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=core2 -O2 -msse4.1 -msse4.2 -pipe
CXXFLAGS=-march=core2 -O2 -msse4.1 -msse4.2 -pipe
LDFLAGS=-Wl,-O1,--hash-style=gnu,--sort-common,--as-needed