I assume you have also tried:

### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so 
load-module module-udev-detect ignore_dB=1
.else
### Alternatively use the static hardware detection module (for systems that
### lack udev support)
load-module module-detect
.endif

instead of your current (which does not make sense):

### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so ignore_dB=1
load-module module-udev-detect ignore_dB=2
.else
### Alternatively use the static hardware detection module (for systems that
### lack udev support)
load-module module-detect
.endif

?

-- 
[SB Audigy 2 ZS] Volume swelling
https://bugs.launchpad.net/bugs/535529
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to