Sujet : [Linux] copier des fichiers (drivers) |
911GT3 |
d'après ce que j'ai pu voir là: http://master-beta.linuxrouter.org [...] index.html
il est possible de quitter lrpcfg vers la console
Citation :
Otherwise, you can exit lrcfg, and issue the edit command at the prompt yourself,...
|
Pour le module c'est bien ca:
Citation :
Once you have the kernel, you can put it on the floppy with the name linux. You will then need to choose the modules appropriate for your ethernet card, and get them into modules.lrp somehow. See below for one way to do this. Otherwise, the most direct way would be to copy those modules files onto a DOS floppy, and bring it over to your LRP machine. Mount the floppy on the LRP box and copy the files with
mkdir /floppy
mount -t msdos /dev/fd0 /floppy
cp /floppy/*.o /lib/modules
umount /dev/fd0
and then replace the LRP boot disk and backup the router.
In any case, it's often best to have gotten a modules.lrp file from the modmaker first, just to have a solid starting point.
|
|