LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem with 2.6.12.1 kernel compilation (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-2-6-12-1-kernel-compilation-469691/)

coolguy_iiit 08-01-2006 07:24 AM

Problem with 2.6.12.1 kernel compilation
 
Hi,
I compiled 2.6.12.1 kernel.But after rebooting i got a error message and i dont remember what exactly it is but its related to audio.But it asked me to check dmesg after installation.I checked the dmesg but there is no such error.But sound is not working.please let me know if you want more details.

With Regards,
CoolGuy

konsolebox 08-01-2006 08:44 AM

if you're already sure that you compiled the proper drivers and something's still missing, then perhaps you just forgot to refresh your initrd. let's say that the filename of your initrd file in /boot is /boot/initrd.gz, then you'll enter
Code:

mkinitrd -o /boot/initrd.gz 2.6.12.1
remember to always do this procedure everytime you compile new modules.

BTW: if you're not using an initrd before then this is not the cause of your problem. perhaps you're missing or not using the right drivers.


All times are GMT -5. The time now is 07:20 PM.