You should be able to use the insert modules even from your home directory. You will probably not need all of those modules. Try using the command insmod
Let us know.
Quote (roberts @ Nov. 25 2005,11:34)
You should be able to use the insert modules even from your home directory. You will probably not need all of those modules. Try using the command insmod
Let us know.
insmod will insert the module if I include the full path. Some modules were not accepted. The ones that loaded (ath_hal.o and wlan.o) did not drive the AT&T 6700g card anyway, so maybe there has been a project change on the madwifi end of it. (In DSL-1.5 , ath_pci.o was also loaded.) lsmod showed the modules loaded but the card didn't respond. I loaded DSL-1.5 back up and it loads them at boot up and works just fine.The main module you need is ath_pci.o, and this has wlan.o as a dependency.
Here's how you can get depmod to work, by making certain files writeable.
sudo su /etc/init.d/mydsl-install/<mylocation>/madwifi.dsl
An easier option would be ndiswrapper.You should not have to make /lib/modules/2.4.31 area writeable! You should not have to use depmod.
Just like in standard Knoppix you can load modules at boot time via a floppy! So too you can with DSL.
Additionally with DSL you can have your modules loaded more automatic with no floppy by using the modules boot option with the modules in the /modules directory on the root area of the boot media.
I setup this boot option so I could auto load some pctel winmodem.
The madwifi.tar.gz is NOT a mydsl-load extension! It is additional modules only.Robert, does this /modules directory already exist? I can not find it if it does. I tried making one in the root area of the linux boot partition, and then copy the madwifi.tar.gz file into it, but it did not load on boot up. I will try that again and then put "modules" in the boot options line in menu.lstNext Page...
original here.