--- default.pa.orig 2008-10-21 02:47:15.006796907 +0000 +++ default.pa 2008-10-21 02:48:17.198795198 +0000 @@ -29,6 +29,8 @@ ### Load audio drivers statically (it's probably better to not load ### these drivers manually, but instead use module-hal-detect -- ### see below -- for doing this automatically) +load-module module-alsa-sink device=dmix sink_name=output +load-module module-alsa-source device=hw:0,0 #load-module module-alsa-sink #load-module module-alsa-source device=hw:1,0 #load-module module-oss device="/dev/dsp" sink_name=output source_name=input @@ -38,7 +40,7 @@ ### Automatically load driver modules depending on the hardware available .ifexists module-hal-detect.so -load-module module-hal-detect +#load-module module-hal-detect .else ### Alternatively use the static hardware detection module (for systems that ### lack HAL support)