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 "
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
2 matches
Mail list logo