[..] If you want to make this permanent, you can create a script to do this on boot. /etc/init.d/wlan-fix contains #! /bin/sh # if [ -x /usr/local/bin/cx3110x-on-stack.ko ] then rmmod cx3110x insmod /usr/local/bin/cx3110x-on-stack.ko chroot /mnt/initfs wlan-cal fi Then create a link in /etc/rc2.d/S80wlanfix to /etc/init.d/wlan-fix In /etc/rc2.d/ ln -s S80wlanfix ../init.d/wlan-fix Hope this helps. Frank