I have this 2006 Mac Pro 1,1 that I was no-longer using (it won't run OS X beyond Lion) so I tried installing FreeBSD 10.2 on it. I got FreeBSD installed and it boots up fine after having blessed the ZFS boot partitions on the mirrored drives. Anyway, I thought I'd use it as a NAS once I fill up the drive bays with larger disks and it already has a ton of memory for ZFS (I picked up 32GB of Ram on ebay for it for $65). It turns out though that it makes a pretty nice X workstation too after having installed Xorg and Xfce. I'll probably use it for both.
All the hardware seems well supported except for wifi and sound. I've solved the networking issue by hard wiring to a 100gb switch on my LAN. Now, I'm trying to get the sound to work. Has anyone here had any experience getting the sound to work on old Apple Hardware? I've searched Google and have tried some things but I can't seem to get it working. Here is the output from
From one suggestion I ran across in a Google search, I added this to /boot/device.hints but this doesn't seem to help:
The sound hardware is supported by FreeBSD but, I just can't get it to work and was wondering if anyone here might have an idea.
regards
John
All the hardware seems well supported except for wifi and sound. I've solved the networking issue by hard wiring to a 100gb switch on my LAN. Now, I'm trying to get the sound to work. Has anyone here had any experience getting the sound to work on old Apple Hardware? I've searched Google and have tried some things but I can't seem to get it working. Here is the output from
cat /dev/sndstat
:
Code:
Installed devices:
pcm0: <Realtek ALC889A (Analog)> (play/rec)
pcm1: <Realtek ALC889A (Rear Digital)> (play/rec) default
pcm2: <Realtek ALC889A (Front Analog Headphones)> (play)
pcm3: <Realtek ALC889A (Rear Analog Line-out)> (play)
From one suggestion I ran across in a Google search, I added this to /boot/device.hints but this doesn't seem to help:
Code:
hint.hdaa.0.gpio_config="0=clear 1=clear"
hint.hdaa.0.config="ovref"
The sound hardware is supported by FreeBSD but, I just can't get it to work and was wondering if anyone here might have an idea.
regards
John