[tlinux-users:08063] Re: omnibook kernel module: Bugfix release
Mathieu Bérard <[email protected]>
| Newsgroups | gmane.linux.hardware.toshiba |
|---|---|
| Message-ID | <[email protected]> |
Ano Nimov a écrit : > I have an A105-S2167 running Ubuntu Dapper, and would gladly try this driver. > Where do I find the deb package? > > Any installation help for people with quite little kernel knowledge (noobs) would be quite appreciated! > > Thanks in advance! > > Hi, The deb package is still not available, yet you can download the tar.gz. Untar it somewhere, and in a terminal: cd to the directory where the files where unpacked run 'make' to compile it against your kernel *** If it fails here there is a good probability that you lack the linux-headers package, to install it run synaptic and install the linux-headers-686 package **** and then 'sudo make install' the module should then be loaded by 'sudo modprobe omnibook' If you want to load it automatically at bootime you have to add a new line just containing 'omnibook' (without the quote) in the /etc/modules file which you can edit it typing 'sudo gedit /etc/modules' in a terminal. After a reboot using the gnome-power-manager applet (the icon which display your battery state) you sould be able to set your lcd brightness level for ac power and for battery power. -- Mathieu