"Martin Blume" <(E-Mail Removed)> wrote in message
news:4013e9cb$0$724$(E-Mail Removed)...
> "HansO" <(E-Mail Removed)> schrieb
> >
> > > Did you first define your network to use a PCMCIA card?
> > To tell you the truth, I do not know how to do that...
> It seems already to be done.
>
> > product info: "3Com Corporation", "3C589D", "TP/BNC LAN Card
> > Ver. 2a","000002"
> > manfid: 0x0101, 0x0589
> > function: 6 (network)
> >
> ok, the card is recognized ok.
>
> > eth0: 3Com 3c589, io 0x300, irq 3, hw_addr 00:10:4B:7E:54:91
> > 8K FIFO split 5:3 Rx:Tx, auto xcvr
> >
> > I removed the ifport settings in the /etc/modules.conf file.
> > Still the startup is giving me tons of error messages(insmod),
> > but the following two
> > commands give me network acces:
> > /sbin/ifport eth0 10baseT
> Do you need this? This is a card that has a RJ-45 and a BNC
> connector, right? Doesn't it take the right connector
> automatically?
It depends where I am. Some places it detects automatically, some
places not...
>
> > /sbin/service network restart
> >
> > So what I'm looking for is a way get rid of all of the insmod
> > messages
> We'd have to know what messages there are.
> You mean those you posted first?
> > Jan 25 13:00:46 localhost modprobe: modprobe: insmod eth0 failed
> > Jan 25 13:00:55 localhost ifplugd(eth0)[699]: Using interface eth0
> > Jan 25 13:00:55 localhost modprobe: modprobe: insmod eth0 failed
> > ...
> Probably at startup you are trying to load a wrong module.
> What does the alias in /etc/modules.conf for eth0 say?
> Mine says
> alias eth0 off
> as the PCMCIA card is handled by the PCMCIA subsystem.
That did the trick

Mine said alias eth0 3c589, I changed it
to eth0 off, and all the error messages at startup went away.
>
> > and a way
> > to set the ifport to 10baseT before the network service is
> > started.
> >
> Then you'd have to go into the hw configuration. I don't know about
> Mandrake, so I really can't help you too much here.
> Do you have a file called
> /etc/pcmcia/network.opts ?
> There I saw a parameter called IF_PORT.
I tried to set that parameter to 10baseT, but with no luck.
> Or do you have a file called
> /etc/sysconfig/network/ifcfg-eth-pcmcia ?
Nope.
> You might want to browse the directory there for any hints of
> setting the port.
> Alternatively, Read The Fine Manual that came along with your
> Mandrake 9.2 box.
Will do, if time...
> HTH
> Martin
Thanks for all your help Martin, I really appreciate it!
Best,
Anders