Displaying 3 results from an estimated 3 matches for "8250_nr_uarts".
2005 Jun 14
8
Help rebuilding kernel get mount error on reboot
I am attempting to recompile the kernel with the following steps.
Install kernel-sourcecode rpm
cd /usr/src/linux-2.6.9-11.EL
cp /boot/config-2.6.9-11.EL .config
make menuconfig
Device Drivers -> Character Devices -> Serial Drivers
change Max number of non legacy 8250_NR_UARTS to 36
make bzImage
make modules_install
make install
Then after rebooting and selecting my -custom image from the above compile
"mount: error 19 mounting ext3"
"mount: error 2 mounting none"
Then the machine stops of source.
What happended? How do I get my custom kernel to b...
2005 Apr 11
2
Upgrading to 2.6.11
...t would be the proper steps to upgrade to 2.6.11 on centos 4.0
This is what I think...
tar -zxvf linux-2.6.11.6.bz2
cd linux-2.6.11.6
make oldconfig - enter for all choies presented
vi .config - change 8250_NR_UARTS to
36 to support 4 - 8 port rs232 cards
make bzImage
make modules_install
mkinitrd /boot/initrd-2.6.11.6 2.6.1.6
cp -f arch/i386/boot/bzImage /boot/vmlinux-2.6.11.6
edit /etc/grub.conf
Is this the correct procedure?...
2005 Jun 14
1
SUCCESS! Help rebuilding kernel get mount error on reboot
...make mrproper
cp /boot/config-2.6.9-11.EL .config
make oldconfig
make oldconfig
make menuconfig
Device Drivers -> Character Devices -> Serial Drivers
change Max number of non legacy 8250_NR_UARTS to 36
make bzImage
make modules
make modules_install
make install
On Tue, 2005-06-14 at 12:23 -0500, Jerry Geis wrote:
>/ Still no go....
/>/
/>/ I have downloaded the SRC rpm for kernel-2.6.9-11.EL.src.rpm
/>/ <http...