Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
I am running Centos4 2.6.9-42.0.3.EL on an HP laptop (model# zv5466cl). Kudzu/lspci does not detect a Netgear (GA511) Gigabit cardbus pcmcia ethernet card. I do not have clue about how to handle this problem. Any help with this would be greatly appreciated.
The info below shows lspci and cardctl output:
00:00.0 Host bridge: nVidia Corporation nForce3 Host Bridge (rev a4)
Flags: bus master, 66Mhz, fast devsel, latency 0
Memory at e8000000 (32-bit, prefetchable) [size=128M]
Capabilities: [44] HyperTransport: Slave or Primary Interface
Capabilities: [c0] AGP version 2.0
00:01.0 ISA bridge: nVidia Corporation nForce3 LPC Bridge (rev a6)
Subsystem: nVidia Corporation: Unknown device 0c80
Flags: bus master, 66Mhz, fast devsel, latency 0
00:01.1 SMBus: nVidia Corporation nForce3 SMBus (rev a4)
Subsystem: Hewlett-Packard Company: Unknown device 006d
Flags: 66Mhz, fast devsel, IRQ 177
I/O ports at 2040 [size=64]
I/O ports at 2000 [size=64]
Capabilities: [44] Power Management version 2
00:02.0 USB Controller: nVidia Corporation nForce3 USB 1.1 (rev a5) (prog-if 10 [OHCI])
Subsystem: nVidia Corporation: Unknown device 0c80
Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 185
Memory at e0000000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Power Management version 2
00:02.1 USB Controller: nVidia Corporation nForce3 USB 1.1 (rev a5) (prog-if 10 [OHCI])
Subsystem: nVidia Corporation: Unknown device 0c80
Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 193
Memory at e0001000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Power Management version 2
00:02.2 USB Controller: nVidia Corporation nForce3 USB 2.0 (rev a2) (prog-if 20 [EHCI])
Subsystem: nVidia Corporation: Unknown device 0c80
Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 177
Memory at e0004000 (32-bit, non-prefetchable) [size=256]
Capabilities: [80] Power Management version 2
00:06.0 Multimedia audio controller: nVidia Corporation nForce3 Audio (rev a2)
Subsystem: Hewlett-Packard Company: Unknown device 006d
Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 185
I/O ports at 1400 [size=256]
I/O ports at 1c00 [size=128]
Memory at e0002000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Power Management version 2
00:06.1 Modem: nVidia Corporation nForce3 Audio (rev a2) (prog-if 00 [Generic])
Subsystem: Hewlett-Packard Company: Unknown device 006d
Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 193
I/O ports at 1800 [size=256]
I/O ports at 1c80 [size=128]
Memory at e0003000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Power Management version 2
00:08.0 IDE interface: nVidia Corporation nForce3 IDE (rev a5) (prog-if 8a [Master SecP PriP])
Subsystem: nVidia Corporation: Unknown device 0c80
Flags: bus master, 66Mhz, fast devsel, latency 0
I/O ports at 2080 [size=16]
Capabilities: [44] Power Management version 2
02:04.2 System peripheral: Texas Instruments PCI1620 Firmware Loading Function (rev 01)
Subsystem: Hewlett-Packard Company: Unknown device 006d
Flags: bus master, medium devsel, latency 64
I/O ports at 7400 [size=64]
Capabilities: [44] Power Management version 2
[root@linux1 Desktop]# cardctl status
Socket 0:
3.3V CardBus card
function 0: [ready]
Socket 1:
no card
That card uses the Realtek chipset and should work just fine. I don't think the driver is getting loaded though. From the command line as root, and with the card plugged in, do:
Code:
/sbin/modprobe r8169
If no errors are returned, then proceed to attempt to configure. Stll as root, type:
Code:
system-config-network
Choose "New" then "Ethernet Connection" and see if your Realtek PCMCIA card is listed there. If it is, proceed to configure it accordingly. When finished just click on the "Activate" button and if we're lucky, you should be in business. Good luck!
EDIT: If it doesn't show up under "Ethernet Connection," try instead of r8169:
cardbus on HP laptop - change PCI Bridge suborinate bus using setpci to see hardware
Thank you so much for the help.
I think my problem is that the PCMCIA Cardbus configuration on this HP laptop (zv5000 or more specifically zv5466cl) needs some adjustments so that the cardbus hardware is recognized.
I executed the following:
setpci -s 0:a.0 SUBORDINATE_BUS=0A
cardctl eject 0
cardctl insert 0
Now lspci shows the change to the PCI Bridge subordinate setting and the gigabit ethernet card (GA511) appears as a device.
Open Source Security Myths Dispelled Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization subscribe
InformationWeek InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology. subscribe