On Monday 28 July 2003 14:29, Chmouel Boudjnah wrote:
> Hello,
>
> at line 161 of modprobe.default :
>
> install hid /sbin/modprobe --ignore-install hid && { /sbin/modprobe
> keybdev; /sbin/modprobe mousedev; /bin/true; }
>
> the keybdev loading (and removing) module stuff is wrong, there is no
> such module in the kernel (260-test2)
>I uploaded new versions of initscripts, module-init-tools and hotplug to http://supermount-ng.sf.net/. The main change is support for input hotplug on 2.6 and various cleanup resulted from it. It now loads all input handlres fully automatically so the only thing that need intervention is correct backend driver(s). this changes initscripts to use hotplug usb rc script; it can be turned off in /etc/sysconfig/hotplug. I do not have USB mouse nor keyboard - so PLEASE would people test it on both 2.4 and 2.6? It appears to work in both cases, but I need testers ... This assumes currently that input device driver is loaded as module - if it is builtin you need to run input,rc somewhen during boot. I still cannot decide when /etc/init.d/hotplug has to be run - any ideas? compressed modules still not suppoprted, patch posted to lkml does not work, it needs some time. changelogs for indivisual packages: hotplug: * Sat Aug 02 2003 Andrey Borzenkov <[EMAIL PROTECTED]> 2003_05_01-0.4bor - default USB coldplug to yes, else likely no one would ever test it * Fri Aug 01 2003 Andrey Borzenkov <[EMAIL PROTECTED]> 2003_05_01-0.3bor - input.agent fixes - add input.rc - install /etc/init.d/hotplug, I am going to use it - source4 - /etc/sysconfig/hotplug, controls which susbsystems are initialized by init.d/hotplug - patch14 - support conditional start of cold plug scripts in init script defaulting to off * Thu Jul 31 2003 Andrey Borzenkov <[EMAIL PROTECTED]> 2003_05_01-0.2bor - patch13 - support USB coldplug on 2.6. Module lister (a.k.a. usbmodules) is disabled on 2.6 so it did nothing. Pass sysfs devpath on 2.6 so usb.agent can extract needed info; walk /sys/bus/usb instead of /proc/bus/usb * Thu Jul 31 2003 Andrey Borzenkov <[EMAIL PROTECTED]> 2003_05_01-0.1bor - new version - rediff patch4 - rediff patch5 - redone patch8 - 2.4 and 2.6 compatibility - use make install to install hotplug - disable patch2 - it is likely no more needed - patch9 - 2.5 -> 2.6 in all places (sans comments) - disable patch1 - it is removed by patch7 anyway; rediff patch7 - patch10 - fix quoting in hotplug.functions - patch11 - INPUT susbsytem support (requires updated module-init-tools) - disable patch0 - we DO want start USB now - patch12 - mdkize usb.rc * Sat Aug 02 2003 Andrey Borzenkov <[EMAIL PROTECTED]> 0.9.13-0.pre.0.3bor - new patch5 - make depmod create temporary files and rename them. It fixes races between modprobe and depmod -a in rc.sysinit - it is possible modprobe sees empty files and fails to load module - move patch5 -> patch6 and rediff - patch5 -> patch6 and module-init-tools: * Tue Jul 29 2003 Andrey Borzenkov <[EMAIL PROTECTED]> 0.9.13-0.pre.0.2bor - remove mouse-mod hack it does not work anyway - irtty -> irtty_sir (and dongles); some dongles won't work until ported - remove all hid etc crap from modprobe.default, it must be handled by hotlpug - remove mouse/joystick from modprobe.devfs, it is loaded by hootplug - patch5 - depmod support for input device ids * Sat Jul 19 2003 Andrey Borzenkov <[EMAIL PROTECTED]> 0.9.13-0.pre.1bor - new version - use --stdin for generate-modprobe.conf initscripts: * Fri Aug 01 2003 Andrey Borzenkov <[EMAIL PROTECTED]> 7.06-15mdk.1bor - run USB coldplugging instead of static USB rc if requested; this should work correctly for both 2.4 and 2.6 without any static configuration for input modules
