No wireless in 3.4e -- Ralink rt2500 / Linksys WUSB54Gv4

Issues Related to Networking (Wired and Wireless)

Moderator: Moderators

No wireless in 3.4e -- Ralink rt2500 / Linksys WUSB54Gv4

Postby fofo412 » Sat Aug 18, 2007 0:05

Hey. How's it going?

I cannot seem to get my wireless working in the latest Sabayon.

Reading the other posts stating that the driver is bad, I installed this one:


RaLink RT2570USB Enhanced Driver
* Prism header can be toggled via iwpriv, no automatic changes which screwed up packet captures!
* MAC changing supported
* Support for Fragmentation Attack
Fragmentation support is now considered as stable. 1.5.0 version has some important fixes for kernel version 2.6.19 and above.

The serialmonkey CVS repository updated its driver from a new RaLink legacy one. Version 1.6.0 is the modification of this driver with fragmentation support, MAC changing and prism headers enabled by default. This driver seems to fix some threading, some SMP and some endianness issues. So it should be more stable than previous releases. Go get it!
Version 1.6.1 works for 2.6.22 kernels and comes with some more stability improvements.

rt2570-k2wrlz-1.6.1.tar.bz2




I have my lspci, lsmod, iwconfig, and dmesg included. Would the best solution be to remove the modules, currently being used, and use the new one?

Or, more specifically, how would I do that?

Thanks.



LSPCI

star highway # lspci
00:00.0 Host bridge: Intel Corporation 82915G/P/GV/GL/PL/910GL Memory Controller Hub (rev 04)
00:01.0 PCI bridge: Intel Corporation 82915G/P/GV/GL/PL/910GL PCI Express Root Port (rev 04)
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 4 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d3)
00:1f.0 ISA bridge: Intel Corporation 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FB/FW (ICH6/ICH6W) SATA Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
01:03.0 Mass storage controller: Integrated Technology Express, Inc. ITE 8211F Single Channel UDMA 133 (rev 11)
01:08.0 Ethernet controller: Intel Corporation 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller (rev 03)
01:0a.0 USB Controller: NEC Corporation USB (rev 43)
01:0a.1 USB Controller: NEC Corporation USB (rev 43)
01:0a.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
06:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7600 GS] (rev a1)



LSMOD

highway@star ~ $ lsmod
Module Size Used by
nls_cp437 8448 1
snd_seq_dummy 5508 0
snd_seq_oss 33920 0
snd_seq_midi_event 9472 1 snd_seq_oss
snd_seq 56096 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 10004 3 snd_seq_dummy,snd_seq_oss,snd_seq
nls_iso8859_1 6784 4
vboxdrv 1629184 0
rt2570 190656 0 <------ New driver, the others are Sabayon.
rc80211_simple 6016 1
ohci_hcd 26116 0
ssb 36484 1 ohci_hcd
pcmcia 43160 1 ssb
rt2500usb 22528 0
rt2x00usb 13056 1 rt2500usb
nvidia 8116152 34
rt2x00lib 19072 2 rt2500usb,rt2x00usb
mac80211 156936 3 rc80211_simple,rt2x00usb,rt2x00lib
crc_itu_t 3712 1 rt2x00lib
e100 39568 0
serio_raw 8964 0
i2c_i801 10652 0
i2c_core 28672 2 nvidia,i2c_i801
snd_hda_intel 309536 0
iTCO_wdt 13648 0
iTCO_vendor_support 5764 1 iTCO_wdt
pcspkr 4736 0
intel_agp 29216 0
joydev 12800 0
tg3 109188 0
e1000 123584 0
scsi_wait_scan 2816 0
sl811_hcd 14720 0
uhci_hcd 27040 0
ehci_hcd 35852 0



IWCONFIG

star highway # iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Retry min limit:7 RTS thr:off Fragment thr=2346 B
Encryption key:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0



DMESG

