Last active
December 22, 2015 01:02
-
-
Save anamorph/e7ffe1286447fbc8fefd to your computer and use it in GitHub Desktop.
PowerMac g5 - ubuntu & Audio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### info | |
this works on my powermac g5 dual 1.8ghz with ubuntu 14.04. | |
#### modify /etc/modules to match: | |
apm_emu | |
loop | |
# snd-powermac | |
snd_aoa_i2sbus | |
snd_aoa_fabric_layout | |
# snd_aoa_codec_tas | |
snd_aoa_codec_onyx | |
#### modify /etc/modprobe.d/blacklist.local.conf to match: | |
# blacklist snd-aoa-codec-tas | |
# blacklist snd-aoa-fabric-layout | |
# blacklist snd-aoa-i2sbus | |
# blacklist snd-aoa-soundbus | |
# blacklist snd-aoa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment