On Mon, 3 Oct 2011, Lee Maschmeyer wrote: > On Mon, Oct 03, 2011 at 05:37:52PM -0400, Nicolas Pitre wrote: > > On Mon, 3 Oct 2011, Dave Mielke wrote: > > > > > Here's where you may have a bit of a problem. Unfortunately, there's no > > > command > > > line interface (that I'm aware of) for pairing a Bluetooth device. It has > > > to be > > > done within the graphical environment. > > > > you should be able to do that with bluez-simple-agent (installed in > > /usr/bin on Ubuntu). This is a Python script talking to the bluez > > daemon over dbus. > > I did: > > apt-get install bluez-simple-agent > > and got a return code of 100: Package not found.
This is not a package. The bluez-simple-agent file is part of the "bluez" package. $ dpkg -S /usr/bin/bluez-simple-agent bluez: /usr/bin/bluez-simple-agent $ dpkg -s bluez | grep Version Version: 4.96-0ubuntu3 (this is on Ubuntu oneiric beta2. Nicolas _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
