On Sun, 2003-11-16 at 20:51, Luke Scharf wrote:
> > >           3. How does the hotplugger know to start 
> > > /etc/init.d/net.eth1 when
> > >         I insert my PCMCIA wireless card?  I didn't set up any sort of
> > >         relation between eth1 and the orinoco module, nor do I know
> > >         where this might be set up by default.
> > 
> > Have you emerge'd sys-apps/pcmcia-cs..? I haven't really used PCMCIA, 
> > tho' so hopefully someone else can help more.
> 
> Yes -- my wireless card works, it's just that I'm not sure I have it set
> up in a way that other people would understand.  I have to go through
> some strange dance with eth0 to bring it up, though.
> 
> I think I solved this kind of problem using the /etc/modules.conf file
> on my Debian Stable systems, but a lot of things are different on
> Gentoo, so I figured I'm trying to find the "normal" way to do it.  I
> could rewrite all of the scripts and make it work, but in my experience
> doing that just makes work for myself in the long run.  :-)

By appending the following lines to my /etc/modules.d/alias file, I
managed to consistently make eth0 my wired card and eth1 my WLAN card:
        # Network
        alias eth0 eepro100
        alias eth1 orinoco_cs
All is well, and things work the way I want them to now.

I emerged a package called net-wireless/linux-wlan-ng that may allow to
me to remove the calls to iwconfig from my /etc/init.d/net.eth1 file.

-Luke

--
[EMAIL PROTECTED] mailing list

Reply via email to