View previous topic :: View next topic |
Author |
Message |
K T A Apprentice


Joined: 25 Feb 2005 Posts: 210 Location: Europe
|
Posted: Sat Aug 16, 2008 6:10 pm Post subject: How do I stop ndiswrapper from starting wlan0? |
|
|
Hello!
The title says it all. When I load the ndiswrapper module the wlan0 interface is started, but I do not want this! Is there a way to load the module and not start the interface? I run through all the module options and the configfiles but can't find anything...
Thanks.
KTA |
|
Back to top |
|
 |
cyrillic Watchman


Joined: 19 Feb 2003 Posts: 7313 Location: Groton, Massachusetts USA
|
Posted: Sat Aug 16, 2008 11:58 pm Post subject: |
|
|
Code: | # rm /etc/init.d/net.wlan0 |
You can easily recreate the symlink when you do want to start the interface.
Another approach would be to not load the module until you actually want to use it.
... ok, if you really want to edit a config file, then take a look at /etc/conf.d/rc (baselayout-1) or /etc/rc.conf (baselayout-2)  |
|
Back to top |
|
 |
K T A Apprentice


Joined: 25 Feb 2005 Posts: 210 Location: Europe
|
Posted: Sun Aug 17, 2008 1:07 am Post subject: |
|
|
Hey thanks, why did I not think of the symlink idea! I'll try how ndiswrapper reacts on that.
KTA |
|
Back to top |
|
 |
|