Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 16
GRR!!! its the laptop (again!!!).. anyway... i dont know what else to do... i dont even know what sound card i have (oh the pain... tourcher... grr), well.. once again, ...
  1. #1
    Linux Newbie
    Join Date
    Jun 2005
    Location
    In me spaceship... ORBITING THE PLANNET!
    Posts
    110

    Sound Problems... dont know what to do...

    GRR!!! its the laptop (again!!!).. anyway... i dont know what else to do... i dont even know what sound card i have (oh the pain... tourcher... grr), well.. once again, i am on me laptop this laptop will never ever stop having problems... rar

    can people help me with the sounnd??

    i use debian, once again... dont know what kernel... and i dont get any sound (excluding the static)...
    GAH!!!

  2. #2
    Just Joined!
    Join Date
    Aug 2005
    Posts
    27
    hmmmm

    two options:

    whether your audio chip is not recognized (i don't believe it at all..) or your audio module is not loaded by the kernel during boot time

    since you didn't provide much info i would suggest you to run :

    #alsaconf

    This should help you detect your audio chipset and configure it, assuming alsa is installed on your laptop

    if not install it using apt-get

    cheers

  3. #3
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    use
    Code:
    uname -a
    to get your kernel number. If 2.4 you need to install the alsa kernel modules, if 2.6, then just alsa.
    Brilliant Mediocrity - Making Failure Look Good

  4. #4
    Just Joined!
    Join Date
    Aug 2005
    Location
    india
    Posts
    27
    do alsa conf..
    Code:
    alsaconf
    then see what is the sound drive it shows add snd to it and so modprobe
    mine it was au88xx
    what I did is
    Code:
    modprobe snd-au88xx
    then
    Code:
    alsaconf
    again
    this should do

  5. #5
    Linux Newbie
    Join Date
    Jun 2005
    Location
    In me spaceship... ORBITING THE PLANNET!
    Posts
    110
    um... alsaconf isnt comming up with anything...
    GAH!!!

  6. #6
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Quote Originally Posted by chris-harry
    um... alsaconf isnt comming up with anything...
    you need to install alsa-utils
    Brilliant Mediocrity - Making Failure Look Good

  7. #7
    Linux Newbie
    Join Date
    Jun 2005
    Location
    In me spaceship... ORBITING THE PLANNET!
    Posts
    110
    i apt-get installed alsa-utils, and then tried alsaconf again... same thing as last time... nothing comming up...
    GAH!!!

  8. #8
    Linux User
    Join Date
    Aug 2005
    Location
    Italy
    Posts
    401
    I siggest to find the best configuration of your laptop on www.linux-laptop.net/.

    Then recompile kernel sources, including your soundcard kernel module.
    You can search any kernel how-to or see the recent topic http://www.linuxforums.org/forum/topic-56702.html for using kernel-package .

    Then, installing alsa-base package everything should go well...
    When using Windows, have you ever told "Ehi... do your business?"
    Linux user #396597 (http://counter.li.org)

  9. #9
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Quote Originally Posted by chris-harry
    i apt-get installed alsa-utils, and then tried alsaconf again... same thing as last time... nothing comming up...
    what do you mean nothing comes up? Does it say command not found or......
    Brilliant Mediocrity - Making Failure Look Good

  10. #10
    Linux Newbie
    Join Date
    May 2005
    Posts
    222
    First determine which kernel version you're running with

    #uname -a

    as Vergil suggested. If you're using 2.4 then you must install

    alsa modules 2.4.25-1-i686
    alsa-base
    alsa-utils

    then you can run.... alsa conf

Page 1 of 2 1 2 LastLast

Posting Permissions

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