Lose Internet after my computer system goes to rest
I have an HP TX2 laptop and also am making use of Ubuntu 10.04 with the 2.6.34 bit. When I close the cover of my computer system, placed it to rest, and afterwards open it later on, I've shed the capacity to connect to the Internet. There is an ethernet wire connected in by the network supervisor can no more locate it. I have no selection yet to reboot.
Any kind of pointers? Many thanks.
It resembles your ethernet vehicle driver does not function after suspending your equipment. You can inform Ubuntu to unload it prior to suspend and also load it once more after resuming your computer system. To do so, you have to create a documents / etc/pm/config. d/unload _ components and also place in it the next access :
SUSPEND_MODULES = "your_module_name_here"
where your_module_name_here have to be the name of the vehicle driver. You can locate it making use of network supervisor.
Hope it aids
Ignacio
Can't aid you with the reason, yet a feasible remedy is by hand compeling it.
sudo ifconfig eth0 up
sudo dhclient eth0
This COULD job, yet it is clearly simply a stop void for identifying the actual trouble.
I developed the/ etc/pm/config. d/unload _ components documents and also got in the line :
SUSPEND_MODULES = "r8169"
Do I have the name right? I took the name of the vehicle driver. Should there be quotes?
Many thanks for the aid.
Related questions