Some more information. "SoundPlayer boinkScale" works. FMSound does not work. When I try playing a sampled sound, I get the following message in the terminal: sound_Start(default) soundStart: snd_add_pcm_handler: Function not implemented It also crashes the VM.
It seems like this is a know issue: http://bugs.squeak.org/view.php?id=7328 Cheers, Jeff On Thu, Mar 20, 2014 at 9:44 AM, Esteban Lorenzano <[email protected]>wrote: > the 32bits version of them? > I can create a parallels image and try there... no promises :) > > Esteban > > On 20 Mar 2014, at 09:42, J.F. Rick <[email protected]> wrote: > > Any ideas of how to go forward? It seems to work for some people on Linux > but not for me. Mine is Ubuntu 13.10 (64 bit). And I have all the > libasound2 libraries installed. > > Cheers, > > Jeff > > > On Tue, Mar 18, 2014 at 2:11 PM, J.F. Rick <[email protected]> wrote: > >> I've tried the zeroconf script. It installs fine and it seems to work >> fine until I try to play sound. Then, it crashes. I get the following >> message in STD_OUT: >> sound_Start(default) >> sound_Start: snd_add_pcm_handler: Function not implemented >> ./pharo-ui: line 11: 5799 I/O possible "$DIR"/"pharo-vm/pharo" "$@" >> >> When I did "pharo -help", I get the following as sound drivers: >> vm-sound-null >> vm-sound-ALSA >> >> This is on Ubuntu 13.10. >> >> Cheers, >> >> Jeff >> >> >> On Mon, Mar 17, 2014 at 5:40 PM, Esteban Lorenzano >> <[email protected]>wrote: >> >>> the ppa is not updated yet... this is a test version. >>> you have to install libasound2>i386 and libasound2-plugins:i386. >>> you get the vm with zeroconf: wget -O- get.pharo.org/vmLatest | bash >>> >>> Esteban >>> >>> On 17 Mar 2014, at 16:49, J.F. Rick <[email protected]> wrote: >>> >>> What would I need to do to install it on Ubuntu? Could I just use the >>> PPA? If so, what are the commands? >>> >>> Cheers, >>> >>> Jeff >>> >>> >>> On Mon, Mar 17, 2014 at 3:45 PM, Esteban Lorenzano >>> <[email protected]>wrote: >>> >>>> can you check with the latest vm now? >>>> >>>> btw... you need to install: >>>> >>>> sudo apt-get install libasound2-plugins:i386 >>>> >>>> in order to prevent warnings. >>>> >>>> On 15 Mar 2014, at 00:03, Nicolai Hess <[email protected]> wrote: >>>> >>>> 2014-03-14 21:43 GMT+01:00 Esteban Lorenzano <[email protected]>: >>>> >>>>> Hi, >>>>> >>>>> so I committed some changes to allow soundplugin to work on the >>>>> pharovm. >>>>> can you please download and test in your platforms? >>>>> >>>> >>>> Works on windows >>>> >>>> >>>> >>>>> >>>>> (remember, in linux you need libasound2 dependency installed) >>>>> >>>> >>>> it does not work on linux Ubuntu 12.04.2 LTS >>>> (I have installed libasound2). >>>> >>>> Why don't we include the pulse config again and build the >>>> vm-sound-pulse module as well? >>>> As I described it in the issue 12493, vm-sound-oss is buildable too. >>>> But current >>>> linux distribution don't provide the older OSS sound system. >>>> (it worked for me with ubuntu 10.04 but not with 12.04) >>>> >>>> >>>>> >>>>> cheers, >>>>> Esteban >>>>> >>>>> >>>> >>>> >>> >>> >>> -- >>> Jochen "Jeff" Rick, Ph.D. >>> http://www.je77.com/ >>> Skype ID: jochenrick >>> >>> >>> >> >> >> -- >> Jochen "Jeff" Rick, Ph.D. >> http://www.je77.com/ >> Skype ID: jochenrick >> > > > > -- > Jochen "Jeff" Rick, Ph.D. > http://www.je77.com/ > Skype ID: jochenrick > > > -- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
