LINUX LITE 7.4 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
every some days using Linux lite, suddenly i lose the connection
#1
Hello Linux lite world, this is a chance to thank you very much for this great OS and for your effort.
as long as i loved Linux lite, i need to report the problems and share any idea to you, some days before a problem of internet happened with me 3 times, while i'm using the OS and browsing ..etc, suddenly the network lost !, and i didn't find any way to fix, except i turn off and then on my machine, is there any solution to do without turn off or restart my PC ???
thanks in advance
Reply
#2
For network trouble shooting on a simple home network you can do a bit of investigating.

While it is working, open a terminal window (by pressing 'ctrl+alt+t') and provide the output of the following commands

Code:
ip a
Code:
ifconfig -a
Code:
ip r
Code:
route
Code:
ip n
Code:
arp -a
Code:
ping _gateway
terminate command with 'ctrl c'
Code:
ping 8.8.8.8
terminate command with 'ctrl c'
Code:
ping google.com
terminate command with 'ctrl c'


When it stops working do exactly the same set of commands and post the results.
stevef
clueless
Reply
#3
I have an older quad core that was doing this. You might want to try this:
Code:
sudo sed -i 's/3/2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
Turns off power manager in network manager. Reboot after running.
https://forums.linuxmint.com/viewtopic.p...9&t=380167

TC


All opinions expressed and all advice given by Trinidad Cruz on this forum are his responsibility alone and do not necessarily reflect the views or methods of the developers of Linux Lite. He is a citizen of the United States where it is acceptable to occasionally be uninformed and inept as long as you pay your taxes.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)