On 02/23/2005 03:04 am, Romana Branden wrote: > > kernel panic : > lots of stuff thats hard to capture (can if necessary), but ends in: > kernel panic: fatal exception in interrupt > interrupt not syncing > > and then thats it, hard reboot...... > > google is coming up with stuff, but nothing with a solution, just lots of > 'umm, this is happening'..... > there seems to be a suggestion encryption may be the issue.... > yet ndiswrapper site indicates success stories... > > help? > > r:)
I am not sure, but perhaps you are using initrd and you forgot to use the mkinitrd command when you compiled your new kernel? I hope I am not insulting your intelligence with my reply, but I don't know if you are new to compiling Debian kernels. Take a look at etc/lilo.conf or /boot/grub/menu.lst if that is appropriate for your system. That should tell you if your previous kernel was using initrd. If you see a file that looks like initrd.img-<version> or something similar, you need to use the mkinitrd command OR configure your kernel so that initrd is not necessary, then compile again. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

