Bug 25712
Summary: | asus laptop doesn't have sound anymore | ||
---|---|---|---|
Product: | Drivers | Reporter: | Kurt Roeckx (kurt) |
Component: | Platform_x86 | Assignee: | drivers_platform_x86 (drivers_platform_x86) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | alan, corentin.chary, florian |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.33 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: |
acpi dump
dmi decode |
Description
Kurt Roeckx
2010-12-27 12:53:00 UTC
If I add the parameter "wlan_status=-1" it audio doesn't get disabled. This laptop doesn't have on board wireless. Kurt Wow, that seems really wrong. Can you send me the output of acpidump | gzip ? Thanks, Created attachment 42082 [details]
acpi dump
During boot I see the following messages:
[ 11.357632] asus_laptop: Asus Laptop Support version 0.42
[ 11.372321] asus_laptop: Error calling CWAP(1)
[ 11.374462] asus_laptop: L84F model detected
[ 11.385042] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input8
[ 11.393055] Registered led device: asus::mail
The dump file seems to say L1400B, which might make more sense for the model number.
Hum, the DSDT provides a WLED method, traditionally used to control the wireless device/led, but that one control the sound card, great ! For L84F it's the string returned by the INIT() method. Does the mail led works ? (/sys/class/leds/asus::mail/). Is there any BIOS updates for your model ? because your dsdt seems really broken. I can toggle the led, so that works perfectly. I can't find any BIOS version online. It's a rather old laptop. Do you have a suggestion on how to fix this? Sorry for the delay, I did not see your previous answer. As a short term workaround, you should use "wlan_status=-1". The only thing I can do is probably blacklisting this model, could you send me the output of dmidecode ? Thanks, Created attachment 43442 [details]
dmi decode
So is there something else I can do? Sorry fort the delay, again.... Could you try that patch ? http://git.iksaif.net/?p=acpi4asus.git;a=commit;h=6ffb6745a7d115c2f1f23351db97ccff98d66ca7 Thanks, That patch fixes my problem. Testing some more I found out that the audio isn't completely disabled, it's just very low volume, like it's muted or something. A patch referencing this bug report has been merged in v2.6.38-9043-gc585015: commit af96f87703f33a4dba4b51c7b3f0d6f874aa4853 Author: Corentin Chary <corentin.chary@gmail.com> Date: Sun Feb 6 13:27:30 2011 +0100 asus-laptop: let WLED alone on L1400B |