View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 9 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Sat May 19, 2007 5:26 pm 
Offline
Joined: Sat Apr 28, 2007 1:53 am
Posts: 5
Hi all,

I'm by no means a Linux PC hacker, so I thought I was playing it safe by ordering an Intel board from my local computer shop. I knew that the DG965WH could be coaxed into working, so I asked for the DG965OT, which is the micro-ATX version that would fit in my Antec NSK2400 case.

Instead of getting the DG965OT I requested, the shop ordered the DQ965GF, which is part of Intel's Executive line of business-oriented boards. I didn't think the board could differ all that much from the DG965OT that I wanted, but the persistent problems I am encountering are leading me to believe there may be important distances between them.

The first problem is the utter lack of audio for roughly 95% of my attempts to use the system. I've reinstalled countless times, picking boot options like intelfix and dragon2 to account for known Intel issues.

The forums mention alsaconf and alsamixer as a way to get the sound back, but it's not that easy for me, since aumix, alsamixer and other alsa tools simply hang. Even a kill -9 cannot get rid of those processes once they've hung. I've even updated the alsa driver to alsa-driver-1.0.14rc4 and the problem remains. I still cannot get alsamixer to work at all.

The other problem is a constant tic or pause in the video playback, which occurs at least once every few seconds, regardless of whether or not I have audio. The signal quality is otherwise good, which tells me that the frequent catch I see and hear is not due to signal problems.

I sincerely hope that a DG965OT board does a better job, since I am about to ask my computer shop to get that board in for me to try.

Any comments, questions or tips would be greatly appreciated.

SETUP:
New R5F1 install
Antec NSK2400 case
Intel DQ965GF board
Core2 Duo E6320 1.86GHz
2GB DDR2 PC5300/667 RAM
eVGA GeForce 7600GS
Two PCHDTV HD-5500 capture cards
Seagate 250GB SATA HD
Samsung WriteMaster DVD-RW


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 20, 2007 9:32 am 
Offline
Joined: Tue Aug 08, 2006 7:08 pm
Posts: 561
Location: UK
Have you tried a couple of other distros out, just to see what happens so you can pin the problem(s) down?

Bruce S.

_________________
Updated 2019/10/26: AthlonII X2 265 Gigabyte GA-970A-DS3P
16Gb PC 1866 DDR3, 500GB+2TB+4TB SATA HDD,
SATA DVD-RW Asus DRW-24D5MT , NVIDIA GeForce GT1080
Hauppauage Nova-T 500, Nova-T LinHes R8.6.1


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 20, 2007 10:02 pm 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
Just some suggestions:

Check to see if you have the latest BIOS.

You can actually download audio drivers for this board for Debian from Intel.

Could I suggest you check these two, url http://downloadcenter.intel.com/filter_results.aspx?strTypes=all&ProductID=2372&OSFullName=Debian*+3.1+Linux&lang=eng&strOSs=122&submit=Go%21

I did read on one forum that a lot of user were having problems with this board and Linux. For reference the Audio chipset is Sigmatel STAC9227

_________________
Girkers


Top
 Profile  
 
 Post subject: A potential culprit
PostPosted: Mon May 21, 2007 9:48 pm 
Offline
Joined: Sat Apr 28, 2007 1:53 am
Posts: 5
I updated the BIOS on the DQ965GF and didn't notice any real improvement.
Given the way alsamixer always hangs, I am increasingly suspicious of the pair of HD-5500 cards I installed after the computer shop assembled and tested the base PC. I tried running Ubuntu Feisty with the HD-5500 cards installed, and it was similarly unstable at audio-related tasks.

It would seem that my problems would probably vanish if I pulled out the HD-5500 cards, but that wouldn't be a very attractive long-term solution.


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 21, 2007 10:45 pm 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
Hesby,

I am inclined to disagree with you on this count. From my quick searching yesterday there are a number of users experiencing audio problems with that type of mainboard. As you said it is not a long term solution, but taking the HD cards out and trying it would negate an issue between them and the mainboard. My suspicion is that it won't make a difference.

I did a little more digging and would like you to try this if you have the time and inclination.
At a command line and as root:

Code:
modprobe snd-hda-intel

This should insert the required module into the modules list. Next we need to set up the configuration file.

We need to create a file
Code:
pico /etc/modutils/alsa

and then insert this into the new file.
Code:
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-hda-intel


Then we need to edit the /etc/modules file

Code:
pico /etc/modules

and insert the following:
Code:
# ALSA portion
alias snd-card-0 snd-hda-intel


Then we have to make sure everything takes:
Code:
update-modules


Try a reboot and see how you go with alsamixer then, failing that you may want to create the file .asoundrc in the mythtv users home directory. As mythtv user:
Code:
pico ~/.asoundrc


Into this new file paste the following:
Code:
       pcm.hda-intel {
          type hw
          card 0
       }

       ctl.hda-intel {
          type hw
          card 0
       }

This is a very basic .asoundrc file and will hopefully get your card working.

Please report your results, cheers and good luck.

Reference

_________________
Girkers


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 23, 2007 10:54 am 
Offline
Joined: Sat Apr 28, 2007 1:53 am
Posts: 5
I appreciate the detailed responses, especially from Girkers. I tried those commands, but they offered no improvement while the HD-5500 cards were on the main board.

The big improvement came when I removed both HD-5500 cards and attempted a reinstall using the dragon2 option. Immediately after the post-install reboot, before the second half of the setup, I followed the instructions from another post and blacklisted cx88-alsa. Since the HD-5500s were not there to fight with ALSA, I was finally able to set alsamixer and save the settings. After that I shut down and reinstalled the HD-5500s. From that point, I was reliably getting sound and could continue to work out other issues. The sound quality is still a bit choppy, with little clicks or stutters occurring every few seconds, but it is a lot better than no sound at all.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jun 07, 2007 12:18 am 
Offline
Joined: Sat Apr 28, 2007 1:53 am
Posts: 5
I just swapped the DQ965GF board out so I could replace it with the DG965OT board, which closely resembles the DG965WH board (Dragon 2.0). The only discernible difference between the DG965WH and my new DG965OT appeared to be the form factor and number of PCI slots.

I still had to blacklist the cx88-alsa module prior to inserting the HD-5500 cards, but once I did, there was none of the stuttering or choppy playback that I had consistently encountered on the old DQ965GF. My impression from all this is that the DQ965GF may be a good business PC, but it is not up for the task of running multiple HD capture cards. Having returned the DQ965GF board already, I won't have much to write about it here anymore.


Top
 Profile  
 
PostPosted: Tue Feb 09, 2016 1:59 pm 
Offline
Joined: Wed Dec 10, 2003 8:31 pm
Posts: 1996
Location: /dev/null
hnoor0033 wrote:
I followed the instructions from another post and blacklisted cx88-alsa. Since the HD-5500s were not there to fight with ALSA,


You do realize that you are replying to a 9 year old thread, right :)

_________________
Retired KM user (R4 - R6.04); friend to LH users.


Top
 Profile  
 
PostPosted: Tue Feb 09, 2016 5:45 pm 
Offline
Joined: Tue Aug 15, 2006 11:14 am
Posts: 1343
Location: Orlando FL
It's another Spammer They create an account put some random thing in the signiture line write a reply and eventually replace the sig with a link to one of their SEO clients. I will delete them.
The sentence is from Hesby's post further up.

_________________
My System


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu