Bug 163355
| Summary: | toshiba_acpi.ko falis to load properly | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tom London <selinux> |
| Component: | kernel | Assignee: | Dave Jones <davej> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | acpi-bugzilla, intel-linux-acpi, pfrields, wtogami |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-08-18 16:20:24 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 165150 | ||
|
Description
Tom London
2005-07-15 14:08:36 UTC
Here is the 'tail' from running 'strace modprobe -v toshiba_acpi':
open("/lib/modules/2.6.12-1.1433_FC5/kernel/drivers/acpi/toshiba_acpi.ko",
O_RDWR) = 3
fcntl64(3, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=1}) = 0
fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR)
fstat64(3, {st_mode=S_IFREG|0744, st_size=8584, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7f0b000
_llseek(3, 0, [0], SEEK_CUR) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\1\0\3\0\1\0\0\0\0\0\0\0"..., 16384) = 8584
read(3, "", 4096) = 0
read(3, "", 4096) = 0
read(3, "", 4096) = 0
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 1), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7f0a000
write(1, "insmod /lib/modules/2.6.12-1.143"..., 75insmod
/lib/modules/2.6.12-1.1433_FC5/kernel/drivers/acpi/toshiba_acpi.ko
) = 75
init_module("ELF", 0x2188) = -1 ENODEV (No such device)
write(2, "FATAL: Error inserting toshiba_a"..., 121FATAL: Error inserting
toshiba_acpi
(/lib/modules/2.6.12-1.1433_FC5/kernel/drivers/acpi/toshiba_acpi.ko): No such device
) = 121
What model laptop are you trying to run this on ? Toshiba Tecra M2-S530 This worked until the update of 7/14. Still 'broken'. > toshiba_acpi: Using generic hotkey driver
Bzzzt! Wrong answer:-)
Please build with CONFIG_ACPI_HOTKEY=n
(the default in 2.6.13)
This EXPERIMENTAL driver is still under development
and should not yet be shipped as part of Fedora.
*confused*. This bug is filed against rawhide/FC5, and comment #1 suggests you're using those kernels. Yet in those kernels... # CONFIG_ACPI_HOTKEY is not set and its been this way since July 13th, which is roughly when that option appeared iirc. I'm guessing you're testing this on FC4 kernels now ? (Which are broken, I'll fix it in the next update). No, I'm testing this on Rawhide kernels. Current running one is 2.6.12-1.1451_FC5 (still fails with messages as in #1). (I am downlownloading 2.6.12-1.1452_FC5 now.) grep HOTKEY /boot/config*1451* # CONFIG_ACPI_HOTKEY is not set July 13 is roughly when this stopped working. What additional info can I provide to help? This started working again this morning with 2.6.12-1.1492_FC5. Didn't see anything in the posted changelog; was this fixed in 2.6.13-rc6-git9? looks like it. there were a bunch of acpi hotkey fixes there. |