View previous topic :: View next topic |
Author |
Message |
Narada Guru
Joined: 12 Dec 2002 Posts: 300 Location: London, UK
|
Posted: Wed Mar 05, 2003 1:04 am Post subject: 3Com 3CXFE575CT 3c575 PCMCIA Card |
|
|
Hello,
Recently, the internal network card died inside my Dell Inspiron 8100 laptop and so I purchased from auctions the 3Com 3CXFE575CT card. Since this is my first encounter with pcmcia in Linux due to everything previously being built into my laptop what would you say is the best way to get this card working reliably at 100Mbit? I've had a look at http://pcmcia-cs.sourceforge.net/ and this card is supported and I understand there are compatible kernel drivers too. However, I read on the forums that people have been having problems with this card so I thought I would ask about the method beforehand. Does this card work well in Linux/Gentoo and has the release of pcmcia-cs 3.2.4 changed the way things are done at all?
Much appreciated. _________________ http://dhruba.name/ |
|
Back to top |
|
|
Joffer Guru
Joined: 10 Sep 2002 Posts: 585 Location: Arendal, Norway
|
Posted: Thu Mar 06, 2003 9:55 am Post subject: |
|
|
Did u figure it out? I've also got problems getting my 3com 575 pcmcia (3c575?) driver.. just getting "Faild to bring up eth0" or something like that (wrote it from memory, not at my gentoo box laptop now) |
|
Back to top |
|
|
Narada Guru
Joined: 12 Dec 2002 Posts: 300 Location: London, UK
|
Posted: Thu Mar 06, 2003 11:01 am Post subject: |
|
|
All I know is that kernel support should be disabled and pcmcia-cs should be used. I have not had the chance to try this yet though and am still waiting for feedback. Try searching for 3c575 on these forums. _________________ http://dhruba.name/ |
|
Back to top |
|
|
Joffer Guru
Joined: 10 Sep 2002 Posts: 585 Location: Arendal, Norway
|
Posted: Fri Mar 07, 2003 10:03 am Post subject: |
|
|
I have disabled pcmcia in kernel and (re)emerged pcmcia-cs after kernel compilation.. |
|
Back to top |
|
|
Narada Guru
Joined: 12 Dec 2002 Posts: 300 Location: London, UK
|
Posted: Fri Mar 07, 2003 11:42 am Post subject: |
|
|
And did that solve your problem? _________________ http://dhruba.name/ |
|
Back to top |
|
|
Joffer Guru
Joined: 10 Sep 2002 Posts: 585 Location: Arendal, Norway
|
Posted: Fri Mar 07, 2003 12:38 pm Post subject: |
|
|
no
pcmcia-cs and cardmanager starts just fine during bootup (or start/stop) but when I try to bring up eth0 it just says "Failed to bring eth0 up"
modules.autoload:
pcmcia_core
i82365
ds
I've also tried adding 3c575_cb here, no luck..
Update: Looks like the 3Com driver in the kernel supports my NIC, and that this is the right module for my card.. I'm at least recompiling my kernel now with 3c59x support (module ofcourse). Won't have an update until monday though, since this computer is at work and I'm leaving just about now! ciao.
Update2: It didn't help me.. I'm all starting from scratch now with kernel rebuild etc..
Last edited by Joffer on Tue Mar 11, 2003 2:38 pm; edited 1 time in total |
|
Back to top |
|
|
Narada Guru
Joined: 12 Dec 2002 Posts: 300 Location: London, UK
|
Posted: Tue Mar 11, 2003 12:30 pm Post subject: |
|
|
Hello. pcmcia-cs did not work for me after all. All modules loaded fine but I just could not get net.eth0 to use the pcmcia card instead of the internal network card. So I have done the same as you and compiled pcmcia/cardbus and 3c59x support into the kernel. The card works beautifully although I would have preferred 3c575_cb driver as that is specific to the card. Please post if you ever manage to solve the problem that you have. _________________ http://dhruba.name/ |
|
Back to top |
|
|
Joffer Guru
Joined: 10 Sep 2002 Posts: 585 Location: Arendal, Norway
|
Posted: Thu Mar 13, 2003 2:12 pm Post subject: |
|
|
i switched to the lolo sources, and then the pcmcia-cs package and my kernel found my card (with pcmcia-cs that is, no pcmcia stuff in kernel) |
|
Back to top |
|
|
dweigert Guru
Joined: 04 Oct 2002 Posts: 369 Location: Somerset, NJ USA
|
Posted: Thu Mar 13, 2003 3:59 pm Post subject: |
|
|
I've always used the kernel pcmcia drivers. the only thing to remember for them is that you have to enable pci hotplugging as well as all the other hotplugging for USB, etc. Cardbus cards are really pci devices.
You also have to have the following in the net.ethX scripts if you do this:
Code: |
depend() {
use pcmcia
use hotplug
}
|
That makes sure things come up correctly.
Dan _________________ "Always remember to mount a scratch monkey..." |
|
Back to top |
|
|
|