G'day guys; This may not be the right place to post this question, but it has to do with 12.10 and kernel rc. Ive been trying like mad to learn how to compile the kernel from the tar.gz file, just found out the instructions are actually in my PC already so I followed those instructions but I always get the same message at the end,
LD .tmp_vmlinux1
drivers/built-in.o: In function `gmux_probe':
apple-gmux.c:(.devinit.text+0x8c3e): undefined reference to `acpi_video_unregister'
drivers/built-in.o: In function `gmux_remove':
apple-gmux.c:(.devexit.text+0xbab): undefined reference to `acpi_video_register'
make[1]: *** [.tmp_vmlinux1] Error 1
make[1]: Leaving directory `/home/miykel/Downloads/Linux-2.6/ubuntu-quantal'
make: *** [debian/stamp/build/kernel] Error 2
I'm under the impression that up to this point was to create .deb packages so I could install them, but by those errors I assume the packages were not created, or if they were, where would they be, I thought they would be where the source file was. Kind Regards Miykel