public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] [bluetooth-alsa] and [libao-devel]
@ 2004-12-13 13:02 soraberri
  2004-12-13 14:36 ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: soraberri @ 2004-12-13 13:02 UTC (permalink / raw)
  To: bluez-users

Hello folks,

If you are having troubles trying to install the bluetooth-alsa for 
headset support (http://bluetooth-alsa.sourceforge.net/) from a clean 
Fedora Core 3 installation, this may help you:

Following the build instructions from the page above I got this output 
from the ./configure script:
.
.
.
 > checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread
 > checking for libasound headers version >= 1.0.3... found.
 > checking for snd_ctl_open in -lasound... yes
 > ./configure: line 3249: XIPH_PATH_AO: command not found
 > configure: creating ./config.status
 > config.status: creating Makefile
 > config.status: creating sbc/Makefile
.
.
and the make process generates the following output+errors:

make  all-recursive
make[1]: Entering directory `/home/lpeiro/btsco'
Making all in sbc
make[2]: Entering directory `/home/lpeiro/btsco/sbc'
gcc -DHAVE_CONFIG_H -I. -I. -I..    @AO_CFLAGS@ -Wall -O2 -c sbclib.c
gcc: @AO_CFLAGS@: No such file or directory
make[2]: *** [sbclib.o] Error 1
make[2]: Leaving directory `/home/lpeiro/btsco/sbc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lpeiro/btsco'
make: *** [all] Error 2


In order to have XIPH_PATH_AO available you will need libao-devel 
package installed. This can be found at www.rpmfind.net, for the fedora 
distribution.
After that building process worked smoth for me.

Best regards



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Bluez-users] [bluetooth-alsa] and [libao-devel]
  2004-12-13 13:02 [Bluez-users] [bluetooth-alsa] and [libao-devel] soraberri
@ 2004-12-13 14:36 ` Marcel Holtmann
  2004-12-13 15:20   ` [Bluez-users] " soraberri
  0 siblings, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2004-12-13 14:36 UTC (permalink / raw)
  To: BlueZ Mailing List

Hi,

> If you are having troubles trying to install the bluetooth-alsa for 
> headset support (http://bluetooth-alsa.sourceforge.net/) from a clean 
> Fedora Core 3 installation, this may help you:
> 
> Following the build instructions from the page above I got this output 
> from the ./configure script:
> .
> .
> .
>  > checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread
>  > checking for libasound headers version >= 1.0.3... found.
>  > checking for snd_ctl_open in -lasound... yes
>  > ./configure: line 3249: XIPH_PATH_AO: command not found
>  > configure: creating ./config.status
>  > config.status: creating Makefile
>  > config.status: creating sbc/Makefile
> .
> .
> and the make process generates the following output+errors:
> 
> make  all-recursive
> make[1]: Entering directory `/home/lpeiro/btsco'
> Making all in sbc
> make[2]: Entering directory `/home/lpeiro/btsco/sbc'
> gcc -DHAVE_CONFIG_H -I. -I. -I..    @AO_CFLAGS@ -Wall -O2 -c sbclib.c
> gcc: @AO_CFLAGS@: No such file or directory
> make[2]: *** [sbclib.o] Error 1
> make[2]: Leaving directory `/home/lpeiro/btsco/sbc'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/lpeiro/btsco'
> make: *** [all] Error 2
> 
> 
> In order to have XIPH_PATH_AO available you will need libao-devel 
> package installed. This can be found at www.rpmfind.net, for the fedora 
> distribution.
> After that building process worked smoth for me.

we know and actually I already pointed this out in another thread you
can find in the mailing list archive ;)

Regards

Marcel




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bluez-users] Re: [bluetooth-alsa] and [libao-devel]
  2004-12-13 14:36 ` Marcel Holtmann
@ 2004-12-13 15:20   ` soraberri
  2004-12-13 15:51     ` soraberri
  0 siblings, 1 reply; 7+ messages in thread
From: soraberri @ 2004-12-13 15:20 UTC (permalink / raw)
  To: bluez-users

Marcel Holtmann wrote:
> Hi,
> 
> 
>>If you are having troubles trying to install the bluetooth-alsa for 
>>headset support (http://bluetooth-alsa.sourceforge.net/) from a clean 
>>Fedora Core 3 installation, this may help you:
>>
>>Following the build instructions from the page above I got this output 
>>from the ./configure script:
>>.
>>.
>>.
>> > checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread
>> > checking for libasound headers version >= 1.0.3... found.
>> > checking for snd_ctl_open in -lasound... yes
>> > ./configure: line 3249: XIPH_PATH_AO: command not found
>> > configure: creating ./config.status
>> > config.status: creating Makefile
>> > config.status: creating sbc/Makefile
>>.
>>.
>>and the make process generates the following output+errors:
>>
>>make  all-recursive
>>make[1]: Entering directory `/home/lpeiro/btsco'
>>Making all in sbc
>>make[2]: Entering directory `/home/lpeiro/btsco/sbc'
>>gcc -DHAVE_CONFIG_H -I. -I. -I..    @AO_CFLAGS@ -Wall -O2 -c sbclib.c
>>gcc: @AO_CFLAGS@: No such file or directory
>>make[2]: *** [sbclib.o] Error 1
>>make[2]: Leaving directory `/home/lpeiro/btsco/sbc'
>>make[1]: *** [all-recursive] Error 1
>>make[1]: Leaving directory `/home/lpeiro/btsco'
>>make: *** [all] Error 2
>>
>>
>>In order to have XIPH_PATH_AO available you will need libao-devel 
>>package installed. This can be found at www.rpmfind.net, for the fedora 
>>distribution.
>>After that building process worked smoth for me.
> 
> 
> we know and actually I already pointed this out in another thread you
> can find in the mailing list archive ;)
> 
> Regards
> 
> Marcel
> 
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now. 
> http://productguide.itmanagersjournal.com/


Thanks Marcel,
sometimes if I knew what to look for, I wouldn't need to look for it.
Anyway, I'm stick again: while inserting the module (modprobe 
snd_bt_sco) it says
FATAL: Module snd_bt_sco not found

Any step is a whole world for me, as you can see...



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bluez-users] Re: [bluetooth-alsa] and [libao-devel]
  2004-12-13 15:20   ` [Bluez-users] " soraberri
