Re: [Taalpulse-user] Volume
Status: Beta
Brought to you by:
gpothier
From: Guillaume P. <gpo...@gm...> - 2009-06-09 17:48:22
|
Okay... unfortunately the issue is not that simple. It seems that sound in squeak is broken in Ubuntu since 8.04 (see https://bugs.launchpad.net/ubuntu/+source/squeak-vm/+bug/235146). What you can do until they fix the problem is to download the OSS sound driver I just compiled (https://sourceforge.net/project/downloading.php?group_id=200771&filename=vm-sound-OSS&a=17580514). You must copy it to /usr/lib/squeak/3.9-8/ Note that you need root privileges to do that, from a terminal you can do: sudo cp vm-sound-OSS /usr/lib/squeak/3.9-8/ (assuming you are in the directory where you downloaded the file). Then, you have to tell squeak to use this driver, so you must launch squeak from the command line, or create a special launcher. The idea is: squeakvm -vm-sound-OSS [path to your taalpulse image] Maybe you also have to install the alsa-oss package from Ubuntu. Tell me if it works for you. Cheers, g On Tue, Jun 9, 2009 at 12:14 PM, Giovanni Amantea<gio...@go...> wrote: > Hi, > I get no sound at all. > > Thanks again. > Giovanni > > On Tue, 9 Jun 2009 10:05:31 -0400 > Guillaume Pothier <gpo...@gm...> wrote: >> Hi, what do you mean by "except the volume"? Do you mean you >>can't >> control the master volume from TaalPulse, or the individual >>instrument >> volumes, or you get no sound at all? >> Cheers, >> g >> >> On Tue, Jun 9, 2009 at 8:19 AM, Giovanni >> Amantea<gio...@go...> wrote: >>> Hello, >>> I have downloaded the software on a PC with Ubuntu 9.04. >>> When I click on the icon "squeak.image" the software starts, >>> everything seems working excpet the volume. How can I fix >>> it?. >>> >>> Many Thanks. >>> Giovanni >>> >>> ------------------------------------------------------------------------------ >>> Crystal Reports - New Free Runtime and 30 Day Trial >>> Check out the new simplified licensing option that enables >>>unlimited >>> royalty-free distribution of the report engine for >>>externally facing >>> server and web deployment. >>> http://p.sf.net/sfu/businessobjects >>> _______________________________________________ >>> Taalpulse-user mailing list >>> Taa...@li... >>> https://lists.sourceforge.net/lists/listinfo/taalpulse-user >>> >> >> ------------------------------------------------------------------------------ >> Crystal Reports - New Free Runtime and 30 Day Trial >> Check out the new simplified licensing option that enables >>unlimited >> royalty-free distribution of the report engine for >>externally facing >> server and web deployment. >> http://p.sf.net/sfu/businessobjects >> _______________________________________________ >> Taalpulse-user mailing list >> Taa...@li... >> https://lists.sourceforge.net/lists/listinfo/taalpulse-user > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Taalpulse-user mailing list > Taa...@li... > https://lists.sourceforge.net/lists/listinfo/taalpulse-user > |