Bug 15808 - EeePC 1001P - ACPI key for Wi-Fi on/off actually enables/disables LAN
Summary: EeePC 1001P - ACPI key for Wi-Fi on/off actually enables/disables LAN
Status: RESOLVED OBSOLETE
Alias: None
Product: Drivers
Classification: Unclassified
Component: Platform (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: acpi_platform-drivers@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-18 16:45 UTC by NiTr0
Modified: 2013-12-10 18:25 UTC (History)
2 users (show)

See Also:
Kernel Version: 2.6.33.2
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description NiTr0 2010-04-18 16:45:42 UTC
Subj. Kernel loaded with parameter acpi_osi="Linux" (without that eeepc-laptop didn't loaded).
Part of dmesg when I press wi-fi button twice:

[  298.144103] PM: Removing info for pci:0000:01:00.0
[  298.165514] PM: Removing info for No Bus:eth0
[  298.170111] atl1c 0000:01:00.0: PCI INT A disabled
[  299.022147] pci 0000:01:00.0: reg 10: [mem 0xf7fc0000-0xf7ffffff 64bit]
[  299.022167] pci 0000:01:00.0: reg 18: [io  0xec00-0xec7f]
[  299.022264] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[  299.022278] pci 0000:01:00.0: PME# disabled
[  299.022320] pci 0000:01:00.0: BAR 0: assigned [mem 0xf7f00000-0xf7f3ffff 64bit]
[  299.022341] pci 0000:01:00.0: BAR 0: set to [mem 0xf7f00000-0xf7f3ffff 64bit] (PCI address [0xf7f00000-0xf7f3ffff]
[  299.022354] pci 0000:01:00.0: BAR 2: assigned [io  0xe000-0xe07f]
[  299.022369] pci 0000:01:00.0: BAR 2: set to [io  0xe000-0xe07f] (PCI address [0xe000-0xe07f]
[  299.022457] PM: Adding info for pci:0000:01:00.0
[  299.022554] atl1c 0000:01:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[  299.022582] atl1c 0000:01:00.0: setting latency timer to 64
[  299.087244] PM: Adding info for No Bus:eth0
[  299.088369] atl1c 0000:01:00.0: version 1.0.0.1-NAPI
[  300.884795] atl1c 0000:01:00.0: irq 29 for MSI/MSI-X
[  300.884920] atl1c 0000:01:00.0: atl1c: eth0 NIC Link is Up<100 Mbps Full Duplex>
[  310.934039] eth0: no IPv6 routers present
Comment 1 Rolf Leggewie 2010-05-01 02:33:10 UTC
FWIW, I don't see this on my 1001P, but I'm not booted with acpi_osi="Linux"

I shall try to reproduce that one of these days.
Comment 2 NiTr0 2010-05-16 12:47:01 UTC
Without acpi_osi="Linux" eeepc-laptop module isn't loaded for me, and in this case I have troubles with brightness regulation and hotkeys.
Comment 3 Rolf Leggewie 2010-05-16 12:58:39 UTC
I don't experience any problems with the Wifi hotkey even when booted with the acpi_osi option.
Comment 4 Rolf Leggewie 2010-05-16 12:59:38 UTC
Try adding backlight=vendor as another boot option.
Comment 5 NiTr0 2010-05-27 12:52:49 UTC
Without acpi_osi="Linux" on 2.6.33.2 I also have disabled eth0 instead of WiFi. And errors in syslog like these:
[   26.234386] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (000000010) is beyond end of object (20091214/exoparg2-445)
[   26.234423] ACPI Error (psparse-0537): Method parse/execution failed [\BLCS] (Node ffff88003f1cb960), AE_AML_PACKAGE_LIMIT
[   26.234491] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.SBRG.EC0_._Q0D] (Node ffff88003f1cbb40), AE_AML_PACKAGE_LIMIT
[   26.546321] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (000000010) is beyond end of object (20091214/exoparg2-445)
[   26.546357] ACPI Error (psparse-0537): Method parse/execution failed [\BLCS] (Node ffff88003f1cb960), AE_AML_PACKAGE_LIMIT
[   26.546424] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.SBRG.EC0_._Q0B] (Node ffff88003f1cbb20), AE_AML_PACKAGE_LIMIT

After upgrade to 2.6.34 - Wifi key doesn't work; manual disabling in /sys/class/rfkill/rfkill0/state also does nothing.

Note You need to log in before you can comment on or make changes to this bug.