Re: tulip_cb and Netgear FA511 CardBus error
Donald Becker <[email protected]> Tue, 14 May 2002 20:25:43 -0400 (EDT)
| Newsgroups | gmane.linux.drivers.tulip.bugs |
|---|---|
| Message-ID | <Pine.LNX.4.33.0205142022090.1461-100000@presario> |
On Tue, 14 May 2002, Felix Wong wrote: > I have been trying to get a Netgear FA511 CardBus Ethernet > 10/100 card > to work on an HP Pavilion N3478 Laptop running RedHat 7.3 > without success. > > I downloaded tulip.c, pci-scan.c, pci-scan.h and > kern_comp.h, compiled > and install and get the following error (from dmesg): > > ------------- > Linux Kernel Card Services 3.1.22 > options: [pci] [cardbus] [pm] > PCI: Found IRQ 11 for device 00:0a.0 > Yenta IRQ list 0028, PCI irq11 > Socket status: 30000827 > cs: cb_alloc(bus 2): vendor 0x1317, device 0x1985 > PCI: Failed to allocate resource 0(1000-fff) for 02:00.0 This is the problem -- it occurs before any card driver is loaded. The 3.1.22 card services is trying to allocate a huge amount of space -- (unsigned)-1. Try updating your PCMCIA code. (Did 3.1.22 really ship with RH7.3?) -- Donald Becker [email protected] Scyld Computing Corporation http://www.scyld.com 410 Severn Ave. Suite 210 Second Generation Beowulf Clusters Annapolis MD 21403 410-990-9993 _______________________________________________ tulip-bug mailing list, [email protected] To change to digest mode or unsubscribe visit http://www.scyld.com/mailman/listinfo/tulip-bug