lkml.org 
[lkml]   [2004]   [Aug]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: SMP kernel 2.6 does not work with my network cards. UP kernel works nice.
Marcelo Roberto Jimenez <mroberto@cetuc.puc-rio.br> :
[...]
> I am currently not able to use the 2.6 SMP kernel, because the network
> card drivers seem not to be working. UP kernel works fine. I have tried
> the latest www.kernel.org kernel, and is has the same problem as the
> latest Fedora Core 2.

Can you try 2.6.8.1 with the hideous hack below ?

--- linux-2.6.8.1-mm4.orig/drivers/acpi/pci_irq.c 2004-08-25 23:05:18.000000000 +0200
+++ linux-2.6.8.1-mm4/drivers/acpi/pci_irq.c 2004-08-25 23:08:03.000000000 +0200
@@ -360,6 +360,10 @@ acpi_pci_irq_enable (
*/
if (!irq)
irq = acpi_pci_irq_derive(dev, pin, &edge_level, &active_high_low);
+
+ edge_level = ACPI_LEVEL_SENSITIVE;
+ active_high_low = ACPI_ACTIVE_LOW;
+ irq = dev->irq;

/*
* No IRQ known to the ACPI subsystem - maybe the BIOS /
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:05    [W:0.031 / U:0.496 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site