LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-31-2004, 11:58 AM   #1
mhaak
LQ Newbie
 
Registered: Oct 2004
Posts: 3

Rep: Reputation: 0
no sound with intel ich5 / ad1985


I'm having issues playing any sound. I've been trying to test it using $ play /usr/share/sounds/KDE_Startup.wav. It acts like it's playing. I used Totem Media Player on the same file and the picture moves around like something is playing, the volume is at max, but I don't hear anything.

I've just installed Mandrake 10.0, Linux 2.6.3-7mdk (first Linux install for me). In WinXP the integrated sound on my Intel D865PERL, which is AD 1985 using 82801EB / ICH5, works fine.

Installation detects this as 82801EB AC'97 Audio and defaults to module snd-intel8x0.

I've tried to read other posts and use the online help, so far this is what I've done -

# lspcidrake -v | fgrep AUDIO
snd-intel8x0 : Intel Corp.|82801EB AC'97 Audio [MULTIMEDIA_AUDIO] (vendor:8086 device:24d5 subv:8086 subd:a000)

# grep sound-slot /etc/modules.conf
alias sound-slot-0 snd-intel8x0

/sbin/lsmod includes the lines:
snd-seq-oss 31232 0
snd-seq-midi-event 7552 1 snd-seq-oss
snd-seq 51024 4 snd-seq-oss,snd-seq-midi-event
snd-pcm-oss 51812 0
snd-mixer-oss 17952 1 snd-pcm-oss
snd-intel8x0 32776 1
snd-ac97-codec 58148 1 snd-intel8x0
snd-pcm 93156 2 snd-pcm-oss,snd-intel8x0
snd-timer 24484 2 snd-seq,snd-pcm
gameport 4480 1 snd-intel8x0
snd-page-alloc 11972 2 snd-intel8x0,snd-pcm
snd-mpu401-uart 7072 1 snd-intel8x0
snd-rawmidi 23616 1 snd-mpu401-uart
snd-seq-device 8008 3 snd-seq-oss,snd-seq,snd-rawmidi
snd 52484 14 snd-seq-oss,snd-seq-midi-event,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-intel8x0,snd-ac97-codec,snd-pcm,snd-timer,snd-mpu401-uart,snd-rawmidi,snd-seq-device
soundcore 9248 1 snd

# /sbin/chkconfig --list sound
sound 0-off 1-off 2-on 3-on 4-on 5-on 6-off

# /sbin/chkconfig --list alsa
alsa 0-off 1-off 2-on 3-on 4-on 5-on 6-off

/sbin/fuser -v /dev/dsp returns nothing

alsamixer shows I'm not muted on master mono, master surround, pcm, surround, center, lfe, line, cd, mic, phone, iec958 playback ac97-spsa, pc speaker, or aux.
I turned everything to max volume in aumix, and did the same in kmix.

I tried plugging my speakers into each of the 5 jacks on the back of my motherboard with no luck each time.

I ran alsaconf, which chooses Intel Corp. 82801EB AC'97 Audio Controller (rev 02). This is the same intel8x0 that the installation program chose. This seemed to complete successfully but still no sound.

From Intel's website I got ftp://download.intel.com/design/motherbd/rl/intel8x0-alsa-1.0.1.sh.gz, followed the instructions, it appeared to install the same intel8x0 as listed above but still no sound.

The installation program lists alternate drivers as ali5455, i810_adio, and nvaudio. After trying to choose those in the installation program and not getting any better results, I added them to /etc/hotplug/blacklist as this had been suggested in another post I read to solve what seemed like a similar problem - still no sound.

Being new to Linux, I'm not sure if I'm missing something or where to go from here to troubleshoot. Anyone have any ideas?
 
Old 11-01-2004, 01:16 PM   #2
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
Welcome to LQ. It certainly sounds as though you have addressed all the common issues, but I'd suggest the following as possible next steps:

1. In addition to the volume settings in ALSA, the sound app (such as XMMS, etc) also have their own volume controls. Make sure that they are up as well.
2. For CD playback, is the thin cable connected between the CD drive and the sound card?
3. Are you getting any error messages? Along these lines, what are the permissions on /dev/dsp and /dev/mixer? (They should both be 666, use chmod to change them if necessary)
4. "Obvious Dept" - if you are using external speakers, are they plugged in, powered on, and is the volume knob turned up?

Good luck with it. I don't know if any of the above will help but they are things I'd at least check. -- J.W.
 
Old 12-02-2004, 08:33 PM   #3
mhaak
LQ Newbie
 
Registered: Oct 2004
Posts: 3

Original Poster
Rep: Reputation: 0
Everything was set up perfectly as far as I could tell with permissions, application settings, mixer settings, cables, and hardware. I wasn't sure where to look for error messages, I ended up reading just about every file in /var/log, but nothing jumped out at me.

Finally I gave up on 10.0 Official. When I tried installing 10.1 Community, all of the sudden sound worked again. So I never found out what the root of the problem was. It works now, and I suppose that's what counts, but I still wish I knew the why...
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sound problems: Intel Corp. 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02) firedance Linux - Hardware 18 11-18-2021 01:54 PM
SuSE 8.2 : no sound with intel ich5 CiroGina SUSE / openSUSE 0 12-29-2004 09:24 AM
Intel ICH5 Soundcard help CryptDragoon Slackware 3 01-28-2004 01:38 PM
Intel ich5-r flysideways Linux - Hardware 1 12-11-2003 12:25 AM
Intel ICH5 Sata controller finegan LinuxQuestions.org Member Success Stories 5 08-18-2003 03:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration