Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
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.
im using mandrake 10 with kde. im trying to use my targus mini mouse to work with it. my mouse light turns on, but for some reason it doesnt accept input. before it used to accept input for a little while and then stop. any explanations? thanks
usb-uhci and hid are loaded
Last edited by youneedaclue; 08-18-2004 at 03:16 PM.
Did you attach the mouse after X loaded, or was it there on startup? If you attached it after X then you might need to restart X for it to see the mouse (ctrl+alt+backspace on my box). The mouse will light up but X does not think it exists.
Alright kohokuak i have tried what you gave and i was unsuccessful, perhaps there are spaces or caps in your code that are not supposed to be there or supposed to be there or something idk. The mouse is plugged in from startup, I have restarted X many times just to be sure, it used to work haltingly(sometimes it would work, then all of a sudden stop, im not gonna say that i didnt change anything, because I did, and then it stopped working, if only i could remember what i changed. Maybe there is something wrong with my usb detection?
I checked the logs and it never says anything about a USB detection. its supposed to say something in /var/log/message right?
thanks all for help, I know the answer's out there....waaaaay out there.
Originally posted by youneedaclue I checked the logs and it never says anything about a USB detection. its supposed to say something in /var/log/message right?
'dmesg' would be the place to look
If you are running a 2.4 kernel, is the 'mousedev' module loaded?
You can try this with the XFree86 Config file...note the difference from previous posting.
BTW if anyone is able to allow the mouse to be hot-plugged....Mean the mouse can work when plug in after X server is up. Please tell me.... I remember Kernel 2.6 can... But I need to use VPN and aironet 350 driver, so I have to downgrade to 2.4....
BTW ...any news on how to get Cisco 350 Aironet PCMIA to work...please tell me too..
P.S. I am using ManDrake 10....
You can define several pointing devices in your X configuration file:
...and then have them both in your ServerLayout:
code:Section "ServerLayout"
Identifier "MyLayout"
InputDevice "Keyboard" "CoreKeyboard"
InputDevice "TrackPoint" "CorePointer"
InputDevice "USBMouse" "SendCoreEvents"
Screen "screen1"
EndSection
Hey guys, I have the exact same problem with my usb mouse. I had it plugged in the entire time I was installing Mandrake 10 on my laptop. The light for the mouse comes on but nothing happens when I move it. I'm reading what everyone is writing in this thread but I'm sorry to say that I have no idea what you guys are talking about. I'm completely new to Linux so please bear with me.
Where do I go to get access to the editor and start trying out some of the commands you guys have put here? If I get at least that part down, I can try to see what I can do to get this problem fixed
See the Black Square icon on the taskbar called Konsole....use to get into console....
at the prompt type "su" followed by the root password.(Please recall u set this during installation)
Then type "kwrite &" enter
u will have something like notepad... use it to edit file which we have told u in the previous thread...
You might want to get a copy of 'How Linux Works' by Brian Ward, No Starch Press- here's a link: http://www.booksamillion.com/ncom/bo...sbn=1593270356. It's well written, get's right to the point, is very accurate and will really help you get going.
Last edited by Earl Parker II; 09-01-2004 at 01:52 PM.
Originally posted by valent_h BTW if anyone is able to allow the mouse to be hot-plugged....Mean the mouse can work when plug in after X server is up. Please tell me.... I remember Kernel 2.6 can... But I need to use VPN and aironet 350 driver, so I have to downgrade to 2.4....
Try adding this to your /etc/modules file:
Code:
mousedev
hid
usb-uhci
This will force-create the mouse device, even if the mouse is not attached. As long as the mouse device exists X will think the mouse is there. (I think this file is only read at startup, so you may need to reboot after adding the lines).
Okay so I think the problem with mine is that I'm running the 2.4 kernel. I'm hearing and have read in a couple of places that the 2.6 kernel fixes this problem, correct? If so, where do I go to get the 2.6 kernel? Is it an upgrade or something?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.