hi,
the rme9652 driver has been changed in kernel 2.6.15 to use the mixer
interface for the hardware monitoring switches. the fact that this card
has no mixer is probably not worth mentioning at this stage, but it
means that hardware monitoring in jack will not work with these cards
post 2.6.14.
i can't think of a way around this for jack, but here's the patch to
make it work again for affected users (attached).
--
nick mainsbridge <
beatroot@...>
Beat-Route Media
[pcm_to_mixer.diff]
Index: drivers/alsa/hammerfall.c
===================================================================
RCS file: /cvsroot/jackit/jack/drivers/alsa/hammerfall.c,v
retrieving revision 1.5
diff -u -r1.5 hammerfall.c
--- drivers/alsa/hammerfall.c 29 Aug 2003 00:06:30 -0000 1.5
+++ drivers/alsa/hammerfall.c 27 Dec 2005 14:38:28 -0000
@@ -32,7 +32,7 @@
{
snd_ctl_elem_id_set_name (ctl, name);
snd_ctl_elem_id_set_numid (ctl, 0);
- snd_ctl_elem_id_set_interface (ctl, SND_CTL_ELEM_IFACE_PCM);
+ snd_ctl_elem_id_set_interface (ctl, SND_CTL_ELEM_IFACE_MIXER);
snd_ctl_elem_id_set_device (ctl, 0);
snd_ctl_elem_id_set_subdevice (ctl, 0);
snd_ctl_elem_id_set_index (ctl, 0);