Re: pcmcia net card does not show up in "ifconfig" listing.

1999-10-05 Thread Brad
-BEGIN PGP SIGNED MESSAGE- On Mon, 4 Oct 1999, Hugo van der Merwe wrote: > Is there any place to specify what drivers must be compiled (like in > make menuconfig when using something like an NE2000 on a desktop)? IIRC, all pcmcia modules are compiled by default, even ones you have no nee

RE: pcmcia net card does not show up in "ifconfig" listing.

1999-10-04 Thread Martin Fluch
> I have had similar problems with my laptop, and I added > ifconfig eth0 192.168.1.11 netmask 255.255.255.0 > route add 192.168.1.11 dev eth0 > > to my /etc/init.d/network script and that took care of it. > > Whenever I upgrade Debian, the PCMCIA stuff stops working, and I make a new > PCMCIA mo

Re: pcmcia net card does not show up in "ifconfig" listing.

1999-10-04 Thread Martin Fluch
On Mon, 4 Oct 1999, Hugo van der Merwe wrote: > On Thu, 30 Sep 1999, Martin Fluch wrote: > > I did that yes. And installed the package. Is there any place to specify > what drivers must be compiled (like in make menuconfig when using > something like an NE2000 on a desktop)? An NE2000 card should

RE: pcmcia net card does not show up in "ifconfig" listing.

1999-10-04 Thread Pollywog
On 04-Oct-99 Hugo van der Merwe wrote: > >#! /bin/sh > ifconfig lo 127.0.0.1 > route add -net 127.0.0.0 > > Needless to say, it doesn't do much... but it is identical to the script > on the other laptop. Clearly the pcmcia stuff is not found in that > script. > > /etc/init.d/pcmcia start does

RE: pcmcia net card does not show up in "ifconfig" listing.

1999-10-04 Thread Hugo van der Merwe
On Thu, 30 Sep 1999, Pollywog wrote: > > On 30-Sep-99 Hugo van der Merwe wrote: > > I realise something is probably not configured correctly. I installed > > pcmcia-source, and compiled it with dpkg-kpkg, then installed the > > resulting .deb file. Everything seems to be working fine, except tha

Re: pcmcia net card does not show up in "ifconfig" listing.

1999-10-04 Thread Hugo van der Merwe
On Thu, 30 Sep 1999, Martin Fluch wrote: > On Thu, 30 Sep 1999, Hugo van der Merwe wrote: > > > I realise something is probably not configured correctly. I installed > > pcmcia-source, and compiled it with dpkg-kpkg, then installed the > > resulting .deb file. Everything seems to be working fine

RE: pcmcia net card does not show up in "ifconfig" listing.

1999-09-30 Thread Pollywog
On 30-Sep-99 Hugo van der Merwe wrote: > I realise something is probably not configured correctly. I installed > pcmcia-source, and compiled it with dpkg-kpkg, then installed the > resulting .deb file. Everything seems to be working fine, except that I > expected the network card in the slot to sh

Re: pcmcia net card does not show up in "ifconfig" listing.

1999-09-30 Thread Martin Fluch
On Thu, 30 Sep 1999, Hugo van der Merwe wrote: > I realise something is probably not configured correctly. I installed > pcmcia-source, and compiled it with dpkg-kpkg, then installed the > resulting .deb file. Everything seems to be working fine, except that I > expected the network card in the sl

pcmcia net card does not show up in "ifconfig" listing.

1999-09-30 Thread Hugo van der Merwe
I realise something is probably not configured correctly. I installed pcmcia-source, and compiled it with dpkg-kpkg, then installed the resulting .deb file. Everything seems to be working fine, except that I expected the network card in the slot to show up when I run ifconfig. It does not. How ca