Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 29

Thread: Asus F3J Sound Problem

  1. #11
    Join Date
    Jun 2008
    Beans
    15

    Re: Asus F3J Sound Problem

    Quote Originally Posted by ukripper View Post
    soemone else has problem with this chipset to make it work properly.

    here is the link how they done it - http://ubuntuforums.org/showthread.php?p=4869649

    follow instructions and you will be ok!


    Quotes taken from there :

    "OMG ITS WORKING! the laptop speakers are completely off and only headphones work which is AWESOME. laptop speakers suck anyway.

    now i gotta find out what fixed it lol so i can post here if anyone else has the same problem


    ok i think the fix was a combination of these two:

    adding "options snd-hda-intel model=3stack-dig" in # gksu gedit /etc/modprobe.d/alsa-base
    AND

    i added this http://www.schugy.de/forenlinks/alsaconf
    to sudo ./alsaconf.sh then save
    then chmod it and ran it.
    it did something
    then restart and it worked "
    thanks for the quick and excellent replies, many thanks!!

    i just add options snd-hda-intel model=3stack-dig to the bottom of the alsa-base thingy yeh? or is there a certain place it should go?

  2. #12
    Join Date
    Jan 2007
    Location
    London, UK
    Beans
    3,525
    Distro
    Ubuntu Development Release

    Re: Asus F3J Sound Problem

    Personally, I would do only this and try:

    Code:
    gksu gedit /etc/modprobe.d/alsa-base
    and add this to the bottom of the file
    options snd-hda-intel model=3stack-dig
    You came empty handed, that is how you shall leave. Whatever you claim as yours today, belonged to someone else yesterday, will be someone else's tomorrow.

  3. #13
    Join Date
    Jun 2008
    Beans
    15

    Re: Asus F3J Sound Problem

    Quote Originally Posted by ukripper View Post
    Personally, I would do only this and try:

    Code:
    gksu gedit /etc/modprobe.d/alsa-base
    and add this to the bottom of the file
    Done that. Do i need to restart the computer to see if it works?

  4. #14
    Join Date
    Jan 2007
    Location
    London, UK
    Beans
    3,525
    Distro
    Ubuntu Development Release

    Re: Asus F3J Sound Problem

    Quote Originally Posted by richyl2006 View Post
    Done that. Do i need to restart the computer to see if it works?
    yeh preferably restart.
    You came empty handed, that is how you shall leave. Whatever you claim as yours today, belonged to someone else yesterday, will be someone else's tomorrow.

  5. #15
    Join Date
    Jun 2008
    Beans
    15

    Re: Asus F3J Sound Problem

    Quote Originally Posted by ukripper View Post
    Personally, I would do only this and try:

    Code:
    gksu gedit /etc/modprobe.d/alsa-base
    and add this to the bottom of the file
    Didn't work. Sound still coming out of speakers.

  6. #16
    Join Date
    Jan 2007
    Location
    London, UK
    Beans
    3,525
    Distro
    Ubuntu Development Release

    Re: Asus F3J Sound Problem

    Quote Originally Posted by richyl2006 View Post
    Didn't work. Sound still coming out of speakers.
    ok delete the previous entry and use this instead:
    options snd-hda-intel probe_mask=1 model=3stack
    in /etc/modprobe.d/alsa-base.

    and then restart.
    You came empty handed, that is how you shall leave. Whatever you claim as yours today, belonged to someone else yesterday, will be someone else's tomorrow.

  7. #17
    Join Date
    Jun 2008
    Beans
    15

    Re: Asus F3J Sound Problem

    Quote Originally Posted by ukripper View Post
    ok delete the previous entry and use this instead:


    in /etc/modprobe.d/alsa-base.

    and then restart.
    Nope, didn't work

  8. #18
    Join Date
    Jan 2007
    Location
    London, UK
    Beans
    3,525
    Distro
    Ubuntu Development Release

    Re: Asus F3J Sound Problem

    try replacing with this:
    options snd-hda-intel position_fix=1 model=3stack
    save and restart
    You came empty handed, that is how you shall leave. Whatever you claim as yours today, belonged to someone else yesterday, will be someone else's tomorrow.

  9. #19
    Join Date
    Apr 2007
    Location
    Taiwan R.O.C.
    Beans
    387
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Asus F3J Sound Problem

    I have Ubuntu 8.04 on my ASUS F3Jc laptop, sound works normally except the mic, here is my /etc/modprobe.d/alsa-base for your reference, maybe you can backup yours first and then replace it with mine to see if the problem is solved, be sure to save and reboot, good luck!


    # autoloader aliases
    install sound-slot-0 /sbin/modprobe snd-card-0
    install sound-slot-1 /sbin/modprobe snd-card-1
    install sound-slot-2 /sbin/modprobe snd-card-2
    install sound-slot-3 /sbin/modprobe snd-card-3
    install sound-slot-4 /sbin/modprobe snd-card-4
    install sound-slot-5 /sbin/modprobe snd-card-5
    install sound-slot-6 /sbin/modprobe snd-card-6
    install sound-slot-7 /sbin/modprobe snd-card-7

    # Cause optional modules to be loaded above generic modules
    install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
    install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
    install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; }
    install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
    install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
    # Cause optional modules to be loaded above sound card driver modules
    install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-emu10k1-synth ; }
    install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; }

    # Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
    install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe -Qb saa7134-alsa ; : ; }

    # Load snd-seq for devices that don't have hardware midi;
    # Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
    # non-Creative Labs PCI hardware
    install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
    # Prevent abnormal drivers from grabbing index 0
    options bt87x index=-2
    options cx88_alsa index=-2
    options saa7134-alsa index=-2
    options snd-atiixp-modem index=-2
    options snd-intel8x0m index=-2
    options snd-via82xx-modem index=-2
    options snd-usb-audio index=-2
    options snd-usb-usx2y index=-2
    options snd-usb-caiaq index=-2
    # Ubuntu #62691, enable MPU for snd-cmipci
    options snd-cmipci mpu_port=0x330 fm_port=0x388

  10. #20
    Join Date
    Jun 2008
    Beans
    15

    Re: Asus F3J Sound Problem

    Quote Originally Posted by ukripper View Post
    try replacing with this:


    save and restart
    Tried, did not work

Page 2 of 3 FirstFirst 123 LastLast

Tags for this Thread

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
  •