public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.0-test4(-mmX) via-rhine ethernet onboard C3 mini-itx doesn't work
@ 2003-09-03  7:11 Danny ter Haar
  2003-09-03  7:40 ` Roger Luethi
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Danny ter Haar @ 2003-09-03  7:11 UTC (permalink / raw)
  To: linux-kernel

Subject says all! :-)

2.6.0-test3-mm2 still works (as does 2.4.21-rc2).

vanilla 2.6.0-test4 & test4-mm[45] & the onboard ethernet doesn't seem to work.
No kernel panics, it just doesn't work :-(


Both have same ethernet driver:

via-rhine.c:v1.10-LK1.1.19-2.5  July-12-2003  Written by Donald Becker
  http://www.scyld.com/network/via-rhine.html
eth0: VIA VT6102 Rhine-II at 0xe800, 00:40:63:ca:6a:c1, IRQ 10.
eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1.
eth0: Setting full-duplex based on MII #1 link partner capability of 45e1.

Even manual config (normal is dhcp) doesn't work.

Haven't seen anyone else report this, but this is repeatable and i suspect
more people must have experienced this ?!

Machine is running debian-unstable distro.

Danny

-- 
I think so Brain, but why does a forklift 
have to be so big if all it does is lift forks?


^ permalink raw reply	[flat|nested] 24+ messages in thread
[parent not found: <20030903113737.A3655@pc9391.uni-regensburg.de>]
* Re: 2.6.0-test4(-mmX) via-rhine ethernet onboard C3 mini-itx doesn't work
@ 2003-09-03 15:48 Christian Guggenberger
  2003-09-03 16:37 ` Danny ter Haar
  0 siblings, 1 reply; 24+ messages in thread
From: Christian Guggenberger @ 2003-09-03 15:48 UTC (permalink / raw)
  To: linux-kernel, dth, Christian Guggenberger

>>Some days ago a patch for 2.6 has been posted on bugzilla, (see some of the 
>>last entries of Bug #10).
>>This one got IO-APIC + ACPI working for the first time in a year on my EPOX 
>>8k5a3+.
>>(via-rhine, usb , sound )
>>Please try !

>You mean this one? (so small, probably no-one minds)

yep, this one. 
please cc me next time, cause I'm not subcribed.

Christian


diff -uNr linux-2.6.0-test4-bk2.orig/drivers/acpi/pci_link.c linux-2.6.0-test4-bk2/drivers/acpi/pci_link.c
--- linux-2.6.0-test4-bk2.orig/drivers/acpi/pci_link.c	2003-08-23 01:52:08.000000000 +0200
+++ linux-2.6.0-test4-bk2/drivers/acpi/pci_link.c	2003-08-30 10:05:20.514059029 +0200
@@ -360,6 +360,8 @@
 		return_VALUE(-ENODEV);
 	}
 
+
+#ifdef DONT_REMOVE_CHECK
 	/* Make sure the active IRQ is the one we requested. */
 	result = acpi_pci_link_get_current(link);
 	if (result) {
@@ -375,6 +377,10 @@
 		return_VALUE(-ENODEV);
 	}
 
+#else
+        link->irq.active = irq;
+#endif
+
 	ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Set IRQ %d\n", link->irq.active));
 	
 	return_VALUE(0);


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

end of thread, other threads:[~2003-09-03 16:56 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-03  7:11 2.6.0-test4(-mmX) via-rhine ethernet onboard C3 mini-itx doesn't work Danny ter Haar
2003-09-03  7:40 ` Roger Luethi
2003-09-03  7:49   ` Danny ter Haar
2003-09-03  7:49 ` Damian Kolkowski
2003-09-03  8:02   ` Danny ter Haar
2003-09-03  8:13     ` Damian Kolkowski
2003-09-03  8:13   ` Arjan van de Ven
2003-09-03  8:22     ` Damian Kołkowski
2003-09-03  9:17     ` Roger Luethi
2003-09-03 10:03       ` Danny ter Haar
2003-09-03  9:58     ` Danny ter Haar
2003-09-03  9:30   ` Mikael Pettersson
2003-09-03  9:49     ` Roger Luethi
2003-09-03 10:05     ` Danny ter Haar
2003-09-03 14:21     ` Alan Cox
2003-09-03 15:19       ` Mikael Pettersson
2003-09-03 15:40         ` Alan Cox
2003-09-03 16:23 ` Matt Heler
2003-09-03 16:55   ` Roger Luethi
     [not found] <20030903113737.A3655@pc9391.uni-regensburg.de>
2003-09-03  9:46 ` Christian Guggenberger
2003-09-03 10:50   ` Damian Kołkowski
2003-09-03 14:53   ` Danny ter Haar
  -- strict thread matches above, loose matches on Subject: below --
2003-09-03 15:48 Christian Guggenberger
2003-09-03 16:37 ` Danny ter Haar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox