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 105211 - The 'big' mixer complains about missing mixer device...
The 'big' mixer complains about missing mixer device...
Status: RESOLVED FIXED
Product: gnome-media
Classification: Deprecated
Component: gnome-volume-control
unspecified
Other Linux
: High major
: ---
Assigned To: gnome media maintainers
gnome media maintainers
Depends on:
Blocks:
 
 
Reported: 2003-02-04 16:14 UTC by Tobias Hunger
Modified: 2005-01-19 22:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.06 KB, patch)
2003-06-09 14:53 UTC, Kjartan Maraas
needs-work Details | Review

Description Tobias Hunger 2003-02-04 16:14:59 UTC
... while the mixer-applet works! 
 
Please check wether /dev/sound/mixer is accessible in additon to 
/dev/mixer. /dev/sound/mixer is where the OSS mixer is located in a 
devfs-only system. 
 
Regards, 
Tobias
Comment 1 Kjartan Maraas 2003-06-09 14:53:47 UTC
Created attachment 17355 [details] [review]
patch
Comment 2 Kjartan Maraas 2003-06-09 15:12:03 UTC
Not sure this works completely as intended, but it might be a start.
Comment 3 Luis Villa 2003-07-11 02:23:31 UTC
Tobias, I assume that this is still the case in HEAD? [Marking
major/high since this can/does break functionality.]
Comment 4 Ted Gould 2003-07-15 07:06:24 UTC
This patch should fail on the next if when the file is opened.  It
will open the previous file.  The patch needs to take this into account.
Comment 5 Kjartan Maraas 2005-01-19 21:11:12 UTC
Comment on attachment 17355 [details] [review]
patch

marking needs_work based on ted's comment.
Comment 6 Ronald Bultje 2005-01-19 22:30:42 UTC
GStreamer already does this... So this has been fixed for ages.