* [gentoo-user] wlan @ 2010-03-23 18:39 Thomas Bruns 2010-03-23 18:42 ` Thomas Bruns 0 siblings, 1 reply; 5+ 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] 5+ 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; 5+ 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] 5+ messages in thread
* [gentoo-user] Re: wlan 2010-03-23 18:42 ` Thomas Bruns @ 2010-03-23 23:56 ` walt 0 siblings, 0 replies; 5+ 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] 5+ messages in thread
* [gentoo-user] WLAN @ 2006-03-06 15:03 Goran Maksimoviæ 2006-03-06 16:17 ` Daniel da Veiga 0 siblings, 1 reply; 5+ messages in thread From: Goran Maksimoviæ @ 2006-03-06 15:03 UTC (permalink / raw To: gentoo-user Hello! I have recently subscribed to this mailing list so if someone has already asked this question I apologize in advance. I installed yesterday Gentoo 2006.0 with LiveCD on my laptop hp nx9105 and I'm looking how to setup my wireless card. I know that their aren't WLAN card drivers for Linux but I know that I can use my Windows XP drivers with ndiswrapper package, so my question is what is the procedure to setup my WLAN card. Goran ---------------------- T - C o m - - W e b m a i l ---------------------- Ova poruka poslana je upotrebom T-Com Webmail usluge. Postani redatelj najgledanijeg hrvatskog filma! http://www.tportal.hr/100sekundislave/ -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] WLAN 2006-03-06 15:03 [gentoo-user] WLAN Goran Maksimoviæ @ 2006-03-06 16:17 ` Daniel da Veiga 0 siblings, 0 replies; 5+ messages in thread From: Daniel da Veiga @ 2006-03-06 16:17 UTC (permalink / raw To: gentoo-user On 3/6/06, Goran Maksimoviæ <goran.maksimovic@ri.htnet.hr> wrote: > Hello! > > I have recently subscribed to this mailing list so if someone has already asked > this question I apologize in advance. I installed yesterday Gentoo 2006.0 with > LiveCD on my laptop hp nx9105 and I'm looking how to setup my wireless card. I > know that their aren't WLAN card drivers for Linux but I know that I can use my > Windows XP drivers with ndiswrapper package, so my question is what is the > procedure to setup my WLAN card. > > Goran > http://www.unicolet.org/nx9105.html http://gentoo-wiki.com/HOWTO_Wireless_Configuration_and_Startup It can't be better than that :) good luck... Don't forget to thank Umberto Nicoletti for his complete description on how to make your system work... > > ---------------------- T - C o m - - W e b m a i l ---------------------- > Ova poruka poslana je upotrebom T-Com Webmail usluge. > Postani redatelj najgledanijeg hrvatskog filma! > http://www.tportal.hr/100sekundislave/ > > > > -- > gentoo-user@gentoo.org mailing list > > -- Daniel da Veiga Computer Operator - RS - Brazil -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V- PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++ ------END GEEK CODE BLOCK------ -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-03-23 23:58 UTC | newest] Thread overview: 5+ 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 -- strict thread matches above, loose matches on Subject: below -- 2006-03-06 15:03 [gentoo-user] WLAN Goran Maksimoviæ 2006-03-06 16:17 ` Daniel da Veiga
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox