Re: PCMCIA Network card issue
Jan Ries <[email protected]>
| Newsgroups | gmane.linux.gentoo.newbies |
|---|---|
| Message-ID | <[email protected]> |
> cd /usr/src/linux > # make menuconfig > # make dep && make clean bzImage modules modules_install > # mv /boot/bzImage /boot/bzImage.orig [fails because bzImage does not exist] > # cp /usr/src/linux/arch/i386/boot/bzImage /boot > > is that all i need to do to recompile the kernel? Will it then load the > new kernel the next time I reboot? Hi, yes and no, gentoo unmounts the /boot partition after booting. So, assuming your /boot partition ist /dev/hda1 you have to mount it first with: # mount /dev/hda1 /boot Without that your new kernel is copied in the /boot directory of your / partition, and that one is "overlayed" with the /boot partion during bootup. good /boot jan p.s.: It doesn't seem to me that this will help you with your pccard-issue anyway, but good luck.