Results 1 to 10 of 35

Thread: Realtek ALC662 driver

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Beans
    2

    Realtek ALC662 driver

    Hello. I am a novice user and I need to install drivers for the Realtek ALC662 audio device. I cannot follow the manual instructions and the auto install does not work. Can anyone send me an auto installer for this card or walk me through the process? Thank you.

    The driver files can be found here:
    http://www.realtek.com.tw/downloads/...&GetDown=false

  2. #2
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Realtek ALC662 driver

    First of all, please try running this command:
    Code:
    echo 'options snd-hda-intel model=laptop' | sudo tee -a /etc/modprobe.d/options
    Then reboot. Any chance your sound works now? According to this bug report which seems to relate to your issue, this might help.

    If not, we can try installing Realtek's drivers.

  3. #3
    Join Date
    Dec 2008
    Beans
    2

    Re: Realtek ALC662 driver

    Thank you! That seems to have worked.

    I wanted to thank you, and all the technical wizards who support us Linux novices. It may seem annoying, but the more we are able to be successful in using Linux, the more the tide will shift away from competitors like Windows.

  4. #4
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

  5. #5
    Join Date
    May 2009
    Location
    brest;france
    Beans
    27
    Distro
    Ubuntu Studio 9.04 Jaunty Jackalope

    Question Re: Realtek ALC662 driver

    I m trying to install the Realtek alc662driver but I don't understand the following lines of theprocess of installation:
    "turn on sound support from kernel config
    (soundcore module,default turn on)
    how to make this? thanks for your help

  6. #6
    Join Date
    May 2009
    Location
    brest;france
    Beans
    27
    Distro
    Ubuntu Studio 9.04 Jaunty Jackalope

    Re: Realtek ALC662 driver

    Quote Originally Posted by pytheas22 View Post
    First of all, please try running this command:
    Code:
    echo 'options snd-hda-intel model=laptop' | sudo tee -a /etc/modprobe.d/options
    Then reboot. Any chance your sound works now? According to this bug report which seems to relate to your issue, this might help.

    If not, we can try installing Realtek's drivers.
    I have tried the command line you replied to bmiller59 but it doesn't work.thanks

  7. #7
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Realtek ALC662 driver

    manjusri: please post the output of these commands:
    Code:
    cat /etc/modprobe.d/options
    uname -rm

  8. #8
    Join Date
    May 2009
    Location
    brest;france
    Beans
    27
    Distro
    Ubuntu Studio 9.04 Jaunty Jackalope

    Question Re: Realtek ALC662 driver

    can you explain to me the fourth step of the installation of teh realtek alc662 driver:
    1how to edit my /etc/modules.conf
    2how to determinate mycard id(alc6622is not referenced);what controler do I use?
    thanks of your help
    Last edited by manjusri; June 2nd, 2009 at 04:32 AM.

  9. #9
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Realtek ALC662 driver

    Quote Originally Posted by manjusri View Post
    can you explain to me the fourth step of the installation of teh realtek alc662 driver:
    1how to edit my /etc/modules.conf
    2how to determinate mycard id(alc6622is not referenced);what controler do I use?
    thanks of your help
    1. you can edit /etc/modules by opening a terminal and typing:
    Code:
    sudo gedit /etc/modules
    and the file will open in a text editor for you.

    2. if you post the output of the command:
    Code:
    lspci -nn
    I should be able to tell you which controller you have.

    It would also be helpful if you posted a link to the instructions you're trying to follow.

    Vous pouvez communiquer en français si c'est plus simple pour vous.

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
  •