Mail Archives: pgcc/1998/09/04/03:16:41
On Fri, 4 Sep 1998, Topas wrote:
> I rebuild the kernel of Redhat5.1(kernel ver 2.0.35) using pgcc 1.1a,
> and (1) the sound device can not start (2) the Xwindow can not use too.
> It works fine when I used pgcc 1.03a, what's wrong?
>
> by the way, I'm NOT on the mailing list yet
Send me your /usr/src/linux/.config
I suspect you configured the kernel incorrectly, or did not install your
kernel modules. You will need to do these steps...
cd /usr/src/linus
make mrproper
make menuconfig
# Be sure you know how to get stuff right
make dep
make zlilo
make modules
make modules_install
Then, boot up, and your initscripts should do a depmod -a for you.
Remember, if you muss up your configuration, you aren't gonna be able to
run effectively.
Also, be sure you understand lilo, because if you do it redhat's way, lilo
will expect an initrd image, and I've just shown you a basic modular setup
without the initrd, and you will have to edit your /etc/lilo.conf
accordingly.
-Shawn
<=========== America Held Hostage ===========>
Day 2052 for the poor and the middle class.
Day 2071 for the rich and the dead.
870 days remaining in the Raw Deal.
<============================================>
- Raw text -