Re: Sony MSAC-US70 Mouse in Redhat 8

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



El Domingo 13 Marzo 2005 00:10, bj escribió:
> Hi !
>
> I am using Red Hat 8 with kernel 2.4.20-30.8.legacy.
>
> I got a new Sony  Reader/writer Optical Mouse .
>
> How do I detect it in Red Hat 8.0
>
> I did the following :-
>
> modprobe input
> modprobe hid
> modrprobe mousedev
>
> These kernel modules are loaded without error .
>
> But still my usb mouse is not detected .
>
> Attached are my dmesg and message .
>
> Thank you for your help in advance.
>
> Cheers,
> bj

You first need to configure your kernel for the USB mouse support. Turn on the 
'USB Human Interface Device (HID)" in the USB support and 'Mouse Support" in 
the Input Core support. Make sure you do NOT turn on the HIDBP mouse support. 
The HIDBP (boot protocol) way is intended for embedded systems with resource 
constraints and is inferior for normal desktop systems. Do "insmod input; 
insmod usbcore; insmod usb-uhci; insmod hid"
Look for bootup messages (dmesg or /proc/bus/usb/devices) for see if the USB 
mouse got recognised
Finally, add these lines in /etc/X11/XF86Config-4.

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
	Option		"SendCoreEvents"	"true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"

Best regards.
Manuel.
-- 
Manuel Arostegui Ramirez #Linux Registered User 295750
Socio de Hispalinux 1813
Red Hat Linux 9, Kernel 2.6.2 ReiserFS
Firma  cifrada
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE+3O1MqfmPcHTj+twRAm
yDAJ9P6ezepIMg06vOet/YPKxVoB+Z/ACfWVhh
---END PGP SIGNATURE-----

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux