Go Back   Champions of Regnum > English > Technical Support > Linux

Linux Technical issues under Linux platform

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 10-31-2009, 01:50 AM   #17
onemyndseye
Master
 
onemyndseye's Avatar
 
Join Date: Jul 2008
Location: South Central USA
Posts: 260
onemyndseye is on a distinguished road
Default

Quote:
Originally Posted by Ertial View Post
I have just a little bit of jittering every now and then with the an Nvidia HDA audio chip.
but your are using that module. Correct? (this is the case with my nvidia chipset PC)


I suspect that this chipset isnt always being detected correctly by the kernel. I have completely gotten rid of these problems on 1 machine thats using this module.. vastly improved another and got a 3rd working perfectly from no RO sound at all with playing with the model= parameter of the snd-hda-intel module.

In the case of my laptop the best get was " options snd-hda-intel model=lenovo-sky "

Other may want to look into other options or perhaps try one of these:

/etc/modprode.d/hda-intel.conf
Code:
# Only use 1
#options snd-hda-intel model=3stack 
options snd-hda-intel model=3stack-6ch 
#options snd-hda-intel model=3stack-6ch-intel

Or you can use this script to gather info about your soundcard and find a models= option that better suits your actual hardware.

~/alsa-models.sh
Code:
#!/bin/bash

## Changed this if needed
EDITOR=gedit

mkdir ~/tmp-alsa-info
cd ~/tmp-alsa-info
wget -q http://www.alsa-project.org/alsa-info.sh -O ./alsa-info.sh
chmod +x ./alsa-info.sh
./alsa-info.sh --no-upload --output ./alsa-info.txt
cat  /usr/share/doc/alsa-base/driver/HD-Audio-Models.txt.gz  |gunzip >./HD-Audio-Models.txt
$EDITOR ./alsa-info.txt ./HD-Audio-Models.txt
cd ~
sleep 2
rm -rfd ~/tmp-alsa-info

chmod +x ~/alsa-models.sh
~/alsa-models.sh


This will gather the info and open the needed documents.
__________________
RA/Syrtis Hunter LVL50: Elusis
RA/Syrtis Barba LVL50: Artemisia
RA/Syrtis Conju Lvl45: Nellas Miriel

Last edited by onemyndseye; 10-31-2009 at 02:50 AM.
onemyndseye no ha iniciado sesión   Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:24 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved