UbuntuThis forum is for the discussion of Ubuntu Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi.
I installed Ubuntu 10.04 yesterday. Both my keyboard & mouse are a ps2 connection. I have noticed that both have frozen without warning a few times. I then connected a spare USB mouse and that worked. The only fix I have found so far is to reboot. This is very inconvenient!
Any useful messages in /var/log/messages or the output of dmesg ?
PS2 connections suggest your hardware is quite old. You can try some kernel boot options: noapic and nolapic come to mind:
Press e to edit when the grub boot menu comes up, scroll down to the (long) line that starts with linux cursor to the end of that line ( note: a "\" at the very end of a line means the line is too long to fit your screen, and continues on the next line ).
Enter a space, then the extra boot option(s).
Try one, the other and both together.
Quote:
The only fix I have found so far is to reboot.
You could also try unplugging them, then plugging them in again.
PS2 connections suggest your hardware is quite old. You can try some kernel boot options: noapic and nolapic come to mind:
Press e to edit when the grub boot menu comes up, scroll down to the (long) line that starts with linux cursor to the end of that line ( note: a "\" at the very end of a line means the line is too long to fit your screen, and continues on the next line ).
Enter a space, then the extra boot option(s).
Try one, the other and both together.
How do I save the changes I make? Would I hit Ctrl + b? How can I make the changes permanent?
Last edited by LinusStallman; 06-14-2010 at 11:34 AM.
Whilst you are using grub's editor, you could remove the splash and quiet options, so you'll see the kernel messages as it boots - there might be something "interesting" that'll help you.
The edits you make this way are not permanent - they are just for this boot.
These are many other kernel boot options, it is worth taking a look at the (long) list here
If you told us what your hardware was (Make, Model etc), we might be able to help you better.
Whilst you are using grub's editor, you could remove the splash and quiet options, so you'll see the kernel messages as it boots - there might be something "interesting" that'll help you.
The edits you make this way are not permanent - they are just for this boot.
These are many other kernel boot options, it is worth taking a look at the (long) list here
If you told us what your hardware was (Make, Model etc), we might be able to help you better.
Thanks tredegar. I will give this a try. My computer is not a particular model. I got it custom built from komplett.ie
I am currently using a ps2 keyboard and a usb mouse for over a day and have yet to have any freezeing problems (touch wood).
Hello All… I’m having an issue with getting the Ubuntu 10.04 live CD to even load. I’ve downloaded the ISO twice and burned one ISO on CD and second on DVD, and still hangs on loading the live CD and makes my laptop “Caps Lock” light flash on and off. I currently have Fedora 13 loaded with no issues. I would like to install Ubuntu 10.04 on the other partition but can’t. Any ideas why?
Hello All… I’m having an issue with getting the Ubuntu 10.04 live CD to even load. I’ve downloaded the ISO twice and burned one ISO on CD and second on DVD, and still hangs on loading the live CD and makes my laptop “Caps Lock” light flash on and off. I currently have Fedora 13 loaded with no issues. I would like to install Ubuntu 10.04 on the other partition but can’t. Any ideas why?
I might have found a solution. I had this problem awhile back and had to switch from PS/2 to USB mouse & keyboard, which fixed it for awhile until today. I had just approved an automatic update, so was able to go back and find it in the history using the instructions at this website: http://hartmansblog.blogspot.com/201...ntu-lucid.html
After finding the offending upgrade (fglrx-modaliases v.4 to v.5), I was able to force the version back. The fix is working for me so far.
How do I save the changes I make? Would I hit Ctrl + b? How can I make the changes permanent?
If you find the correct boot option(s) to fix your problem and you want to make them permanent so they are used every time Ubuntu boots, you can add them between the quotation marks to the GRUB_CMDLINE_LINUX line of your: /etc/default/grub file. See this: https://wiki.ubuntu.com/Grub2#grub%2...efault/grub%29
For example, if you wanted to use both noapic and nolapic, you would add them between the quotes with a space between them like this:
Code:
GRUB_CMDLINE_LINUX="noapic nolapic"
Then be sure to run:
Code:
sudo update-grub
So the changes will be applied to your: /boot/grub/grub.cfg file and be used every time Ubuntu boots.
Last edited by tommcd; 09-25-2010 at 12:56 AM.
Reason: to add more relevant stuff!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.