Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 268271 Details for
Bug 370821
no volume control GStreamer plugins and/or devices found.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
A shell script to fix the ACL's of the relevant device files and load the alsa modules into PulseAudio
fix-audio (text/plain), 563 bytes, created by
Hans Otten
on 2007-11-25 16:33:33 UTC
(
hide
)
Description:
A shell script to fix the ACL's of the relevant device files and load the alsa modules into PulseAudio
Filename:
MIME Type:
Creator:
Hans Otten
Created:
2007-11-25 16:33:33 UTC
Size:
563 bytes
patch
obsolete
>#!/bin/sh > >TMPFILE=`mktemp -t XXXXXXXXXX` || exit 1 > ># use /dev/snd/seq as source for ACL >getfacl /dev/snd/seq > $TMPFILE 2> /dev/null >setfacl --set-file=$TMPFILE - <<EOT >/dev/snd/controlC0 >/dev/snd/midiC0D0 >/dev/snd/pcmC0D0c >/dev/snd/pcmC0D0p >/dev/snd/pcmC0D1p >/dev/snd/pcmC0D2p >EOT > ># use /dev/sequencer as source for ACL >getfacl /dev/sequencer > $TMPFILE 2> /dev/null >setfacl --set-file=$TMPFILE - <<EOT >/dev/adsp >/dev/audio >/dev/dmmidi >/dev/dsp >/dev/midi >/dev/mixer >EOT > >pactl load-module module-alsa-source >pactl load-module module-alsa-sink > >rm -f $TMPFILE
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 370821
:
251211
|
257571
| 268271 |
325444