Bug 908117
| Summary: | sounds does not work after upgrade from f17 to f18 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sam Irlapati <irlapati> | ||||
| Component: | pulseaudio | Assignee: | Rex Dieter <rdieter> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | brendan.jones.it, lkundrak, lpoetter, rdieter | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-02-18 06:53:43 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
My audio card is [Salem 7] ~ > lspci | grep -i audio 00:10.1 Audio device: NVIDIA Corporation MCP51 High Definition Audio (rev a2) I have also tried the command "authconfig --update" and it did not help. Can you comment out this line in your /etc/pulse/default.pa? load-module module-cork-music-on-phone or replace it with load-module module-role-cork Thank you. That worked. I have sound now. That line of cork-music is not something i put in. It was there as a default. Shouldn't the upgrade have changed it? The conf file was modified at *some* point, so rpm rightfully left your customizations in place instead of replacing it. Now, given that we know that option doesn't work with the newer pulseaudio (grr upstream for gratuitiously renaming the option and breaking in situations like this), I can work on a package scriptlet to look for and fix it. Probably should add to common F18 bugs? Let me know and I will. No need, I'll fix it with an pulseaudio package update. Thank you. pulseaudio-2.1-6.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/pulseaudio-2.1-6.fc18 fyi, this build includes a scriptlet snippet like:
%posttrans
# handle renamed module-cork-music-on-phone => module-role-cork
(grep '^load-module module-cork-music-on-phone$' %{_sysconfdir}/pulse/default.pa > /dev/null && \
sed -i.rpmsave -e 's|^load-module module-cork-music-on-phone$|load-module module-role-cork|' \
%{_sysconfdir}/pulse/default.pa
) ||:
Package pulseaudio-2.1-6.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing pulseaudio-2.1-6.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-2208/pulseaudio-2.1-6.fc18 then log in and leave karma (feedback). pulseaudio-2.1-6.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 693569 [details] output of pulseaudio -vvvv Description of problem: Version-Release number of selected component (if applicable): pulseaudio-2.1-5.fc18.x86_64 How reproducible: Log in as a user. No sound Steps to Reproduce: 1. Log in as a user 2. 3. Actual results: No sound Expected results: expects sound Additional info: When i log in as a user, i get no sound. The applet for volume is missing. When i open system_settings->sound, there is no output module to chose. It looks like no hardware has been detected. When on the GDM screen, the volume applet appears. I have tried killing and starting pulseaudio at the command line and it would not start. I have attached the output of the command "pulseaudio --kill; pulseaudio -vvvv" This started to happen only after upgrading from f17 to f18. I used fedup for the upgrade. The sound modules loaded are below [Salem 3] ~ > lsmod | grep snd snd_usb_audio 134932 0 snd_usbmidi_lib 24714 1 snd_usb_audio snd_hda_codec_analog 97790 1 snd_hda_intel 37938 0 snd_hda_codec 131731 2 snd_hda_intel,snd_hda_codec_analog snd_hwdep 17651 2 snd_usb_audio,snd_hda_codec snd_seq 64878 0 snd_pcm 98005 3 snd_usb_audio,snd_hda_codec,snd_hda_intel snd_mpu401 14142 0 snd_mpu401_uart 13993 1 snd_mpu401 snd_rawmidi 29532 2 snd_usbmidi_lib,snd_mpu401_uart snd_page_alloc 18269 2 snd_pcm,snd_hda_intel snd_seq_device 14137 2 snd_seq,snd_rawmidi snd_timer 28691 2 snd_pcm,snd_seq snd 79380 13 snd_usb_audio,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_mpu401_uart,snd_seq_device,snd_hda_codec_analog,snd_mpu401 soundcore 14492 1 snd I also use the following conf file [Salem 4] ~ > cat /etc/modprobe.d/snd-hda-intel.conf options snd-hda-intel model=auto