Skip to content

Instantly share code, notes, and snippets.

@anamorph
Last active December 22, 2015 01:02
Show Gist options
  • Save anamorph/e7ffe1286447fbc8fefd to your computer and use it in GitHub Desktop.
Save anamorph/e7ffe1286447fbc8fefd to your computer and use it in GitHub Desktop.
PowerMac g5 - ubuntu & Audio
### 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