On Sun, Jan 19, 2014 at 06:13:25PM +0100, Andreas Beckmann wrote:
> On 2014-01-17 05:20, Adam Borowski wrote:
> > Hi!  I'm running a -rc kernel (as 3.12 doesn't work for me due to #730863),
> > and the module builds but fails to insert with the following message:
> > 
> > nvidia: Unknown symbol acpi_os_wait_events_complete (err 0)
> 
> That symbol should be present in your kernel, it is present in the
> packaged 3.13-rc6 in experimental. Check with
> 
>   grep acpi_os_wait_events_complete /boot/System.map-*

/boot/System.map-3.11.0-x32+:ffffffff8137fa0f T acpi_os_wait_events_complete
/boot/System.map-3.11.0-x32+:ffffffff81777000 r 
__ksymtab_acpi_os_wait_events_complete
/boot/System.map-3.11.0-x32+:ffffffff8178caa0 r 
__kcrctab_acpi_os_wait_events_complete
/boot/System.map-3.11.0-x32+:ffffffff817a5ed4 r 
__kstrtab_acpi_os_wait_events_complete
/boot/System.map-3.13-rc6-amd64:ffffffff812d7e76 T acpi_os_wait_events_complete
/boot/System.map-3.13.0-rc8-x32+:ffffffff81386097 T acpi_os_wait_events_complete

So the symbol is there, what might be going wrong...?

> If it is missing, compare the kernel .configs

diff|grep -i acpi
+ CONFIG_ACPI_DEBUG=y
- CONFIG_ACPI_HOTPLUG_MEMORY=y
- a bunch of drivers (Toshiba, Thinkpad, etc)

I'll recompile 3.13.0 with these options, to make sure.

-- 
A tit a day keeps the vet away.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to