Yes, i have a CNet PRO200WL PCI NIC with Davicom / Tulip chipset connecting my machine to the Xavi router from my ADSL provider. Nothing more, apart the splitter that connect also my phone.
So i did the magic suggested here and founded in
http://www.ubuntuforums.org/showthre...hlight=davicom
add "dmfe" without the quotes to /etc/modules
add "blacklist tulip", without the quotations, in /etc/modprobe.d/blacklist
Now the connection starts and stay on for ... 10 minutes
the network settings from the system settings panel are read automatically at startup and display the same values of the windows side. But sometimes they disappear until the next reboot, when the connection works... for the following 10 minutes.
what follows is all the information that could be relevant to someone less naive then me
hope on help.
pep
--------------------------------------
display with $ ifconfig
eth0 Link encap:Ethernet HWaddr 00:08:A1:6F:CB:17
inet6 addr: fe80::208:a1ff:fe6f:cb17/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:925 errors:0 dropped:0 overruns:0 frame:0
TX packets:1139 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:753644 (735.9 KiB) TX bytes:130449 (127.3 KiB)
Interrupt:11 Base address:0xe800
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:49 errors:0 dropped:0 overruns:0 frame:0
TX packets:49 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4490 (4.3 KiB) TX bytes:4490 (4.3 KiB)
--------------------------------------
Content of /etc/network/interfaces
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp
auto ath0
iface ath0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
iface dsl-provider inet ppp
provider dsl-provider
--------------------------------------
Content of /etc/resolv.conf
search ice.co.cr
nameserver 208.133.206.44
nameserver 208.133.206.47
--------------------------------------
display with $ sudo /sbin/dhclient
Listening on LPF/eth0/00:08:a1:6f:cb:17
Sending on LPF/eth0/00:08:a1:6f:cb:17
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
So i did the magic suggested here and founded in
http://www.ubuntuforums.org/showthre...hlight=davicom
add "dmfe" without the quotes to /etc/modules
add "blacklist tulip", without the quotations, in /etc/modprobe.d/blacklist
Now the connection starts and stay on for ... 10 minutes
the network settings from the system settings panel are read automatically at startup and display the same values of the windows side. But sometimes they disappear until the next reboot, when the connection works... for the following 10 minutes.
what follows is all the information that could be relevant to someone less naive then me
hope on help.
pep
--------------------------------------
display with $ ifconfig
eth0 Link encap:Ethernet HWaddr 00:08:A1:6F:CB:17
inet6 addr: fe80::208:a1ff:fe6f:cb17/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:925 errors:0 dropped:0 overruns:0 frame:0
TX packets:1139 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:753644 (735.9 KiB) TX bytes:130449 (127.3 KiB)
Interrupt:11 Base address:0xe800
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:49 errors:0 dropped:0 overruns:0 frame:0
TX packets:49 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4490 (4.3 KiB) TX bytes:4490 (4.3 KiB)
--------------------------------------
Content of /etc/network/interfaces
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp
auto ath0
iface ath0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
iface dsl-provider inet ppp
provider dsl-provider
--------------------------------------
Content of /etc/resolv.conf
search ice.co.cr
nameserver 208.133.206.44
nameserver 208.133.206.47
--------------------------------------
display with $ sudo /sbin/dhclient
Listening on LPF/eth0/00:08:a1:6f:cb:17
Sending on LPF/eth0/00:08:a1:6f:cb:17
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
Comment