[Bug 327284] Re: [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used
Update: After several days of flawless audio, I suddenly started getting an error message when I tried to run my command-line string. I would instantly get a message telling me that the module had failed to load. All versions of the packages were in order with this thread's workaround. For some reason, "pulseaudio-module-hal" got dropped from my system during one of the recent Ubuntu auto-updates. It took me a long time to figure out that this is what happened. After adding the module, I can now use my commands as before and get audio to work again. Hope this helps someone else out there... -- [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used https://bugs.launchpad.net/bugs/327284 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 327284] Re: [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used
Ok, after some further hunting, I found the .deb packaged with Kharmic. I installed it on Jaunty and now I've got it working. Sort of. It's still a bit buggy. For instance, if I close Rhythmbox and then try to reopen and play something again, it may or may not work without reinitializing the bluetooth connection using: pactl load-module module-bluetooth-device address=00:0D:3C:BC:56:D9 sink_name="CardoS2" profile="a2dp" Here is how I got it working: 1. Upgrade PulseAudio to version 0.915 by adding the following PPA resource to Synaptic Package Sources: deb http://ppa.launchpad.net/themuso/ppa/ubuntu jaunty main (Note that you need to add the gpg key found on https://launchpad.net/~themuso/+archive/ppa as well) Check for software updates and install any "pulse" related packages that upgrade to .915 versions. 2. Download the Bluez 4.37 .deb package for Kharmic from here: https://edge.launchpad.net/ubuntu/karmic/i386/bluez/4.37-0ubuntu1 Install with dpkg -i This effectively backports the package, I think... Someone with more experience should probably confirm this. I'm fairly new to Ubuntu/desktop *nix. 3. Switch your audio settings to "PulseAudio" in your system Sound settings - leave Sound Capture set to HDA . 4. Find the MAC address of your bluetooth device (do a quick google search for "ubuntu bluetooth MAC address" if you're not sure how to do this) 5. Pair your bluetooth headset through your bluetooth settings. 6. Launch your PulseAudio Device Chooser application (Applications -> Sound & Video) 7. On the commandline, initialize your bluetooth headset as a sink for PulseAudio: pactl load-module module-bluetooth-device address=XX:XX:XX:XX:XX:XX sink_name="BTHeadset" profile="a2dp" 8. You may or may not need to set the newly added device as the default audio sink. If you're not hearing audio, this is a possible reason. Set "BTHeadset" as your default sink by clicking the PulseAudio Device Chooser icon in your top panel and changing the Default Sink -> Other... to BTHeadset. If that doesn't work, I'm not sure what else it could be... I'm very happy that this solution fixed the audio for me. Now I can watch TV on the bus again! :) -- [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used https://bugs.launchpad.net/bugs/327284 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 327284] Re: [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used
Please note that the "a2dp" is the correct Bluetooth profile for my headset, but it may not be the right one for yours... Please check your Bluetooth headset documentation to find the correct profile information. -- [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used https://bugs.launchpad.net/bugs/327284 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 327284] Re: [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used
jdaviescoates wrote: >Are any of people who have got this working using blueman? Because without >blueman I don't seem to be able to pair at all. No, I haven't tested with that... Ludovico Cavedon wrote, >However I filed a bug 370507 asking backporting of bluez 4.37 to jaunty. Please help to promoting the backport by testing the bluez package I mentioned in that page (i.e. the bluez package in my ppa) and reporting to that bug I've recommended it for release. Others following this thread should do likewise. It would be best to have this added automatically to Jaunty to improve overall experience for newer users. Thanks for posting it! -- [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used https://bugs.launchpad.net/bugs/327284 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 327284] Re: [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used
I was using the instructions found here for Intrepid, but these no longer apply to Jaunty: https://help.ubuntu.com/community/BluetoothHeadset Was working perfectly in Intrepid. -- [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used https://bugs.launchpad.net/bugs/327284 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 327284] Re: [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used
We should update the Help Wiki for Bluetooth Headset interaction through Pulse Audio found here: https://help.ubuntu.com/community/BluetoothHeadset Many other users could definitely benefit from this info. Long-run, Ubuntu should SERIOUSLY consider packaging/productizing these types of things! I didn't bring my BT headphones with me to work (wasn't working, so why bother?). I'll give it a spin tonight and post my test results with the Cardo S-2. Regardless, thank you Sam and Ludovico. The community has been improved by your efforts. -- [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used https://bugs.launchpad.net/bugs/327284 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 327284] Re: [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used
>> On Tue, Apr 28, 2009 at 12:27 PM, Ludovico Cavedon >> wrote: >>> Just to avoid confusion, I was *not* using the setup described in >>> http://wiki.bluez.org/wiki/HOWTO/AudioDevices (i.e. bluetooth through >>> ALSA), but I was using the native bluetooth interface of pulseaudio for >>> bluetooth. >> >> Keeping in mind this is a bug to fix the recognition of bluetooth audio >> devices in PulseAudio, could you please write a summary of your current >> workaround with detailed steps? Your previous update on the workaround >> seems to include ALSA, but this reply says you didn't. >Are you taking about my message or Sam's message? I'm pretty sure he means your reference to *not* using the info found http://wiki.bluez.org/wiki/HOWTO/AudioDevices but rather using the native bluetooth interface of pulseaudio for bluetooth. The rest of us are having trouble getting the PulseAudio interface to recognize bluetooth devices. What, if anything did you have to do to fix it? Can you provide detailed work-around information to this bug? -- [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used https://bugs.launchpad.net/bugs/327284 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 327284] Re: [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used
The broken build is a bit problematic. Can someone post a .deb for this fix, at least? I'll try creating one (my first one...) tomorrow if no one responds with the solution. -- [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used https://bugs.launchpad.net/bugs/327284 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 283491] Re: [needs-packaging] xmlcopyeditor
Bump for me - great idea to add it to Debian/Ubuntu. Anyone who's gone through the process want to take this one on? Well worth the effort. -- [needs-packaging] xmlcopyeditor https://bugs.launchpad.net/bugs/283491 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 304683] Re: no text input in flash forms when scim is active
Same problem on 9.04 (up to date as of 2010-04-26). -- no text input in flash forms when scim is active https://bugs.launchpad.net/bugs/304683 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 413010] Re: Qt Assistant is no longer a development tool.
Agree. At the very least, if Qt Assistant is not made standalone then it should be a dependent of Qt Designer. Otherwise, if Qt Assistant isn't pulled from the qt4-dev-tools package, then Qt Designer should *REQUIRE* qt4-dev-tools as a dependant. Otherwise, users will install Qt Designer and not have any way of figuring out why they don't have help menu options available once installed. As a workaround, users who have installed Qt Designer must then install (through Synaptic Package Manager) "qt4-dev-tools". That also adds a bunch of stuff they don't need, but at least they can then use the help system for Qt Designer. -- Qt Assistant is no longer a development tool. https://bugs.launchpad.net/bugs/413010 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to qt4-x11 in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 211372] Re: gnome panel drawer animation wierdness
*** This bug is a duplicate of bug 108951 *** https://bugs.launchpad.net/bugs/108951 yes, it's the same behavior we're seeing on Bug #108951. Pops out first bit, slight delay (2 sec or so) and then the full tray slides out. Click again and it just disappears. -- gnome panel drawer animation wierdness https://bugs.launchpad.net/bugs/211372 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 108951] Re: Gnome drawer applet delays and unresponsiveness
*If* Gnome 2.29.91 fixes the problem, has anyone confirmed if it's slated for for Lucid Lynx? I saw some forum posts saying it was accepted, but it'd be nice to know if it's confirmed. If so, has anyone tested this out in the Beta? -- Gnome drawer applet delays and unresponsiveness https://bugs.launchpad.net/bugs/108951 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 86503] Re: Can't open the sucsessfully installed "Labyrinth Mind-mapping"
>From launchpad Bug 327174: "... At least in jaunty we're using python2.6, so changing line 40 to: sys.path.insert(0, abspath("/usr/lib/python2.6/dist-packages/labyrinth")) and installing python-numeric should fix all problems. Its running here." I can confirm this hack worked for me too. -- Can't open the sucsessfully installed "Labyrinth Mind-mapping" https://bugs.launchpad.net/bugs/86503 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 417863] Re: bluetooth headset pairs but not available for audio
Someone want to give these instructions a try in Koala? Sad that this hasn't been better integrated yet for Kharmic. i would consider this a high priority bug for laptop or netbook users... The content of the text in the link is really for my sanity and may or may not render correctly in your browser. The links at the top of the linked blog post are more accurate but contain too much info. I've done my best to capture what I needed to get it working, not really meant for public consumption, but here it is: http://linuxforkeysers.blogspot.com/2009/04/more-bluetooth-woes-in- jaunty-jackalope.html As a piece of background, the trouble isn't so much the bluetooth as the use of pulseaudio with bluetooth. PulseAudio just isn't ready for this kind of "new" technology. -- bluetooth headset pairs but not available for audio https://bugs.launchpad.net/bugs/417863 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 283491] Re: [needs-packaging] xmlcopyeditor
Looks like we're just waiting for wxWidgets 2.8 to get into Ubuntu and then this can be packaged for Ubuntu as well, correct? -- [needs-packaging] xmlcopyeditor https://bugs.launchpad.net/bugs/283491 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 417863] Re: bluetooth headset pairs but not available for audio
Has anyone tested this again on the RC? If it's still present, what's the plan for Lucid? File new bug and watch it get ignored again? :( -- bluetooth headset pairs but not available for audio https://bugs.launchpad.net/bugs/417863 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 459839] Re: installation corrupted due to EXT4-fs error
*** This bug is a duplicate of bug 453579 *** https://bugs.launchpad.net/bugs/453579 ** This bug has been marked a duplicate of bug 453579 corruption of large files reported with linux 2.6.31-14.46 on ext4 -- installation corrupted due to EXT4-fs error https://bugs.launchpad.net/bugs/459839 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 108951] Re: Gnome drawer applet delays and unresponsiveness
Confirmed. Annoying indeed - delay here is definitely NOT desirable in terms of usability. -- Gnome drawer applet delays and unresponsiveness https://bugs.launchpad.net/bugs/108951 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 550625] Re: Alps touchpad is recognized but synaptics clients and scrolling do not work
Being part of the largest Linux desktop community does have its advantages. Of course, we're all part of the even larger Debian-based community and the upstream work shouldn't be minimalized either. Anyone know if this workaround patch is slated to make its way into the auto-updates or should I hold my breath for a real fix to the problem? -- Alps touchpad is recognized but synaptics clients and scrolling do not work https://bugs.launchpad.net/bugs/550625 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 554050] Re: Touchpad vertical scrolling doesn't work after upgrade to 2.6.32-19 (Sony VAIO EB1E1E, AlpsPS2/2 ALPS)
*** This bug is a duplicate of bug 550625 *** https://bugs.launchpad.net/bugs/550625 Rocky, if the bug is fixed, is there a way for the rest of us to apply the fix? (hoping it comes through Update Manager soon). -- Touchpad vertical scrolling doesn't work after upgrade to 2.6.32-19 (Sony VAIO EB1E1E, AlpsPS2/2 ALPS) https://bugs.launchpad.net/bugs/554050 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 550625] Re: Alps touchpad is recognized but synaptics clients and scrolling do not work
@bishoptf I was wondering the same thing. Really would prefer this to make its way into the update patches provided by Ubuntu itself. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/550625 Title: Alps touchpad is recognized but synaptics clients and scrolling do not work -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 582873] Re: [needs packaging] DITA Open Toolkit
More important would be to create an installable package that integrates the catalog/dtds similarly to how "docbook-xml" is currently available. Package should be "dita-xml" and installable via apt-get. -- [needs packaging] DITA Open Toolkit https://bugs.launchpad.net/bugs/582873 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 349943] Re: Screen blinks randomly on external monitor
Same problem for me - Ubuntu 10.04, DVI external monitor, Dell E6410. -- Screen blinks randomly on external monitor https://bugs.launchpad.net/bugs/349943 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 385974] Re: rdesktop has black cursor instead of white cursor
Noticed that ricolai's PPA has been emptied so I updated my blog post to point to the DL'ed binaries. Full blog post is here: http://linuxforkeysers.blogspot.com/2010/08/black-cursors-on-win72008-r2-using.html -- rdesktop has black cursor instead of white cursor https://bugs.launchpad.net/bugs/385974 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 385974] Re: rdesktop has black cursor instead of white cursor
ricolai's fix worked great for me. Thanks for making it easier to workaround. Here's to hoping it gets dropped to the main repos soon too! -- rdesktop has black cursor instead of white cursor https://bugs.launchpad.net/bugs/385974 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs