Hello Lars,

>Hello list,    (Bering-uClibc 3.x beta 1)
>
>I have a Promise PDC20267 card installed. The driver
>installs OK when referenced in the modules files and
>the card is recognised at startup. The attached hard
>drive *not* found. Should the IDE system be rescanned
>or something similair?
>
Not that I know of, but maybe the driver needs some extra parameters?

>I tried to put the PDC20267 driver in
>/boot/lib/modules and reference it in
>/boot/etc/modules and back up settings and modules but
>the change did not survive a reboot. Is there any way
>to back up these files with the LEAF box?
>
The /boot directory is part of the initrd package, which is loaded at 
boottime. The initrd package is not an ordinary lrp package. It's not 
possible to backup the initrd package, but you can easely change it 
on a linux host.

http://leaf.sourceforge.net/doc/bk07ch01s06.html#id2659215

Basicly the following steps are enough to add modules:

gunzip initrd.lrp
mount -t minix initrd /mnt -o loop
Copy the new modules to the /mnt directory and add them to the 
modules file
sync
umount /mnt
gzip -9 initrd
mv initrd.gz initrd.lrp

>/Lars
>
Eric



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to