The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    SuSE 10.3 sound drivers on Asus F3Sv

    Discussion in 'Asus' started by nomadewolf, Apr 30, 2008.

  1. nomadewolf

    nomadewolf Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    Hi, i have an Asus F3Sv, and i justi installed SuSE 10.3 on it, but i can't get the sound drivers to work... Does anyone know how to solve this problem?

    Thanks
     
  2. David

    David NBR Random Reviewer NBR Reviewer

    Reputations:
    7,515
    Messages:
    8,733
    Likes Received:
    7
    Trophy Points:
    206
    Go to the realtek website to download the sound drivers for linux. Asus website for F3Sv only has drivers for vista
     
  3. nomadewolf

    nomadewolf Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    Already done that...
    The driver installs, then i unmute the sound (i think i've done it correctly...) but still no sound....
    The drivers seem to work, as i can play sound files, wich woudn't play before, but still no sound...
     
  4. nomadewolf

    nomadewolf Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    Problem solved! :cool:

    If anyone have the same problem, here's the solution:

    - open a console/terminal
    - enter 'su' (without the quotes) to get root permissions
    - enter: gedit /etc/modprobe.d/sound
    - at the end of the file, just add this line: 'options snd-hda-intel model=lenovo' (without the quotes)
    - reboot
    - voilá

    As far as i've discovered, this works for several laptop models, even if they aren't Asus (i think its for those who have Intel HDA with Realtek Codec)


    ------------------------------------------------------------------------------------------------------------------
    for ubuntu users:

    - open a console/terminal
    - enter: sudo gedit /etc/modprobe.d/alsa-base
    - at the end of the file, just add this line: 'options snd-hda-intel model=lenovo' (without the quotes)
    - reboot
    - voilá