highway@star ~ $ dmesg
n 3.2-r2 (2007/01/15) Phillip Lougher
[ 27.485644] Registering unionfs 20060916-2203
[ 27.485646] unionfs: debugging is not enabled
[ 27.485683] Coda Kernel/Venus communications, v5.3.20, coda@cs.cmu.edu
[ 27.486097] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 27.486382] NTFS driver 2.1.28 [Flags: R/W].
[ 27.486451] QNX4 filesystem 0.2.3 registered.
[ 27.486456] fuse init (API version 7.8)
[ 27.486573] JFS: nTxBlock = 8192, nTxLock = 65536
[ 27.491666] SGI XFS with ACLs, security attributes, realtime, large block/inode
numbers, no debug enabled
[ 27.491918] SGI XFS Quota Management subsystem
[ 27.491967] SELinux: Registering netfilter hooks
[ 27.492126] io scheduler noop registered
[ 27.492128] io scheduler anticipatory registered
[ 27.492130] io scheduler deadline registered
[ 27.492150] io scheduler cfq registered (default)
[ 27.492225] Boot video device is 0000:06:00.0
[ 27.496689] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 27.496735] assign_interrupt_mode Found MSI capability
[ 27.496740] Allocate Port Service[0000:00:01.0:pcie00]
[ 27.496843] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 27.496883] assign_interrupt_mode Found MSI capability
[ 27.496886] Allocate Port Service[0000:00:1c.0:pcie00]
[ 27.496936] Allocate Port Service[0000:00:1c.0:pcie02]
[ 27.497036] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 27.497076] assign_interrupt_mode Found MSI capability
[ 27.497079] Allocate Port Service[0000:00:1c.1:pcie00]
[ 27.497126] Allocate Port Service[0000:00:1c.1:pcie02]
[ 27.497223] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[ 27.497263] assign_interrupt_mode Found MSI capability
[ 27.497266] Allocate Port Service[0000:00:1c.2:pcie00]
[ 27.497317] Allocate Port Service[0000:00:1c.2:pcie02]
[ 27.497417] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[ 27.497457] assign_interrupt_mode Found MSI capability
[ 27.497460] Allocate Port Service[0000:00:1c.3:pcie00]
[ 27.497508] Allocate Port Service[0000:00:1c.3:pcie02]
[ 27.538478] lp: driver loaded but no devices found
[ 27.538574] Real Time Clock Driver v1.12ac
[ 27.539577] intel_rng: FWH not detected
[ 27.546457] ppdev: user-space parallel port driver
[ 27.546464] Linux agpgart interface v0.102 (c) Dave Jones
[ 27.546605] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc20001080000, us
ing 3072k, total 262144k
[ 27.546609] vesafb: mode is 1024x768x16, linelength=2048, pages=1
[ 27.546612] vesafb: scrolling: redraw
[ 27.546614] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
[ 27.563171] Console: switching to colour frame buffer device 128x48
[ 27.579949] fbsplash: console 0 using theme 'sabayon'
[ 27.730164] fbsplash: switched splash state to 'on' on console 0
[ 27.730735] fb0: VESA VGA frame buffer device
[ 27.731008] input: Power Button (FF) as /class/input/input0
[ 27.731015] ACPI: Power Button (FF) [PWRF]
[ 27.731122] input: Power Button (CM) as /class/input/input1
[ 27.731127] ACPI: Power Button (CM) [PWRB]
[ 27.731480] ACPI Warning (tbutils-0158): Incorrect checksum in table [OEMB] -
BB, should be AE [20070126]
[ 27.731488] ACPI: SSDT 5FFC4210, 02FC (r1 AMI CPU1PM 1 INTL 200202
6)
[ 27.731692] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 27.731774] ACPI Warning (tbutils-0158): Incorrect checksum in table [SSDT] -
D7, should be EB [20070126]
[ 27.731779] ACPI: SSDT 5FFC4510, 02FC (r1 AMI CPU2PM 1 INTL 200202
6)
[ 27.734937] ibm_acpi: ec object not found
[ 27.734945] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing en
abled
[ 27.735925] 00:0d: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 27.736167] parport_pc 00:07: reported by Plug and Play ACPI
[ 27.736274] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,C
OMPAT,EPP,ECP,DMA]
[ 27.818664] lp0: using parport0 (interrupt-driven).
[ 27.818667] lp0: console ready
[ 27.818844] PCI driver parport_pc lacks driver specific resume support.
[ 27.818910] Floppy drive(s): fd0 is 1.44M
[ 27.833199] FDC 0 is a post-1991 82077
[ 27.835004] RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksi
ze
[ 27.835411] loop: module loaded
[ 27.835414] Compaq SMART2 Driver (v 2.6.0)
[ 27.835469] PCI driver cpqarray lacks driver specific resume support.
[ 27.835473] HP CISS Driver (v 3.6.14)
[ 27.835522] PCI driver cciss lacks driver specific resume support.
[ 27.835583] PCI driver DAC960 lacks driver specific resume support.
[ 27.835717] v2.3 : Micro Memory(tm) PCI memory board block driver
[ 27.835772] PCI driver umem lacks driver specific resume support.
[ 27.835777] MM: desc_per_page = 128
[ 27.835856] Device driver lo lacks bus and class support for being resumed.
[ 27.835936] PCI driver hp100 lacks driver specific resume support.
[ 27.836015] input: Macintosh mouse button emulation as /class/input/input2
[ 27.836052] Loading iSCSI transport class v2.0-724.
[ 27.836178] iscsi: registered transport (tcp)
[ 27.836272] PCI driver arcmsr lacks driver specific resume support.
[ 27.836338] PCI driver aic7xxx lacks driver specific resume support.
[ 27.836406] PCI driver aic79xx lacks driver specific resume support.
[ 27.836409] Adaptec aacraid driver (1.1-5[2437]-mh4)
[ 27.836465] PCI driver aacraid lacks driver specific resume support.
[ 27.836490] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[ 27.836580] PCI driver aic94xx lacks driver specific resume support.
[ 27.836629] PCI driver ips lacks driver specific resume support.
[ 27.836714] PCI driver qla1280 lacks driver specific resume support.
[ 27.836728] QLogic Fibre Channel HBA Driver
[ 27.836783] PCI driver qla2xxx lacks driver specific resume support.
[ 27.836837] iscsi: registered transport (qla4xxx)
[ 27.836894] PCI driver qla4xxx lacks driver specific resume support.
[ 27.836897] QLogic iSCSI HBA Driver
[ 27.836899] Emulex LightPulse Fibre Channel SCSI driver 8.1.12
[ 27.836901] Copyright(c) 2004-2007 Emulex. All rights reserved.
[ 27.836958] PCI driver lpfc lacks driver specific resume support.
[ 27.837006] PCI driver dmx3191d lacks driver specific resume support.
[ 27.837063] PCI driver sym53c8xx lacks driver specific resume support.
[ 27.837126] PCI driver dc395x lacks driver specific resume support.
[ 27.837130] DC390: clustering now enabled by default. If you get problems load
[ 27.837131] with "disable_clustering=1" and report to maintainers
[ 27.837184] PCI driver tmscsim lacks driver specific resume support.
[ 27.837243] PCI driver megaraid_legacy lacks driver specific resume support.
[ 27.837249] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[ 27.837253] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[ 27.837307] PCI driver megaraid lacks driver specific resume support.
[ 27.837310] megasas: 00.00.03.10-rc5 Thu May 17 10:09:32 PDT 2007
[ 27.837370] PCI driver megaraid_sas lacks driver specific resume support.
[ 27.837423] PCI driver atp870u lacks driver specific resume support.
[ 27.837427] GDT-HA: Storage RAID Controller Driver. Version: 3.05
[ 27.837655] GDT-HA: Found 0 PCI Storage RAID Controllers
[ 27.837709] PCI driver inia100 lacks driver specific resume support.
[ 27.837713] 3ware Storage Controller device driver for Linux v1.26.02.002.
[ 27.837760] PCI driver 3w-xxxx lacks driver specific resume support.
[ 27.837763] 3ware 9000 Storage Controller device driver for Linux v2.26.02.008.
[ 27.837811] PCI driver 3w-9xxx lacks driver specific resume support.
[ 27.837814] ipr: IBM Power RAID SCSI Device Driver version: 2.4.1 (April 24, 20
07)
[ 27.837869] PCI driver ipr lacks driver specific resume support.
[ 27.837872] RocketRAID 3xxx SATA Controller driver v1.0 (060426)
[ 27.837924] PCI driver hptiop lacks driver specific resume support.
[ 27.837927] stex: Promise SuperTrak EX Driver version: 3.6.0000.1
[ 27.837976] PCI driver stex lacks driver specific resume support.
[ 27.837980] st: Version 20070203, fixed bufsize 32768, s/g segs 256
[ 27.838032] osst :I: Tape driver with OnStream support version 0.99.4
[ 27.838034] osst :I: $Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $
[ 27.838280] PCI driver sata_svw lacks driver specific resume support.
[ 27.838329] ata_piix 0000:00:1f.1: version 2.11
[ 27.838345] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 1
8
[ 27.838382] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[ 27.838453] scsi0 : ata_piix
[ 27.838471] Device driver host0 lacks bus and class support for being resumed.
[ 27.838617] scsi1 : ata_piix
[ 27.838634] Device driver host1 lacks bus and class support for being resumed.
[ 27.838692] ata1: PATA max UDMA/100 cmd 0x00000000000101f0 ctl 0x00000000000103
f6 bmdma 0x000000000001ffa0 irq 14
[ 27.838697] ata2: PATA max UDMA/100 cmd 0x0000000000010170 ctl 0x00000000000103
76 bmdma 0x000000000001ffa8 irq 15
[ 28.140756] ata1.00: ATAPI: JLMS XJ-HD166S, DS18, max UDMA/33
[ 28.291678] ata1.00: configured for UDMA/33
[ 28.452500] Device driver target0:0:0 lacks bus and class support for being res
umed.
[ 28.452778] scsi 0:0:0:0: CD-ROM JLMS XJ-HD166S DS18 PQ:
0 ANSI: 5
[ 28.455170] sr0: scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray
[ 28.455174] Uniform CD-ROM driver Revision: 3.20
[ 28.455267] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 28.455372] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 28.455402] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 28.455424] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 1
9
[ 28.455457] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 28.455498] scsi2 : ata_piix
[ 28.455513] Device driver host2 lacks bus and class support for being resumed.
[ 28.455594] scsi3 : ata_piix
[ 28.455610] Device driver host3 lacks bus and class support for being resumed.
[ 28.455666] ata3: SATA max UDMA/133 cmd 0x0000000000017800 ctl 0x00000000000174
02 bmdma 0x0000000000016400 irq 19
[ 28.455670] ata4: SATA max UDMA/133 cmd 0x0000000000017000 ctl 0x00000000000168
02 bmdma 0x0000000000016408 irq 19
[ 28.660581] ata3.00: ATA-6: ST3160023A, 8.01, max UDMA/100
[ 28.660585] ata3.00: 312581808 sectors, multi 16: LBA48
[ 28.660587] ata3.00: applying bridge limits
[ 28.666624] ata3.00: configured for UDMA/100
[ 28.823467] ata4.00: ATA-6: ST3160827AS, 3.42, max UDMA/133
[ 28.823471] ata4.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 28.823596] ata4.01: ATA-6: ST3160827AS, 3.42, max UDMA/133
[ 28.823599] ata4.01: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 28.830482] ata4.00: configured for UDMA/133
[ 28.836489] ata4.01: configured for UDMA/133
[ 28.836515] Device driver target2:0:0 lacks bus and class support for being res
umed.
[ 28.836599] scsi 2:0:0:0: Direct-Access ATA ST3160023A 8.01 PQ:
0 ANSI: 5
[ 28.836763] sd 2:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[ 28.836784] sd 2:0:0:0: [sda] Write Protect is off
[ 28.836788] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 28.836820] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn'
t support DPO or FUA
[ 28.836886] sd 2:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[ 28.836904] sd 2:0:0:0: [sda] Write Protect is off
[ 28.836908] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 28.836940] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn'
t support DPO or FUA
[ 28.836944] sda: sda1
[ 28.842453] sd 2:0:0:0: [sda] Attached SCSI disk
[ 28.842548] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 28.842580] Device driver target3:0:0 lacks bus and class support for being res
umed.
[ 28.842652] scsi 3:0:0:0: Direct-Access ATA ST3160827AS 3.42 PQ:
0 ANSI: 5
[ 28.842799] sd 3:0:0:0: [sdb] 312581808 512-byte hardware sectors (160042 MB)
[ 28.842819] sd 3:0:0:0: [sdb] Write Protect is off
[ 28.842823] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 28.842855] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn'
t support DPO or FUA
[ 28.842916] sd 3:0:0:0: [sdb] 312581808 512-byte hardware sectors (160042 MB)
[ 28.842934] sd 3:0:0:0: [sdb] Write Protect is off
[ 28.842938] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 28.842970] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn'
t support DPO or FUA
[ 28.842974] sdb: sdb1 sdb2 sdb3 sdb4
[ 28.855036] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 28.855127] sd 3:0:0:0: Attached scsi generic sg2 type 0
[ 28.855162] Device driver target3:0:1 lacks bus and class support for being res
umed.
[ 28.855238] scsi 3:0:1:0: Direct-Access ATA ST3160827AS 3.42 PQ:
0 ANSI: 5
[ 28.855381] sd 3:0:1:0: [sdc] 312581808 512-byte hardware sectors (160042 MB)
[ 28.855400] sd 3:0:1:0: [sdc] Write Protect is off
[ 28.855404] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[ 28.855436] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn'
t support DPO or FUA
[ 28.855496] sd 3:0:1:0: [sdc] 312581808 512-byte hardware sectors (160042 MB)
[ 28.855515] sd 3:0:1:0: [sdc] Write Protect is off
[ 28.855519] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[ 28.855550] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn'
t support DPO or FUA
[ 28.855554] sdc: sdc1 sdc2
[ 28.856572] sd 3:0:1:0: [sdc] Attached SCSI disk
[ 28.856665] sd 3:0:1:0: Attached scsi generic sg3 type 0
[ 28.856752] PCI driver sata_promise lacks driver specific resume support.
[ 28.856806] PCI driver sata_qstor lacks driver specific resume support.
[ 28.857002] PCI driver sata_vsc lacks driver specific resume support.
[ 28.857052] PCI driver sata_sis lacks driver specific resume support.
[ 28.857109] PCI driver sata_sx4 lacks driver specific resume support.
[ 28.857219] PCI driver sata_uli lacks driver specific resume support.
[ 28.857277] PCI driver sata_mv lacks driver specific resume support.
[ 28.857376] PCI driver pdc_adma lacks driver specific resume support.
[ 28.857519] PCI driver pata_artop lacks driver specific resume support.
[ 28.857955] PCI driver pata_hpt37x lacks driver specific resume support.
[ 28.858006] PCI driver pata_hpt3x2n lacks driver specific resume support.
[ 28.858109] pata_it821x: controller in pass through mode.
[ 28.858130] ACPI: PCI Interrupt 0000:01:03.0[A] -> GSI 20 (level, low) -> IRQ 2
0
[ 28.858164] PCI: Setting latency timer of device 0000:01:03.0 to 64
[ 28.858221] scsi4 : pata_it821x
[ 28.858237] Device driver host4 lacks bus and class support for being resumed.
[ 28.858319] scsi5 : pata_it821x
[ 28.858336] Device driver host5 lacks bus and class support for being resumed.
[ 28.858393] ata5: PATA max UDMA/133 cmd 0x0000000000019400 ctl 0x00000000000190
02 bmdma 0x0000000000018000 irq 20
[ 28.858398] ata6: PATA max UDMA/133 cmd 0x0000000000018800 ctl 0x00000000000184
02 bmdma 0x0000000000018008 irq 20
[ 29.180818] PCI driver pata_pdc2027x lacks driver specific resume support.
[ 29.181223] PCI driver pata_sl82c105 lacks driver specific resume support.
[ 29.181378] I2O subsystem v1.325
[ 29.181381] i2o: max drivers = 8
[ 29.181534] PCI driver PCI_I2O lacks driver specific resume support.
[ 29.181538] I2O Configuration OSM v1.323
[ 29.181627] I2O Bus Adapter OSM v1.317
[ 29.181665] I2O Block Device OSM v1.325
[ 29.181792] I2O SCSI Peripheral OSM v1.316
[ 29.181830] I2O ProcFS OSM v1.316
[ 29.181871] Fusion MPT base driver 3.04.04
[ 29.181873] Copyright (c) 1999-2007 LSI Logic Corporation
[ 29.181877] Fusion MPT SPI Host driver 3.04.04
[ 29.181943] Fusion MPT FC Host driver 3.04.04
[ 29.182004] Fusion MPT SAS Host driver 3.04.04
[ 29.182078] Fusion MPT misc device (ioctl) driver 3.04.04
[ 29.182135] mptctl: Registered with Fusion MPT base driver
[ 29.182139] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 29.182141] Fusion MPT LAN driver 3.04.04
[ 29.182255] usbcore: registered new interface driver usblp
[ 29.182259] drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
[ 29.182262] Initializing USB Mass Storage driver...
[ 29.182307] usbcore: registered new interface driver usb-storage
[ 29.182310] USB Mass Storage support registered.
[ 29.182359] usbcore: registered new interface driver libusual
[ 29.182362] USB driver libusual lacks resume support.
[ 29.182536] PNP: No PS/2 controller found. Probing ports directly.
[ 29.185006] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 29.185014] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 29.185023] parport0: cannot grant exclusive access for device parkbd
[ 29.185152] PCI driver pcips2 lacks driver specific resume support.
[ 29.185295] mice: PS/2 mouse device common for all mice
[ 29.238764] md: linear personality registered for level -1
[ 29.238769] md: raid0 personality registered for level 0
[ 29.238771] md: raid1 personality registered for level 1
[ 29.238774] md: raid10 personality registered for level 10
[ 29.255370] raid6: int64x1 1320 MB/s
[ 29.272385] raid6: int64x2 1808 MB/s
[ 29.289352] raid6: int64x4 2144 MB/s
[ 29.306367] raid6: int64x8 1574 MB/s
[ 29.323322] raid6: sse2x1 2187 MB/s
[ 29.340328] raid6: sse2x2 1964 MB/s
[ 29.357305] raid6: sse2x4 2867 MB/s
[ 29.357307] raid6: using algorithm sse2x4 (2867 MB/s)
[ 29.357310] md: raid6 personality registered for level 6
[ 29.357312] md: raid5 personality registered for level 5
[ 29.357314] md: raid4 personality registered for level 4
[ 29.357317] raid5: automatically using best checksumming function: generic_sse
[ 29.362293] generic_sse: 4508.000 MB/sec
[ 29.362296] raid5: using function: generic_sse (4508.000 MB/sec)
[ 29.362299] md: multipath personality registered for level -4
[ 29.362301] md: faulty personality registered for level -5
[ 29.362384] device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-dev
el@redhat.com
[ 29.362611] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3
.2)
[ 29.362665] usbcore: registered new interface driver hiddev
[ 29.362668] USB driver hiddev lacks resume support.
[ 29.362709] usbcore: registered new interface driver usbhid
[ 29.362712] drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[ 29.362747] Advanced Linux Sound Architecture Driver Version 1.0.14 (Thu May 31
09:03:25 2007 UTC).
[ 29.362807] ALSA device list:
[ 29.362810] No soundcards found.
[ 29.362878] TCP bic registered
[ 29.362891] NET: Registered protocol family 1
[ 29.362895] NET: Registered protocol family 17
[ 29.363923] Suspend v2.2.10
[ 29.363989] Suspend2 Checksumming support registered.
[ 29.364032] Suspend2 Userspace Storage Manager support registered.
[ 29.364071] Suspend2 Basic User Interface support registered.
[ 29.364115] Suspend2 Compressor support registered.
[ 29.364154] Suspend2 Block I/O support registered.
[ 29.364194] Suspend2 Swap Allocator support registered.
[ 29.364232] Suspend2 File Allocator support registered.
[ 29.364239] Suspend2 Userspace UI support registered.
[ 29.364417] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 29.364428] Freeing unused kernel memory: 396k freed
[ 29.495472] ata1: soft resetting port
[ 29.950038] ata1.00: configured for UDMA/33
[ 29.950043] ata1: EH complete
[ 30.097451] ACPI: PCI Interrupt 0000:01:0a.2[C] -> GSI 20 (level, low) -> IRQ 2
0
[ 30.098198] ehci_hcd 0000:01:0a.2: EHCI Host Controller
[ 30.098350] ehci_hcd 0000:01:0a.2: new USB bus registered, assigned bus number
1
[ 30.119609] ehci_hcd 0000:01:0a.2: irq 20, io mem 0xcdeffc00
[ 30.119619] ehci_hcd 0000:01:0a.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 20
04
[ 30.119813] Device driver usbdev1.1_ep00 lacks bus and class support for being
resumed.
[ 30.119825] usb usb1: configuration #1 chosen from 1 choice
[ 30.119888] hub 1-0:1.0: USB hub found
[ 30.119897] hub 1-0:1.0: 5 ports detected
[ 30.221625] Device driver usbdev1.1_ep81 lacks bus and class support for being
resumed.
[ 30.256355] USB Universal Host Controller Interface driver v3.0
[ 30.256506] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 2
3
[ 30.256520] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 30.256523] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 30.256612] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number
2
[ 30.256643] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00005000
[ 30.256825] Device driver usbdev2.1_ep00 lacks bus and class support for being
resumed.
[ 30.256837] usb usb2: configuration #1 chosen from 1 choice
[ 30.256899] hub 2-0:1.0: USB hub found
[ 30.256907] hub 2-0:1.0: 2 ports detected
[ 30.358561] Device driver usbdev2.1_ep81 lacks bus and class support for being
resumed.
[ 30.358653] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 1
9
[ 30.358662] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 30.358665] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 30.358728] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number
3
[ 30.358753] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00005400
[ 30.358916] Device driver usbdev3.1_ep00 lacks bus and class support for being
resumed.
[ 30.358926] usb usb3: configuration #1 chosen from 1 choice
[ 30.358987] hub 3-0:1.0: USB hub found
[ 30.358995] hub 3-0:1.0: 2 ports detected
[ 30.429486] usb 1-3: new high speed USB device using ehci_hcd and address 2
[ 30.460519] Device driver usbdev3.1_ep81 lacks bus and class support for being
resumed.
[ 30.460611] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 1
8
[ 30.460619] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 30.460622] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 30.460686] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number
4
[ 30.460713] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00005800
[ 30.460881] Device driver usbdev4.1_ep00 lacks bus and class support for being
resumed.
[ 30.460892] usb usb4: configuration #1 chosen from 1 choice
[ 30.460949] hub 4-0:1.0: USB hub found
[ 30.460957] hub 4-0:1.0: 2 ports detected
[ 30.547804] Device driver usbdev1.2_ep00 lacks bus and class support for being
resumed.
[ 30.547815] usb 1-3: configuration #1 chosen from 1 choice
[ 30.547967] hub 1-3:1.0: USB hub found
[ 30.548033] hub 1-3:1.0: 4 ports detected
[ 30.562497] Device driver usbdev4.1_ep81 lacks bus and class support for being
resumed.
[ 30.562590] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 1
6
[ 30.562598] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[ 30.562602] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 30.562663] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number
5
[ 30.562689] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00006000
[ 30.562859] Device driver usbdev5.1_ep00 lacks bus and class support for being
resumed.
[ 30.562871] usb usb5: configuration #1 chosen from 1 choice
[ 30.562930] hub 5-0:1.0: USB hub found
[ 30.562937] hub 5-0:1.0: 2 ports detected
[ 30.649477] Device driver usbdev1.2_ep81 lacks bus and class support for being
resumed.
[ 30.663458] Device driver usbdev5.1_ep81 lacks bus and class support for being
resumed.
[ 30.749225] sl811: driver sl811-hcd, 19 May 2005
[ 30.855305] usb 2-1: new full speed USB device using uhci_hcd and address 2
[ 30.894339] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2
[ 30.894345] Copyright (c) 1999-2006 Intel Corporation.
[ 31.029281] usb 2-1: not running at top speed; connect to a high speed hub
[ 31.201372] Device driver usbdev2.2_ep00 lacks bus and class support for being
resumed.
[ 31.201385] usb 2-1: configuration #1 chosen from 1 choice
[ 31.204319] Device driver usbdev2.2_ep81 lacks bus and class support for being
resumed.
[ 31.204383] Device driver usbdev2.2_ep01 lacks bus and class support for being
resumed.
[ 31.410027] usb 2-2: new low speed USB device using uhci_hcd and address 3
[ 31.571132] Device driver usbdev2.3_ep00 lacks bus and class support for being
resumed.
[ 31.571150] usb 2-2: configuration #1 chosen from 1 choice
[ 31.591245] input: Logitech USB Receiver as /class/input/input3
[ 31.591396] input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:1
d.0-2
[ 31.591459] Device driver usbdev2.3_ep81 lacks bus and class support for being
resumed.
[ 31.796836] usb 3-1: new low speed USB device using uhci_hcd and address 2
[ 31.965213] Device driver usbdev3.2_ep00 lacks bus and class support for being
resumed.
[ 31.965231] usb 3-1: configuration #1 chosen from 1 choice
[ 31.982483] No storage allocator is currently active. Rechecking whether we can
use one.
[ 31.982492] Suspend2: Resume2 parameter is empty. Suspending will be disabled.
[ 31.982500] Compression Driver: Argh! Nothing follows me in the pipeline!
[ 31.982506] Compressor didn't initialise okay.
[ 31.982509] Suspend2: Initialise modules failed!
[ 31.982593] input: Microsoft Comfort Curve Keyboard 2000 as /class/input/input4
[ 31.983038] input: USB HID v1.11 Keyboard [Microsoft Comfort Curve Keyboard 200
0] on usb-0000:00:1d.1-1
[ 31.983562] Device driver usbdev3.2_ep81 lacks bus and class support for being
resumed.
[ 32.005154] input: Microsoft Comfort Curve Keyboard 2000 as /class/input/input5
[ 32.005450] input: USB HID v1.11 Device [Microsoft Comfort Curve Keyboard 2000]
on usb-0000:00:1d.1-1
[ 32.005595] Device driver usbdev3.2_ep82 lacks bus and class support for being
resumed.
[ 32.148157] kjournald starting. Commit interval 5 seconds
[ 32.148171] EXT3-fs: mounted filesystem with ordered data mode.
[ 32.188530] usb 1-3.3: new low speed USB device using ehci_hcd and address 3
[ 32.283275] Device driver usbdev1.3_ep00 lacks bus and class support for being
resumed.
[ 32.283291] usb 1-3.3: configuration #1 chosen from 1 choice
[ 32.286576] input: Logitech USB-PS/2 Optical Mouse as /class/input/input6
[ 32.286723] input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb
-0000:01:0a.2-3.3
[ 32.286794] Device driver usbdev1.3_ep81 lacks bus and class support for being
resumed.
[ 36.055858] input: PC Speaker as /class/input/input7
[ 36.204760] iTCO_vendor_support: vendor-support=0
[ 36.245748] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.01 (21-Jan-2007)
[ 36.246798] iTCO_wdt: Found a ICH6 or ICH6R TCO device (Version=2, TCOBASE=0x08
60)
[ 36.247564] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 36.275923] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 1
6
[ 36.277003] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[ 36.383074] ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 19 (level, low) -> IRQ 1
9
[ 36.383132] Device driver i2c-0 lacks bus and class support for being resumed.
[ 36.414564] e100: Intel(R) PRO/100 Network Driver, 3.5.17-k4-NAPI
[ 36.414570] e100: Copyright(c) 1999-2006 Intel Corporation
[ 36.422460] ACPI: PCI Interrupt 0000:01:08.0[A] -> GSI 20 (level, low) -> IRQ 2
0
[ 36.463353] Device driver eth0 lacks bus and class support for being resumed.
[ 36.463385] e100: eth0: e100_probe: addr 0xcdefc000, irq 20, MAC addr 00:11:D8:
31:C3:FF
[ 36.516893] nvidia: module license 'NVIDIA' taints kernel.
[ 36.780177] ACPI: PCI Interrupt 0000:06:00.0[A] -> GSI 16 (level, low) -> IRQ 1
6
[ 36.780191] PCI: Setting latency timer of device 0000:06:00.0 to 64
[ 36.780322] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 100.14.11 Wed Jun
13 16:33:22 PDT 2007
[ 36.787328] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driv
er
[ 36.787446] ACPI: PCI Interrupt 0000:01:0a.0[A] -> GSI 22 (level, low) -> IRQ 2
2
[ 36.788118] ohci_hcd 0000:01:0a.0: OHCI Host Controller
[ 36.788210] ohci_hcd 0000:01:0a.0: new USB bus registered, assigned bus number
6
[ 36.788239] ohci_hcd 0000:01:0a.0: irq 22, io mem 0xcdefd000
[ 36.869506] Device driver usbdev6.1_ep00 lacks bus and class support for being
resumed.
[ 36.869525] usb usb6: configuration #1 chosen from 1 choice
[ 36.869908] hub 6-0:1.0: USB hub found
[ 36.869923] hub 6-0:1.0: 3 ports detected
[ 36.932274] Device driver phy0 lacks bus and class support for being resumed.
[ 36.932445] Device driver wmaster0 lacks bus and class support for being resume
d.
[ 36.956336] wmaster0: Selected rate control algorithm 'simple'
[ 36.970646] Device driver usbdev6.1_ep81 lacks bus and class support for being
resumed.
[ 36.970974] ACPI: PCI Interrupt 0000:01:0a.1[B] -> GSI 23 (level, low) -> IRQ 2
3
[ 36.971677] ohci_hcd 0000:01:0a.1: OHCI Host Controller
[ 36.972051] ohci_hcd 0000:01:0a.1: new USB bus registered, assigned bus number
7
[ 36.972071] ohci_hcd 0000:01:0a.1: irq 23, io mem 0xcdefe000
[ 36.974177] Device driver wlan0 lacks bus and class support for being resumed.
[ 36.974241] usbcore: registered new interface driver rt2500usb
[ 36.982000] usbcore: registered new interface driver rt2570
[ 36.982006] USB driver rt2570 lacks resume support.
[ 37.053534] Device driver usbdev7.1_ep00 lacks bus and class support for being
resumed.
[ 37.053551] usb usb7: configuration #1 chosen from 1 choice
[ 37.053604] hub 7-0:1.0: USB hub found
[ 37.053617] hub 7-0:1.0: 2 ports detected
[ 37.154283] Device driver usbdev7.1_ep81 lacks bus and class support for being
resumed.
[ 40.482064] EXT3 FS on sdb3, internal journal
[ 40.691521] vboxdrv: Trying to deactivate NMI watchdog permanently...
[ 40.691527] vboxdrv: Successfully done.
[ 41.238684] NTFS volume version 3.1.
[ 41.356058] NTFS volume version 3.1.
[ 41.437295] kjournald starting. Commit interval 5 seconds
[ 41.437557] EXT3 FS on sdb4, internal journal
[ 41.437563] EXT3-fs: mounted filesystem with ordered data mode.
[ 41.638889] NTFS volume version 3.1.
[ 41.796367] Adding 2096472k swap on /dev/disk/by-uuid/82a04f28-9b53-4b55-b826-2
26577587762. Priority:-1 extents:1 across:2096472k
[ 58.455587] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery dir
ectory
[ 58.462602] NFSD: starting 90-second grace period
[ 59.226443] fbsplash: console 1 using theme 'sabayon'
[ 59.235133] fbsplash: switched splash state to 'on' on console 1
[ 59.256703] fbsplash: console 2 using theme 'sabayon'
[ 59.265033] fbsplash: switched splash state to 'on' on console 2
[ 59.280653] fbsplash: console 3 using theme 'sabayon'
[ 59.290535] fbsplash: switched splash state to 'on' on console 3
[ 59.305096] fbsplash: console 4 using theme 'sabayon'
[ 59.315606] fbsplash: switched splash state to 'on' on console 4
[ 59.330416] fbsplash: console 5 using theme 'sabayon'
[ 59.340717] fbsplash: switched splash state to 'on' on console 5
[ 59.351067] fbsplash: console 11 using theme 'sabayon'
[ 59.357165] fbsplash: switched splash state to 'on' on console 11
[ 61.571528] Device driver i2c-1 lacks bus and class support for being resumed.
[ 61.571569] Device driver i2c-2 lacks bus and class support for being resumed.
[ 61.571609] Device driver i2c-3 lacks bus and class support for being resumed.
User avatar
fofo412
Young Hen
 
