I'm having trouble with my network adapter, and I need help.
My brother (who is an uber computer geek, unlike myself) helped me fix it, but it only lasts until I restart Kubuntu, and then I have to do it all over again. Here's what I have to do:
In Konsole, I type - sudo ethtool -s eth0 speed 10 duplex full autoneg off
Then I type - sudo kate /etc/network/interfaces
and add a line under iface eth0 inet dhcp to read pre-up ifconfig eth0
I need to add it to the pre-up so it does it every time Kubuntu starts up, but I have no idea how. Can somebody help me?
My brother (who is an uber computer geek, unlike myself) helped me fix it, but it only lasts until I restart Kubuntu, and then I have to do it all over again. Here's what I have to do:
In Konsole, I type - sudo ethtool -s eth0 speed 10 duplex full autoneg off
Then I type - sudo kate /etc/network/interfaces
and add a line under iface eth0 inet dhcp to read pre-up ifconfig eth0
I need to add it to the pre-up so it does it every time Kubuntu starts up, but I have no idea how. Can somebody help me?
Comment