linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [AMD] 79c970 ethernet card problems.....
@ 2001-08-29 13:29 Bruno Boettcher
  2001-08-29 14:03 ` Eli Carter
  0 siblings, 1 reply; 3+ messages in thread
From: Bruno Boettcher @ 2001-08-29 13:29 UTC (permalink / raw)
  To: linux-kernel

hello!
my motherboard assigns it IRQ without any distinction, i have several
cards on the same interrupt, e.g. the 2 ethernet cards are on irq 10 at
the moment .... so maybe this is the real problem ... anyways i have:
lspci:
00:0c.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet
LANCE] (rev 02)
  Flags: stepping, medium devsel, IRQ 10
  I/O ports at e000 [size=32]

/etc/modutils/network:
options lance io=0xe000 irq=10
alias eth1 lance  irq=10

in /var/log/messages:
Aug 29 12:25:16 kalman kernel: eth0: Lite-On PNIC-II rev 37 at 0xdc00,
00:C0:F0:7B:E2:D6, IRQ 10.
Aug 29 12:25:16 kalman kernel: lance.c: No PCnet/LANCE card found (i/o =
0xe000).

same when i try to insmod it by hand:
 modprobe eth1
 /lib/modules/2.4.9/kernel/drivers/net/lance.o: init_module: No such
 device or address
 Hint: insmod errors can be caused by incorrect module parameters,
 including invalid IO or IRQ parameters
 /lib/modules/2.4.9/kernel/drivers/net/lance.o: insmod
 /lib/modules/2.4.9/kernel/drivers/net/lance.o failed
 /lib/modules/2.4.9/kernel/drivers/net/lance.o: insmod eth1 failed


ayahhh, for a short time this second card responded to pings.... no it
wont even load.... what's going wrong? and is there any way i can change
the IRQ's of those damn cards? the module options need the iorq settings
but are completely ignoring them!

(and i have currently 4 cards on irq9 and 2 on irq10....)

-- 
ciao bboett
==============================================================
bboett@earthling.net
http://inforezo.u-strasbg.fr/~bboett http://erm1.u-strasbg.fr/~bboett
===============================================================
the total amount of intelligence on earth is constant.
human population is growing....

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [AMD] 79c970 ethernet card problems.....
  2001-08-29 13:29 [AMD] 79c970 ethernet card problems Bruno Boettcher
@ 2001-08-29 14:03 ` Eli Carter
  2001-08-29 15:07   ` Bruno Boettcher
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Carter @ 2001-08-29 14:03 UTC (permalink / raw)
  To: Bruno Boettcher; +Cc: linux-kernel

Bruno Boettcher wrote:
> 
> hello!
> my motherboard assigns it IRQ without any distinction, i have several
> cards on the same interrupt, e.g. the 2 ethernet cards are on irq 10 at
> the moment .... so maybe this is the real problem ... anyways i have:
> lspci:
> 00:0c.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet
> LANCE] (rev 02)
>   Flags: stepping, medium devsel, IRQ 10
>   I/O ports at e000 [size=32]
> 
> /etc/modutils/network:
> options lance io=0xe000 irq=10
> alias eth1 lance  irq=10

You might try the pcnet32 module instead of the lance module.

HTH,

Eli
--------------------.     Real Users find the one combination of bizarre
Eli Carter           \ input values that shuts down the system for days.
eli.carter(a)inet.com `-------------------------------------------------

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [AMD] 79c970 ethernet card problems.....
  2001-08-29 14:03 ` Eli Carter
@ 2001-08-29 15:07   ` Bruno Boettcher
  0 siblings, 0 replies; 3+ messages in thread
From: Bruno Boettcher @ 2001-08-29 15:07 UTC (permalink / raw)
  To: linux-kernel

On Wed, Aug 29, 2001 at 09:03:27AM -0500, Eli Carter wrote:
> You might try the pcnet32 module instead of the lance module.
ok the result of using the pcnet32 module was a hard lock of my kernel,
had to remove the card to be able to boot again....
that's the part where it stops:
Aug 29 16:32:24 kalman kernel: eth1: PCnet/PCI 79C970 at 0xe000, warning
PROM address does not match CSR address<4>eth1: Probably a Compaq, using
the PROM address of 00 80 ad 11 09 20
Aug 29 16:32:24 kalman kernel: pcnet32: pcnet32_private lp=d0e4b000
lp_dma_addr=0x10e4b000 assigned IRQ 10.
Aug 29 16:32:24 kalman kernel: pcnet32.c:v1.25kf 26.9.1999
tsbogend@alpha.franken.de

after that nothing moves anymore.....

BTW forgot to say that's its an 2.4.9 kernel (debian source package)
running on an AMD Athlon...

-- 
ciao bboett
==============================================================
bboett@earthling.net
http://inforezo.u-strasbg.fr/~bboett http://erm1.u-strasbg.fr/~bboett
===============================================================
the total amount of intelligence on earth is constant.
human population is growing....

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-08-29 14:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-29 13:29 [AMD] 79c970 ethernet card problems Bruno Boettcher
2001-08-29 14:03 ` Eli Carter
2001-08-29 15:07   ` Bruno Boettcher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).