PDA

View Full Version : [SOLVED] HowTo configure 8.04 for Jack part 2


llwdtp
October 15th, 2009, 11:16 PM
Disable pulse audio
First install sudo apt-get install sysv-rc-conf
http://docs.google.com/File?id=dhjrjpnc_13dtkhbm46_b

Then use it
sudo sysv-rc-conf
will open the tool. Scroll down to pulseaudio using control n.

http://docs.google.com/File?id=dhjrjpnc_14fsz2s6d8_b


Use the arrow keys and the space bar to get rid of all the checks in the pulseaudio row.

http://docs.google.com/File?id=dhjrjpnc_15hkkb68gb_b

Use q to quit

Alsa assignment
Now assign the main audio card to Alsa. First use asoundconf list to see your sound card choices. Then use
unset-pulseaudio and asoundconf set-default-card 'your card' to assign the card to Alsa ( I think). Notice that card in the example below is Live for the sound blaster live.

http://docs.google.com/File?id=dhjrjpnc_168cgk6vf7_b

Default driver
Next we edit the file by opening it up as shwon below.


http://docs.google.com/File?id=dhjrjpnc_17d4tvdmf8_b

It is supposed to say what is shown below. Mine did not need a change but I was toald to check that the default_drive = alsa.

http://docs.google.com/File?id=dhjrjpnc_18gnq6xchq_b

Sound panel
Next we open the panel System>preferences>sound as shown below. You should make it look as shown below except your Default mixer tracks may be a bit different.



http://docs.google.com/File?id=dhjrjpnc_19c2sjzqdh_b

Now go to
HowTo configure 8.04 for Jack part 3