LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   linux-2.6.21.5 issues on boot (https://www.linuxquestions.org/questions/linux-kernel-70/linux-2-6-21-5-issues-on-boot-566980/)

dbsresthtr 07-05-2007 08:26 PM

linux-2.6.21.5 issues on boot
 
I am running FC7 on x86 and downloaded/compiled/installed linux-2.6.21.5.tar.bz2. On reboot and I am having these 3 issues:


1) I am getting the following warinings. How can I fix?
<code>
latform pc8736x_gpio.0 no device found
ibm_acpi: ec object not found acpi
failed to load ioremap_nocache
</code>

2) After the previous warnings the boot process sits idle for a long period of time and I am not sure why....



3)I am getting these warnings:
<code>
/dev/nbd0....socket closed
/dev/nbd1....socket closed
...
</code>

I fixed temporarily by turnning ogg Network block devices, but I am sure there is a better fix.

Thanks

fotoguy 07-08-2007 12:55 AM

Not sure if this maybe the cause, but after installing a new kernel and modules you also need to update the modules maps, try running this command as root:

Code:

depmod -a 2.6.21.5
This will create new module map files under the /lib/modules/2.6.21.5 directory. This is where information about the modules locations and some other information is kept.


All times are GMT -5. The time now is 08:22 AM.