<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 10/21/2009 03:12 PM, Tom "spot" Callaway wrote:
<blockquote cite="mid:4ADF24C6.4050802@redhat.com" type="cite">
  <pre wrap="">On 10/21/2009 10:10 AM, "Jóhann B. Guðmundsson" wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Did you get a sound from the rear jack? 
    </pre>
  </blockquote>
  <pre wrap="">
This mac mini has two rear analog jacks, one marked as input, one marked
as output "headphones". I currently have outputs plugged into both
ports, but I have yet to get any sound from either one.

This is exactly how it looks:

<a class="moz-txt-link-freetext" href="http://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/Mac_mini_opening.jpg/800px-Mac_mini_opening.jpg">http://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/Mac_mini_opening.jpg/800px-Mac_mini_opening.jpg</a>

  </pre>
  <blockquote type="cite">
    <pre wrap="">Smoltprofile please ;)
    </pre>
  </blockquote>
  <pre wrap="">
<a class="moz-txt-link-freetext" href="http://www.smolts.org/client/show/?uuid=pub_6cf87e28-1e73-4453-8fe4-98d3cadfe316">http://www.smolts.org/client/show/?uuid=pub_6cf87e28-1e73-4453-8fe4-98d3cadfe316</a>
  </pre>
</blockquote>
<br>
<br>
Ah-ha just what I thought chipset 82801G :)  Known to be badly wired by
hardware manufacturers. On the macmini the linux kernel used to send
the output to the line in so plug into that :) <br>
<br>
cat /proc/asound/card0/codec#* | grep Codec <br>
<br>
Let's asume that you get STAC9220/9221<br>
<br>
/usr/share/doc/kernel-doc-<version>/Documentation/sound/alsa/HD-Audio-Models.txt<br>
<br>
STAC9220/9221<br>
=============<br>
  ref           Reference board<br>
  3stack        D945 3stack<br>
  5stack        D945 5stack + SPDIF<br>
  intel-mac-v1  Intel Mac Type 1<br>
  intel-mac-v2  Intel Mac Type 2<br>
  intel-mac-v3  Intel Mac Type 3<br>
  intel-mac-v4  Intel Mac Type 4<br>
  intel-mac-v5  Intel Mac Type 5<br>
  intel-mac-auto Intel Mac (detect type according to subsystem id)<br>
  macmini       Intel Mac Mini (equivalent with type 3)<br>
  macbook       Intel Mac Book (eq. type 5)<br>
  macbook-pro-v1 Intel Mac Book Pro 1st generation (eq. type 3)<br>
  macbook-pro   Intel Mac Book Pro 2nd generation (eq. type 3)<br>
  imac-intel    Intel iMac (eq. type 2)<br>
  imac-intel-20 Intel iMac (newer version) (eq. type 3)<br>
  ecs202        ECS/PC chips<br>
  dell-d81      Dell (unknown)<br>
  dell-d82      Dell (unknown)<br>
  dell-m81      Dell (unknown)<br>
  dell-m82      Dell XPS M1210<br>
  auto          BIOS setup (default)<br>
<br>
And since this white little box contains the <a
 href="http://www.smolts.org/reports/view_device/AR242x%20802.11abg%20Wireless%20PCI%20Express%20Adapter">Atheros
Communications, Inc. AR242x 802.11abg Wireless PCI Express Adapter</a>
it's an 2006 macmini which means version 1 or 2 I think first try it
with the /etc/modprobe.d/alsa-base.conf  ( if none then none ) and make
sure nothing is blocking line in since the audio might be passed out
that way ;)  alsamixer -c0 and to monitor pulseaudio output kill
pulseaudio ( pulseaudio -k ) and start it verbosly ( pulseaudio -vvvvv 
) If nothing ( without out any extra alsa tweaking put options
snd-hda-intel model=intel-mac-v1 ( or 2 or auto )
/etc/modprobe.d/alsa-base.conf and repeat :)<br>
<br>
JBG  <br>
</body>
</html>