[gentoo-user] PCMCIA network

2003-03-23 Thread Patrick Marquetecken
Hi, I have the pcmcia-cs installed for use with my orinoco wireless card. filled in the /etc/pcmcia/wireless.opt file for the base station created /etc/init.d/net.eth1 with depend pcmcia /etc/conf.d/net ad iface_eth1="dhcp" /etc/modules.autoload has pcmcia_core,i82365 run rc-update add pcmcia de

Re: [gentoo-user] PCMCIA network

2003-03-23 Thread Elvis Dieguez
Did you start net.eth1 (i.e. /etc/init.d/net.eth1 start)? I've set up a wireless network using Orinoco cards for both clients and the Linux access point I set up. The only difference is I am using static IPs for my internal network. Elvis On Sunday 23 March 2003 08:08 am, Patrick Marquetecken

Re: [gentoo-user] PCMCIA network

2003-03-23 Thread Patrick Marquetecken
> Did you start net.eth1 (i.e. /etc/init.d/net.eth1 start)? I've set up a > wireless network using Orinoco cards for both clients and the Linux access > point I set up. The only difference is I am using static IPs for my internal > network. > Yes and it fails, at boot time it don't get a ip add

RE: [gentoo-user] PCMCIA network

2003-03-24 Thread Gwendolyn van der Linden
> I have the pcmcia-cs installed for use with my orinoco > wireless card. filled in the /etc/pcmcia/wireless.opt file > for the base station > created /etc/init.d/net.eth1 with depend pcmcia > /etc/conf.d/net ad iface_eth1="dhcp" > /etc/modules.autoload has pcmcia_core,i82365 > run rc-update add p

Re: [gentoo-user] PCMCIA network

2003-03-24 Thread Lai Liu-yuan
can you activate it by hand, "/etc/init.d/net.eth1 start"? If yes, maybe can be added also to default. -- [EMAIL PROTECTED] mailing list

[gentoo-user] pcmcia network card 3com 3CXFE575CT

2003-03-04 Thread Dhruba Bandopadhyay
Hello The internal network card on my laptop (Dell Inspiron 8100) has finally given up and as a result I've purchased the following 3com pcmcia card. http://www.3com.com/prod/en_UK_EMEA/detail.jsp?tab=features&sku=3CXFE575CT This will be my first encounter with pcmcia under Linux as everything o

Re: [gentoo-user] PCMCIA network - solved almost

2003-03-23 Thread Patrick Marquetecken
After modifying /etc/conf.d/pcmcia PCIC="i82365" it works. but there is a error at boot time. cardmgr[6234] executing './network start eth1' cardmgr[6234] warning "net.eth1" has already started Bringing eth1 up Patrick > > Did you start net.eth1 (i.e. /etc/init.d/net.eth1 start)? I've set up a

Re: [gentoo-user] PCMCIA network - solved almost

2003-03-23 Thread Martin Schlemmer
On Sun, 2003-03-23 at 22:10, Patrick Marquetecken wrote: > After modifying /etc/conf.d/pcmcia > PCIC="i82365" it works. > but there is a error at boot time. > > cardmgr[6234] executing './network start eth1' > cardmgr[6234] warning "net.eth1" has already started > Bringing eth1 up > If 'hotplug'

Re: [gentoo-user] pcmcia network card 3com 3CXFE575CT

2003-03-04 Thread Stephen Varga
I have that card working sucessfully on my Dell c600. I have the pcmcia drivers in the kernel disabled and using the pcmcia-cs package. The one gotcha is you can not have SMP enabled in the kernel, if you do the machine will lockup when the 'cardmgr' tries to init the card. HTH, Steve On Tue, 2