Ho appena cambiato la motherboard. Ho preso una Gigabyte con chipset AMD785G, con South Bridge SB710.
La scheda di rete è la solito Realtek 8111, pienamente riconosciuta dal kernel, infatti:
Codice: Seleziona tutto
r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
r8169 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
r8169 0000:02:00.0: setting latency timer to 64
r8169 0000:02:00.0: irq 27 for MSI/MSI-X
eth0: RTL8168c/8111c at 0xffffc900106ef000, 6c:dd:44:71:89:3f, XID 1c4000c0 IRQ 27
Codice: Seleziona tutto
udev: renamed network interface eth0 to eth1
Per risolvere ho semplicemente aggiunto anche eth1 in /etc/rc.d/rc.inet1.conf
Codice: Seleziona tutto
# Config information for eth1:
IPADDR[1]="192.168.1.15"
NETMASK[1]="255.255.255.0"
USE_DHCP[1]=""
DHCP_HOSTNAME[1]=""
ifconfig -a ritorna
Codice: Seleziona tutto
eth1 Link encap:Ethernet HWaddr 2c:f1:47:71:89:3f
inet addr:192.168.1.15 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::67f0:49ef:ff71:882f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:13120 errors:0 dropped:0 overruns:0 frame:0
TX packets:9976 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:16024459 (15.2 MiB) TX bytes:1298655 (1.2 MiB)
Interrupt:27 Base address:0xe000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1351 errors:0 dropped:0 overruns:0 frame:0
TX packets:1351 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:142411 (139.0 KiB) TX bytes:142411 (139.0 KiB)
pan0 Link encap:Ethernet HWaddr ee:2a:56:10:81:7f
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
La pan0 è la chiavetta Bluetooth.
Il fatto è che l'installazione è la stessa che usavo con la vecchia scheda madre. Ho tenuto lo stesso disco. Tanto ho su la Slackware 13.1 col kernel huge, e riconosce tutto.
Qualcuno ha idee in merito?
PS: non sto usando la scheda grafica integrata, ma la nVidia che già avevo prima.

