|
From: Jan H. P. <jh...@jh...> - 2007-07-05 22:10:16
|
Hi, I'm currently trying to get Devil-Linux 1.3.4 working, and though my build finishes I run into troubles with the linuxrd scripts. I have unpacked the initrd.gz file and added some checks to the linurc script that is included to see what modules are loaded and what devices are available just before it tries open the CDRom and load the config files. What I see there is that there are no modules loaded, which could be because there hasn't been a modprobe at that moment. But there are also only 2 devices available, naimly the console and the null device. I have tried to add the ata modules that you probebly need to the initrd.gz and load them by altering the probe_all_scsi_modules script (changing .o to .ko and removing the block behind drivers so it finds all the drivers that are located beneith /lib/modules/2.6.21-2/kernel/drivers) but this did not result in any more devices or loaded modules. Searching goes on. Jan Hugo Prins |