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

Re: [Fwd: Network driver problem]



On Tue, Mar 23, 1999 at 05:25:25PM -0600, Kent West wrote:
> Right I was not using root, but when I used root I got the following
> error message:
> ne.c: No PCI Cards found. Use "io=0xNNN" Value(s) of ISA cards
> /lib/modules/2.0.36/net/ne.o: init_modules 
> Device or resource busy
You need the ne module for ISA cards. And you need to provide an IO
value. I usually probe with

for i in 20 22 24 26 28 2a 2c 2e 30 32 34 36 38; do \
  modprobe ne io=0x${i}0; done

(Beware!! This could hang your machine. It works here with a variety of
old machines in 98% but your mileage may vary)

Nils

--
Plug-and-Play is really nice, unfortunately it only works 50% of the time.
To be specific the "Plug" almost always works.            --unknown source

Attachment: pgpQoMbRdf_GF.pgp
Description: PGP signature


Reply to: