Revision 4 as of 2008-07-31 13:49:25

Clear message

Issues

Sound

For HDA intel sound

  1. apt-get install build-essential
  2. apt-get install libncurses5-dev
  3. Go to: http://www.alsa-project.org/ and dowload latest alsa-driver, alsa-lib, alsa-utils archive.

  4. tar xjvf alsa-driver-*
  5. tar xjvf alsa-lib-*
  6. tar xjvf alsa-utils-*
  7. cd alsa-driver-*
  8. ./configure --with-card=hda-intel
  9. make
  10. sudo make install
  11. cd ../alsa-lib-*
  12. ./configure
  13. make
  14. sudo make install
  15. cd ../alsa-utils-*
  16. ./configure
  17. sudo make install

Currently Only the back sound output port is working properly. The front audio port does not output at full volume.

Video

There are lots of artifacts. Using ATI drivers. During boot, the splash screen has a bunch of white flickering pixels.

Other Mac computer help

  1. https://help.ubuntu.com/community/MacBookPro