Adding the OpenSuSE Tablet PC Repository to YAST allows us to pull down fsc_btns which looks like a good shot for a button driver (there's also a fair bit of Fujitsu-related activity in the Linux ACPI Project itself so this may be a stopgap). So I attempt to download it and discover it has a dependency on an earlier kernel than the one I have.
Okay, install the basic development packages and kernel source from the main repository and get the fsc_btns source from the SRPMS. Then proceed as follows...
- cd /usr/src/linux
- make cloneconfig
- make modules prepare
- make coffee, eat lunch :)
- cd /usr/src/packages/SOURCES/fsc_btns
- make
- make install
- modprobe fsc_btns
- "No such device" :(
No comments:
Post a Comment