dohhh! there's a P4 option? Sounds like something we should support... thanks for responding back to the list.. Rich
Meng-Juei Hsieh <[EMAIL PROTECTED]>@lists.sourceforge.net on 11/14/2001 06:00:34 PM Sent by: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: Re: [Oscar-users] booting and Pentium4 computer Dear Rich, Thanks for your advice, I changed the CPU option to P4 and everything goes fine. Thank you again, Best, MJ on 11/14/2001 10:54 AM, Richard C Ferri at [EMAIL PROTECTED] wrote: > MJ, > It sure looks like EEPRO100 is turned on in the lui 2.4 kernel, I just > checked the .config file. So, I would say that it's probably not an > ethernet problem, that adapter is very popular and we would have heard if > that was broken by now. > The easiest way to build a kernel is with the mkluikernel command that > we ship with LUI. It is a very creative script that will actually go out > and download the latest kernel source from kernel.org, and build a network > bootable kernel for you. > Alternately, if you want to build a kernel by hand -- this is my cheat > sheet: > download and install the kernel source rpm > cd /usr/src/linux > copy the config file you want (the one with the correct kernel flags) to > /usr/src/linux/.config > make dep > make clean > make boot > make modules > make modules_install (since you're not building a modular kernel, this step > and the prior one will fail) > make bzImage > Your kernel will be created in /usr/src/linux/arch/i386/boot/bzImage (I > guess yours would be i686) > If you need to change any flags, the easiest way is by doing a make > xconfig, which brings up the X windows version of the kernel build tool. > Please post back here with any info on how you're doing.. .Rich > Meng-Juei Hsieh <[EMAIL PROTECTED]>@lists.sourceforge.net on 11/14/2001 > 12:34:01 PM > Sent by: [EMAIL PROTECTED] > To: Richard C Ferri/Poughkeepsie/IBM@IBMUS > cc: <[EMAIL PROTECTED]> > Subject: Re: [Oscar-users] booting and Pentium4 computer > Hi Rich, > My ethernet adapter is an on-board (motherboard: Intel Desktop Board > D850GB) > Intel Pro/100 Fast Ethernet Adapter. It can be probed by the default kernel > of RedHat7.1. I am not sure if it's or not the reason. > According to the lui_install script, my bzImage file is from > /usr/local/lui/samples/bzImage.242 > The boot screen is like this: > <skipped> _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users
