* [gentoo-user] wlan
@ 2010-03-23 18:39 Thomas Bruns
2010-03-23 18:42 ` Thomas Bruns
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Bruns @ 2010-03-23 18:39 UTC (permalink / raw
To: gentoo-user
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"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] wlan
2010-03-23 18:39 [gentoo-user] wlan Thomas Bruns
@ 2010-03-23 18:42 ` Thomas Bruns
2010-03-23 23:56 ` [gentoo-user] wlan walt
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Bruns @ 2010-03-23 18:42 UTC (permalink / raw
To: gentoo-user
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"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-user] Re: wlan
2010-03-23 18:42 ` Thomas Bruns
@ 2010-03-23 23:56 ` walt
0 siblings, 0 replies; 3+ messages in thread
From: walt @ 2010-03-23 23:56 UTC (permalink / raw
To: gentoo-user
On 03/23/2010 11:42 AM, Thomas Bruns wrote:
> 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
>> ...
In the latest sources from Linus.git there is this warning:
#ifdef CONFIG_RT2800USB_UNKNOWN
/*
* Unclear what kind of devices these are (they aren't supported by the
* vendor driver).
*/
/* Sitecom */
{ USB_DEVICE(0x0df6, 0x0040), USB_DEVICE_DATA(&rt2800usb_ops) },
^^^^^^^^^^^^^^
And there is your device, FWIW. Now, enabling CONFIG_RT2800USB_UNKNOWN
is beyond my abilities. Even though it's definitely present in the Kconfig
file, I can't get it to show up in menuconfig. That option is new since
2.6.31-gentoo-r10, so I'm guessing the existing driver doesn't support that
particular device yet.
I'd happily be wrong if someone knows otherwise.
BTW, the driver code that's rejecting your device could be commented out
in drivers/net/wireless/rt2x00/rt2800usb.c (lines 2339-2359). (If you choose
to rebuild the driver that way -- don't blame me for any death/destruction
or loss of data it may cause. The RF chip is the high-power part of the
adapter, so driving that chip incorrectly could do it damage, maybe.)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-03-23 23:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-23 18:39 [gentoo-user] wlan Thomas Bruns
2010-03-23 18:42 ` Thomas Bruns
2010-03-23 23:56 ` [gentoo-user] wlan walt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox