I attached required information. My architecture is ubuntu-x86 Essential information: in dmesg: [ 76.976000] Asus Laptop ACPI Extras version 0.30 [ 76.976000] unsupported model A8JN, trying default values [ 76.976000] send /proc/acpi/dsdt to the developers
I checked in acpi4asus.sf.net - there is version 0.32 available. I compiled it and inserted. The newer version recognizes my notebook properly. There can be one problem during merge: method signature of backlight_device_register in kernel source is different than in acpi4asus driver. I changed the driver (asus_acpi.c: line 2094) to match kernel bd = backlight_device_register ("asus", NULL, NULL, &asusbl_data); After that change drivers compiles and inserts properly. -- asus_acpi in old version, does not support notebooks https://launchpad.net/bugs/85407 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs