Lars Jensen wrote:
> I just upgraded my kernel, using the debian pre-compiled kernel image
> for kernel 2.4.18, I also installed the corresponding
> kernel-pcmcia-modules-2.4.18 package. The packages installed fine, but I
> can't get pcmcia to see my 3Com PC card. The card is a 10/100 LAN
> CardBus, model 3CXFE575CT, and it worked fine with kernel 2.2.19 and
> its corresponding pcmcia package, using the 3c575 driver. I have another
> card, an NE2000 compatible that uses the pcnet_cs driver, and that
> works fine with new 2.4.18. My modem card also works with
> 2.4.18. I didn't even have to run modconf to make either of these work.
> 
> When I look under /lib/modules/2.4.18/kernel/drivers/net/pcmcia I notice
> that only 3c574 and 3c589 drivers are present for 3Com  PC-cards. Does this
> mean that other 3Com cards are not supported?
> 
> iAny ideas anyone?
> 
> Thanks,
> Lars.
> 
> --
> Lars Jensen, Truckee Meadows Community College, Reno NV 89512-3999.
> Tel: 775.673.7113 E-mail: [EMAIL PROTECTED]
> 
> 


Try modprobe 3c59x

 From the kernel source help line:

CONFIG_VORTEX:

This option enables driver support for a large number of 10mbps and
10/100mbps EISA, PCI and PCMCIA 3Com network cards:

"Vortex"    (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI
"Boomerang" (EtherLink XL 3c900 or 3c905)            PCI
"Cyclone"   (3c540/3c900/3c905/3c980/3c575/3c656)    PCI and Cardbus
"Tornado"   (3c905)                                  PCI
"Hurricane" (3c555/3cSOHO)                           PCI

If you have such a card, say Y and read the Ethernet-HOWTO,
available from <http://www.tldp.org/docs.html#howto>. More
specific information is in
Documentation/networking/vortex.txt and in the comments at
the beginning of drivers/net/3c59x.c.

If you want to compile this as a module ( = code which can be
inserted in and removed from the running kernel whenever you want),
say M here and read Documentation/modules.txt as well as
Documentation/networking/net-modules.txt.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to