LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-07-2004, 11:49 PM   #1
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
my mouse doesnt work


i have my system set up on a text-based login
i issued the startx command, everything looked ok
it loaded Gnome, and my mouse wouldnt work
hit ctrl+alt+f1
it went to that vterm, and it said
Quote:
/dev/mouse, file not found
twice
tried rebooting, hoping that it might recognize it on a reload, no such luck
checked /dev, surealy enough, /dev/mouse wasnt there
i also have another question:
everytime i shut down, when i come back up, it tells me the filesystem was not cleanly unmounted, does a disk check, reboots, then i can login
im shutting down with
Quote:
shutdown -h now
is this incorrect?
some help would be very nice, if i cant get mandrake to work, how the hell amd i ever gonna learn real linux when i go to slack or gentoo?

btw:
Dell Dimension 2400 stock, p4 2.66 ghz, integrated intel video, regular ps/2 scroll mouse
 
Old 06-08-2004, 12:27 AM   #2
vdogvictor
Member
 
Registered: Feb 2004
Distribution: Arch
Posts: 498

Rep: Reputation: 31
Well I'm not quite sure why you have no /dev/mouse file, it seems like mandrake would install this no matter what. Anyways there is a tool in /dev called makedev I believe, run that tool with one of these commands


sh makedev
./makedev

or maybe it is just

makedev

Not too sure how to use it, i've just repeatedly installed slackware and noticed it announces the makedev tool during the installation and its in my head now. :-) make sure you are in the right directory and it should run

after that you can either manually set a link from /dev/psaux (the PS/2 port) to /dev/mouse or you can just run one of these commands (not sure which one mandrake has)

xf86cfg
xf86config

shutdown -h now is the right command to shutdown, which partition is it checking?

PS: I have almost no experience with mandrake but it is either a really screwed up distro or it just installed wierd for you, did these things always happen? And while gentoo is the hardest darn thing on earth, slackware is a little easier in my opinion because you can select what gets installed and runs automatically a little easier than with Mandrake or SuSE, once you understand the first few weeks of linux go for slack to learn with.
 
Old 06-08-2004, 12:36 AM   #3
Libu
Member
 
Registered: Oct 2003
Location: Chennai
Distribution: Slackware 12.1
Posts: 165

Rep: Reputation: 36
The /dev/mouse is actually a link to /dev/psaux. Try creating the link /dev/mouse and see if it works. I too have Mandrake 9.2 and i dont have mouse control in the v terms

What does /etc/mnttab or /etc/fstab show?
Maybe there might be a clue over there. I think i have used the same command (I cant check right now as iam in office!)
 
Old 06-08-2004, 12:38 AM   #4
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Original Poster
Rep: Reputation: 47
no, this hasnt always happened
my mouse was working fine
it's jsut when i booted into mdk tonite
adn i have 2 ps/2 ports, keyboard and mouse
how do i link the appropriate one to my mouse
will this work:
Quote:
$cat /dev/psaux1
{move the mouse}
and if it spews characters, i know that one's my mouse
but how do i link it to /dev/mouse?
 
Old 06-08-2004, 12:41 AM   #5
Libu
Member
 
Registered: Oct 2003
Location: Chennai
Distribution: Slackware 12.1
Posts: 165

Rep: Reputation: 36
Iam sorry i didnt read vdogvictor's post. Mandrake has got XF86config.

My post regarding the fstab and mnttab was wrt the shutdown problem (Getting on in years u c, thnk something and u hope that the guy on the other side heard u ; ) !!)
 
Old 06-08-2004, 12:49 AM   #6
Libu
Member
 
Registered: Oct 2003
Location: Chennai
Distribution: Slackware 12.1
Posts: 165

Rep: Reputation: 36
Quote:
and if it spews characters, i know that one's my mouse
but how do i link it to /dev/mouse?
" ln -s /dev/psaux1 /dev/mouse " doesnt work ? I thought it should. Of course you should be root.
 
Old 06-08-2004, 12:58 AM   #7
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Original Poster
Rep: Reputation: 47
im sorry... havent tried...
didnt know the 'ln' cmd existed
 
Old 06-08-2004, 01:01 AM   #8
Libu
Member
 
Registered: Oct 2003
Location: Chennai
Distribution: Slackware 12.1
Posts: 165

Rep: Reputation: 36
The comand just creates the link to a file, thats all.
Do "man ln " and you will get all the info you want and of course lots that you dont want !
 
Old 06-08-2004, 03:20 PM   #9
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Original Poster
Rep: Reputation: 47
i tried
Quote:
[$] ln /dev/psaux /dev/mouse
and got:
Quote:
Link /dev/psaux to /dev/mouse: operation not permitted
and i was root when attempting to do this
i tried this, after funning xf86config

anything else i might try?
 
Old 06-08-2004, 04:51 PM   #10
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Does /dev/psaux exist? If so, just edit /etc/X112/XF86Config-4 to use /dev/psaux rather than /dev/mouse.

It can't work any less than it already does, so worth a try.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Usb mouse doesnt work in slack10.2 samgu3990 Linux - Laptop and Netbook 2 11-06-2005 02:23 PM
Why doesnt my USB mouse doesnt work? barkha Linux - Hardware 2 08-16-2005 11:31 AM
Slackware 10 Mouse doesnt work Harlin Linux - Hardware 4 03-09-2005 02:49 AM
usb mouse doesnt work, light comes on youneedaclue Linux - Laptop and Netbook 17 09-16-2004 09:07 PM
Installed DSL on HD but mouse doesnt work!! ajagodnik DamnSmallLinux 1 02-07-2004 04:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration