Comment 579 for bug 752542

Revision history for this message
Sturm Flut (sturmflut) wrote :

Could you update the hack for kernel 3.8? It seems the internal datastructures have changed and the hack is no longer compatible with the upcoming Raring Ringtial release:

DKMS make.log for acpi-handle-hack-0.0.1 for kernel 3.8.0-11-generic (x86_64)
Fri Mar 8 21:06:38 CET 2013
make -C /lib/modules/3.8.0-11-generic/build M="$(pwd)" modules
make[1]: Entering directory `/usr/src/linux-headers-3.8.0-11-generic'
  CC [M] /var/lib/dkms/acpi-handle-hack/0.0.1/build/acpi-handle-hack.o
/var/lib/dkms/acpi-handle-hack/0.0.1/build/acpi-handle-hack.c: In function 'dev_set_acpi_handle':
/var/lib/dkms/acpi-handle-hack/0.0.1/build/acpi-handle-hack.c:60:20: error: 'struct dev_archdata' has no member named 'acpi_handle'
make[2]: *** [/var/lib/dkms/acpi-handle-hack/0.0.1/build/acpi-handle-hack.o] Error 1
make[1]: *** [_module_/var/lib/dkms/acpi-handle-hack/0.0.1/build] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.8.0-11-generic'
make: *** [default] Error 2