First, upgraded from Fedora 10 to Fedora 12.<br>Using Fedora 10 I had sound working.<br>With Fedora 12 after each boot, there is no /dev/dsp file.<br><br>Running modprobe snd-pcm-oss generates the /dev/dsp file.<br>Is there a way to get /dev/dsp to stick around?<br>
<br>So, no sound.<br><br>cat /proc/asound/cards<br> 0 [Intel          ]: HDA-Intel - HDA Intel<br>                      HDA Intel at 0xfbff8000 irq 22<br><br>> /sbin/lspci | grep Audio<br> 00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller<br>
<br>/sbin/lsmod   | grep -c snd<br> Module                  Size  Used by<br> snd_pcm_oss            44784  0<br> snd_mixer_oss          16976  1 snd_pcm_oss<br> snd_hda_codec_analog    75872  1<br> snd_hda_intel          30360  0<br>
 snd_hda_codec          72832  2 snd_hda_codec_analog,snd_hda_intel<br> snd_hwdep               9224  1 snd_hda_codec<br> snd_seq                58080  0<br> snd_seq_device          7620  1 snd_seq<br> snd_pcm                83144  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec<br>
 snd_timer              22608  2 snd_seq,snd_pcm<br> snd                    67592  10 snd_pcm_oss,snd_mixer_oss,snd_hda_codec_analog,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_seq_device,snd_pcm,snd_timer<br> soundcore               7328  1 snd<br>
 snd_page_alloc          9568  2 snd_hda_intel,snd_pcm<br><br><br>When I run gnome-volume-control, the "Output" tab only show the<br>Dummy Output Stereo device.<br><br>Running pavucontrol, the "Output Devices" tab only shows the Dummy<br>
Output device.<br><br>How do I get the sound card to showup as an Output device?<br><br><br>Richard<br><br>