
ifconfigdmesg| tail -50


Lalitha niharika wrote:[ 18.009468] atl1c 0000:01:00.0: irq 43 for MSI/MSI-X
[ 18.009558] atl1c 0000:01:00.0: atl1c: eth0 NIC Link is Up<10 Mbps Half Duplex>


AlbertP wrote:The atl1c driver is still experimental (which surprises me given that it's already in the Linux kernel for ages). The driver will be replaced by a better one, called alx. I don't know how to solve your problem for now.
sudo rmmod atl1c
sudo modprobe atl1csudo service network-manager restart sudo dhclient eth0ifconfig









sudo rmmod atl1c sudo modprobe atl1c 


cat /etc/network/interfaces



AlbertP wrote:It now says it's connected to IPv6, while the dmesg output reported: eth0: no IPv6 routers present. Why it wouldn't just connect with IPv4, I have no idea.
inet6 addr: fe80::226:6cff:fed2:c0bb/64 Scope:Link 



$ifconfig
eth1 Link encap:Ethernet HWaddr 00:26:b9:e3:00:a1
inet addr:10.1.1.168 Bcast:10.1.255.255 Mask:255.255.0.0
inet6 addr: fe80::226:b9ff:fee3:a1/64 Scope:Link
$ dmesg | grep router
[ 46.402299] eth1: no IPv6 routers present






Users browsing this forum: No registered users and 3 guests