<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<BR> <BR>
<HR id=stopSpelling>
<BR>
From: wpsmithii@msn.com<BR>To: michael.irons@gmail.com<BR>Subject: RE: [clue-tech] sound on Hardy<BR>Date: Tue, 13 Apr 2010 11:04:51 -0600<BR><BR>
Any body else got time to help, now that my excellent helper is gone.<BR>
<BR>
<STYLE>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>
Ok Mike, I'm back from Canada and I'm ready to start again. As I said, I went through the list of things to do from the forum. Here's my "lsmod | grep snd" as of now<BR><BR>caelinux@bill-desktop:~$ lsmod | grep snd<BR>snd_hda_intel 496100 3 <BR>snd_seq_dummy 5892 0 <BR>snd_seq_oss 39424 0 <BR>snd_usb_audio 104352 1 <BR>snd_usb_lib 22272 1 snd_usb_audio<BR>snd_pcm_oss 55968 0 <BR>snd_mixer_oss 20864 1 snd_pcm_oss<BR>snd_seq_midi 12224 0 <BR>snd_pcm 100360 3 snd_hda_intel,snd_usb_audio,snd_pcm_oss<BR>snd_rawmidi 31392 2 snd_usb_lib,snd_seq_midi<BR>snd_seq_midi_event 10240 2 snd_seq_oss,snd_seq_midi<BR>snd_hwdep 13064 2 snd_hda_intel,snd_usb_audio<BR>snd_seq 67456 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event<BR>snd_seq_device 10900 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq<BR>snd_timer 29448 2 snd_pcm,snd_seq<BR>snd 78824 23 snd_hda_intel,snd_seq_dummy,snd_seq_oss,snd_usb_audio,snd_usb_lib,snd_pcm_oss,snd_mixer_oss,snd_seq_midi,snd_pcm,snd_rawmidi,snd_seq_midi_event,snd_hwdep,snd_seq,snd_seq_device,snd_timer<BR>soundcore 10400 1 snd<BR>snd_page_alloc 13968 2 snd_hda_intel,snd_pcm<BR>usbcore 170288 9 snd_usb_audio,snd_usb_lib,usb_storage,pwc,libusual,usbhid,ehci_hcd,uhci_hcd<BR>caelinux@bill-desktop:~$ <BR><BR>When I ran alsamixer everything was unmuted and the sound was turned up<BR><BR><BR>Then I ran<BR>caelinux@bill-desktop:~$ sudo aptitude search libasound2-plugins pulseaudio-* paman padevchooser paprefs<BR>[sudo] password for caelinux: <BR>i gstreamer0.10-pulseaudio - GStreamer plugin for PulseAudio <BR>p libasound2-plugins - ALSA library additional plugins <BR>p libsdl1.2debian-pulseaudio - Simple DirectMedia Layer (with X11 and Pul<BR>p padevchooser - PulseAudio Device Chooser <BR>p paman - PulseAudio Manager <BR>p paprefs - PulseAudio Preferences <BR>i pulseaudio - PulseAudio sound server <BR>p pulseaudio-dbg - PulseAudio sound server detached debugging<BR>i pulseaudio-esound-compat - PulseAudio ESD compatibility layer <BR>p pulseaudio-esound-compat-dbg - PulseAudio ESD compatibility layer debuggi<BR>i pulseaudio-module-gconf - GConf module for PulseAudio sound server <BR>p pulseaudio-module-gconf-dbg - GConf module for PulseAudio sound server d<BR>i pulseaudio-module-hal - HAL device detection module for PulseAudio<BR>p pulseaudio-module-hal-dbg - HAL module for PulseAudio sound server deb<BR>p pulseaudio-module-lirc - lirc module for PulseAudio sound server <BR>p pulseaudio-module-lirc-dbg - lirc module for PulseAudio sound server de<BR>i pulseaudio-module-x11 - X11 module for PulseAudio sound server <BR>p pulseaudio-module-x11-dbg - X11 module for PulseAudio sound server deb<BR>p pulseaudio-module-zeroconf - Zeroconf module for PulseAudio sound serve<BR>p pulseaudio-module-zeroconf-dbg - Zeroconf module for PulseAudio sound serve<BR>i pulseaudio-utils - Command line tools for the PulseAudio soun<BR>p pulseaudio-utils-dbg - PulseAudio command line tools detached deb<BR>caelinux@bill-desktop:~$ <BR><BR><BR><BR><BR>What else do you need? Talk to you soon. Bill<BR><BR><BR><BR>
<HR id=ecxstopSpelling>
<BR>
Date: Sat, 3 Apr 2010 02:24:25 +0000<BR>Subject: Re: RE: [clue-tech] sound on Hardy<BR>From: michael.irons@gmail.com<BR>To: wpsmithii@msn.com<BR><BR>Bill,<BR><BR>lspci lists devices which are on the pci bus, and often manufacturers hook things into the pci bus directly from the motherboard (or at least that is my understanding). It does not necessarily have to be a pci card. Do:<BR>$lspci <BR>It usually lists way more devices then slots available on the computer <BR><BR>I also believe (but may be wrong) that sigmatel made the audio stack, but used intel chips. They actually build the compnents, logic and controllers around the intel chip so that it will work. Many companies do this type of thing. Hence they slap their name on it, but the main module really requires intel. A quick internet search seems to bring up intel and sigmatel alot partnering togeter in audio, so it doesn't sound that far fetched. <BR><BR>Although 82801G is not listed by name in the sound card matrix: http://bugtrack.alsa-project.org/main/index.php/Matrix:Main<BR>Intel produces families of chips, that usually use the same driver. Yours is the ICH7 family. So I looked that up under Intel: http://bugtrack.alsa-project.org/main/index.php/Matrix:Module-hda-intel<BR><BR>And you need this driver:<BR>snd-hda-intel<BR><BR><BR>It looks like you already have this loaded according to your lsmd | grep snd<BR><BR>caelinux@bill-desktop:~$ lsmod | grep snd<BR>snd_hda_intel 442328 3 <BR>snd_usb_audio 100384 1 <BR>snd_seq_dummy 5764 0 <BR>snd_pcm_oss 47648 0 <BR>snd_mixer_oss 20224 1 snd_pcm_oss<BR>snd_pcm 92296 3 snd_hda_intel,snd_usb_audio,snd_pcm_oss<BR>snd_page_alloc 13200 2 snd_hda_intel,snd_pcm<BR>snd_seq_oss 38912 0 <BR>snd_usb_lib 21120 1 snd_usb_audio<BR>snd_seq_midi 10688 0 <BR>snd_seq_midi_event 10112 2 snd_seq_oss,snd_seq_midi<BR>snd_rawmidi 29856 2 snd_usb_lib,snd_seq_midi<BR>snd_seq 63232 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event<BR>snd_hwdep 12552 2 snd_hda_intel,snd_usb_audio<BR>snd_timer 27912 2 snd_pcm,snd_seq<BR>snd_seq_device 10644 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq<BR>snd 70984 21 snd_hda_intel,snd_usb_audio,snd_seq_dummy,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_usb_lib,snd_rawmidi,snd_seq,snd_hwdep,snd_timer,snd_seq_device<BR>soundcore 10400 1 snd<BR>usbcore 170288 9 snd_usb_audio,pwc,snd_usb_lib,usbhid,usb_storage,libusual,ehci_hcd,uhci_hcd<BR><BR><BR>You may want to check and make sure that is still the output if you have messed with things. <BR><BR>Next I want you to run <BR>$alsamixer<BR><BR>Key problems people have here are:<BR>Sound channels are muted<BR>Volume is not turned up in alsamixer<BR><BR>Please play with it and unmute everything in alsamixer while you have music/sound playing on your desktop. Unmute is done by the m key<BR>Also make sure sound is up in alsamixer on EACH channel<BR>It may be that a sound channel is muted, or volume was to low. Let me know.<BR><BR><BR>If that does not work:<BR>Another problem is that Pulseaudio started to replace the normal sound system around Hardy . I think it was the default in Hardy. It was new and didn't have all the bugs out yet.<BR><BR>I want you to check to see if you have it installed, as that chooses where we go from here. Run<BR><BR>sudo aptitude search libasound2-plugins pulseaudio-* paman padevchooser paprefs <BR>pavucontrol pavumeter<BR><BR>And let me know if any are installed. After that we will go from there<BR><BR>Enjoy your trip<BR><BR>Mike<BR>                                            </body>
</html>