Results 1 to 6 of 6

Thread: Yet Another Sound Post: 64 bit Jaunty on Macbook Pro Penryn 4,1

  1. #1
    Join Date
    Feb 2007
    Location
    Somewhere on Earth!
    Beans
    123
    Distro
    Ubuntu 10.04 Lucid Lynx

    Cool Yet Another Sound Post: 64 bit Jaunty on Macbook Pro Penryn 4,1

    Hi All,

    So to join into the clutter of sound posts, I have to see if I can find something that works.

    So far I have tried everything outlined here:
    http://ubuntuforums.org/showthread.php?t=205449
    and here:
    http://www.ubuntugeek.com/simple-gui...ope-users.html
    As well as several other forums and posts.

    I recompiled the ALSA drivers from scratch, modified my modprobe.d, uninstalled drivers, reinstalled drivers, installed pulse audio server, so on and so forth. All of my levels have been checked and rechecked and are not muted, and as far as I can tell, the drivers are all tip top- just no sound! For two weeks!

    Also weird: The digital seems to be on all the time, as my headphone port is putting out a red light the whole time its on.

    Some stats:
    Code:
    $ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC883 Analog [ALC883 Analog]
      Subdevices: 0/1
      Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC883 Digital [ALC883 Digital]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    Code:
    $ lspci -v
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    	Subsystem: Apple Computer Inc. Device 00a4
    	Flags: bus master, fast devsel, latency 0, IRQ 20
    	Memory at 9b500000 (64-bit, non-prefetchable) [size=16K]
    	Capabilities: <access denied>
    	Kernel driver in use: HDA Intel
    	Kernel modules: snd-hda-intel
    This is really annoying, so hopefully someone else has gone though this. The Penryn wiki right now declares that everything usually works tip-top on an install... Any ideas?

    Cheers,
    m
    64-bit Lucid 10.04 LTS
    GPG Key ID: 113828CC

  2. #2
    Join Date
    Jul 2008
    Beans
    245
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Yet Another Sound Post: 64 bit Jaunty on Macbook Pro Penryn 4,1

    Quote Originally Posted by MaddMatt View Post
    This is really annoying, so hopefully someone else has gone though this. The Penryn wiki right now declares that everything usually works tip-top on an install... Any ideas?
    i'm running the same ubuntu version on the same machine and didn't have any sound problems since intrepid. (besides a crashing/buggy pulseaudio of course ). to tackle your problem i'd like to ask a few questions:
    1. do the speakers work? using another OS?
    2. did you add the required module option for snd_hda_intel?
    3. if you suspect the pulseaudio sound server, you might also deinstall the package to test plain ALSA audio output. does it work then?


    in order to to turn off the digital output, you can run:
    Code:
    amixer set IEC958 off
    either manually or add this line to /etc/rc.local and change its permissions to executable.

    ciao,
    Mario

  3. #3
    Join Date
    Feb 2007
    Location
    Somewhere on Earth!
    Beans
    123
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Yet Another Sound Post: 64 bit Jaunty on Macbook Pro Penryn 4,1

    Hi Mario,

    Thanks for the tips. Since you said the original drivers worked for you, I decided to try them again (even though they didn't work for me on fresh install...) so I ran

    sudo apt-get --purge remove linux-sound-base alsa-base alsa-utils
    sudo apt-get install linux-sound-base alsa-base alsa-utils

    and it remedied the sound as well as the digital audio. The sound levels are quite low, though, but I used pulse audio to boost them by 400% and that brought them back to normal. I've never used pulse audio in the past- I just installed it because it was recommeneded by some of the forums I was relying on. it's possible I fubar'd my system with all of the extra packages I installed trying to fix my sound... hmmm. Thanks for the help!
    m
    64-bit Lucid 10.04 LTS
    GPG Key ID: 113828CC

  4. #4
    Join Date
    Jul 2006
    Location
    Hamburg, Germany
    Beans
    32
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Yet Another Sound Post: 64 bit Jaunty on Macbook Pro Penryn 4,1

    Could you explain how you used Pulse to boost your audio.
    I am in real need of this, although I am running 32 bit.

    Quote Originally Posted by MaddMatt View Post
    Hi Mario,

    Thanks for the tips. Since you said the original drivers worked for you, I decided to try them again (even though they didn't work for me on fresh install...) so I ran

    sudo apt-get --purge remove linux-sound-base alsa-base alsa-utils
    sudo apt-get install linux-sound-base alsa-base alsa-utils

    and it remedied the sound as well as the digital audio. The sound levels are quite low, though, but I used pulse audio to boost them by 400% and that brought them back to normal. I've never used pulse audio in the past- I just installed it because it was recommeneded by some of the forums I was relying on. it's possible I fubar'd my system with all of the extra packages I installed trying to fix my sound... hmmm. Thanks for the help!
    m

  5. #5
    Join Date
    Feb 2007
    Location
    Somewhere on Earth!
    Beans
    123
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Yet Another Sound Post: 64 bit Jaunty on Macbook Pro Penryn 4,1

    Hi pmciver,

    I used this command:
    Code:
    $ sudo apt-get install padevchooser vlc-plugin-pulse pulseaudio-module-lirc libsdl1.2debian-all libao2 asoundconf-gtk gnome-alsamixer alsa-oss ubuntu-restricted-extras
    to get pulse audio everything, and then up in the right, after you reboot is a pulse-audio applet of sorts. In there you can click "manage", select your card, and hit "properties" to pump up audio.

    However, when I uninstalled pulse and everything else I had added to get sound, it seemed to have worked... so maybe try that. Good luck!
    m
    Last edited by MaddMatt; May 31st, 2009 at 08:41 PM.
    64-bit Lucid 10.04 LTS
    GPG Key ID: 113828CC

  6. #6
    Join Date
    Jul 2008
    Beans
    245
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Yet Another Sound Post: 64 bit Jaunty on Macbook Pro Penryn 4,1

    Quote Originally Posted by MaddMatt View Post
    ..., but I used pulse audio to boost them by 400% and that brought them back to normal.
    sound volume shouldn't be lower as usual if you added
    Code:
    options snd_hda_intel model=mbp3
    to some file in /etc/modprobe.d and updated your ramdisk as indicated by the mactel documentation. however, if it works for you using pulseaudio (is the quality and/or performance impact acceptable?), it's fine.

    ciao,
    Mario

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
  •