FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Redhat > Fedora User

 
 
LinkBack Thread Tools
 
Old 08-17-2008, 02:42 PM
"Steve Repo"
 
Default Bluetooth headset in Fedora 9

I have fedora 9 x86_64 install with all updates up-to-date.

I have Belkin USB dongle that works with my Motorola Phone (I can browse my phone over bluetooth)

I bought a Jabra 125 bluetooth headset that workswith my Motorola Phone.


I want to use this headset with fedora for making calls via ekiga.

I have no clue how to get this going. I found a sad link here, http://fedorasolved.org/post-install-solutions/bluetooth-headset-config


Here is more details,

$ rpm -qa | grep bluezbluez-libs-3.32-1.fc9.x86_64
bluez-gnome-0.26-1.fc9.x86_64
bluez-utils-3.32-1.fc9.x86_64
bluez-utils-cups-3.32-1.fc9.x86_64
bluez-utils-alsa-3.32-1.fc9.x86_64


$ rpm -qa | grep alsa
alsa-tools-1.0.16-4.fc9.x86_64
alsa-lib-1.0.16-3.fc9.x86_64
alsa-lib-devel-1.0.16-3.fc9.x86_64
alsa-utils-1.0.16-3.fc9.x86_64
bluez-utils-alsa-3.32-1.fc9.x86_64

$ hcitool scan

Scanning ...
*** 00:1D:82:3C:62:E2*** Jabra BT125

$ hcitool cc 00:1D:82:3C:62:E2
Can't create connection: Operation not permitted

$ hcitool inq
Inquiring ...
******* 00:1D:82:3C:62:E2****** clock offset: 0x2fd5*** class: 0x200404


Then tried to follow the instructions,
$ ./bootstrap
alsa-plugins/Makefile.am:10: Libtool library used but `LIBTOOL' is undefined
alsa-plugins/Makefile.am:10:** The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'

alsa-plugins/Makefile.am:10:** to `configure.in' and run `aclocal' and `autoconf' again.
alsa-plugins/Makefile.am:10:** If `AC_PROG_LIBTOOL' is in `configure.in', make sure

