[Bug 555935] New: HDA Intel sound stutters, Codec: IDT 92HD75B2X5
http://bugzilla.novell.com/show_bug.cgi?id=555935#c0 Summary: HDA Intel sound stutters, Codec: IDT 92HD75B2X5 Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: i686 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Sound AssignedTo: tiwai@novell.com ReportedBy: linux@daniel-bauer.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20090912 SUSE/1.1.18-1.2 SeaMonkey/1.1.18 The sound stutters after a clean install from 11.2 DVD, updated on KDE 4.3 yesterday, on a brand new HP Pavilion dv3 Notebook. To explain: e.g. the "logo-sound" after logging in is played 3 times at the same time with just a small delay, so you hear ding-ding-ding dong-dong-dong, instead of ding dong...) I run the script alsa-info.sh, results are here: http://www.alsa-project.org/db/?f=5d9fd9023f11f4230e2104433a814da7ab817176 What I did: - installed alsa-firmware with "zypper install alsa-firmware" - reboot, no change - deleted the sund card in Yast, re-configured it - reboot, no change - "head -n 1 /proc/asound/card0/codec" gave me codec IDT 92HD75B2X5 - searched the ALSA-Configuration.txt file for the codec IDT 92HD75B2X5 with no luck, but read in a forum I could use "model=hp-m4" and so: in /etc/modprobe.d/sound: removed the original line "options snd slots=snd-hda-intel" and entered "options snd-hda-intel model=hp-m4" rebooted, no change - added "enable=1 index=0" to that line, rebooted, no change If you need other info, let me know. regards, Daniel Reproducible: Always Steps to Reproduce: 1. any app using sound (KDEs own sounds, sound test in Yast, playing a local wav file, playing an Audio CD 2. happens as well as root and as user 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555935 http://bugzilla.novell.com/show_bug.cgi?id=555935#c1 Takashi Iwai <tiwai@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |linux@daniel-bauer.com --- Comment #1 from Takashi Iwai <tiwai@novell.com> 2009-11-20 11:41:59 UTC --- The symptom looks like an interrupt issue. Don't add model option, but try enable_msi=1 option instead. Also, position_fix=1 option might be better to be added, too. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555935 http://bugzilla.novell.com/show_bug.cgi?id=555935#c2 --- Comment #2 from Daniel Bauer <linux@daniel-bauer.com> 2009-11-20 20:20:42 UTC --- no success :-( I reverted to the original file /etc/modprobe.d/50-sound.conf and added the two options, so the first line looke like this: options snd slots=snd-hda-intel enable_msi=1 position_fix=1 then rebooted. Logged in as user. The sound-icon in the taskbar was gone. Opened a new session as root. Received the message "KDE detected that one ore more internal sound devices were renoved". Said "no" to permanently remove. removed "position_fix=1" from the line in 50-sound.conf. rebooted, logged in as root. Got the same message ""KDE detected...". This time answered with Yes to remove all. Started Yast. The sound card appeared as configured. Deleted the sound card. Configured it again. Test sound was the same as before (stuttering)... If I did something wrong here, please give me exact hints where and how to enter what... Thanks! regards Daniel -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555935 http://bugzilla.novell.com/show_bug.cgi?id=555935#c3 --- Comment #3 from Takashi Iwai <tiwai@novell.com> 2009-11-20 20:28:19 UTC --- The line "options snd ..." is options for the module "snd". It's different from "snd-hda-intel". For the latter, you must have a line "options snd-hda-intel ...". You mixed up both, thus the modules didn't get loaded properly. So, in your case, use the following lines: options snd slots=snd-hda-intel options snd-hda-intel enable_msi=1 position_fix=1 Then reload the driver, and check options via /sys/modules/snd_hda_intel/parameters/* files to be sure. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555935 http://bugzilla.novell.com/show_bug.cgi?id=555935#c4 Daniel Bauer <linux@daniel-bauer.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|linux@daniel-bauer.com | --- Comment #4 from Daniel Bauer <linux@daniel-bauer.com> 2009-11-21 20:23:23 UTC --- it works! Thank you very much, Takashi. Adding the line and rebooting made the sound appear correct - it works perfectly now. Daniel -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555935 http://bugzilla.novell.com/show_bug.cgi?id=555935#c5 Takashi Iwai <tiwai@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |linux@daniel-bauer.com --- Comment #5 from Takashi Iwai <tiwai@novell.com> 2009-11-22 10:31:08 UTC --- Good to hear. To be sure, please try without position_fix=1, and report back if it's really needed. The enable_msi=1 option will be turned on automatically in 2.6.33, but position_fix isn't changed unless specified explicitly. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555935 http://bugzilla.novell.com/show_bug.cgi?id=555935#c6 --- Comment #6 from Daniel Bauer <linux@daniel-bauer.com> 2009-11-23 07:21:41 UTC --- ok, I got the following result: removed position_fix=1 and rebooted. KDE-login-sounds played fine, and also audio-CD and flash video sound in the browser worked. But xmms (started from streamtuner) didn't output any sound (graphic was shown, but speaker was quiet), no matter if logged in as user or as root. Added position_fix=1 again, and xmms worked again, too. regards Daniel -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555935 http://bugzilla.novell.com/show_bug.cgi?id=555935#c7 Takashi Iwai <tiwai@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|linux@daniel-bauer.com | Resolution| |FIXED --- Comment #7 from Takashi Iwai <tiwai@novell.com> 2009-12-01 13:44:04 UTC --- Thanks for testing. I added the quirk entry for this device in 11.2 kernel tree, so the next update kernel should work as is without extra options. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com