Linksys WPC11 Ver 4 under Fedora Core 1
Mark Alford <[email protected]> Sat, 10 Jan 2004 21:51:08 -0600 (CST)
| Newsgroups | gmane.linux.drivers.realtek.devel |
|---|---|
| Message-ID | <[email protected]> |
I am trying to get my LINKSYS WPC11 wireless PCMCIA card working
with Fedora Core 1.
If I plug in the card and type
> cardctl ident
Then I get
Socket 0:
product info: "Realtek", "Rtl8139"
manfid: 0x0000, 0x024c
function: 6 (network)
So I downloaded netdrivers.tgz from http://www.scyld.com/network/rtl8139.html
and followed the very simple instructions:
> make
> make install
depmod: *** Unresolved symbols in
/lib/modules/2.4.22-1.2115.nptl/kernel/drivers/pcmcia/cb_shim.o
Now what do I do to get it working? It should appear (in ifconfig
output, say) as eth1, but at the moment I get nothing at all.
When I plug in the card, syslog shows:
kernel: cs: cb_alloc(bus 3): vendor 0x10ec, device 0x8180
kernel: PCI: Enabling device 03:00.0 (0000 -> 0003)
cardmgr[3485]: socket 0: CardBus hotplug device
pci.agent[6738]: ... no modules for PCI slot 03:00.0
cat /proc/pci yields:
Bus 3, device 0, function 0:
Ethernet controller: PCI device 10ec:8180 (rev 32).
IRQ 11.
Master Capable. No bursts. Min Gnt=32.Max Lat=64.
I/O at 0x4000 [0x40ff].
Non-prefetchable 32 bit memory at 0x10800000 [0x108001ff].
Many thanks for any help you can offer.