You are not logged in.
I can't get the emulator pSX to work as it fails with the following error message:
[src/linux/sound.cpp, line 215]: 'snd_pcm_hw_params_set_access(pcm_handle,hwparams,SND_PCM_ACCESS_MMAP_INTERLEAVED)' returned 'Invalid argument'Google told me I need to disable pulseaudio, but I don't know how. I tried the command "killall pulseaudio" and using a task manager and killing the task, but it starts up whenever I load pSX and this in turn causes (or at least I think it's causing) pSX to fail. I don't want to uninstall pulseaudio if it can be avoided. Any suggestions?
Offline
You'll have to figure out what process is spawning pulseaudio repeatedly.
Let's assume you're using gnome. I'd try running 'gnome-session-properties' and then unticking "PulseAudio Sound System". You may need to restart gnome-settings-daemon, or failing that, log out and log back in.
I'm sure that there's something analogous for other environments.
Last edited by vkumar (2011-08-09 05:08:11)
div curl F = 0
Offline
How about
$ pasuspender [appname]?
Offline
I'm running an openbox-session, so I don't have gnome-session-properties.
'$ pasuspender pulseaudio' returned:
E: pid.c: Daemon already running.
E: main.c: pa_pid_file_create() failed.whereas '$ pasuspender pSX' yielded the same result
Offline
With openbox-session:
pulseaudio -kworked well for me.
Offline