First post, by kaspar42
Hi
I just made a fresh install of Ubuntu 11.10 64, and set up DOSbox 0.74, with the following in the mixer and MIDI sections of the config file:
[mixer]# nosound: Enable silent mode, sound is still emulated though.# rate: Mixer sample rate, setting any device's rate higher than this will probably lower their sound quality.# Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716.# blocksize: Mixer block size, larger blocks might help sound stuttering but sound will also be more lagged.# Possible values: 1024, 2048, 4096, 8192, 512, 256.# prebuffer: How many milliseconds of data to keep on top of the blocksize.nosound=falserate=44100blocksize=1024prebuffer=20[midi]# mpu401: Type of MPU-401 to emulate.# Possible values: intelligent, uart, none.# mididevice: Device that will receive the MIDI data from MPU-401.# Possible values: default, win32, alsa, oss, coreaudio, coremidi, none.# midiconfig: Special configuration options for the device driver. This is usually the id of the device you want to use.# See the README/Manual for more details.mpu401=intelligentmididevice=defaultmidiconfig=128:0
When i run it, I get the following error:
MIXER:Can't open audio: No available audio device , running in nosound mode.ALSA:Client initialised [128:0]MIDI:Opened device:alsa
I have tried searching the forums, but to no avail. Any ideas?