[Bug 584812] Re: bluez init script should try to load uinput kernel module

Jerone Young jerone.young at canonical.com
Mon May 24 05:25:34 BST 2010


Here is a proposed change to the init script.

--- bluetooth.orig	2010-05-23 23:21:27.604764873 -0500
+++ bluetooth	2010-05-23 23:24:53.606012449 -0500
@@ -14,6 +14,10 @@ set -e
 
 case "$1" in
   start)
+    #Try and load uinput kernel module. Bluez uses to pass
+    #keypresses from bluetooth deivces up to userspace.
+    modprobe uinput >/dev/null 2>&1
+	
     #currently this init script exists only because of what appears to be
     #an egg and chicken problem
     #  bluetoothd normally starts up by udev rules.  it needs dbus to function,

-- 
bluez init script should try to load uinput kernel module
https://bugs.launchpad.net/bugs/584812
You received this bug notification because you are a member of
Bluetooth, which is subscribed to bluez in ubuntu.



More information about the Ubuntu-bluetooth mailing list