This tutorial will explain how to fix USB stops working problem in Ubuntu
Note: The success (or otherwise) of the following solution will depend on your hardware and possibly which version of *buntu you are using. Feel free to add your feedback to this thread and alternative solutions
Open a terminal type
gksudo gedit /boot/grub/menu.lst
You will be asked for your password - don’t worry if your password doesn’t show, this is normal. Just type in your password as usual, and it will be accepted.
When the editor opens, scroll down to the line which reads
# defoptions=quiet splash
and change it to read
# defoptions=quiet splash acpi=force irqpoll
Save the file, exit the editor
Now you need to update the grub using the following command
sudo update-grub
Finally Restart your computer.
For Grub2 Users (Ubuntu Karmic) follow this procedure
gksudo gedit /etc/default/grub
Find the line
GRUB_CMDLINE_LINUX=””
and place the boot uptions there, like
GRUB_CMDLINE_LINUX=”acpi=force irqpoll”
Save and exit the file
After that, update the bootloader with:
sudo update-grub
How to fix USB stops working problem in Ubuntu
Related Posts:
Howto install VMware Tools on ubuntu 9.04VMware provides a completely virtualized set of hardware to the guest operating system,include the hardware for a video adapter, a network adapter, an… Read More
Howto Disable 60 seconds delay notification in ubuntu9.10(karmic)This tutorial shows how to disable 60 seconds delay notification when logout,shutdown and restart ubuntu9.10. First,press Alt+F2 and type gconf-edito… Read More
Howto install Google Earth and Fix ugly fonts problem in Ubuntu 11.04 NattyAfter installed Ubuntu 11.04 Natty Narwhal, one thing you might want is to install Google Earth. Follow is how to install Google Earth 6 from google o… Read More
Howto Rip DVD in Ubuntu Linux : Thoggen Thoggen is DVD ripping utility for Linux based on GTK+ It has a very nice Graphical front end •Supports title preview, picture cropping, and pictu… Read More
install Windows 7 from Ubuntu without burnning a discIf you’re running on ubuntu and want to install Windows 7 without burning a disc,you can try following steps to install Windows 7 with the iso file. … Read More
0 comments:
Post a Comment