After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 492334 - (alsasink-no-default) [alsasink] no sound with Ubuntu 7.10 (cannot open device 'default': no such device)
(alsasink-no-default)
[alsasink] no sound with Ubuntu 7.10 (cannot open device 'default': no such d...
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-01 12:16 UTC by Farrell Swain
Modified: 2007-11-03 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Error message when try test (260 bytes, text/plain)
2007-11-03 00:41 UTC, Farrell Swain
Details
results of terminal (591 bytes, text/plain)
2007-11-03 11:58 UTC, Farrell Swain
Details

Description Farrell Swain 2007-11-01 12:16:10 UTC
the error message with sound juicer Internal GStreamer error: state change failed.

this error from Ekiga sftphone:

An error occured while trying to record from the soundcard for the audio transmission. Please check that your soundcard is not busy and that your driver supports full-duplex.
The audio transmission has been disabled.
Comment 1 Tim-Philipp Müller 2007-11-02 11:21:50 UTC
Go to System => Preferences => Sound  and configure the 'Music and Movie' sound output.  Maybe you've got esd configured or so - try other options.

(And I don't think Ekiga uses GStreamer ..)
Comment 2 Farrell Swain 2007-11-03 00:41:27 UTC
Created attachment 98421 [details]
Error message when try test

I tried the utility.  The error says files aren't there Or my card isn't working?
Comment 3 Tim-Philipp Müller 2007-11-03 10:41:25 UTC
The error message isn't very good (fixed in CVS).

Could you try this in a terminal/command line:

 $ gst-launch-0.10 audiotestsrc num-buffers=10 ! audioconvert ! audioresample ! alsasink

and tell us the full output?


Could you also do this:

 $ sudo lsof -n | grep /dev/snd

?

Comment 4 Farrell Swain 2007-11-03 11:58:47 UTC
Created attachment 98444 [details]
results of terminal
Comment 5 Tim-Philipp Müller 2007-11-03 14:55:14 UTC
Ok, this is a bug with your distro or alsa then - there really should be a 'default' ALSA device.  Please file a bug with ubuntu (and do mention this bug to make sure they're not forwarding it back to us again).

You might be able to work around by running this from a command line:

 $ gconftool-2 --type string --set /system/gstreamer/0.10/default/musicaudiosink 'alsasink device=front'

If this doesn't work you can reset it again with:

 $ gconftool-2 --type string --set /system/gstreamer/0.10/default/musicaudiosink 'autoaudiosink'

or by using gnome-sound-properties.