Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297926
b: refs/heads/master
c: 78286cd
h: refs/heads/master
v: v3
  • Loading branch information
Lucas De Marchi authored and Linus Torvalds committed Mar 30, 2012
1 parent 3a7b76d commit c93e9f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 970e2486492aa1eb47a436a5a4c81e92558986a9
refs/heads/master: 78286cdf054212c6d2fe6524fbf673fb9ead1abe
3 changes: 1 addition & 2 deletions trunk/Documentation/networking/bonding.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1822,8 +1822,7 @@ modules.conf manual page.
In this case, the following can be added to config files in
/etc/modprobe.d/ as:

install bonding /sbin/modprobe tg3; /sbin/modprobe e1000;
/sbin/modprobe --ignore-install bonding
softdep bonding pre: tg3 e1000

This will load tg3 and e1000 modules before loading the bonding one.
Full documentation on this can be found in the modprobe.d and modprobe
Expand Down
4 changes: 2 additions & 2 deletions trunk/Documentation/sound/oss/AudioExcelDSP16
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Loading MSS and OPL3 needs to pre load the aedsp16 module to set up correctly
the sound card. Installation dependencies must be written in configuration
files under /etc/modprobe.d/ directory:

install ad1848 /sbin/modprobe aedsp16 && /sbin/modprobe -i ad1848
install opl3 /sbin/modprobe aedsp16 && /sbin/modprobe -i opl3
softdep ad1848 pre: aedsp16
softdep opl3 pre: aedsp16

Then you must load the sound modules stack in this order:
sound -> aedsp16 -> [ ad1848, opl3 ]
Expand Down
2 changes: 1 addition & 1 deletion trunk/Documentation/sound/oss/README.modules
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ options adlib_card io=0x388 # FM synthesizer
Alternatively, if you have compiled in kernel level ISAPnP support:

alias char-major-14 sb
post-install sb /sbin/modprobe "-k" "adlib_card"
softdep sb post: adlib_card
options adlib_card io=0x388

The effect of this is that the sound driver and all necessary bits and
Expand Down

0 comments on commit c93e9f1

Please sign in to comment.