Am Mi 27.12.2006 17:36 schrieb Gianluca Cerminara <[EMAIL PROTECTED]>: > I tried to install acerhk rpm but simply nohing happens: > I only get the documentation in > /usr/share/doc/packages/acerhk/ > but no kernel module! > > Does anybody have experience with this?
You should also install the acerhk-kmp package which fits to your kernel (acerhk-kmp-default.rpm). After that try # depmod -a # modinfo acerhk => You'll see a list of available options for this module. Normally it should be save to load it just with "modprobe acerhk" and watch /var/log/messages for kernel messages about this module. But you can set some options listed via modinfo for you modell. FYI: I placed the modprobe call in /etc/init.d/boot.local for my old Acer TM290 - and everything works fine. Greetings, Lars -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