alsa-plugins/Makefile.am:10:** its definition is in aclocal's search path.
alsa-plugins/Makefile.am:33: compiling `a2dpd.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.in'

$ ./configure
bash: ./configure: No such file or directory
$

What am I doing wrong? (Is there an easier to way to do this?)

Steve

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 08-18-2008, 04:12 PM
Kevin Fenzi
 
Default Bluetooth headset in Fedora 9

On Sun, 17 Aug 2008 20:12:34 +0530
scmuser@gmail.com ("Steve Repo") wrote:

> I have fedora 9 x86_64 install with all updates up-to-date.
>
> I have Belkin USB dongle that works with my Motorola Phone (I can
> browse my phone over bluetooth)
>
> I bought a Jabra 125 bluetooth headset that workswith my Motorola
> Phone.
>
> I want to use this headset with fedora for making calls via ekiga.
>
> I have no clue how to get this going. I found a sad link here,
> http://fedorasolved.org/post-install-solutions/bluetooth-headset-config

That link is out of date/no longer the way to do things.

Instead take a look at:

http://wiki.bluez.org/wiki/HOWTO/AudioDevices

Basically you should just need to populate your ~/.asoundrc with your
headsets bluetooth address and it should work.

Sadly, here I get the "sco packet for unknown connection" error, which
is apparently a kernel issue with encrypted/non encrypted
connections. ;(

Hope that helps, and please let us know how it goes.

kevin
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 08-19-2008, 07:48 AM
"Steve Repo"
 
Default Bluetooth headset in Fedora 9

2008/8/18 Kevin Fenzi <kevin@scrye.com>

On Sun, 17 Aug 2008 20:12:34 +0530

scmuser@gmail.com ("Steve Repo") wrote:



> I have fedora 9 x86_64 install with all updates up-to-date.

>

> I have Belkin USB dongle that works with my Motorola Phone (I can

> browse my phone over bluetooth)

>

> I bought a Jabra 125 bluetooth headset that workswith my Motorola

> Phone.

>

> I want to use this headset with fedora for making calls via ekiga.

>

> I have no clue how to get this going. I found a sad link here,

> http://fedorasolved.org/post-install-solutions/bluetooth-headset-config



That link is out of date/no longer the way to do things.



Instead take a look at:



http://wiki.bluez.org/wiki/HOWTO/AudioDevices



Basically you should just need to populate your ~/.asoundrc with your

headsets bluetooth address and it should work.



Sadly, here I get the "sco packet for unknown connection" error, which

is apparently a kernel issue with encrypted/non encrypted

connections. ;(



Hope that helps, and please let us know how it goes.



I created a .asoundrc file and was successful in pairing my headset,** However nothing else is working.
This is on mplayer
<snip>
[AO_ALSA] alsa-lib: pcm_bluetooth.c:1505audioservice_recv) Error receiving data from audio service: Success(0)

[AO_ALSA] alsa-lib: pcm_bluetooth.c:1521audioservice_expect) Bogus message BT_SETCONFIGURATION_REQ received while BT_SETCONFIGURATION_RSP was expected
[AO_ALSA] Unable to set hw-parameters: Invalid argument
Could not open/initialize audio device -> no sound.

Audio: no sound
</snip>

I found another post on getting the headset to work. It might help you.
http://fedoraforum.org/forum/printthread.php?t=190468


I get even though pulseaudio service is running,
Connection failure: Connection refused
Connection failure: Connection refused

when running,
pactl load-module module-alsa-sink device=bluetooth
pactl load-module module-alsa-source device=bluetooth



This whole fedora implemetation seem to be a big mess of infinite dependencies and broken things. Who whould no pulseaudio volume control is not part of pulse audio and not installed by default? Google is your friend for everything.


Anyway, I'm out. I'll try this only if there is something promising or a fedora developer who knows this stuff is willing to help to get this going.

Steve

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 08-19-2008, 08:38 AM
Tim
 
Default Bluetooth headset in Fedora 9

On Tue, 2008-08-19 at 13:18 +0530, Steve Repo wrote:
> Who whould no pulseaudio volume control is not part of pulse audio and
> not installed by default?

On the two systems I've installed Fedora 9 onto, they had it installed
by default.

By the way, try and turn off the HTML posting to the mailing list.

--
[tim@localhost ~]$ uname -r
2.6.25.14-108.fc9.i686

Don't send private replies to my address, the mailbox is ignored. I
read messages from the public lists.



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 08-19-2008, 09:09 AM
"Steve Repo"
 
Default Bluetooth headset in Fedora 9

On Tue, Aug 19, 2008 at 2:08 PM, Tim <ignored_mailbox@yahoo.com.au> wrote:


On Tue, 2008-08-19 at 13:18 +0530, Steve Repo wrote:

> Who whould no pulseaudio volume control is not part of pulse audio and

> not installed by default?



On the two systems I've installed Fedora 9 onto, they had it installed

by default.

It wasn't on mine and it says so here, http://fedoraproject.org/wiki/Releases/FeatureVolumeControl



*
By the way, try and turn off the HTML posting to the mailing list.
I'm using gmail and I don't see a setting here for text only however my encoding is set to use "text only".
*
*

Don't send private replies to my address, the mailbox is ignored. *I

read messages from the public lists.

I hit reply and ensured it was sent to fedora-list@.* Not sure what happened here but I'll keep that in mind.

Thanks!


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 08-19-2008, 10:36 AM
Tim
 
Default Bluetooth headset in Fedora 9

Tim:

> By the way, try and turn off the HTML posting to the mailing list.

Steve Repo:
> I'm using gmail and I don't see a setting here for text only however
> my encoding is set to use "text only".

It's still sending as HTML plus plain text (as before). I don't use
Gmail, so I can't offer specific instructions about how to configure it,
but some mail clients call such mail "rich text," and a quick look at
the Gmail help seems to use the same term, suggesting that you might
need to look for an option like that. If you can't find the option in
your Gmail settings, or their help guides, I'm sure someone else using
it on here can tell you exactly where the option is hidden.

>> Don't send private replies to my address...

> I hit reply and ensured it was sent to fedora-list@. Not sure what
> happened here but I'll keep that in mind.

Nah, you're fine. That's in my signature to all mail on this list, to
let people know not to try privately e-mailing me, it won't work. They
can post, but I'll never see it.


--
[tim@localhost ~]$ uname -r
2.6.25.14-108.fc9.i686

Don't send private replies to my address, the mailbox is ignored. I
read messages from the public lists.



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 08-19-2008, 11:34 PM
"Wolfgang S. Rupprecht"
 
Default Bluetooth headset in Fedora 9

Tim <ignored_mailbox@yahoo.com.au> writes:
> I'm sure someone else using it on here can tell you exactly where
> the option is hidden.

In the "Compose Mail" screen there is a "Rich formatting >>" button
just below "Subject:" text entry box and "attach a file" link.
Hitting it produces a message with both HTML and text mime sections.
I think it interacts with the default settings when I first set up the
account and toggles between text-only and Rich-Formatting. Strangely
I can't find the setting for selecting that any more. I think it may
have gone away. Strange.

Sadly Gmail makes it way too easy to accidentally send HTML crap. As
an anti-HTML mail zealot, I've had to slink down in my chair a few
times after I noticed that %$#@-ing gmail once again sent HTML on my
behalf simply because someone sent me some.

-wolfgang
--
Wolfgang S. Rupprecht http://www.full-steam.org/ (ipv6-only)
You may need to config 6to4 to see the above pages.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 

Thread Tools




All times are GMT. The time now is 10:51 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org