I have an annoying problem on a multiboot box with Kubuntu, Sabayon, and Mandriva. If I boot out of either Sabayon or Mandriva and into Kubuntu I have no internet. I can't get internet with 'ifconfig eth0', 'ifup eth0' or '/etc/init.d/networking restart'. This is because something is causing Kubuntu to not recognize eth0. If I turn off computer AND turn off it's power supply for 15 seconds or so and then boot directly into Kubuntu internet works fine. It is only when booting out of other OS's and into Kubuntu that I lose internet. What could possibly cause this?
I have wicd installed after first doing 'aptitude purge network-manager plasma-widget-network-manager'. To my knowledge no other network managers are installed. The following data is gathered from Kubuntu with internet working:
In the situation where I don't have internet the result of 'sudo ethtool eth0' has this difference:
Any one have any ideas? Obviously let me know if any other info needed. Should mention I have Guarddog but didn't perceive this as a firewall issue as when I boot into Kubuntu directly from computer off/power supply off I do have internet no problem.
I am going to reboot into Kubuntu with out internet and gather some more info including results of 'ifconfig eth0'. Would there be any advantage to doing a manual net config? Following Detonate's post?:
http://kubuntuforums.net/forums/inde...opic=3100052.0
I have wicd installed after first doing 'aptitude purge network-manager plasma-widget-network-manager'. To my knowledge no other network managers are installed. The following data is gathered from Kubuntu with internet working:
Code:
$ cat /etc/network/interfaces auto lo iface lo inet loopback $ sudo ethtool eth0 [sudo] password for dwight: Settings for eth0: Supported ports: [ MII ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Advertised auto-negotiation: Yes Speed: 100Mb/s Duplex: Full Port: MII PHYAD: 1 Transceiver: external Auto-negotiation: on Supports Wake-on: g Wake-on: d Link detected: yes $ lshw -C network WARNING: you should run this program as super-user. *-network description: Ethernet interface physical id: 2 logical name: pan0 serial: 22:39:cb:75:6c:cb capabilities: ethernet physical configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A multicast=yes $ cat /etc/resolv.conf domain no.cox.net search no.cox.net nameserver 192.168.0.1
Code:
Link detected: no
I am going to reboot into Kubuntu with out internet and gather some more info including results of 'ifconfig eth0'. Would there be any advantage to doing a manual net config? Following Detonate's post?:
http://kubuntuforums.net/forums/inde...opic=3100052.0
Comment