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.

    No sound on ASUS Z35F

    Discussion in 'Linux Compatibility and Software' started by pbrane83, Aug 19, 2006.

  1. pbrane83

    pbrane83 Notebook Enthusiast NBR Reviewer

    Reputations:
    6
    Messages:
    41
    Likes Received:
    0
    Trophy Points:
    15
    Hi all. I've succesfully installed Ubuntu with XP :D. Well, almost succesful. I'm not getting any sound in Ubuntu. I tried adding "options snd-hda-intel position_fix=1 model=laptop-eapd" to "/etc/modprobe.d/alsa-base" , using the text editor, to see if this would fix the problem? However, the file is read-only and wont let me make any changes. How can I edit this file?
     
  2. mach_zero

    mach_zero Casual Observer NBR Reviewer

    Reputations:
    215
    Messages:
    1,011
    Likes Received:
    0
    Trophy Points:
    55
    Try running this command from the terminal:

    sudo gedit /etc/modprobe.d/alsa-base

    It'll ask for your password (same one you use to log in) and then open the file in gedit. Adding the command "sudo" will give you superuser priviliges and allow you to edit/save system files which are owned by root.

    Hope this helps. BTW, what version of Ubuntu are you running? For what it's worth I'm running Dapper 6.0.6.1 and my Intel high def audio was picked up and configured automagically on install.
     
  3. pbrane83

    pbrane83 Notebook Enthusiast NBR Reviewer

    Reputations:
    6
    Messages:
    41
    Likes Received:
    0
    Trophy Points:
    15
    I'm running Dapper 6.0.6.1 also. I was able to edit/save the alsa-base file, thanks :). The line I entered didnt fix my sound though :(. It's a Realtek ACL861 high def audio(or Intel 82801 GBM ICH-M). Does anyone know how I can get this working in ubuntu?