Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#54686 - Dell Latitude 3350's ethernet card need turn on kernel make CONFIG_ACPI_REV_OVERRIDE_POSSIBLE
Attached to Project:
Arch Linux
Opened by yorks.yang (yorks) - Tuesday, 04 July 2017, 08:32 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 04 July 2017, 12:49 GMT
Opened by yorks.yang (yorks) - Tuesday, 04 July 2017, 08:32 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 04 July 2017, 12:49 GMT
|
DetailsDescription:
The Dell Latitude 3350's ethernet card attempts to use a reserved IRQ (18), resulting in ACPI being unable to enable the ethernet. The Linux kernel has fixed this issue, need make the option turn on, CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y, but archlinux not set this option. I have try to build the kernel with CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y to fixed this issue. Please considering turn on the option CONFIG_ACPI_REV_OVERRIDE_POSSIBLE with make kernel package. Thanks, Additional info: * linux kernel src related file: drivers/acpi/blacklist.c * zcat /proc/config.gz | grep CONFIG_ACPI_REV_OVERRIDE_POSSIBLE # CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set * A discussion about that can be found at: https://bbs.archlinux.org/viewtopic.php?id=218172 Steps to reproduce: Run Arch Linux with stock kernel on a Dell Latitude 3350. |
This task depends upon