1
Linux Specific Issues / Re: no attack sound or some special sounds
« on: January 20, 2007, 02:10:17 am »
I know this topic is old, but I had this problem too, and it was the first search that came up in the forums.
I found a solution:
You man want to make a copy of the original libasound.so.2 just in case, but this solution worked for me where the above deletion did not.
I found a solution:
Code: [Select]
cd <PS_install_dir>/libs/
ln -s /usr/lib/libasound.so.2 libasound.so.2You man want to make a copy of the original libasound.so.2 just in case, but this solution worked for me where the above deletion did not.