On Thursday 02 April 2009 18:03:13 Lennart Poettering wrote: > On Thu, 02.04.09 12:46, Jon Smirl (jonsmirl at gmail.com) wrote: > > > > > On Thu, Apr 2, 2009 at 12:16 PM, Lennart Poettering > > <lennart at poettering.net> wrote: > > > On Thu, 02.04.09 12:14, Jon Smirl (jonsmirl at gmail.com) wrote: > > > > > >> > > >> This is the bug in module_hal_detect.c. > > >> It has a check for (device != 0), my device is #1. > > >> > > >> device = libhal_device_get_property_int(u->context, udi, > > >> "alsa.device", &error); > > >> if (dbus_error_is_set(&error) || (device != 0)) { > > >> printf("jds 2 %s\n", udi); > > >> goto fail; > > >> } > > > > > > This is not a bug. And I already explained why that is the case. > > > > I'm trying to figure out how to compile pulse git under ubuntu. It > > doesn't find my X11 and asound2 headers in configure. > > > > Last four times I have upgrade my ubuntu I have lost my S/PDIF audio > > output. I have to mess around with it until I can get it back. > > No clue about Ubuntu. But I think there are 'PPA's for PA from git somewhere. > > Lennart > Indeed there are. This guy has 0.9.15-test7 for Jaunty, along with updated alsa libs to support it. https://launchpad.net/~themuso/+archive/ppa You may need a Launchpad login to access it. I haven't tried it myself (yet). Mark