No, sorry!
You need the PCI to PCI bridge identifier (00:0b.0 PCI bridge: Intel Corporation 21152 PCI-to-PCI Bridge)!
The final version is the 'setpci -s 00:0b.0 3e.b=00' command into the /etc/rc.d/rc.sysinit file, and reboot
Beiträge von PtY
-
-
Sorry for late...
So, I think you need that PCI pridge (no ISA bridge!) what is used by D-Link card.First you can try the 'setpci -s 00:01.0 3e.b=00' in the first line of /etc/rc.d/rc.sysinit file, and reboot the PC.
If ethernet ports become visible, you win. Otherwise you need to modify the /etc/rc.d/rc.sysinit line to 'setpci -s 00:0b.0 3e.b=00' and reboot again, and the ports will be visible.
-
Zitat von "fisi06"
HILFE! Hat keiner einen Tipp?
Yes, I have it. Not a tip, just a solution - I hope, it isn't a problem
So.
You need to catch an lspci output, and write down the PCI Bridge ID (example: 05:00.0 or similar).
Run the 'setpci -s 05:00.0 3e.b=00' command to delete NoISA bit on this bridge.But still a little problem: it's only temporary setting, not permanent, so this setting will alive until the next reboot.
So, you need to run the command above before udev is run.Edit the /etc/rc.d/rc.sysinit, and insert the command above after the export PATH line, reboot, and be happy forever
Sorry for my terrible English, I'm Hungarian, and can't speak German - but understand a little.
PS: The 05:00.0 ID on the command above need to change to your ID from lspci output
PtY