个人工具

UbuntuHelp:Macpro

来自Ubuntu中文

跳转至: 导航, 搜索

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.