AlonblImplementation: modules

File modules, 1.0 KB (added by alonbl, 3 years ago)

/etc/conf.d/modules

Line 
1# You can define a list modules for a specific kernel version,
2# a released kernel version, a main kernel version or just a list.
3#modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
4#modules_2_6_23="tun ieee1394"
5#modules_2_6="tun"
6#modules="ohci1394"
7
8# You can give modules a different name when they load - the new name
9# will also be used to pick arguments below.
10#modules="dummy:dummy1"
11
12# Give the modules some arguments if needed, per version if necessary.
13#module_ieee1394_args="debug"
14#module_ieee1394_args_2_6_23_gentoo_r5="ieee1394 ohci1394"
15#module_ieee1394_args_2_6_23="tun ieee1394"
16#module_ieee1394_args_2_6="tun"
17
18# You should consult your kernel documentation and configuration
19# for a list of modules and their options.
20
21#@ALON-BEGIN
22
23modules="${modules}
24g_ether
25snd-soc-neo1973-gta02-wm8753
26neo1973kbd
27"
28
29modules="${modules}
30nls-utf8
31nls-iso8859-1
32nls-cp1255
33"
34
35#
36# required for wpa-supplicant
37#
38modules="${modules}
39af-packet
40"
41
42#
43# bluetooth
44#
45modules="${modules}
46bnep
47"
48
49#@ALON-END