Page 1 of 1

Calling ubuntu users. Need help.

Posted: 24 Apr 2009, 13:51
by Hakaryu
To those who use ubuntu. I'm having trouble getting jaunty to recognize my usb mouse. How do i do it?

Re: Calling ubuntu users. Need help.

Posted: 24 Apr 2009, 14:13
by Lord Chrusher
Ubuntu should recognize your mouse with out any problem. I have never had any problems with my USB mice. What mouse is it?

These forums are not the best place to look for Linux support. Something like the Ubuntu forums http://ubuntuforums.org/ are a better bet.

Re: Calling ubuntu users. Need help.

Posted: 24 Apr 2009, 14:15
by browncoat
Enter

Code: Select all

dmesg|grep input

or

Code: Select all

dmesg|grep -i usb

in a console and look if your mouse shows up and post corresponding lines here.

I can't think of anything specific, so maybe that will help narrow in on the problem.

Edit:
Also post the contents of /etc/X11/xorg.conf

It would probably be best if you use some kind of pastebin ; )

Re: Calling ubuntu users. Need help.

Posted: 24 Apr 2009, 15:39
by Hakaryu
Already got it fixed =P I messed up and deleted something in root that also screwed up other things.

Re: Calling ubuntu users. Need help.

Posted: 25 Apr 2009, 00:11
by Heathen
There's a reason Ubuntu, being a consumer distribution, obfuscates access to the root account :P

Re: Calling ubuntu users. Need help.

Posted: 25 Apr 2009, 00:23
by Evisr
I dare you to do this....

rm -fRv /*


If you post a youtube video of you doing this commmand, I would +10 you on my list on "Guts to do commands that destroy your comp"

Re: Calling ubuntu users. Need help.

Posted: 25 Apr 2009, 00:45
by Lord Chrusher
Back when I ran Fedora I once wiped out most of /usr/ with an ill advised rm as root. The operating system. was still some what functional but a reinstall was needed. Fortunately this was before I was only playing around with Linux and not using it as my main OS the way I do now.