#742 closed defect (fixed)
Etoys sound not working on WinXP SoaS2 04/09
Reported by: | Jose Icaza | Owned by: | bert |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | Etoys | Version: | 0.84.x |
Severity: | Major | Keywords: | sound, etoys, soas2, squeak-vm |
Cc: | etoys-notify@…, gavin@… | Distribution/OS: | Fedora |
Bug Status: | New |
Description
No sound on SoaS2-200904091547, when running on Windows XP (Dell latitude D610). Log says:
soundStart: snd_add_pcm_handler: Function not implemented.
(Speak activity does produce sound OK)
To show bug: Just start Etoys and change the sound by the little red car crashing against edges. Result: always silence
--jose
Change History (11)
comment:1 Changed 14 years ago by bert
- Cc etoys-notify@… gavin@… added
- Keywords squeak-vm added
- Status changed from new to accepted
comment:2 Changed 14 years ago by tomeu
- Milestone changed from Unspecified by Release Team to 0.86
- Severity changed from Unspecified to Major
comment:3 Changed 14 years ago by bert
Workaround is believed to work, please retest with latest.
comment:4 Changed 13 years ago by sascha_silbe
- Component changed from Etoys to SoaS
- Distribution/OS changed from SoaS to Unspecified
Bulk change distribution=SoaS -> component=SoaS
comment:5 Changed 13 years ago by sdz
- Component changed from SoaS to Etoys
- Distribution/OS changed from Unspecified to Fedora
Looks like this got accidentally assigned to SoaS - back to Etoys here.
comment:6 Changed 13 years ago by bert
- Resolution set to fixed
- Status changed from accepted to closed
This has been fixed in the mean time (ever since etoys 4.0.2247, August 2009).
comment:7 Changed 13 years ago by luce_quilla
- Resolution fixed deleted
- Status changed from closed to reopened
I have download the Etoys version 113 for Sugar but I still have the "soundStart: snd_add_pcm_handler: Function not implemented" problem.
The lsmod command shoe me:
Module Size Used by
.
.
snd 49044 13 snd_seq,snd_seq_device,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
.
.
On /dev/snd/ file I have:
controlC0
hwC0D0
pcmC0D0c
pcmC0M0p
seq
timer
comment:8 Changed 13 years ago by bert
- Resolution set to fixed
- Status changed from reopened to closed
You would have to update the etoys rpm package. The Etoys activity is only a wrapper that uses that package.
comment:9 Changed 13 years ago by luce_quilla
Now the log file says: "sound: /dev/dsp: No such file or directory"
comment:10 Changed 13 years ago by bert
Which version of etoys did you install now?
And can you check that the "pulseaudio-utils" package is installed? It includes the "padsp" program that emulates /dev/dsp.
That's an issue with the squeak-vm package. Upstream bug report and temporary workaround at http://bugs.squeak.org/view.php?id=7328