diff options
Diffstat (limited to 'build_tools/clarch/larch')
3 files changed, 3 insertions, 3 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf index 499e38c..b2af298 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf +++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/rc.conf @@ -48,7 +48,7 @@ else fi # Module Blacklist - modules in this list will never be loaded by udev -MOD_BLACKLIST=($ALSABLACKLIST) +MOD_BLACKLIST=($ALSABLACKLIST snd-pcsp ) # # Modules to load at boot-up (in this order) # - prefix a module with a ! to blacklist it diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf index 499e38c..b2af298 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf +++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/rc.conf @@ -48,7 +48,7 @@ else fi # Module Blacklist - modules in this list will never be loaded by udev -MOD_BLACKLIST=($ALSABLACKLIST) +MOD_BLACKLIST=($ALSABLACKLIST snd-pcsp ) # # Modules to load at boot-up (in this order) # - prefix a module with a ! to blacklist it diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf index 499e38c..b2af298 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf +++ b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/rc.conf @@ -48,7 +48,7 @@ else fi # Module Blacklist - modules in this list will never be loaded by udev -MOD_BLACKLIST=($ALSABLACKLIST) +MOD_BLACKLIST=($ALSABLACKLIST snd-pcsp ) # # Modules to load at boot-up (in this order) # - prefix a module with a ! to blacklist it |