Is there any way to automatically run dhcpcd wlan0 at boot time? At the moment in slackware Ive got ndiswrapper working, but every time i boot up i have to type dhcpcd wlan0 into a terminal. Thanks, Thomas
Yep, you can just do as root Code: vi /etc/rc.local and then add the command you need there. It should run on boot after all other scripts.