Debian This forum is for the discussion of Debian 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
12-07-2003, 10:21 PM
|
#1
|
LQ Newbie
Registered: Dec 2003
Location: Sacramento
Distribution: Debian
Posts: 9
Rep:
|
Hi, real n00b here! :)
Hi Everyone,
I have recently made the discovery that Linux is quite a cool operating system.
I have my very own copy installed now of Debian Linux with the 2.4 kernel running. It took quite a long time and a lot of work with a bunch of help from the systems engineer at my work (I work at a co-lo doing help desk ) because of the GeForce4 card in my computer.
Well I'm happy to report KDE is up and running now, however, I'm functioning without a mouse. Realizing that I can't always go to the system engineer with questions I turn to you all.
What should I be doing in order to try to setup my mouse. It's a USB 3 button mouse (made by Creative labs [ same people who make soundblaster ] ). I'm not sure what other information you need, but let me know and I will get it for you.
TIA!
|
|
|
12-07-2003, 11:23 PM
|
#2
|
Senior Member
Registered: Oct 2003
Location: Zurich, Switzerland
Distribution: Debian/unstable
Posts: 1,357
Rep:
|
Try to modprobe (or modconf to make settings permanent) following drivers: - hid
- Either usb-uhci or usb-ohci, depending of your chipset: uhci for inter and via, ohci for sis and ali. Use the lspci to find out your chipset.
- mousedev
and restarting X. That should be it.
Alternatively you can use packages like discover and hotplug to do this automaticly for you.
|
|
|
12-07-2003, 11:45 PM
|
#3
|
LQ Newbie
Registered: Dec 2003
Location: Sacramento
Distribution: Debian
Posts: 9
Original Poster
Rep:
|
Hehehe sorry...I'm quite new at this. Should I be looking in a certain directory for a particular file to modify or how should that work?
Thank you so much!!!
|
|
|
12-08-2003, 07:46 AM
|
#4
|
Member
Registered: Nov 2003
Distribution: Debian & Ubuntu
Posts: 402
Rep:
|
apt-get install hotplug
then, do (as root)
lsmod
and post the contents of the lsmod command here. Also, post your /etc/X11/XF86Config-4 file
|
|
|
12-08-2003, 04:12 PM
|
#5
|
Senior Member
Registered: Oct 2003
Location: Zurich, Switzerland
Distribution: Debian/unstable
Posts: 1,357
Rep:
|
.. and for modprobing (thus using hotplug is easier):
Code:
modprobe hid
modprobe usb-uhci
modprobe mousedev
A quick test and see if your mouse works, you can type
'cat /dev/input/mice' and try to move your mouse; you should see some garbage in the screen if it works. To end test, press Ctrl-C. If your screen is messed up (happens quite often), type 'reset' and press enter (don't care if you can't see the text you write).
|
|
|
12-09-2003, 12:17 AM
|
#6
|
LQ Newbie
Registered: Dec 2003
Location: Sacramento
Distribution: Debian
Posts: 9
Original Poster
Rep:
|
Quote:
Originally posted by llamakc
apt-get install hotplug
then, do (as root)
lsmod
and post the contents of the lsmod command here. Also, post your /etc/X11/XF86Config-4 file
|
I tried running this command and it seemed to startup but then failed with some errors about not being able to connect to ftp.debian.org.
I think my network settings maybe messed up on the machine as well so I guess I have to try to fool around with that also.
|
|
|
12-09-2003, 12:18 AM
|
#7
|
LQ Newbie
Registered: Dec 2003
Location: Sacramento
Distribution: Debian
Posts: 9
Original Poster
Rep:
|
Quote:
Originally posted by ToniT
.. and for modprobing (thus using hotplug is easier):
Code:
modprobe hid
modprobe usb-uhci
modprobe mousedev
A quick test and see if your mouse works, you can type
'cat /dev/input/mice' and try to move your mouse; you should see some garbage in the screen if it works. To end test, press Ctrl-C. If your screen is messed up (happens quite often), type 'reset' and press enter (don't care if you can't see the text you write).
|
None of these modules seemed to be on my system and I believe the computer is not getting the internet connection.
I did run the cat /dev/input/mice and I was able to get junk on the screen and reset it, but once I did startx and KDE came up no mouse.
|
|
|
12-09-2003, 05:07 PM
|
#8
|
Senior Member
Registered: Oct 2003
Location: Zurich, Switzerland
Distribution: Debian/unstable
Posts: 1,357
Rep:
|
If /dev/input/mice puts some garbage to the screen while you move your mouse, then your mouse is working.
What do you have in your /etc/X11/86Config-4, there should be a block containing
Code:
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "CorePointer"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
And an other block containing
Code:
Section "ServerLayout"
... yadda... yadda.... identifers, screens .. .
InputDevice "Generic Mouse"
.. possibly more blah..blah..
EndSection
If they don't, either write them there, or run 'dpkg-reconfigure xserver-xfree86' and answer to the questions so that there is something like that in the configuration file at the end of the process (/dev/input/mice, protocoll ImPS/2, mouse roll enabled if you have one, no need to emulate third button if you have 3 buttons).
|
|
|
All times are GMT -5. The time now is 11:46 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|