I am running
Code: Select all
# uname -a
Linux birra 3.14.14-gentoo #3 SMP Wed Dec 17 18:23:41 BRST 2014 x86_64 Intel(R) Core(TM) i7-3517U CPU @ 1.90GHz GenuineIntel GNU/Linux
Code: Select all
# dmidecode | grep -A2 "System Information"
System Information
Manufacturer: SAMSUNG ELECTRONICS CO., LTD.
Product Name: 530U3C/530U4C/532U3C
Code: Select all
# lspci -s 01:00.0
01:00.0 Network controller: Intel Corporation Centrino Advanced-N 6235 (rev 24)
This laptop is one of the affected ones by the nasty UEFI bug https://bugs.launchpad.net/ubuntu-cdimage/+bug/1040557
However, I am booting in UEFI mode and the samsung-laptop module is thus disabled by the lines of code there:
Code: Select all
if (efi_enabled(EFI_BOOT))
return -ENODEV;
Code: Select all
# ls /sys/class/leds/
phy0-led
Any help as to where I should start looking for info on these LEDs will be appreciated. Even a hint as to whether I should treat these as separate issues or just one affecting all LEDs, I'm more inclined to think that there's something wrong with (say) my ACPI implementation or something similar (like the lpc_ich module driving the HM76 PCH that should be responsible for the SATA led), than expecting the coincidence that iwlwifi is not handling correctly the wifi LED and ACPI is not handling correctly the battery one.