blob: 468a3621aa19a27b25a267d3a86e062d17d5b714 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Options for ndiswrapper.
#
# Set this alias to some device. Usually wlan0 unless you've got more than one
# wireless card.
#alias wlan0 ndiswrapper
# loadndisdriver requires 4 parameters.
#
# Uncomment the following line after you've replaced "REPLACE"
# to the directory in /etc/ndiswrapper created by running with the path to the
# Windows(tm) .inf file:
#
# ndiswrapper -i somedriver.inf
#
#install ndiswrapper /sbin/modprobe --ignore-install ndiswrapper && { loadndisdriver /etc/ndiswrapper/REPLACE ; }
|