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:
Genoid - Android Theme for UbuntuIt’s theme for android lovers who use Gnome Environment,it’s called “Genoid”, not much to say,i just try replicated Android Theme to used on Gnome wit… Read More
Crack your Wi-Fi WEP and WPA-PSK keys with Aircrack in Ubuntu Aircrack-ng is an 802.11a/b/g WEP/WPA cracking program that can recover a 40-bit, 104-bit, 256-bit or 512-bit WEP key once enough encrypted packets … Read More
How to Recover/ Hack / Reset Windows NT/2000/XT/Vista Password Using Ubuntu Live CD You can easily hack Windows Password with Ubuntu. You may need to reset an admin password in windows (NT/2000/XT/Vista) for many reasons, such as y… Read More
How To hide Apache2 version Information from hackersSome times we need to hide apache banner information, because hackers check version details, before attacking a sever, If you close this door, it is m… Read More
Download youtube video in ubuntu / Debian using UTube Ripper Utube Ripper is an application written in Gambas that works exclusively on Linux. It's useful to download and convert Youtube videos in a simple and… Read More
0 comments:
Post a Comment