Skip to main content

Posts

Showing posts with the label bluetooth

D630 System Up and Running on 9.04

Gotta love Ubuntu. Just one day later and I'm fully up and running. Bluetooth is working great (send-recieve from phone, check. bluetooth audio for headset, check.), nvidia graphics working great (after installing proprietary driver version 180), wireless working great (Broadcom B43 Wireless proprietary driver and updated OS). Yep, everything working great! I've updated my Bluetooth Headset post to include more accurate information on how I got it working this time around. Just do a search or click here .

More Bluetooth Woes in Jaunty Jackalope

I'm adding this to my list of bugs I hope they fix soon. Easiest way to get Bluetooth Audio I've found so far: 1. Follow these instructions up to step 9. 2. Follow these instructions after that. Here's the text (sort of) for each: #1: First we need to add the Blueman Project’s PPA to your Ubuntu Jaunty installation. Open a terminal and type in: $ sudo gedit /etc/apt/sources.list.d/blueman.list You will be presented with a blank text editor. Type or copy & paste the following lines in: deb http://ppa.launchpad.net/blueman/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/blueman/ppa/ubuntu jaunty main Save your changes and exit the editor. Now update your package lists with: $ sudo apt-get update At the end you will see a NO_PUBKEY error because your setup does not yet have the GPG key for the Blueman repository to authenticate the packages with. To fix this, import the key with: $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B15AB91951DC1E2...