<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Here you go Jed. What did I just do? The MB evidently has a Sigmatel audio chip and they are out of business, so no help there.<br><br>I did this:&nbsp;&nbsp; cat /dev/urandom &gt; /dev/dsp&nbsp;&nbsp;&nbsp;&nbsp; and no sound, but It (the sound) works in windows<br><br><br><br>caelinux@bill-desktop:~$ lsmod | grep snd<br>snd_hda_intel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 442328&nbsp; 3 <br>snd_usb_audio&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 100384&nbsp; 1 <br>snd_seq_dummy&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5764&nbsp; 0 <br>snd_pcm_oss&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 47648&nbsp; 0 <br>snd_mixer_oss&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 20224&nbsp; 1 snd_pcm_oss<br>snd_pcm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 92296&nbsp; 3 snd_hda_intel,snd_usb_audio,snd_pcm_oss<br>snd_page_alloc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 13200&nbsp; 2 snd_hda_intel,snd_pcm<br>snd_seq_oss&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 38912&nbsp; 0 <br>snd_usb_lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 21120&nbsp; 1 snd_usb_audio<br>snd_seq_midi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10688&nbsp; 0 <br>snd_seq_midi_event&nbsp;&nbsp;&nbsp;&nbsp; 10112&nbsp; 2 snd_seq_oss,snd_seq_midi<br>snd_rawmidi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 29856&nbsp; 2 snd_usb_lib,snd_seq_midi<br>snd_seq&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 63232&nbsp; 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event<br>snd_hwdep&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12552&nbsp; 2 snd_hda_intel,snd_usb_audio<br>snd_timer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 27912&nbsp; 2 snd_pcm,snd_seq<br>snd_seq_device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10644&nbsp; 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq<br>snd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 70984&nbsp; 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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10400&nbsp; 1 snd<br>usbcore&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 170288&nbsp; 9 snd_usb_audio,pwc,snd_usb_lib,usbhid,usb_storage,libusual,ehci_hcd,uhci_hcd<br><br><br><br><br>&gt; Date: Thu, 25 Mar 2010 16:44:30 -0600<br>&gt; From: cluemail@jbaer.cotse.net<br>&gt; To: clue-tech@cluedenver.org<br>&gt; Subject: Re: [clue-tech] sound on Hardy<br>&gt; <br>&gt; On Thu, 25 Mar 2010 08:29:53 -0600<br>&gt; Bill Smith wrote:<br>&gt; <br>&gt; &gt; &gt; From: dennisjperkins@comcast.net<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; On Tue, 2010-03-23 at 09:14 -0600, Bill Smith wrote:<br>&gt; &gt; &gt; &gt; I'm having trouble getting the sound turned on in "Hardy". My new<br>&gt; &gt; &gt; &gt; install works flawlessly except for that. David Wilson will be happy<br>&gt; &gt; &gt; &gt; to know that I was able to edit the grub file after a kernal update<br>&gt; &gt; &gt; &gt; changed the menu. I looked at System&gt;sound&gt;sound preferences and<br>&gt; &gt; &gt; &gt; could not find the "general" tab to turn on the sound when Gnome<br>&gt; &gt; &gt; &gt; starts. The drivers appear to have found my onboard Intel MB sound<br>&gt; &gt; &gt; &gt; system but when I test - no sound. Also no sound when booting up.<br>&gt; &gt; &gt; &gt; The speaker icon in not muted and has approx. 50% volume. Thanks to<br>&gt; &gt; &gt; &gt; Nick, Collins, Pancho, and David Wilson for the help at the<br>&gt; &gt; &gt; &gt; installfest. Bill Smith<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; I'm assuming that you are using Gnome. Right-click on Open Volume<br>&gt; &gt; &gt; Control. You might need to unmute one or more devices or increase<br>&gt; &gt; &gt; volume. Hopefully this is all you need to do.<br>&gt; &gt; &gt; <br>&gt; &gt; I tried your suggestions but still no sound, and I am using Gnome.<br>&gt; <br>&gt; Hmmm. Can you post the output of<br>&gt; <br>&gt; $ lsmod | grep snd<br>&gt; <br>&gt; I have an onboard Intel sound system, which works fine in Jaunty, and I<br>&gt; think I've had Hardy on this system as well.<br>&gt; <br>&gt; I used to know how to test sound by doing something like<br>&gt; <br>&gt; $ cat somefile &gt; /dev/dsp<br>&gt; <br>&gt; But I don't remember what sort of file it needs to be. I think raw audio,<br>&gt; but then you need to set your sound system to a particular bitrate.<br>&gt; <br>&gt; However, I just tried this:<br>&gt; <br>&gt; $ cat /dev/urandom &gt; /dev/dsp<br>&gt; <br>&gt; and I indeed get something resembling white noise. And my system didn't<br>&gt; explode either. (Just hit CTRL_C to stop.)<br>&gt; <br>&gt; I think if the above doesn't result in any sound, then either there's some<br>&gt; setting which is off, or maybe your sound system has a hardware problem.<br>&gt; <br>&gt; jed<br>&gt; <br>&gt; -- <br>&gt; Ok, so we should be thinking of a lovable, cuddly, stuffed penguin<br>&gt; sitting down after having gorged itself on herring. Still with me? <br>&gt;  -- Linus Torvalds<br>&gt; _______________________________________________<br>&gt; clue-tech mailing list<br>&gt; clue-tech@cluedenver.org<br>&gt; http://cluedenver.org/mailman/listinfo/clue-tech<br>                                               </body>
</html>