Fabián Bonetti <[email protected]> writes: >> 3. Pon la salida de 'cat /etc/udev/rules.d/70-persistent-net.rules'. > mama@zeuza:~$ cat /etc/udev/rules.d/70-persistent-net.rules > # This file was automatically generated by the /lib/udev/write_net_rules > # program run by the persistent-net-generator.rules rules file. > # > # You can modify it, as long as you keep each rule on a single line. > > # PCI device 0x10ec:0x8139 (8139too) > SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", > ATTR{address}=="00:e0:7c:7e:10:2e", ATTR{dev_id}=="0x0", ATTR{type}=="1", > KERNEL=="eth*", NAME="eth0" > > # USB device 0x:0x (rtl819xU) > SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", > ATTR{address}=="00:26:ce:11:43:ea", ATTR{dev_id}=="0x0", ATTR{type}=="1", > KERNEL=="wlan*", NAME="wlan0" > > # PCI device 0x1904:0x2031 (sc92031) > SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", > ATTR{address}=="00:e0:20:03:07:7c", ATTR{dev_id}=="0x0", ATTR{type}=="1", > KERNEL=="eth*", NAME="eth1"
Se puede ver que tienes los dos dispositivos de red en ese archivo: Realtek: # PCI device 0x10ec:0x8139 (8139too) con eth0 Silan: # PCI device 0x1904:0x2031 (sc92031) con eth1 ¿Qué dispositivo usas actualmente? -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

