Re: Starting wlan0 instead of eth0

2005-05-26 Thread John Schmidt
On Thursday 26 May 2005 01:39 am, Jason Edson wrote: > I'm new to this part of my debian system. Instead of having eth0 load > up when my system starts, I want to run a script that enables my > wireless card(wlan0) that uses ndiswrapper to load. My script looks > like this: > > #!/bin/bash > echo "

Starting wlan0 instead of eth0

2005-05-26 Thread Jason Edson
I'm new to this part of my debian system. Instead of having eth0 load up when my system starts, I want to run a script that enables my wireless card(wlan0) that uses ndiswrapper to load. My script looks like this: #!/bin/bash echo "Starting wireless networking." ifconfig eth0 down modprobe ndi