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

Re: [debian-knoppix] critical bug in 2003-03-21



Quoting Luuk Mulder <lmulder@home.nl>:

> Hi,
> 
> May be this info helps:
> 
> I have the same problem with usb-keyboards (and mouse) with all Knoppix
> versions AFTER 17-12-2002.  Morphix (based on Knoppix) also had this
> problem, but  Alex de Landgraaf solved it (worked-around it...) for me by
> making a so called "mini-module" which forces the load of the proper
> usb-modules.
> 
> I think the problem is somehow connected with the recognision of my
> usb-controller (SiS 7001 rev.0f)  maybe in combination with my Microsoft
> keyboard which also has a usb-hub.  BTW: I downloaded version 3.2 this
> morning and it still doesn't see my keyboard + mouse.
> 
> And another "off topic" detail in version 3.2: the English version starts
> default in German...
> 
> Kind regards,  Luuk
<snip>

Yups, couldn't test it, thought i had broken something. anyway, the active part
of the minimodule:

rmmod usb-uhci #does this umount usbdevfs?
modprobe usb-ohci
modprobe hid
modprobe keybdev
modprobe mousedev
modprobe usbmouse
mount -o devmode=0666 -t usbdevfs none /proc/bus/usb >/dev/null 2>&1
echo "adapting XF86Config-4 for usb-mouse"
sed -e 's/InputDevice *"Serial Mouse"/InputDevice "USB Mouse"/'
/etc/X11/XF86Config-4 > /etc/X11/XF86Config-4-2
cp /etc/X11/XF86Config-4-2 /etc/X11/XF86Config-4

Anyway, it's a bit yuckie, but it works. Was planning to throw this in a
bootparameter, as i don't know what effect it has on usb devices using uhci.

Cheers, and i hope this helps a bit (note that this is executed after normal
hardware detection)

Alex


_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: