Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: [SOLVED] Beginner. No sound in lenovo n200 on 8.04 lts

  1. #1
    Join Date
    Jun 2008
    Beans
    74

    [SOLVED] Beginner. No sound in lenovo n200 on 8.04 lts

    Hello, I am extremely new to linux.
    i have installed hardy heron (8.04 lts)
    on my lenovo n200 notebook.

    specs are: 1.66 GHz, Intel Core 2 Duo T5450, L2 Cache Size 2 MB, fsb 667 MHz
    i am single booting to ubuntu.
    I have ALC861VD audio chipset.

    aplay -l gives
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC861VD Analog [ALC861VD Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

    and

    lspci -v gives

    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    Subsystem: Lenovo Unknown device 384e
    Flags: bus master, fast devsel, latency 0, IRQ 22
    Memory at fc300000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>

    (for audio)

    I dont find drivers for ICH8 here:http://www.alsa-project.org/main/index.php/Matrix:Main


    Please help me!

  2. #2
    Join Date
    Oct 2007
    Beans
    16

    Re: Beginner. No sound in lenovo n200 on 8.04 lts

    same problem with same configuration with me also do you got some help?

  3. #3
    Join Date
    Jun 2008
    Beans
    29

    Re: Beginner. No sound in lenovo n200 on 8.04 lts

    Take this advice with a grain of salt, mind you, because I am new as well.

    But if the issue is that ALSA does not have an adequate, or any, driver for your sound card, this solution may very well work for you.

    From checking the supported devices list of OSS 4.0 (An alternative to ALSA) your device (or at least it's family) is supported.

    hdaudio pci8086,2668 Intel High Definition Audio (ICH6)
    hdaudio pci8086,27d8 Intel High Definition Audio (ICH7)
    hdaudio pci8086,269a Intel High Definition Audio (ESB2)
    hdaudio pci8086,284b Intel High Definition Audio (ICH8 )
    hdaudio pci8086,293e Intel High Definition Audio (P35)
    hdaudio pci8086,293f Intel High Definition Audio (ICH9)

    So you may want to do what I did and try switching to OSS, I had to as well because my sound card was not supported well by ALSA (Creative X-Fi).

    To implement this switch, use this brilliant How-to by Temüjin, http://ubuntuforums.org/showthread.php?t=780961 Post #2

    I hope it helps, and sorry for the long windedness.
    Last edited by FlyingWV; June 30th, 2008 at 08:58 AM.

  4. #4
    Join Date
    Jun 2008
    Beans
    74

    Re: Beginner. No sound in lenovo n200 on 8.04 lts

    Hey my sound's now working all right.
    All I had to do was to add this line at the end of this file:
    /etc/modprobe.d/alsa-base

    Add this line:
    Code:
    options snd-hda-intel model=lenovo
    (my notebook is lenovo n200..if yours is some other makers, use:

    Code:
    options snd-hda-intel model=auto
    that should probly work)

    Then reboot. If you've made everything full in alsamixer (go to terminal and type
    Code:
    alsamixer
    and make everything full (dont forget to unmute everything using M), when your notebook starts again, you will hear a deafening sound. Go to alsamixer again and adjust the volumes.

    You might have a problem saving the alsa-base file after you edit. If it is so (that you dont have the permissions to "write" in that file),
    go to terminal and type:
    Code:
      sudo chmod o+w /etc/modprobe.d/alsa-base
    Then go and edit the file and save the file(over-write),

    Later on ,when the sound has started working, you can go to terminal and type
    Code:
     sudo chmod o-w /etc/modprobe.d/alsa-base
    to make the file "un-writable" again..the original setting.

    Hope this helps..its worked for many, should work for you too.

  5. #5
    Join Date
    Oct 2007
    Beans
    16

    Re: Beginner. No sound in lenovo n200 on 8.04 lts

    i tried this way but noe it says i do not have audio device can you help me?

  6. #6
    Join Date
    Oct 2007
    Beans
    16

    Re: Beginner. No sound in lenovo n200 on 8.04 lts

    it is sying that i do not have acees to this file and sound spplet on upper panel i do not have sound device

  7. #7
    Join Date
    Oct 2007
    Beans
    16

    Re: Beginner. No sound in lenovo n200 on 8.04 lts

    dear friend i did as you said .after many tries i got sound.i am the most happy person on earth.thank you very much.

  8. #8
    Join Date
    Jul 2008
    Beans
    2

    Re: Beginner. No sound in lenovo n200 on 8.04 lts

    super!! adding the line to the file did the trick!! thanks a lot!!

  9. #9
    Join Date
    Jun 2008
    Beans
    74

    Re: Beginner. No sound in lenovo n200 on 8.04 lts

    It is my pleasure..even i went through a tough time when i had no sound.
    I just compiled what all i learned after hours on the forum.

  10. #10
    Join Date
    Aug 2008
    Beans
    3

    Re: [SOLVED] Beginner. No sound in lenovo n200 on 8.04 lts

    It works for me to.Thanks and best regards

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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