<tt>Hi</tt><br>

<br>

<tt>I have problem with my optical usb mouse on fedora core 4.&nbsp; It worked fine in</tt><br>

<tt>the kernel of 2.6.14-1.1656 and before that but not any more on</tt><br>

<tt>2.6.15-1.1830 or 1831. The cursor stays on the screen but it doesn't</tt><br>

<tt>move. If I use the usual &quot;non usb&quot; mouse, that one works. </tt><br>

<br>

<tt>I have tried all tips which I found from the internet. I can't solve</tt><br>

<tt>this problem by myself alone</tt><br>

<br>

<tt>yours</tt><br>

<tt>Kari Myllykangas</tt><br>

<tt>&nbsp;</tt><br>

<tt>Here is&nbsp; etc/modprobe.conf:</tt><br>

<tt>alias eth0 sk98lin</tt><br>

<tt>alias scsi_hostadapter sata_via</tt><br>

<tt>alias snd-card-0 snd-via82xx</tt><br>

<tt>options snd-card-0 index=0 </tt><br>

<tt>options snd-via82xx index=0 </tt><br>

<tt>remove snd-via82xx { /usr/sbin/alsactl store 0 &gt;/dev/null 2&gt;&amp;1</tt><br>

<tt>|| : ; }; /sbin/modprobe -r --ignore-remove snd-via82xx</tt><br>

<tt>alias usb-controller ehci-hcd</tt><br>

<tt>alias usb-controller1 uhci-hcd</tt><br>

<br>

<tt>here is xorg.conf:</tt><br>

<br>

