Hello everyone, It's been about 1 month since I got my 64 bits laptop, and after a hole month I started to figure out why the he## I couldn't get the audio service working on it. Or the pan service, or the serial service, or what ever service you might think off. I was always getting: dbus.exceptions.DBusException: org.bluez.Error.Failed: Exec format error When ever I asked dbus to register a new server. After a long trial and error, I discovered that by default bluez was installing all the services to ${prefix}/lib instead of ${prefix}/lib64. Here's a little patch that fixes that problem. I'm not sure if I fixed the problem in the best way, I haven't ever used auto tools for over 10 seconds, so I might have broken something. I tested, it builds, and then when I make the install it puts the files into lib64. The patch was made against the latest cvs version. Thanks, Manuel Naranjo Wireless Cables Inc. www.aircable.net