Find the answer to your Linux question:
Results 1 to 4 of 4
I put Ubuntu onto a computer that someone gave me years ago as they were getting a new one. It's a Compaq AP200... The install went great, except for one ...
  1. #1
    Just Joined!
    Join Date
    Jul 2011
    Posts
    7

    Compaq Audio Driver

    I put Ubuntu onto a computer that someone gave me years ago as they were getting a new one. It's a Compaq AP200... The install went great, except for one thing, the lack of sound. I have tried looking around for a driver, but can't find one. Does anybody know where I can find the sound driver?

  2. #2
    Linux Newbie BoDiddley's Avatar
    Join Date
    Oct 2010
    Location
    Plainfield, New Jersey
    Posts
    132
    I have Compaq Presario 2300. I built Linux from scratch because I wanted LXDE, not KDE. Try this.

    #apt-get install alsa-base

    Then you must

    #alsactl init

    You might get this error:

    returns-Unknown hardware: "XXXXXX" "Analog Devices XXXXXX"
    “XXXXXXXXX" "0x103c" "0x006d"

    No problem, then reboot.

  3. #3
    Just Joined!
    Join Date
    Jul 2011
    Posts
    7
    Thanks... I'm not sure if it worked, but I put my USB headset in and it came through fine, which is the most important place that I need things to work. I will test out the speaker jack after i get some sleep...

  4. #4
    Linux Newbie BoDiddley's Avatar
    Join Date
    Oct 2010
    Location
    Plainfield, New Jersey
    Posts
    132
    Great. You have sound... that was phase one. Here are my notes for phase 2.

    at this point sound was extended to everything but streaming webcams. I noticed that
    knoppix was also using aumix (mixer) - I opted]

    #apt-get install esound
    [sound extended to streaming, and multiple interfaces]

    [at this point sound is working universally, however - level is low]

    #apt-get install esound-clients
    #esddsp -m

    #apt-get install alsamixergui
    adjusting “PCM” levels nets proper results (increased levels)

    #lsmod|grep snd (displays results differing from previous)

    alsamixergui correctly displays Nforce card and AD1981B chip.

Posting Permissions

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