Difference between revisions of "SL Driver on openSUSE"
(â†Created page with 'This page describes one way to get SL500 hotkeys, brightness and bluetooth working with openSUSE, via Alexandre Rostovtsev's driver. General notes: * Follow the instruc...') |
m |
||
Line 3: | Line 3: | ||
General notes: | General notes: | ||
− | * Follow the instructions described in that thread: | + | * Follow the instructions described in that thread: http://forums.opensuse.org/hardware/411402-how-do-i-build-make-custom-driver-into-kernel.html |
* If the module was loaded successfully, configure ubuntu to load the module on start-up, as follows: | * If the module was loaded successfully, configure ubuntu to load the module on start-up, as follows: | ||
Line 13: | Line 13: | ||
* If you use laptop-mode-tools, edit /etc/laptop-mode/conf.d/bluetooth.conf to set BLUETOOTH_INTERFACES="lenslbluetoothsw" instead of "hci0". | * If you use laptop-mode-tools, edit /etc/laptop-mode/conf.d/bluetooth.conf to set BLUETOOTH_INTERFACES="lenslbluetoothsw" instead of "hci0". | ||
− | * You may use Holger's [http://software.opensuse.org/search?baseproject=ALL&p=1&q=killswitch-applet] to manage your killswitches. | + | * You may use Holger's [http://software.opensuse.org/search?baseproject=ALL&p=1&q=killswitch-applet killswitch-applet] to manage your killswitches. |
Revision as of 22:29, 17 February 2010
This page describes one way to get SL500 hotkeys, brightness and bluetooth working with openSUSE, via Alexandre Rostovtsev's driver.
General notes:
- Follow the instructions described in that thread: http://forums.opensuse.org/hardware/411402-how-do-i-build-make-custom-driver-into-kernel.html
- If the module was loaded successfully, configure ubuntu to load the module on start-up, as follows:
- Edit/create a file /etc/modprobe.d/lenovo-sl-laptop.conf which just has one line: 'options lenovo-sl-laptop control_backlight=1' (this tells modprobe to load the module with backlight control enabled)
- Use YaST -> Bootloader or edit the /boot/grub/menu.lst file to add 'acpi_backlight=vendor' as a kernel option to your kernel line.
- If you use laptop-mode-tools, edit /etc/laptop-mode/conf.d/bluetooth.conf to set BLUETOOTH_INTERFACES="lenslbluetoothsw" instead of "hci0".
- You may use Holger's killswitch-applet to manage your killswitches.