|
Using slackware 10.2 kernel 2.6.13.3
The really,really simple way I do it is add a line to
/etc/udev/rules.d/udev.rules
like so:
KERNEL="ath0", NAME="eth1"
Then I use the wireless card like
ifconfig eth1 192.168.1.101
and so on, I have to bring it up manually as I haven't bothered looking into it any further as I am quite happy to ifconfig it up from command line.
Last edited by Looking_Lost; 10-05-2005 at 04:37 PM.
|