Announcement

Collapse
No announcement yet.

Sound Card was found at install, but is not now

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Sound Card was found at install, but is not now

    When I installed Dapper on my fiancees computer, a Gateway MT3705, I could not get the audio to work, but I was able to see what kind of card was in the computer (STAC9200). At the time of install I followed some guides to try and get the card working - I quickly found that none of the guides were helping.
    I found a new guide that reports to get the card working - but the system does not see the card anymore.

    Code:
    lspci | grep audio
    returns no results.

    The Desktop Install CD for Gutsy does show the audio card.

    I'm not sure what guides I used before. Though I do recall that one of them mentioned something about the modem being detected as the sound card, and blocking the modem, and I'm wondering if I acidently blocked the soundcard.
    I have tried the following guides with no sucess.
    https://help.ubuntu.com/community/SoundTroubleshooting
    https://help.ubuntu.com/community/De...gSoundProblems

    Results of "lsmod | grep snd"
    Code:
    snd_hda_codec     157616 0
    snd_pcm_oss      53664 0
    snd_mixer_oss     18688 1 snd_pcm_oss
    snd_pcm        89864 2 snd_hda_codec,snd_pcm_oss
    snd_seq_dummy      3844 0
    snd_seq_oss      33536 0
    snd_seq_midi      9376 0
    snd_rawmidi      25504 1 snd_seq_midi
    snd_seq_midi_event   7552 2 snd_seq_oss,snd_seq_midi
    snd_seq        51984 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
    snd_timer       25220 2 snd_pcm,snd_seq
    snd_seq_device     8716 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
    snd          55268 9 snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    soundcore       10208 1 snd
    snd_page_alloc     10632 1 snd_pcm
Working...
X