Gentoo Archives: gentoo-user

From: Thomas Bruns <gentoo@××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] wlan
Date: Tue, 23 Mar 2010 18:43:05
Message-Id: 201003231942.47470.gentoo@donbruno.de
In Reply to: [gentoo-user] wlan by Thomas Bruns
1 Am Dienstag 23 März 2010 19:39:32 schrieb Thomas Bruns:
2 > Hello NGs,
3 >
4 > when connect my usb-wlan-stick i get this message:
5 >
6 > usb 1-5: USB disconnect, address 3
7 > usb 1-5: new high speed USB device using ehci_hcd and address 4
8 > usb 1-5: New USB device found, idVendor=0df6, idProduct=0040
9 > usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
10 > usb 1-5: Product: 802.11 n WLAN
11 > usb 1-5: Manufacturer: Ralink
12 > usb 1-5: SerialNumber: 1.0
13 > usb 1-5: configuration #1 chosen from 1 choice
14 > phy1 -> rt2x00_set_chip: Info - Chipset detected - rt: 1600, rf: 0007, rev:
15 > 30710211.
16 > phy1 -> rt2800usb_init_eeprom: Error - Invalid RT chipset detected.
17 > phy1 -> rt2x00lib_probe_dev: Error - Failed to allocate device.
18 >
19 > I use a 2.6.31-gentoo-r10 Kernel.
20 >
21 > Can everybody help me?
22 >
23 lsmod | grep rt
24 rt2800usb 37944 0
25 rt2x00usb 12136 1 rt2800usb
26 rt2x00lib 31656 2 rt2800usb,rt2x00usb
27 led_class 4976 1 rt2x00lib
28 input_polldev 4376 1 rt2x00lib
29 mac80211 137976 2 rt2x00usb,rt2x00lib
30 cfg80211 92672 2 rt2x00lib,mac80211
31 crc_ccitt 2264 1 rt2800usb
32 rtc 7960 0
33 usbcore 145764 12
34 rt2800usb,rt2x00usb,uvcvideo,snd_usb_audio,snd_usb_lib,sl811_hcd,usbhid,ohci_hcd,uhci_hcd,usb_storage,ehci_hcd
35 scsi_transport_sas 30488 3 aic94xx,libsas,mptsas
36 scsi_transport_fc 47180 3 lpfc,qla2xxx,mptfc
37 scsi_tgt 13200 1 scsi_transport_fc
38 scsi_transport_spi 24904 5 mptspi,dmx3191d,sym53c8xx,aic7xxx,aic79xx
39 firmware_class 9192 8
40 rt2x00lib,tg3,aic94xx,libsas,qla2xxx,qla1280,advansys,pcmcia
41 pata_artop 6924 0
42
43 --
44 Gruß
45 Thomas
46 ---
47 CBUILD="x86_64-pc-linux-gnu"
48 CFLAGS="-march=core2 -O2 -msse4.1 -msse4.2 -pipe"
49 CXXFLAGS="-march=core2 -O2 -msse4.1 -msse4.2 -pipe"
50 LDFLAGS="-Wl,-O1,--hash-style=gnu,--sort-common,--as-needed"

Replies

Subject Author
[gentoo-user] Re: wlan walt <w41ter@×××××.com>