Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-05 Thread I Lee Hetherington
/proc/interrupts shows eth0 (sharing aic7xxx) now. The NIC is fully functional now. I was actually trying your 3c59x.c-2.2.19pre2.gz, and not the -2 version. Trying that now. --Lee - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-05 Thread Andrew Morton
I Lee Hetherington wrote: > > Andrew Morton wrote: > > > Could you please test this 2.2 driver? > > > > http://www.uow.edu.au/~andrewm/linux/3c59x.c-2.2.19-pre2-2.gz > > Bingo! This driver works fine. Thanks. And /proc/interrupts? > (Why do hardware people keep tweaking things for

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-05 Thread I Lee Hetherington
Andrew Morton wrote: > Could you please test this 2.2 driver? > > http://www.uow.edu.au/~andrewm/linux/3c59x.c-2.2.19-pre2-2.gz Bingo! This driver works fine. Thanks. (Why do hardware people keep tweaking things for seemingly unnecessary reasons?) --Lee Hetherington - To

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-05 Thread Andrew Morton
I Lee Hetherington wrote: > > Andrew Morton wrote: > > > Please do. The boot-time messages which come out of the driver > > would be interesting. It would help if you add `debug=7' to > > the 3c59x modprobe command line also. > > OK. I've included dmesg output due to modprobe with debug=7

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-05 Thread I Lee Hetherington
Yes, it is rev 78, but I have at least 20 of these working on other machines (Precision 620) for a long time now. The difference in this machine is the i850 chipset vs. the i810 in the 620. This seems to be a problem of 3c59x making a successful call of request_irq(), but nothing shows up in

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-05 Thread Jon Burgess
What is the output of 'lspci -v'? If it says that the chip revision is '78' then this is one of the new 3C905CX (note the CX) NIC's or ASIC on the motherboard. I've seen a problem with the 3c59x.c driver and this chip, it can send packets but not receive any. The 3Com 3c90x-1.0.0i.tgz driver at

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-05 Thread I Lee Hetherington
Sorry to follow up, but I forgot to note that it is trying to share IRQ 11 for aic7xx and eth0. However, even if I move the Adaptec card to another slot, where it gets IRQ 10, still no joy for eth0 on IRQ 11. --Lee Hetherington - To unsubscribe from this list: send the line "unsubscribe

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-05 Thread I Lee Hetherington
Andrew Morton wrote: > Please do. The boot-time messages which come out of the driver > would be interesting. It would help if you add `debug=7' to > the 3c59x modprobe command line also. OK. I've included dmesg output due to modprobe with debug=7 followed by ifup (using pump -- problems

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-05 Thread Jon Burgess
What is the output of 'lspci -v'? If it says that the chip revision is '78' then this is one of the new 3C905CX (note the CX) NIC's or ASIC on the motherboard. I've seen a problem with the 3c59x.c driver and this chip, it can send packets but not receive any. The 3Com 3c90x-1.0.0i.tgz driver at

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-05 Thread I Lee Hetherington
Yes, it is rev 78, but I have at least 20 of these working on other machines (Precision 620) for a long time now. The difference in this machine is the i850 chipset vs. the i810 in the 620. This seems to be a problem of 3c59x making a successful call of request_irq(), but nothing shows up in

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-05 Thread Andrew Morton
I Lee Hetherington wrote: Andrew Morton wrote: Please do. The boot-time messages which come out of the driver would be interesting. It would help if you add `debug=7' to the 3c59x modprobe command line also. OK. I've included dmesg output due to modprobe with debug=7 followed by

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-05 Thread I Lee Hetherington
Andrew Morton wrote: Could you please test this 2.2 driver? http://www.uow.edu.au/~andrewm/linux/3c59x.c-2.2.19-pre2-2.gz Bingo! This driver works fine. Thanks. (Why do hardware people keep tweaking things for seemingly unnecessary reasons?) --Lee Hetherington - To unsubscribe

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-05 Thread Andrew Morton
I Lee Hetherington wrote: Andrew Morton wrote: Could you please test this 2.2 driver? http://www.uow.edu.au/~andrewm/linux/3c59x.c-2.2.19-pre2-2.gz Bingo! This driver works fine. Thanks. And /proc/interrupts? (Why do hardware people keep tweaking things for seemingly

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-04 Thread Andrew Morton
I Lee Hetherington wrote: > > Anybody get this working with 2.2.18 or 2.4.0-prerelease? I can't seem > to get the on-board 3c905c to work. I've seen it without an interrupt > assignment in /proc/interrupts. With Red Hat's pump (DHCP), it sends > packets out but doesn't seem to see the

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-04 Thread I Lee Hetherington
Manfred wrote: > Everything except the NIC works? Yes. > What do you mean with "without an interrupt assignment"? > Is there no line for ethx in /proc/interrupt, or the number of > interrupts remains 0? There is no entry for eth0 anywhere in /proc/interrupts. That seems strange. > what does

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-04 Thread Manfred
> Anybody get this working with 2.2.18 or 2.4.0-prerelease? > I can't seem to get the on-board 3c905c to work. Everything except the NIC works? > I've seen it without an interrupt assignment in > /proc/interrupts. With Red Hat's pump (DHCP), it sends > packets out but doesn't seem to see the

Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-04 Thread I Lee Hetherington
Anybody get this working with 2.2.18 or 2.4.0-prerelease? I can't seem to get the on-board 3c905c to work. I've seen it without an interrupt assignment in /proc/interrupts. With Red Hat's pump (DHCP), it sends packets out but doesn't seem to see the response. I can provide more details.

Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-04 Thread I Lee Hetherington
Anybody get this working with 2.2.18 or 2.4.0-prerelease? I can't seem to get the on-board 3c905c to work. I've seen it without an interrupt assignment in /proc/interrupts. With Red Hat's pump (DHCP), it sends packets out but doesn't seem to see the response. I can provide more details.

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-04 Thread Manfred
Anybody get this working with 2.2.18 or 2.4.0-prerelease? I can't seem to get the on-board 3c905c to work. Everything except the NIC works? I've seen it without an interrupt assignment in /proc/interrupts. With Red Hat's pump (DHCP), it sends packets out but doesn't seem to see the

Re: Dell Precision 330 (Pentium 4, i850 chipset, 3c905c)

2001-01-04 Thread Andrew Morton
I Lee Hetherington wrote: Anybody get this working with 2.2.18 or 2.4.0-prerelease? I can't seem to get the on-board 3c905c to work. I've seen it without an interrupt assignment in /proc/interrupts. With Red Hat's pump (DHCP), it sends packets out but doesn't seem to see the response.