Find the answer to your Linux question:
Results 1 to 5 of 5
I recently wiped my whole system and started over. Installed XP and then Ubuntu. Sound card (Audigy SE) and speakers work fine in XP, but can't get them to work ...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Posts
    2

    Can't get sound to work

    I recently wiped my whole system and started over. Installed XP and then Ubuntu.

    Sound card (Audigy SE) and speakers work fine in XP, but can't get them to work with Linux. They worked before the re-install. I can't remember any issues with getting my sound to work. The system recognizes that the sound card is there.

    Any suggestions?

  2. #2
    Just Joined! nareshjethva's Avatar
    Join Date
    Aug 2008
    Location
    Rajkot
    Posts
    92
    check your user it is in sound or audio group !!

  3. #3
    Just Joined!
    Join Date
    Aug 2008
    Posts
    52
    Quote Originally Posted by ditto1958 View Post
    I recently wiped my whole system and started over. Installed XP and then Ubuntu.

    Sound card (Audigy SE) and speakers work fine in XP, but can't get them to work with Linux. They worked before the re-install. I can't remember any issues with getting my sound to work. The system recognizes that the sound card is there.

    Any suggestions?
    In terminal type;
    Code:
    cat /proc/asound/card0/codec#* | grep Codec
    Code:
    aplay -l
    What make and model pc is this?

    Please post output of above commands

  4. #4
    Just Joined!
    Join Date
    Jan 2009
    Posts
    2
    Hi, thanks for the help. I'm at work today- machine is at home. It's an old Dell, like a 4100 or something. I can try this tonight, though.

  5. #5
    Just Joined!
    Join Date
    Aug 2008
    Posts
    52
    Gnome-alsamixer is easier to use than alsamixer. Try installing and running it it
    Code:
    sudo apt-get install gnome-alsamixer
    To open gnome-alsamixer type

    Code:
    gnome-alsamixer
    check all settings, make sure nothing is muted


    If you havn't already installed these under Intrepid, installing these should help your sound
    Code:
    sudo apt-get install alsa-oss
    
    sudo apt-get install libasound2
    
    sudo apt-get install libasound2-plugins

    In System->Preferences->Sound ..In the Devices tab you will find sound playback, test both AUTO DETECT & ALSA

    To open volume control, in the terminal type:

    Code:
    gnome-volume-control

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...