Posts: 33
Joined: Thu Oct 27, 2005 21:58

Postby WarraWarra » Sat Aug 18, 2007 4:36

Someone already asked this maybe the info they gave could help you. Have to check but think they got it fixed or you can PM them and ask.

Using search option on top of this screen :
http://forum.sabayonlinux.org/viewtopic ... ght=rt2500

Also try the wiki on top of this page + google / gentoo.org forums / wiki as alternative.

Could also work if using the windows .inf files + ndiswrapper to get it to works.
User avatar
WarraWarra
Sagely Hen
 
Posts: 1989
Joined: Wed Jan 03, 2007 21:01
Location: 31.324270, -113.585511

Postby fofo412 » Sat Aug 18, 2007 20:14

Yeah, thanks.

That was the post I was referring to in my message. . .

I assume the issue has not been fixed since (SOLVED) has not been added to the topic title.

I'll try blacklisting those modules though.
User avatar
fofo412
Young Hen
 
Posts: 33
Joined: Thu Oct 27, 2005 21:58

Postby WarraWarra » Sat Aug 18, 2007 23:03

Darn it is sorry that they did not find a fix yet I presume the devlpm. team is working on it.
They are the champs as always.

Yup blacklist + ndiswrapper and .inf windows drivers and it should work same as in any other linux distro + ndiswrapper + win drivers.

