su una debian sid non riesco più a collegarmi ad internet visto che la mia scheda di rete non viene vista dal sistema.

questi sono i messaggi che ricevo dando i comandi:

codice:
ifconfig 
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:98 errors:0 dropped:0 overruns:0 frame:0           
TX packets:98 errors:0 dropped:0 overruns:0 carrier:0           
collisions:0 txqueuelen:0            
RX bytes:5100 (4.9 KiB)  TX bytes:5100 (4.9 KiB)
codice:
route Kernel IP routing table Destination     
Gateway         Genmask         Flags Metric Ref    Use Iface
questa è la mia scheda riconosciuta dal sistema:
codice:
lspci -v | grep -i Eth 
02:0c.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev 10) 	
Subsystem: D-Link System Inc DFE-528TX 10/100 Fast Ethernet PCI Adapter
cercando in rete ho provato a caricare i moduli:

codice:
debian:/home/alj# modprobe -v 8139cp  
WARNING: All config files need .conf: /etc/modprobe.d/nvidia-kernel-nkc, it will be ignored in a future release. 
insmod /lib/modules/2.6.26-1-686/kernel/drivers/net/8139cp.ko  
debian:/home/alj# /etc/init.d/networking restart 
Reconfiguring network interfaces...Internet Systems Consortium DHCP Client V3.1.1 
Copyright 2004-2008 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/  
SIOCSIFADDR: No such device 
eth0: ERROR while getting interface flags: No such device 
eth0: ERROR while getting interface flags: No such device 
Bind socket to interface: No such device Failed to bring up eth0. done. 
debian:/home/alj# modprobe -v 8139too 
WARNING: All config files need .conf: /etc/modprobe.d/nvidia-kernel-nkc, it will be ignored in a future release. debian:/home/alj# ifconfig eth0 up 
eth0: ERROR while getting interface flags: No such device
dando dmesg | grep eth

codice:
dmesg | grep eth 
[    4.104972] eth0: RealTek RTL8139 at 0xb400, 00:1b:11:47:18:ee, IRQ 20 
[    4.104972] eth0:  Identified 8139 chip type 'RTL-8100B/8139D' 
[    7.718116] udev: renamed network interface eth0 to eth1
qualche suggerimento?