LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 11-10-2007, 10:13 PM   #1
sdrambo
Member
 
Registered: May 2005
Location: Sunshine Coast Australia
Distribution: Mageia 5
Posts: 82

Rep: Reputation: 16
Unhappy No sound from Intel 82801g with 2008


I have run alsaconf and the onboard card is detected and configured. Alsamixer has the sliders all up but still no sound from the digital output from the sound card. The system works fine with Windoze XP. Anyone any ideas?
 
Old 11-11-2007, 12:29 AM   #2
vlad1977
LQ Newbie
 
Registered: May 2007
Posts: 9

Rep: Reputation: 0
Firstly, please make sure the speakers are on and not choked down. Turn them up and down and listen for noise. Hear noise - that's good. Just in case...
Second. Is it the only sound card in the system? Do you have on-board sound? If yes the simplest way to solve the problem will be disabling it in bios or setting its to card0 in configuration file.
Third. Run lspci and dmesg as root and post output here.
I am not a guru definitely but that was what I'd started with.
 
Old 11-11-2007, 01:54 AM   #3
sdrambo
Member
 
Registered: May 2005
Location: Sunshine Coast Australia
Distribution: Mageia 5
Posts: 82

Original Poster
Rep: Reputation: 16
It is an on-board sound card. It works great with Win XP but not with 2008. I even tried a SB live card but it would not work either! Part of the problem is the Boston Acoustics only work with digital output.
 
Old 11-11-2007, 01:59 AM   #4
sdrambo
Member
 
Registered: May 2005
Location: Sunshine Coast Australia
Distribution: Mageia 5
Posts: 82

Original Poster
Rep: Reputation: 16
OK Ive narrowed the problem down. Analogue output works fine but the digital output is not, but where is the switch?
 
Old 11-11-2007, 11:49 PM   #5
vlad1977
LQ Newbie
 
Registered: May 2007
Posts: 9

Rep: Reputation: 0
Oh, that's better! On Ubuntu I just double click on sound icon and go to properties and select what switches I want to use. I found it depends on model of sound card so one card in the same "properties" window will have bigger number of switches and one - less of them. So it depends on driver I guess.
On SuSE I did it through YaST, there's a little button above final OK button (very dumb location to place it I can tell you).
Obviously you have firmware and driver support if you can get an analog signal.
You may want to try to use another sound manager as well.
 
Old 11-12-2007, 12:13 PM   #6
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
If you use KDE, open kmix (open the mixer if needed then click the Switches tab.

HTH,
 
Old 11-12-2007, 01:30 PM   #7
sdrambo
Member
 
Registered: May 2005
Location: Sunshine Coast Australia
Distribution: Mageia 5
Posts: 82

Original Poster
Rep: Reputation: 16
Tried all that, there is actually no switch for analogue/digital that is the problem
 
Old 11-13-2007, 01:43 AM   #8
sdrambo
Member
 
Registered: May 2005
Location: Sunshine Coast Australia
Distribution: Mageia 5
Posts: 82

Original Poster
Rep: Reputation: 16
Smile Working

Working. I installed the latest alsa drivers, ticked the IEC958 button and now have sound.
 
Old 12-15-2007, 11:55 PM   #9
matca
LQ Newbie
 
Registered: Dec 2007
Distribution: Any distro without systemd APIs
Posts: 2

Rep: Reputation: 0
Question

Quote:
Originally Posted by sdrambo View Post
Working. I installed the latest alsa drivers, ticked the IEC958 button and now have sound.
I think that I have the same problem as you, but I am on the current ALSA driver according to alsa-project.org and /proc/asound/version.

cat /proc/asound/version reports: Advanced Linux Sound Architecture Driver Version 1.0.15 (Tue Oct 23 06:09:18 2007 UTC).

aplay -l reports:
**** List of PLAYBACK Hardware Devices ****
card 0: ICH7 [Intel ICH7], device 0: Intel ICH [Intel ICH7]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: ICH7 [Intel ICH7], device 4: Intel ICH - IEC958 [Intel ICH7 - IEC958]
Subdevices: 0/1
Subdevice #0: subdevice #0

The command "amixer -c0 | grep control" does not report any IEC958 controls.

Did you install a beta driver, or do I have different hardware than you?
 
Old 12-16-2007, 01:28 PM   #10
matca
LQ Newbie
 
Registered: Dec 2007
Distribution: Any distro without systemd APIs
Posts: 2

Rep: Reputation: 0
Cool Success!

Success!

I found that other people were using snd-hda-intel and Fedora 8 decided to load snd-intel8x0 instead. So I changed /etc/modprobe.conf
alias scsi_hostadapter libata
alias scsi_hostadapter1 ata_piix
alias scsi_hostadapter2 usb-storage
alias snd-card-0 snd-intel8x0
options snd-card-0 index=0
options snd-intel8x0 index=0
alias eth0 et131x

to

alias scsi_hostadapter libata
alias scsi_hostadapter1 ata_piix
alias scsi_hostadapter2 usb-storage
alias snd-card-0 snd-hda-intel
options snd-card-0 index=0
options snd-hda-intel index=0
 
  


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
No sound. Sound card: Intel 82801G using a Conexant codec Enochs Linux - Hardware 4 07-02-2007 09:14 PM
Sound card not detected - Intel 82801G, ALSA 1.0.14 as2100 Linux - Hardware 5 06-11-2007 10:21 PM
fc6 intel 82801g sound card problems phaedrusarphan Linux - Hardware 1 01-28-2007 06:40 PM
Suse 10.1 Intel Ich7 82801g Rev.2 Sound Card Problem locque Linux - Hardware 14 12-21-2006 12:45 AM
How to get a Intel 82801G sound card to work after installation dussel Linux - Hardware 4 05-22-2006 11:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 02:47 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