Bug 15793
Summary: | asus_laptop : Machine does not have bluetooth : asus_laptop: Error setting bluetooth status to 1 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Tony White (tonywhite100) |
Component: | Other | Assignee: | drivers_other |
Status: | NEW --- | ||
Severity: | normal | CC: | alan, kirjanov, krah.tm |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.0 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Tony White
2010-04-15 22:14:07 UTC
According to Documentation/laptops/asus-laptop.txt: wapf: WAPF defines the behavior of the Fn+Fx wlan key The significance of values is yet to be found, but most of the time: - 0x0 should do nothing - 0x1 should allow to control the device with Fn+Fx key. - 0x4 should send an ACPI event (0x88) while pressing the Fn+Fx key - 0x5 like 0x1 or 0x4 You could try to pass wapf=0 Same with bluetooth_status parameter. M3N doesn't have an Fx wlan key. So neither WAPF or bluetooth on this model. I'm interested in why the kernel or udev think it's detected things that aren't present and then trying to use them. Thanks for checking the documentation for what it does. I'll try adding the parameters. Thanks, Tony The use of the wapf=0 bluetooth_status=0 parameters make no change to the production of the error messages in the log. I can confirm this one - got a Samsung P35 which does not have bluetooth and does not have a Fn+Fx Wlan Key (it does have a extra wlan button, but no fn key). [ 10.226697] asus_laptop: Asus Laptop Support version 0.42 [ 10.233234] asus_laptop: Error calling CWAP(1) [ 10.233302] asus_laptop: Error setting bluetooth status to 1 [ 10.245829] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input5 Kernel Version used is 2.6.34. Still there in 2.6.35. Update: Still there in 3.0. |