RE: 3c59x.o: init_module: Device or resource busy

2001-02-12 Thread Joris Lambrecht
if you get such an error it normally means the module is allready loaded ... -Original Message- From: Sebastiaan [mailto:[EMAIL PROTECTED] Sent: Sunday, February 11, 2001 1:43 PM To: Krzys Majewski Cc: debian-user@lists.debian.org Subject: Re: 3c59x.o: init_module: Device or resource busy

Re: 3c59x.o: init_module: Device or resource busy

2001-02-11 Thread Krzys Majewski
That's what I thought but when I tried it, it looks like ifconfig tried running modprobe automatically. I've got stuff in /etc/network/ though, maybe something there is screwing it up.. -chris On Sun, 11 Feb 2001, Sebastiaan wrote: > Hi, > > if you compile the driver into the kernel, you

Re: 3c59x.o: init_module: Device or resource busy

2001-02-11 Thread Sebastiaan
Hi, if you compile the driver into the kernel, you only have to do: ifconfig eth0 192.168.1.1 netmask 255.255.255.0 up asuumed that your kernel detects your card correctly. Greetz, Sebastiaan On 11 Feb 2001, Krzys Majewski wrote: > So I'm trying to teach my boot floppies to do networking.. >