Best of luck and plz post if you find a fix for this to help the others with same cards out.

Thanks.

PS> if you know of a older version of the linux drivers that worked you can try it and maybe downgrade to that driver + post if it works.
We have had several nasty drivers in the last few months from the creators of the drivers both in the kernel's and patched etc .
User avatar
WarraWarra
Sagely Hen
 
Posts: 1989
Joined: Wed Jan 03, 2007 21:01
Location: 31.324270, -113.585511

Postby Lucidan » Sun Aug 19, 2007 11:25

Yes, please let us know the solution when you get it working! There are many others with the same problem...

Good luck!
Lucidan
Young Hen
 
Posts: 34
Joined: Thu Aug 16, 2007 15:19

Re:

Postby fofo412 » Mon Aug 20, 2007 16:09

Lucidan wrote:Yes, please let us know the solution when you get it working! There are many others with the same problem...

Good luck!


I'll be sure to do that, the only problem is that my free time is EXTREMELY limited.

If people here want to check my logic, it may help speed things along and send me in the right direction.

Ok. So. . .

1. New driver installed (can provide info later).
2. I now need to: rmmod and / or blacklist the current drivers?
3. Then: (I am not really sure, but edu-guessing) tell the system to use the new driver ---> modprobe newdriver.
4. ? ? ?

I have been using linux on / off since '05 now (Ubuntu, Gentoo [very poorly], RR4 /Sabayon). My big thing is that I am able to search and find HOW to do something, when I know WHAT it is that I need to be doing. My trouble with linux, Gentoo / Sabayon is that I am not sure WHAT I need to do / should be doing.

Any help?
User avatar
fofo412
Young Hen
 
Posts: 33
Joined: Thu Oct 27, 2005 21:58

Re: No wireless in 3.4e -- Ralink rt2500 / Linksys WUSB54Gv4

Postby freeallbadgers » Mon Aug 20, 2007 16:55

“I just finished compiling glibc and now it says there is a new update available? Arrgh! It never ends!!”
User avatar
freeallbadgers
Growing Hen
 
Posts: 181
Joined: Sun Mar 11, 2007 8:12
Location: Glasgow, UK.


Return to Networking and Wireless

Who is online

Users browsing this forum: No registered users and 0 guests

cron