linux init.d startup scrip I'm trying to get my wireless card to start at boot time in SUSE 10.1
i made a script called
/etc/init.d/ndis
! /bin/sh
modprobe ndiswrapper
iwlist wlan0 scan
it isn't working. how do i get my card to scan automatically at boot? I am using a windows 64 bit driver and ndiswrapper. It works but I have to manually do the modprobe and the scan |