<tt></tt><span style="font-family: monospace;"># Xorg configuration created by system-config-display<br>
<br>
Section &quot;ServerLayout&quot;<br>
&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; &quot;single head configuration&quot;<br>
&nbsp;&nbsp;&nbsp; Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; &quot;Screen0&quot; 0 0<br>
&nbsp;&nbsp;&nbsp; InputDevice&nbsp;&nbsp;&nbsp; &quot;Mouse0&quot; &quot;CorePointer&quot;<br>
&nbsp;&nbsp;&nbsp; InputDevice&nbsp;&nbsp;&nbsp; &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>
EndSection<br>
<br>
Section &quot;Files&quot;<br>
<br>
# RgbPath is the location of the RGB database.&nbsp; Note, this is the name of the <br>
# file minus the extension (like &quot;.txt&quot; or &quot;.db&quot;).&nbsp; There is normally<br>
# no need to change the default.<br>
# Multiple FontPath entries are allowed (they are concatenated together)<br>
# By default, Red Hat 6.0 and later now use a font server independent of<br>
# the X server to render fonts.<br>
&nbsp;&nbsp;&nbsp; RgbPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/X11R6/lib/X11/rgb&quot;<br>
&nbsp;&nbsp;&nbsp; FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;unix/:7100&quot;<br>
EndSection<br>
<br>
Section &quot;Module&quot;<br>
&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;dbe&quot;<br>
&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;extmod&quot;<br>
&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;fbdevhw&quot;<br>
&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;glx&quot;<br>
&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;record&quot;<br>
&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;freetype&quot;<br>
&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;type1&quot;<br>
&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;dri&quot;<br>
EndSection<br>
<br>
Section &quot;InputDevice&quot;<br>
<br>
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;Xleds&quot;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;1 2 3&quot;<br>
# To disable the XKEYBOARD extension, uncomment XkbDisable.<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;XkbDisable&quot;<br>
# To customise the XKB settings to suit your keyboard, modify the<br>
# lines below (which are the defaults).&nbsp; For example, for a non-U.S.<br>
# keyboard, you will probably want to use:<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;XkbModel&quot;&nbsp;&nbsp;&nbsp; &quot;pc102&quot;<br>
# If you have a US Microsoft Natural keyboard, you can use:<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;XkbModel&quot;&nbsp;&nbsp;&nbsp; &quot;microsoft&quot;<br>
#<br>
# Then to change the language, change the Layout setting.<br>
# For example, a german layout can be obtained with:<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;XkbLayout&quot;&nbsp;&nbsp;&nbsp; &quot;de&quot;<br>
# or:<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;XkbLayout&quot;&nbsp;&nbsp;&nbsp; &quot;de&quot;<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;XkbVariant&quot;&nbsp;&nbsp;&nbsp; &quot;nodeadkeys&quot;<br>
#<br>
# If you'd like to switch the positions of your capslock and<br>
# control keys, use:<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;XkbOptions&quot;&nbsp;&nbsp;&nbsp; &quot;ctrl:swapcaps&quot;<br>
# Or if you just want both to be control, use:<br>
#&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &quot;XkbOptions&quot;&nbsp;&nbsp;&nbsp; &quot;ctrl:nocaps&quot;<br>
#<br>
&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Keyboard0&quot;<br>
&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;kbd&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;XkbModel&quot; &quot;pc105&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;XkbLayout&quot; &quot;fi&quot;<br>
EndSection<br>
<br>
Section &quot;InputDevice&quot;<br>
&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Mouse0&quot;<br>
&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;mouse&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;Protocol&quot; &quot;IMPS/2&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;Device&quot; &quot;/dev/input/mice&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;ZAxisMapping&quot; &quot;4 5&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;Emulate3Buttons&quot; &quot;yes&quot;<br>
EndSection<br>
<br>
Section &quot;Monitor&quot;<br>
&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp; &quot;Monitor0&quot;<br>
&nbsp;&nbsp;&nbsp; VendorName&nbsp;&nbsp; &quot;Monitor Vendor&quot;<br>
&nbsp;&nbsp;&nbsp; ModelName&nbsp;&nbsp;&nbsp; &quot;StudioWorks&quot;<br>
&nbsp;&nbsp;&nbsp; DisplaySize&nbsp; 410&nbsp;&nbsp;&nbsp; 300<br>
&nbsp;&nbsp;&nbsp; HorizSync&nbsp;&nbsp;&nbsp; 30.0 - 115.0<br>
&nbsp;&nbsp;&nbsp; VertRefresh&nbsp; 50.0 - 200.0<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;dpms&quot;<br>
EndSection<br>
<br>
Section &quot;Device&quot;<br>
&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Videocard0&quot;<br>
&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;radeon&quot;<br>
&nbsp;&nbsp;&nbsp; VendorName&nbsp; &quot;Videocard vendor&quot;<br>
&nbsp;&nbsp;&nbsp; BoardName&nbsp;&nbsp; &quot;ATI Radeon 9200&quot;<br>
EndSection<br>
<br>
Section &quot;Screen&quot;<br>
&nbsp;&nbsp;&nbsp; Identifier &quot;Screen0&quot;<br>
&nbsp;&nbsp;&nbsp; Device&nbsp;&nbsp;&nbsp;&nbsp; &quot;Videocard0&quot;<br>
&nbsp;&nbsp;&nbsp; Monitor&nbsp;&nbsp;&nbsp; &quot;Monitor0&quot;<br>
&nbsp;&nbsp;&nbsp; DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 16<br>
&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 16<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>
&nbsp;&nbsp;&nbsp; EndSubSection<br>
EndSection<br>
<br>
Section &quot;DRI&quot;<br>
&nbsp;&nbsp;&nbsp; Group&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>
&nbsp;&nbsp;&nbsp; Mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0666<br>
EndSection</span><br>

<br>

<tt>here is rc.local:</tt><br>

<tt>#!/bin/sh</tt><br>

<tt>#</tt><br>

<tt># This script will be executed *after* all the other init scripts.</tt><br>

<tt># You can put your own initialization stuff in here if you don't</tt><br>

<tt># want to do the full Sys V style init stuff.</tt><br>

<br>

<tt>touch /var/lock/subsys/local</tt>