Please, verify kernel 3.10.5: HDA and AC97 audio is ok now?

Latest shouts directly from our packagers and call for public testing MIB packages
Post Reply
User avatar
NicCo
Amministratore
Amministratore
Posts: 4765
Joined: 6 December 2007, 19:54

Please, verify kernel 3.10.5: HDA and AC97 audio is ok now?

Post by NicCo »

DESCRIPTION:
It has been reported by dago68 and verified also by me, that there are very ugly audio issues with the HDA audio.
Perhaps the same issues may be present also with AC97: this has not been tested by the lacking of such hardware.

Every time that some audio contents must be played:
it starts with some noises lasting a few secs, or a audio bump, or even worse one missing channel (left or right)...
On 11 June, we changed some important kernel keys since these kernels:
3.9.1-1, 3.9.1-69 then into kernel 3.8.13-2, kernel 3.8.13-69.2, and so on...

from
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0
to
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=10
CONFIG_SND_AC97_POWER_SAVE_DEFAULT=10

thus adding Power Saving Audio enabling audio idle when after 10 secs of inactivity
>>> http://cateee.net/lkddb/web-lkddb/SND_H ... FAULT.html
>>> http://cateee.net/lkddb/web-lkddb/SND_A ... FAULT.html


That was the result of of a part of an accepted proposal (by POK)

Code: Select all

* Tue Jun 11 2013 Nicolo' Costanza <[email protected]> 3.9.1-1.1
- Virtual package for new nrj kernel for properly install and updates.
+ update to 3.9.1 stable
- all the defconfigs have been prepared for 3.9 series
- all the patches have been updated for the 3.9 series
- update kernel specs
- update kernel scripts
- on mainline nrj kernels we apply again > create_configs-withBFQ
- we've received some good suggestions, and all have been accepted
- 1> suggestions and requests received by Per Øyvind Karlsen (POK)
  * TOI (tuxonice) was only in laptop/netbook, now in all flavours
  * CONFIG_PM_AUTOSLEEP=y 
  * CONFIG_SFI =m
  * CONFIG_BLK_DEV_DRBD=m 
  * # CONFIG_DRBD_FAULT_INJECTION is not set
  * CONFIG_HW_RANDOM_TIMERIOMEM=m 
  * CONFIG_DRM_VIA=m 
  * CONFIG_FB_ATY128_BACKLIGHT=y  
  * CONFIG_USB_RIO500=m 
  * CONFIG_DRM_VMWGFX_FBCON=y
  * CONFIG_SND_PCSP=m 
  * CONFIG_SND_HDA_POWER_SAVE_DEFAULT=10
  * CONFIG_SND_AC97_POWER_SAVE_DEFAULT=10
- 2> suggestions from an advanced user to A.Burmashev
  * CONFIG_TCP_CONG_ADVANCED=y
  * CONFIG_TCP_CONG_BIC=m
  * CONFIG_TCP_CONG_CUBIC=y
  * CONFIG_TCP_CONG_WESTWOOD=m
  * CONFIG_TCP_CONG_HTCP=m
  * CONFIG_TCP_CONG_HSTCP=m
  * CONFIG_TCP_CONG_HYBLA=m
  * CONFIG_TCP_CONG_VEGAS=m
  * CONFIG_TCP_CONG_SCALABLE=m
  * CONFIG_TCP_CONG_LP=m
  * CONFIG_TCP_CONG_VENO=m
  * CONFIG_TCP_CONG_YEAH=m
  * CONFIG_TCP_CONG_ILLINOIS=m
  * CONFIG_DEFAULT_CUBIC=y
  * # CONFIG_DEFAULT_RENO is not set
- ---------------------------------------------------------------------
- Kernel 3.9 for mdv 2010.2, 2011.0, cooker, rosa.lts2012.0, rosa2012.1
- MIB (Mandriva International Backports) - http://mib.pianetalinux.org/
- The rel -1 (mainline serie), with official kernel sources and addons,
- instead (-69) will be used for development and experimental flavours,
- Yin & Yang (69) release - a very complete but experimental flavours...
- ---------------------------------------------------------------------
Every time that some audio contents must be played:
it starts with some noises lasting a few secs, or a audio bump, or even worse one missing channel (left or right)...


I suppose that the audio power save can be the culprit of this bad behaviour, so from next kernel version, to verify this,
I have reverted the configuration to NO Audio Power Save for HDA and AC978 audio with the incoming kernel 3.10.5...

Code: Select all

%changelog
* Wed Aug 07 2013 Nicolo' Costanza <[email protected]> 3.10.5-1.1
- Virtual package for new nrj kernel for properly install and updates.
+ update to 3.10.5 stable
- sync all /patches
- sync defconfigs
- enable ndiswrapper
- update QL patch: tuxonice-for-linux-3.10.5-2013-08-04.patch
- revert to power save disable to verify if fixes an issue of audio noise:
- (that issue has been firstly reported by "dago68", then verified by me)
  * CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
  * CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0
- ---------------------------------------------------------------------
- Kernel 3.10 for mdv 2010.2, 2011.0, cooker, rosa.lts2012.0, rosa2012.1
- MIB (Mandriva International Backports) - http://mib.pianetalinux.org/
- The rel -1 (mainline serie), with official kernel sources and addons,
- instead (-69) will be used for development and experimental flavours,
- Yin & Yang (69) release - a very complete but experimental flavours...
- ---------------------------------------------------------------------
Testing request: ONLY if you have had these above described audio issues:
all kernels since 3.9.1-1, 3.9.1-69, 3.8.13-2, kernel 3.8.13-69.2, up to 3.10.4, now are suffering the audio issues

When you'll install new Kernel 3.10.5, please, verify if audio is finally OK,
also when you start some audio streams after some time of unactivity!

(This comparison must be done with all other kernels that we made since 11 June upto kernel 3.10.4)



Thanks
.
--- Professional experience ---
Kernel designer, engineer, maintainer and tester for ROSA Desktop and OpenMandriva Lx O.S.

--- currently I'm playing with ---
LTS Kernels > Linux 4.1.12-nrjQL <<< Linux 3.18.17-nrjQL <<< Linux 3.14.46-nrjQL
EOL Kernels > Linux 3.19.8-nrjQL <<< Linux 3.17.8-nrjQL <<< Linux 3.15.10-nrjQL

User avatar
NicCo
Amministratore
Amministratore
Posts: 4765
Joined: 6 December 2007, 19:54

Re: Please, verify kernel 3.10.5: HDA and AC97 audio is ok n

Post by NicCo »

From email received by dago68
ok now the audio works fine

merci

Dago68
.
--- Professional experience ---
Kernel designer, engineer, maintainer and tester for ROSA Desktop and OpenMandriva Lx O.S.

--- currently I'm playing with ---
LTS Kernels > Linux 4.1.12-nrjQL <<< Linux 3.18.17-nrjQL <<< Linux 3.14.46-nrjQL
EOL Kernels > Linux 3.19.8-nrjQL <<< Linux 3.17.8-nrjQL <<< Linux 3.15.10-nrjQL

Post Reply