Phil,

something occupies address 0x378. This is almost always a printer, i.e.
lp located at 0x378, irq 7 (first parallel port). You can check this
doing a "cat /proc/ioports" and a "cat /proc/interrupts" as root. If it
is really so, then you should compile your kernel with "parallel printer
support" as a _module_
and _not_ load the lp while trying to check your card, so that 0x378 is
free for it to use.

Let us know the outcome.

Regards

Chris

[EMAIL PROTECTED] wrote:
> 
> If you have the the Armada Docking Station, and have successfully configured
> the NIC for Networking in LINUX - - Please help.
> 
> I've been trying for weeks and I'm getting nowhere.
> 
> Information I got from Compaq:
> Interrupt 15 - this is fixed.
> Base Address 0x378-0x37A - (I think this is fixed also)
> Shares some nibbles of this address with Printer Port on Docking Station.
> NE2000 driver should work. (I've tried ne and tlan drivers)
> 
> When I try modprobe eth0 as configured above, it reports:
> ne.c:  No NE*000 card found at i/o = 0x378
> /lib/modules/preferred/net/ne.o: init_module: Device or resource busy
> 
> Any ideas?
> -Phil

Reply via email to