Bug 384261
| Summary: | No sound on Fedora with 82801H Rev.3 from Intel | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miguel <miguel> | ||||
| Component: | alsa-lib | Assignee: | Martin Stransky <stransky> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 8 | CC: | fedora | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-11-16 09:25:15 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: | |||||||
| Attachments: |
|
||||||
|
Description
Miguel
2007-11-15 10:04:05 UTC
Created attachment 259641 [details]
Log output
Run alsamixer (might have to run alsamixer -c0) and jack up the levels to 100% (full) for master, pcm, pcm front, front. Your values are all 75% or so and often that will be so quiet you can't hear it at all. Hi. The problem was not with alsamixer. I've searched the web and found one soluction to the problem that was in the config. I've changed my modprobe.conf and the sound part now looks like this: alias char-major-116 snd alias snd-card-0 snd-hda-intel options snd-hda-intel model=lenovo # OSS/Free alias char-major-14 soundcore alias sound-slot-0 snd-card-0 # card #1 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss Also added /etc/modprobe.d/alsa-base file with only the following line: options snd-hda-intel model=lenovo And now I have sound. People with Asus F3Sa can have sound with this added to modprobe.conf. Miguel |