Monday, April 29, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 8608  / 3 Years ago, mon, september 13, 2021, 11:19:41

I tried Lubuntu on my desktop beside Windows XP. I really love it except for the following problem: I have a LAN broadband internet connection which flawlessly works in XP, but not in Lubuntu.



Each time I start Lubuntu, I have to run sudo ethtool -s eth0 speed 10 duplex half autoneg off. Then the wired connection is established.



Is there any method to save and automate this command so the Internet connection should establish automatically when I re-start Lubuntu?


More From » command-line

 Answers
4

You can put this line in the file /etc/rc.local, before the exit 0 (which needs to be the last one). You need to do this as administrator, eg with the command sudo gedit /etc/rc.local.


[#32191] Wednesday, September 15, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
whoppinolo

Total Points: 93
Total Questions: 113
Total Answers: 107

Location: Cyprus
Member since Mon, Oct 24, 2022
2 Years ago
whoppinolo questions
Tue, Feb 14, 23, 08:30, 1 Year ago
Wed, Sep 28, 22, 06:56, 2 Years ago
Fri, May 27, 22, 01:55, 2 Years ago
Tue, Oct 12, 21, 09:33, 3 Years ago
;