|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
10-31-2009, 01:50 AM | #21 | |
Master
Join Date: Jul 2008
Location: South Central USA
Posts: 260
|
Quote:
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. |
|
11-01-2009, 09:00 PM | #22 |
Apprentice
Join Date: Oct 2007
Location: Slovakia
Posts: 53
|
yep same here. Three people from my clan have no sound at all. By me the sound is nasty and at the end the game freezes. We all use Ubuntu 9.10. 64-bit.
__________________
The Dark Legion shall lead the way to the Lake of the Ancients as the burning Eferias will light the way http://www.thedarklegion.org |
11-01-2009, 09:02 PM | #23 |
Banned
Join Date: Dec 2007
Location: Poland
Posts: 489
|
According to this they forced people to use broken PulseAudio. Nice.
My advice for those that haven't yet upgraded is not to do so. God, compared to Ubuntu guys, NGD people are real angels. Additionaly i have WiFi issues, and i guess i'll switch back to Debian on my desktop ASAP. Edit: Of course i have those audio problems myself. Last edited by Dupa_z_Zasady; 11-01-2009 at 09:23 PM. |
11-02-2009, 04:20 PM | #24 |
Marquis
Join Date: Jul 2007
Location: The Netherlands
Posts: 2,076
|
On Arch Linux 64 bit I have no problem with sound, so it seems the problems do come from Ubuntu 9.10, and because of that PulseAudio.
__________________
Dky Sven, level 54 knight (Ra) Valhalla Dky the Goat, level 35 conjurer(Ra) Dky Sven, level 51 knight(Horus) Something |
11-02-2009, 04:49 PM | #25 |
Master
Join Date: Oct 2007
Location: france
Posts: 397
|
|
11-05-2009, 12:58 PM | #26 |
Pledge
Join Date: Sep 2006
Posts: 8
|
Heres my fix to audio problem
Ok people what I did was this:
In the terminal: sudo gedit /etc/openal/alsoft.conf change the divice line form Alasa backend stuff to this: ## ALSA backend stuff ## [alsa] ## device: # Sets the device name for the default playback device. device = alsa remember to un coment it. Hope this helps. |
11-05-2009, 01:18 PM | #27 |
Master
Join Date: Oct 2007
Location: france
Posts: 397
|
I think with this setup your sound card will be busy for other sound program using pulseaudio, except if your other program are configured to use alsa too.
|
11-05-2009, 02:07 PM | #28 |
Pledge
Join Date: Sep 2006
Posts: 8
|
|
11-05-2009, 02:11 PM | #29 |
Master
Join Date: May 2007
Location: Poland
Posts: 259
|
yup me too ;P
__________________
|
11-05-2009, 04:29 PM | #30 |
Pledge
Join Date: Sep 2009
Posts: 2
|
I've found that the sound issue is not only on the 64 bit. From a fresh install on 32 still get the issue, I simply updated Alsa to the latest, though i know its not an issue with 1.1.20, it's certainly an issue.
of course, I was hoping not to have to use a processor workaround for the high CPU usage...but that's a Regnum issue. a simply ALSA update works, for those on Ubuntu, theres an upgrade script to the latest alsa on the forum. http://ubuntuforums.org/showthread.php?p=6589810 |
|
|