djsb
28-12-2006, 17:57
I'm trying to make a device work using the pl2303 module and it works once the module is loaded.
Here is my post-boot file:
[admin@(none) etc]$ cat /usr/local/sbin/post-boot
#!/bin/sh
/usr/sbin/dropbear
/sbin/insmod /lib/modules/2.4.20/kernel/drivers/usb/serial/pl2303.o
dropbear
insmod pl2303
insmod pl2303.o
In every way of trying to load the module on boot it doesn't work and doesn't the dropbear is loaded also. Manually i can load them.
I've got the correct run permissions on the file.
Any ideas of gettingt this modules on boot? Any other place i can add it ro load on boot?
I've seen a file called /mnt/linux.rc but i can't edit it...
I'm using firmware 1.9.2.7. This is a version with CDMA support.
Here is my post-boot file:
[admin@(none) etc]$ cat /usr/local/sbin/post-boot
#!/bin/sh
/usr/sbin/dropbear
/sbin/insmod /lib/modules/2.4.20/kernel/drivers/usb/serial/pl2303.o
dropbear
insmod pl2303
insmod pl2303.o
In every way of trying to load the module on boot it doesn't work and doesn't the dropbear is loaded also. Manually i can load them.
I've got the correct run permissions on the file.
Any ideas of gettingt this modules on boot? Any other place i can add it ro load on boot?
I've seen a file called /mnt/linux.rc but i can't edit it...
I'm using firmware 1.9.2.7. This is a version with CDMA support.