#!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. ifconfig eth0 192.168.x.x netmask 255.255.255.0 down modprobe prism2_usb prism2_doreset=1 wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable wlanctl-ng wlan0 lnxreq_autojoin ssid=any authtype=opensystem ifconfig wlan0 192.168.x.x netmask 255.255.255.0 route add default gw 192.168.x.x