bootlocal.sh howto?Forum: HD Install Topic: bootlocal.sh howto? started by: starcannon Posted by starcannon on Jan. 03 2006,02:59
!!SOLVED!!Thanks Mikshaw! One of my drivers Loads as a dsl is called rt2xxx.dsl I'm on a Frugal install and have rt2xxx.dsl auto loading, after rt2xxx.dsl loads this list of stuff has to be done at cmmd line: depmodscript.sh depmod modprobe rt2500 myiwconfig.sh is there some way to get this to happen automatically? i tried bootlocal.sh but seems the parts that run fast try to go before the parts that run slow, and its essential that they run in the order i listed. Thanks again for any help. Rob Posted by mikshaw on Jan. 03 2006,05:05
try chaining them:depmodscript.sh && depmod && modprobe rt2500 && myiwconfig.sh Posted by starcannon on Jan. 10 2006,23:14
Ah cool thanks that looks like just the ticket. I had done something a bit less elegant and just wrote several different scripts one calling upon the next, chaining looks much better. Rob Posted by dare2dreamer on Jan. 11 2006,05:16
Did you make the rt2500 dsl, or is it in the repositories?If it's yours, can I have a copy? Posted by roberts on Jan. 11 2006,05:32
I made this module and it is in the release_candidate area.It is not an extension yet. I wanted feedback, as I don't have such device. It is only a single module, so I would suspect only an insmod rt2500 would be needed and not modprobe. The difference between these commands is for loading of other dependent modules, which there are none. So, I would think a simple insmod rt2500 and then apply your iwconfig commands. Still waiting feeback. You can grab it < here > copy it into /home/dsl and load it like this - sudo insmod /home/dsl/rt2500.o Then use the iwconfig gui with ra0 instead of eth0 Please let me know. Posted by starcannon on Jan. 11 2006,07:29
Roberts, Thanks! you rock, I have a rt2xxx.dsl extension another community member emailed to me back in October and its been workin fine in 1.5 Am lookin forward to trying your module. Downloaded the file, I'll toy around with it some tomorrow and will post back here with my experiences. Thanks again man for everything. Rob |