Bug 384731
| Summary: | Pulseaudio unable to open alsa device with certain Intel hardware | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lubomir Kundrak <lkundrak> |
| Component: | pulseaudio | Assignee: | Lennart Poettering <lpoetter> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 8 | CC: | anmar, leo_canale, pierre-bugzilla |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-11-30 01:07:16 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Lubomir Kundrak
2007-11-15 15:09:57 UTC
I'm seeing a same error with Sound Blaster Live card! Just wanted to be added to the cc list! Thanks. Hi I have a similar problem with SiS7012 soundcard (driver snd_intel8x0) and I find a way to make it work . I change the file /etc/udev/rules.d/40-alsa.rules like this : # do not edit this file, it will be overwritten on update KERNEL=="controlC[0-9]*", NAME="snd/%k", MODE="0666" KERNEL=="hwC[D0-9]*", NAME="snd/%k", MODE="0666" KERNEL=="pcmC[D0-9cp]*", NAME="snd/%k", MODE="0666" KERNEL=="midiC[D0-9]*", NAME="snd/%k", MODE="0666" KERNEL=="timer", NAME="snd/%k", MODE="0666" KERNEL=="seq", NAME="snd/%k", MODE="0666" KERNEL=="mixer0", SYMLINK+="mixer" KERNEL=="dsp0", SYMLINK+="dsp" KERNEL=="audio0", SYMLINK+="audio" I just had MODE="0666" Maybe, it's not very clean but it works for me, even after Off/On. I also delete /tmp/pulse-username directory. And after Off/on everything was Ok. Alsa and PulseAudio for every user . Hope it's help ! PS 1 : It's the first time I post in Bugzilla. please tell me if I do something wrong. PS 2 : I'm French, So my english ... Bruno |