[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pcmcia network on boot



Hi
I did the same, looked at /etc/network/interfaces, but what u need is to
configure /etc/pcmcia/network.opts. Set up your static ip or just say
'yes' to dhcp or bootp.

Something like this:

    IPADDR=10.x.x.x
    NETMASK=255.255.x.x
    NETWORK=10.x.x.x
    BROADCAST=10.x.x.x
    GATEWAY=10.x.x.x
    DNS_1="62.179.100.29"
    DNS_2="62.179.100.30"

or

    DHCP="y"

good luck
/ernst


On Wed, 20 Nov 2002, Alexey Chetroi wrote:

>
>  Dear All,
>
>  I've just installed woody on my travelmate 512T laptop. Everything
> works fine even pcmcia (expected trouble with it) but I have a minor issue
> when the system boots up.
>  I've added to /etc/network/interfaces auto eth0 and iface eth0 inet dhcp.
> The interface get configured if I unplug/plug card, but not on the system boot.
> >From system boot sequence I see that eth0 is configured before the pcmcia
> bus manager is started, so should I make link to /etc/init.d/pcmcia in /etc/rcS.d ? or there's out of box way?
>
> --
>
>   Best regards,
>   Alexey Chetroi
>
> ---
> Smile... Tomorrow will be worse.   (c) Murphy's law
>
>
> --
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>




Reply to: