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 01-23-2003, 01:26 PM   #1
loran
Member
 
Registered: Jan 2003
Posts: 121

Rep: Reputation: 15
Angry USB Optical Wheel Mouse not working in Mandrake 8.2


I cant figure this thing out. I got some help- once. But the editing has got me confused. I know to do it in "Boot", but how I open an editor w/out a mouse.

Second, what changes do I make?

Third, how do I save those changes?

Lastly, Please be VERY BASIC and SPECIFIC when giving me advice. Thanks y'all.
 
Old 01-23-2003, 01:38 PM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Open up your /etc/X11/XF86Config-4 file and locate a section that looks similar to this:
Code:
Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping""4 5"
And edit the protocol to match mine, as well as the device. If you still have problems, post this part of that file so we can see what's going on.

You may also need to modprobe some things. Post also what happens when you type:
lsmod
into a terminal as root.

Cool
 
Old 01-23-2003, 01:39 PM   #3
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
How to open an editor without X (a gui). There are several non-X text editors, try using pico or joe. There will always be vi however, vi is usually very hard for a newbie at first.

Either way, you type the name of the editor and then the name of the file so:
pico /etc/X11/XF86Config-4
If you have pico installed will open up that file.

Cool
 
Old 01-23-2003, 02:55 PM   #4
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
Ok, here goes.
I did what u said but no change.
here's how it read exactly.

Section "Input Device"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping""4 5"

#Chordmiddle is an option for some 3 button logitech mice.

# Option "Chordmiddle"


_____I also tried lsmod. I couldn't open it up or scroll so I don't have much of an idea whats there. Let me know if you want what I can see anyway.

by the way, Pico didn't work. I downloaded it from Tucows but couldn't figure out how to install it.

Get back to me please.
 
Old 01-23-2003, 03:36 PM   #5
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
It looks like you don't need to adjust it, appears to be setup correctly. Now you just need to see if the module is loaded try:
modprobe uhci
Then try to startx again.
What kind of mouse is this?

Cool
 
Old 01-23-2003, 04:40 PM   #6
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
SUCCESS!!!

Ok, it works fine now, Thanks!!

Any idea where I can find a good tutorial on this thing?
ie: Installing/Using programs.
Sorry to sound so disgustingly virginal but I guess I'm a little too used to Windows.
I suppose you get that alot. Thanks again.
 
Old 01-23-2003, 04:49 PM   #7
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
You're welcome. I always suggest trying out the tutorial over at www.linux.org and of course clickin on a few links in my sig.



Glad you got it working.

Cool
 
Old 01-23-2003, 06:20 PM   #8
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
AH JEEEZ!

New problem. I can't access my CD-ROM or Floppy. Dialogue Box says I dont have permission to access?
 
Old 01-23-2003, 06:40 PM   #9
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Can you post here what your /etc/fstab looks like? I am not sure if Mandrake used supermount/automount back then or not.

Anyway, you will need to mount the device associated with the CDROM and FLOPPY mount points. It's much simpler than it sounds, but you need to mount your floppy/cdrom devices in order to view them. Depending on what your /etc/fstab files look like, you might just need to:
mount /mnt/cdrom
OR
mount /mnt/floppy
Type those into a terminal and then try to access the devices.

You also might wanna do a search on this site about accessing those devices, there's plenty of information on it.

Cool
 
Old 01-23-2003, 06:46 PM   #10
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
thanks I'll try it.
 
  


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
Logitech Optical USB mouse wheel not working in games Xandor Linux - Hardware 2 11-27-2005 09:37 PM
MIcrosoft USB Optical Mouse Wheel Scroll Not Working... onelung02 Slackware 8 02-02-2005 06:11 AM
scroll wheel not working HP usb optical mouse anorman Linux - Hardware 1 07-22-2004 08:34 PM
Microsoft wheel optical mouse not working on mandrake 9 wellisch Linux - Hardware 6 06-16-2003 02:43 PM
MS Wheel Mouse Optical USB aep Linux - Hardware 4 05-08-2002 01:33 PM

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

All times are GMT -5. The time now is 05:01 AM.

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