@ 2004-12-13 15:51     ` soraberri
  2004-12-13 16:14       ` Sebastian Roth
  0 siblings, 1 reply; 7+ messages in thread
From: soraberri @ 2004-12-13 15:51 UTC (permalink / raw)
  To: bluez-users

I actually con load sco (modprobe sco) but not snd_bt_sco as indicated 
in http://bluetooth-alsa.sourceforge.net/

> Thanks Marcel,
> sometimes if I knew what to look for, I wouldn't need to look for it.
> Anyway, I'm stick again: while inserting the module (modprobe 
> snd_bt_sco) it says
> FATAL: Module snd_bt_sco not found
> 
> Any step is a whole world for me, as you can see...
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now. 
> http://productguide.itmanagersjournal.com/



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bluez-users] Re: [bluetooth-alsa] and [libao-devel]
  2004-12-13 15:51     ` soraberri
@ 2004-12-13 16:14       ` Sebastian Roth
  2004-12-14 10:22         ` soraberri
  0 siblings, 1 reply; 7+ messages in thread
From: Sebastian Roth @ 2004-12-13 16:14 UTC (permalink / raw)
  To: bluez-users

Hi soraberri,

 > I actually con load sco (modprobe sco) but not snd_bt_sco as indicated
 > in http://bluetooth-alsa.sourceforge.net/
modprobe just searches the regular directory (/lib/modules/`uname -r`)
for the module. Try insmod /full/path/to/snd-bt-sco.ko instead.

Best regards,
Sebastian



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bluez-users] Re: [bluetooth-alsa] and [libao-devel]
  2004-12-13 16:14       ` Sebastian Roth
@ 2004-12-14 10:22         ` soraberri
  2004-12-14 10:30           ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: soraberri @ 2004-12-14 10:22 UTC (permalink / raw)
  To: bluez-users

Sebastian Roth wrote:
> Hi soraberri,
> 
>  > I actually con load sco (modprobe sco) but not snd_bt_sco as indicated
>  > in http://bluetooth-alsa.sourceforge.net/
> modprobe just searches the regular directory (/lib/modules/`uname -r`)
> for the module. Try insmod /full/path/to/snd-bt-sco.ko instead.
> 
> Best regards,
> Sebastian
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now. 
> http://productguide.itmanagersjournal.com/

I migth be doing something wrong... It should be easier to load it. I've 
checked the path and the snd_bt_sco.ko file is placed at 
/lib/modules/`uname -r`/extra. Why in extra?

If I use insmod /lib/modules/`uname -r`/extra/snd_bt_sco.k, it claims 
for dependencies, and well, I have seen in some thread that someone just 
  use modprobe snd_bt_sco.

thanks sebastian

regards



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Bluez-users] Re: [bluetooth-alsa] and [libao-devel]
  2004-12-14 10:22         ` soraberri
@ 2004-12-14 10:30           ` Marcel Holtmann
  0 siblings, 0 replies; 7+ messages in thread
From: Marcel Holtmann @ 2004-12-14 10:30 UTC (permalink / raw)
  To: BlueZ Mailing List

Hi,

> I migth be doing something wrong... It should be easier to load it. I've 
> checked the path and the snd_bt_sco.ko file is placed at 
> /lib/modules/`uname -r`/extra. Why in extra?
> 
> If I use insmod /lib/modules/`uname -r`/extra/snd_bt_sco.k, it claims 
> for dependencies, and well, I have seen in some thread that someone just 
>   use modprobe snd_bt_sco.

after the "make install" maybe a "depmod -e" is needed.

Regards

Marcel




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-12-14 10:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-13 13:02 [Bluez-users] [bluetooth-alsa] and [libao-devel] soraberri
2004-12-13 14:36 ` Marcel Holtmann
2004-12-13 15:20   ` [Bluez-users] " soraberri
2004-12-13 15:51     ` soraberri
2004-12-13 16:14       ` Sebastian Roth
2004-12-14 10:22         ` soraberri
2004-12-14 10:30           ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox