The boot error message on hw_random (hw_random.ko not found) is because the Dell Dimension 8400 has no device /dev/random (RNG). The error message is harmless, but can be removed by "blaklisting" hw_random so that the kernel module hw_random.ko will not be installed; add "hw_random" (without .ko) at the end to the blacklist:
# cd /etc/hotplug
# pico blacklist
Step 5 (above) Adding module fssub.ko for CD and DVD, since the subfs module is not in the 2.6.11.2 kernel. Initially I installed in kernel 2.6.11 submount-0.9.tar.gz from
http://sourceforge.net/project/showfiles.php?group_id=81174
I noted that CD's can frequently only be loaded with root permission.
With the new setup this happens much less.
I installed subfs and submount from 9.2/suse/i586 (on
ftp.suse.com & dvd 9.2)
km_submount_0.9-4.7.1.i586.rpm installs subfs in /usr/src/kernel-modules/subfs
submount_0.9-4.7.1.i586.rpm installs submount, hotplug & /etc/dev.d/block/51-subfs.dev
Compiling of subfs in /usr/src/kernel-modules/subfs failed; I replaced modules_add by modules_install in the Makefile (3x) and typed, as root
# cd /usr/src/kernel-modules/subfs
# make modules
# make install
# depmod -ae
Though not 100% sure that is related (also a kernel change to 2.6.11.2, and we are a few weeks/changes later), but it appeared that also the xmcd CD player worked now.
Thanks rolflist, your guide step-by-step is very appreciated.
I newbie linux user and I have installed Debian distro on my Dimension 8400 with BIOS in Autoraid mode.
I try to compile kernel 2.6.11 with my original ".config" file of kernel 2.6.8 of Debian, but when I compile the kernel modules (with "make modules" command) I receive much more error and warning about SATA module.
Can you post me, or send me at
l.castelli@sinergy.it your .config file so I can retry to compiling it?
rolflist
18 Posts
0
March 20th, 2005 10:00
# cd /etc/hotplug
# pico blacklist
More info on http://www.novell.com/coolsolutions/qna/11590.html.
Message Edited by rolflist on 03-20-2005 06:11 AM
rolflist
18 Posts
0
March 25th, 2005 23:00
http://sourceforge.net/project/showfiles.php?group_id=81174
I noted that CD's can frequently only be loaded with root permission.
With the new setup this happens much less.
I installed subfs and submount from 9.2/suse/i586 (on ftp.suse.com & dvd 9.2)
km_submount_0.9-4.7.1.i586.rpm installs subfs in /usr/src/kernel-modules/subfs
submount_0.9-4.7.1.i586.rpm installs submount, hotplug & /etc/dev.d/block/51-subfs.dev
Compiling of subfs in /usr/src/kernel-modules/subfs failed; I replaced modules_add by modules_install in the Makefile (3x) and typed, as root
# cd /usr/src/kernel-modules/subfs
# make modules
# make install
# depmod -ae
Though not 100% sure that is related (also a kernel change to 2.6.11.2, and we are a few weeks/changes later), but it appeared that also the xmcd CD player worked now.
Message Edited by rolflist on 03-26-2005 05:22 AM
MrJott
1 Message
0
April 30th, 2005 15:00
Waiting for /device /dev/sda3 to appear
But the device doesn't appear. Any ideas, what is wrong?
Kind regards
J.
castluca
1 Message
0
May 22nd, 2005 21:00