Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 12
  1. #1
    Utente di HTML.it
    Registrato dal
    Oct 2006
    Messaggi
    140

    auricolare bluetooth e mandriva 2007

    Premetto che sono diventato incapace di fare qualsiasi cosa, da quando sono passato a linux. Ho tentato qualche volta di compilare qualcosa ma con scarsi risultati. Ho gia' speso qualche ora a cercare una guida, ho trovato questa:
    http://digilander.libero.it/sbardell...0bluetooth.htm
    e a seguire passo passo tutto cio' che contiene.
    niente da fare, c'e' sempre una virgola fuori posto che non sono in grado di scovare e, in un modo o nell'altro, in qualche punto dell"installazione", qualcosa si inceppa.
    Ci fosse qualcuno che, con santa pazienza, mi prendesse per mano in questa valle di lacrime....

    Incollo di seguito cio' che ho copiato dalla konsole dopo l'ennesimo fallimento:

    U sbc/INSTALL
    U sbc/Makefile.am
    U sbc/NEWS
    U sbc/README
    U sbc/acinclude.m4
    U sbc/bootstrap
    U sbc/bootstrap-configure
    U sbc/configure.in
    U sbc/sbc.m4
    U sbc/sbc.pc.in
    cvs checkout: Updating sbc/include
    U sbc/include/Makefile.am
    U sbc/include/sbc.h
    cvs checkout: Updating sbc/lib
    U sbc/lib/Makefile.am
    U sbc/lib/sbc.c
    U sbc/lib/sbc_math.h
    U sbc/lib/sbc_tables.h
    cvs checkout: Updating sbc/src
    U sbc/src/Makefile.am
    U sbc/src/sbcinfo.c
    [termometro@dhcppc0 ~]$ cd sbc
    [termometro@dhcppc0 sbc]$ ./bootstrap
    configure.in: installing `./install-sh'
    configure.in: installing `./missing'
    lib/Makefile.am: installing `./depcomp'
    [termometro@dhcppc0 sbc]$ ./configure --prefix=/usr
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking whether gcc accepts -fPIE... yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking the maximum length of command line arguments... 32768
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc static flag works... yes
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    configure: creating libtool
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating include/Makefile
    config.status: creating lib/Makefile
    config.status: creating src/Makefile
    config.status: creating sbc.pc
    config.status: creating config.h
    config.status: executing depfiles commands
    [termometro@dhcppc0 sbc]$ make
    make all-recursive
    make[1]: Entering directory `/home/termometro/sbc'
    Making all in include
    make[2]: Entering directory `/home/termometro/sbc/include'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/termometro/sbc/include'
    Making all in lib
    make[2]: Entering directory `/home/termometro/sbc/lib'
    if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT sbc.lo -MD -MP -MF ".deps/sbc.Tpo" -c -o sbc.lo sbc.c; \
    then mv -f ".deps/sbc.Tpo" ".deps/sbc.Plo"; else rm -f ".deps/sbc.Tpo"; exit 1; fi
    mkdir .libs
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT sbc.lo -MD -MP -MF .deps/sbc.Tpo -c sbc.c -fPIC -DPIC -o .libs/sbc.o
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT sbc.lo -MD -MP -MF .deps/sbc.Tpo -c sbc.c -o sbc.o >/dev/null 2>&1
    /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -D_FORTIFY_SOURCE=2 -o libsbc.la -rpath /usr/lib -version-info 0:0:0 sbc.lo
    gcc -shared .libs/sbc.o -Wl,-soname -Wl,libsbc.so.0 -o .libs/libsbc.so.0.0.0
    (cd .libs && rm -f libsbc.so.0 && ln -s libsbc.so.0.0.0 libsbc.so.0)
    (cd .libs && rm -f libsbc.so && ln -s libsbc.so.0.0.0 libsbc.so)
    ar cru .libs/libsbc.a sbc.o
    ranlib .libs/libsbc.a
    creating libsbc.la
    (cd .libs && rm -f libsbc.la && ln -s ../libsbc.la libsbc.la)
    make[2]: Leaving directory `/home/termometro/sbc/lib'
    Making all in src
    make[2]: Entering directory `/home/termometro/sbc/src'
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -D_FORTIFY_SOURCE=2 -MT sbcinfo.o -MD -MP -MF ".deps/sbcinfo.Tpo" -c -o sbcinfo.o sbcinfo.c; \
    then mv -f ".deps/sbcinfo.Tpo" ".deps/sbcinfo.Po"; else rm -f ".deps/sbcinfo.Tpo"; exit 1; fi
    /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -D_FORTIFY_SOURCE=2 -o sbcinfo sbcinfo.o
    mkdir .libs
    gcc -Wall -O2 -D_FORTIFY_SOURCE=2 -o sbcinfo sbcinfo.o
    make[2]: Leaving directory `/home/termometro/sbc/src'
    make[2]: Entering directory `/home/termometro/sbc'
    make[2]: Nothing to be done for `all-am'.
    make[2]: Leaving directory `/home/termometro/sbc'
    make[1]: Leaving directory `/home/termometro/sbc'
    [termometro@dhcppc0 sbc]$ sudo make install
    Password:
    [termometro@dhcppc0 sbc]$ sudo make install
    Password:
    termometro is not in the sudoers file. This incident will be reported.
    [termometro@dhcppc0 sbc]$ su
    Parola d'ordine:
    [root@dhcppc0 sbc]# sudo make install
    Making install in include
    make[1]: Entering directory `/home/termometro/sbc/include'
    make[2]: Entering directory `/home/termometro/sbc/include'
    make[2]: Nothing to be done for `install-exec-am'.
    test -z "/usr/include" || mkdir -p -- "/usr/include"
    /usr/bin/install -c -m 644 'sbc.h' '/usr/include/sbc.h'
    make[2]: Leaving directory `/home/termometro/sbc/include'
    make[1]: Leaving directory `/home/termometro/sbc/include'
    Making install in lib
    make[1]: Entering directory `/home/termometro/sbc/lib'
    make[2]: Entering directory `/home/termometro/sbc/lib'
    test -z "/usr/lib" || mkdir -p -- "/usr/lib"
    /bin/sh ../libtool --mode=install /usr/bin/install -c 'libsbc.la' '/usr/lib/libsbc.la'
    /usr/bin/install -c .libs/libsbc.so.0.0.0 /usr/lib/libsbc.so.0.0.0
    (cd /usr/lib && { ln -s -f libsbc.so.0.0.0 libsbc.so.0 || { rm -f libsbc.so.0 && ln -s libsbc.so.0.0.0 libsbc.so.0; }; })
    (cd /usr/lib && { ln -s -f libsbc.so.0.0.0 libsbc.so || { rm -f libsbc.so && ln -s libsbc.so.0.0.0 libsbc.so; }; })
    /usr/bin/install -c .libs/libsbc.lai /usr/lib/libsbc.la
    /usr/bin/install -c .libs/libsbc.a /usr/lib/libsbc.a
    ranlib /usr/lib/libsbc.a
    chmod 644 /usr/lib/libsbc.a
    PATH="$PATH:/sbin" ldconfig -n /usr/lib
    ----------------------------------------------------------------------
    Libraries have been installed in:
    /usr/lib

    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR'
    flag during linking and do at least one of the following:
    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
    during execution
    - add LIBDIR to the `LD_RUN_PATH' environment variable
    during linking
    - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
    - have your system administrator add LIBDIR to `/etc/ld.so.conf'

    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.

  2. #2
    Utente di HTML.it
    Registrato dal
    Oct 2006
    Messaggi
    140
    ----------------------------------------------------------------------
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/home/termometro/sbc/lib'
    make[1]: Leaving directory `/home/termometro/sbc/lib'
    Making install in src
    make[1]: Entering directory `/home/termometro/sbc/src'
    make[2]: Entering directory `/home/termometro/sbc/src'
    test -z "/usr/bin" || mkdir -p -- "/usr/bin"
    /bin/sh ../libtool --mode=install /usr/bin/install -c 'sbcinfo' '/usr/bin/sbcinfo'
    /usr/bin/install -c sbcinfo /usr/bin/sbcinfo
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/home/termometro/sbc/src'
    make[1]: Leaving directory `/home/termometro/sbc/src'
    make[1]: Entering directory `/home/termometro/sbc'
    make[2]: Entering directory `/home/termometro/sbc'
    make[2]: Nothing to be done for `install-exec-am'.
    test -z "/usr/share/aclocal" || mkdir -p -- "/usr/share/aclocal"
    /usr/bin/install -c -m 644 'sbc.m4' '/usr/share/aclocal/sbc.m4'
    test -z "/usr/lib/pkgconfig" || mkdir -p -- "/usr/lib/pkgconfig"
    /usr/bin/install -c -m 644 'sbc.pc' '/usr/lib/pkgconfig/sbc.pc'
    make[2]: Leaving directory `/home/termometro/sbc'
    make[1]: Leaving directory `/home/termometro/sbc'
    [root@dhcppc0 sbc]# cvs -dserver:anonymous@bluetooth-alsa.cvs.sourceforge.net:/cvsroot/bluetooth-alsa login
    Logging in to server:anonymous@bluetooth-alsa.cvs.sourceforge.net:2401/cvsroot/bluetooth-alsa
    CVS password:
    [root@dhcppc0 sbc]# cvs -dserver:anonymous@bluetooth-alsa.cvs.sourceforge.net:/cvsroot/bluetooth-alsa co plugz
    cvs checkout: Updating plugz
    U plugz/AUTHORS
    U plugz/COPYING
    U plugz/COPYING.LIB
    U plugz/ChangeLog
    U plugz/INSTALL
    U plugz/Makefile.am
    U plugz/NEWS
    U plugz/README
    U plugz/acinclude.m4
    U plugz/bootstrap
    U plugz/configure.in
    U plugz/ltmain.sh
    cvs checkout: Updating plugz/alsa-plugins
    U plugz/alsa-plugins/BUILD
    U plugz/alsa-plugins/Makefile.am
    U plugz/alsa-plugins/a2dp.h
    U plugz/alsa-plugins/asound.conf
    U plugz/alsa-plugins/avrcp.h
    U plugz/alsa-plugins/ctl_sco.c
    U plugz/alsa-plugins/pcm_sco.c
    cvs checkout: Updating plugz/alsa-plugins/a2dpd
    U plugz/alsa-plugins/a2dpd/Makefile.am
    U plugz/alsa-plugins/a2dpd/a2dpd.c
    U plugz/alsa-plugins/a2dpd/a2dpd.conf
    U plugz/alsa-plugins/a2dpd/a2dpd_avrcp.c
    U plugz/alsa-plugins/a2dpd/a2dpd_avrcp.h
    U plugz/alsa-plugins/a2dpd/a2dpd_ctl.c
    U plugz/alsa-plugins/a2dpd/a2dpd_dbus.c
    U plugz/alsa-plugins/a2dpd/a2dpd_dbus.h
    U plugz/alsa-plugins/a2dpd/a2dpd_ipc.c
    U plugz/alsa-plugins/a2dpd/a2dpd_ipc.h
    U plugz/alsa-plugins/a2dpd/a2dpd_mixer.c
    U plugz/alsa-plugins/a2dpd/a2dpd_mixer.h
    U plugz/alsa-plugins/a2dpd/a2dpd_output_a2dp.c
    U plugz/alsa-plugins/a2dpd/a2dpd_output_a2dp.h
    U plugz/alsa-plugins/a2dpd/a2dpd_output_alsa.c
    U plugz/alsa-plugins/a2dpd/a2dpd_output_alsa.h
    U plugz/alsa-plugins/a2dpd/a2dpd_output_sco.c
    U plugz/alsa-plugins/a2dpd/a2dpd_output_sco.h
    U plugz/alsa-plugins/a2dpd/a2dpd_protocol.h
    U plugz/alsa-plugins/a2dpd/a2dpd_sdp.c
    U plugz/alsa-plugins/a2dpd/a2dpd_sdp.h
    U plugz/alsa-plugins/a2dpd/a2dpd_timer.c
    U plugz/alsa-plugins/a2dpd/a2dpd_timer.h
    U plugz/alsa-plugins/a2dpd/a2dpd_tools.c
    U plugz/alsa-plugins/a2dpd/a2dpd_tools.h
    U plugz/alsa-plugins/a2dpd/a2dpd_uinput.c
    U plugz/alsa-plugins/a2dpd/a2dpd_uinput.h
    U plugz/alsa-plugins/a2dpd/com.access.a2dpd.service.in
    U plugz/alsa-plugins/a2dpd/ctl_a2dpd.c
    U plugz/alsa-plugins/a2dpd/pcm_a2dpd.c
    U plugz/alsa-plugins/a2dpd/sample.a2dprc
    cvs checkout: Updating plugz/alsa-plugins/headsetd
    U plugz/alsa-plugins/headsetd/Makefile.am
    U plugz/alsa-plugins/headsetd/daemon.c
    U plugz/alsa-plugins/headsetd/daemon.h
    U plugz/alsa-plugins/headsetd/dbus.c
    U plugz/alsa-plugins/headsetd/dbus.h
    U plugz/alsa-plugins/headsetd/headsetd.c
    U plugz/alsa-plugins/headsetd/sdp.c
    U plugz/alsa-plugins/headsetd/sdp.h
    U plugz/alsa-plugins/headsetd/sockets.h
    U plugz/alsa-plugins/headsetd/states.c
    U plugz/alsa-plugins/headsetd/states.h
    U plugz/alsa-plugins/headsetd/volctl.c
    U plugz/alsa-plugins/headsetd/volctl.h
    cvs checkout: Updating plugz/avdtp
    U plugz/avdtp/Makefile.am
    U plugz/avdtp/avdtp.c
    U plugz/avdtp/avdtp.h
    U plugz/avdtp/avtest.c
    cvs checkout: Updating plugz/contrib
    cvs checkout: Updating plugz/contrib/skype_bt_hijacker
    U plugz/contrib/skype_bt_hijacker/ChangeLog
    U plugz/contrib/skype_bt_hijacker/Makefile
    U plugz/contrib/skype_bt_hijacker/README
    U plugz/contrib/skype_bt_hijacker/btscorunner
    U plugz/contrib/skype_bt_hijacker/skype_bt_hijacker
    U plugz/contrib/skype_bt_hijacker/skype_bt_hijacker.c
    U plugz/contrib/skype_bt_hijacker/skype_bt_hijacker_onclose
    U plugz/contrib/skype_bt_hijacker/skype_bt_hijacker_onopen
    U plugz/contrib/skype_bt_hijacker/skype_pickup.py
    cvs checkout: Updating plugz/docs
    U plugz/docs/build.html
    U plugz/docs/contact.html
    U plugz/docs/credits.html
    U plugz/docs/embed.html
    U plugz/docs/embedv1.html
    U plugz/docs/future.html
    U plugz/docs/gumstix.gif
    U plugz/docs/history.html
    U plugz/docs/index.html
    U plugz/docs/sound-of-bluez.png
    cvs checkout: Updating plugz/docs/embed
    U plugz/docs/embed/Makefile
    U plugz/docs/embed/alsa-lib.mk
    U plugz/docs/embed/btsco.mk
    U plugz/docs/embed/gmp.mk
    U plugz/docs/embed/linux-hwdep.patch
    U plugz/docs/embed/linux.config
    U plugz/docs/embed/runa2play
    U plugz/docs/embed/runa2recv
    U plugz/docs/embed/runbtsco
    U plugz/docs/embed/runlivestream
    U plugz/docs/embed/uclibc.mk
    cvs checkout: Updating plugz/patches
    U plugz/patches/README
    U plugz/patches/pwlib.1.10.1.diff
    U plugz/patches/sco-flowcontrol-v2.0.diff
    U plugz/patches/sco-flowcontrol-v3.0.diff
    U plugz/patches/sco-flowcontrol-v4.0.diff
    [root@dhcppc0 sbc]# cd plugz
    [root@dhcppc0 plugz]# ./bootstrap
    alsa-plugins/a2dpd/Makefile.am: installing `../compile'
    [root@dhcppc0 plugz]# ./configure --prefix=/usr --sysconfdir=/etc
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for ranlib... ranlib
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking bluetooth/bluetooth.h usability... yes
    checking bluetooth/bluetooth.h presence... yes
    checking for bluetooth/bluetooth.h... yes
    checking for hci_open_dev in -lbluetooth... yes
    checking for sdp_connect in -lbluetooth... yes
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for a sed that does not truncate output... /bin/sed
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking the maximum length of command line arguments... 32768
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... (cached) ranlib
    checking for strip... strip
    checking if gcc static flag works... yes
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    configure: creating libtool
    checking for ALSA CFLAGS...
    checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
    checking for libasound headers version >= 1.0.10... found.
    checking for snd_ctl_open in -lasound... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for GLIB... yes
    checking for DBUS... configure: error: Package requirements (dbus-1 >= 0.36, dbus-glib-1 >= 0.36) were not met:

    No package 'dbus-glib-1' found

    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.

    Alternatively, you may set the environment variables DBUS_CFLAGS
    and DBUS_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.

    [root@dhcppc0 plugz]# make
    make: *** No targets specified and no makefile found. Stop.
    [root@dhcppc0 plugz]# cd..
    [root@dhcppc0 sbc]# cd..
    [root@dhcppc0 termometro]# urpmi build-essential
    nessun pacchetto denominato build-essential
    [root@dhcppc0 termometro]# urpmi libbluetooth2-dev
    nessun pacchetto denominato libbluetooth2-dev
    [root@dhcppc0 termometro]# hciconfig hci0 voice 0x0060
    [root@dhcppc0 termometro]# hcitool scan
    Scanning ...
    00:15:A0:83:E4:94 Sam-N70
    00:0A:94:9D:2D:53 BT Headset V4
    [root@dhcppc0 termometro]# btsco 00:0A:94:9D:2D:53
    bash: btsco: command not found

  3. #3
    Utente di HTML.it
    Registrato dal
    Oct 2006
    Messaggi
    140
    [root@dhcppc0 termometro]# cd btsco-0.5
    [root@dhcppc0 btsco-0.5]# dir
    a2dp.h autom4te.cache btsco.c configure.in install-sh README
    a2play.c avdtp ChangeLog contrib kernel sbc
    a2recv.c avrcp.h compile COPYING ltmain.sh
    acinclude.m4 avrecv.c config.guess COPYING.LIB Makefile.am
    aclocal.m4 avsnd.c config.h.in depcomp Makefile.in
    alsa-plugins bootstrap config.sub docs missing
    AUTHORS btsco2.c configure INSTALL NEWS
    [root@dhcppc0 btsco-0.5]# ./bootstrap
    [root@dhcppc0 btsco-0.5]# ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for ranlib... ranlib
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking bluetooth/bluetooth.h usability... yes
    checking bluetooth/bluetooth.h presence... yes
    checking for bluetooth/bluetooth.h... yes
    checking for hci_open_dev in -lbluetooth... yes
    checking for sdp_connect in -lbluetooth... yes
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for a sed that does not truncate output... /bin/sed
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking the maximum length of command line arguments... 32768
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... (cached) ranlib
    checking for strip... strip
    checking if gcc static flag works... yes
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    configure: creating libtool
    checking for ALSA CFLAGS...
    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 10646: XIPH_PATH_AO: command not found
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating sbc/Makefile
    config.status: creating avdtp/Makefile
    config.status: creating alsa-plugins/Makefile
    config.status: creating alsa-plugins/headsetd/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    [root@dhcppc0 btsco-0.5]# make
    cd . && /bin/sh /home/termometro/btsco-0.5/missing --run autoheader
    rm -f stamp-h1
    touch config.h.in
    cd . && /bin/sh ./config.status config.h
    config.status: creating config.h
    config.status: config.h is unchanged
    make all-recursive
    make[1]: Entering directory `/home/termometro/btsco-0.5'
    Making all in sbc
    make[2]: Entering directory `/home/termometro/btsco-0.5/sbc'
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -MT sbc.o -MD -MP -MF ".deps/sbc.Tpo" -c -o sbc.o sbc.c; \
    then mv -f ".deps/sbc.Tpo" ".deps/sbc.Po"; else rm -f ".deps/sbc.Tpo"; exit 1; fi
    rm -f libsbc.a
    ar cru libsbc.a sbc.o
    ranlib libsbc.a
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -MT sbcinfo.o -MD -MP -MF ".deps/sbcinfo.Tpo" -c -o sbcinfo.o sbcinfo.c; \
    then mv -f ".deps/sbcinfo.Tpo" ".deps/sbcinfo.Po"; else rm -f ".deps/sbcinfo.Tpo"; exit 1; fi
    /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -o sbcinfo sbcinfo.o -lasound -lm -ldl -lpthread -lbluetooth
    mkdir .libs
    gcc -Wall -O2 -o sbcinfo sbcinfo.o /usr/lib/libasound.so -lm -ldl -lpthread /lib/libbluetooth.so
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -MT sbcdec.o -MD -MP -MF ".deps/sbcdec.Tpo" -c -o sbcdec.o sbcdec.c; \
    then mv -f ".deps/sbcdec.Tpo" ".deps/sbcdec.Po"; else rm -f ".deps/sbcdec.Tpo"; exit 1; fi
    /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -o sbcdec sbcdec.o libsbc.a -lasound -lm -ldl -lpthread -lbluetooth
    gcc -Wall -O2 -o sbcdec sbcdec.o libsbc.a /usr/lib/libasound.so -lm -ldl -lpthread /lib/libbluetooth.so
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -MT sbcenc.o -MD -MP -MF ".deps/sbcenc.Tpo" -c -o sbcenc.o sbcenc.c; \
    then mv -f ".deps/sbcenc.Tpo" ".deps/sbcenc.Po"; else rm -f ".deps/sbcenc.Tpo"; exit 1; fi
    /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -o sbcenc sbcenc.o libsbc.a -lasound -lm -ldl -lpthread -lbluetooth
    gcc -Wall -O2 -o sbcenc sbcenc.o libsbc.a /usr/lib/libasound.so -lm -ldl -lpthread /lib/libbluetooth.so
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -MT rcplay.o -MD -MP -MF ".deps/rcplay.Tpo" -c -o rcplay.o rcplay.c; \
    then mv -f ".deps/rcplay.Tpo" ".deps/rcplay.Po"; else rm -f ".deps/rcplay.Tpo"; exit 1; fi
    /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -o rcplay rcplay.o -lbluetooth -lbluetooth -lasound -lm -ldl -lpthread -lbluetooth
    gcc -Wall -O2 -o rcplay rcplay.o /usr/lib/libasound.so -lm -ldl -lpthread /lib/libbluetooth.so
    make[2]: Leaving directory `/home/termometro/btsco-0.5/sbc'
    Making all in avdtp
    make[2]: Entering directory `/home/termometro/btsco-0.5/avdtp'
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -MT avdtp.o -MD -MP -MF ".deps/avdtp.Tpo" -c -o avdtp.o avdtp.c; \
    then mv -f ".deps/avdtp.Tpo" ".deps/avdtp.Po"; else rm -f ".deps/avdtp.Tpo"; exit 1; fi
    rm -f libavdtp.a
    ar cru libavdtp.a avdtp.o
    ranlib libavdtp.a
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -MT avtest.o -MD -MP -MF ".deps/avtest.Tpo" -c -o avtest.o avtest.c; \
    then mv -f ".deps/avtest.Tpo" ".deps/avtest.Po"; else rm -f ".deps/avtest.Tpo"; exit 1; fi
    /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -o avtest avtest.o -lbluetooth libavdtp.a -lbluetooth -lasound -lm -ldl -lpthread -lbluetooth
    mkdir .libs
    gcc -Wall -O2 -o avtest avtest.o libavdtp.a /usr/lib/libasound.so -lm -ldl -lpthread /lib/libbluetooth.so
    make[2]: Leaving directory `/home/termometro/btsco-0.5/avdtp'
    Making all in alsa-plugins
    make[2]: Entering directory `/home/termometro/btsco-0.5/alsa-plugins'
    make[3]: Entering directory `/home/termometro/btsco-0.5/alsa-plugins'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/home/termometro/btsco-0.5/alsa-plugins'
    make[2]: Leaving directory `/home/termometro/btsco-0.5/alsa-plugins'
    make[2]: Entering directory `/home/termometro/btsco-0.5'
    if gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -O2 -MT btsco.o -MD -MP -MF ".deps/btsco.Tpo" -c -o btsco.o btsco.c; \
    then mv -f ".deps/btsco.Tpo" ".deps/btsco.Po"; else rm -f ".deps/btsco.Tpo"; exit 1; fi
    /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -O2 -o btsco btsco.o -lbluetooth -lasound -lm -ldl -lpthread -lbluetooth -lasound -lm -ldl -lpthread -lbluetooth
    mkdir .libs
    gcc -Wall -O2 -o btsco btsco.o /usr/lib/libasound.so -lm -ldl -lpthread /lib/libbluetooth.so
    if gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -O2 -MT btsco2.o -MD -MP -MF ".deps/btsco2.Tpo" -c -o btsco2.o btsco2.c; \
    then mv -f ".deps/btsco2.Tpo" ".deps/btsco2.Po"; else rm -f ".deps/btsco2.Tpo"; exit 1; fi
    /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -O2 -o btsco2 btsco2.o -lbluetooth -lasound -lm -ldl -lpthread -lbluetooth -lasound -lm -ldl -lpthread -lbluetooth
    gcc -Wall -O2 -o btsco2 btsco2.o /usr/lib/libasound.so -lm -ldl -lpthread /lib/libbluetooth.so
    if gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -O2 -MT a2play.o -MD -MP -MF ".deps/a2play.Tpo" -c -o a2play.o a2play.c; \
    then mv -f ".deps/a2play.Tpo" ".deps/a2play.Po"; else rm -f ".deps/a2play.Tpo"; exit 1; fi
    /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -O2 -o a2play a2play.o -lbluetooth -lpthread -lbluetooth sbc/libsbc.a -lasound -lm -ldl -lpthread -lbluetooth
    gcc -Wall -O2 -o a2play a2play.o sbc/libsbc.a /usr/lib/libasound.so -lm -ldl -lpthread /lib/libbluetooth.so
    if gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -O2 -MT a2recv.o -MD -MP -MF ".deps/a2recv.Tpo" -c -o a2recv.o a2recv.c; \
    then mv -f ".deps/a2recv.Tpo" ".deps/a2recv.Po"; else rm -f ".deps/a2recv.Tpo"; exit 1; fi
    /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -O2 -o a2recv a2recv.o -lbluetooth -lbluetooth sbc/libsbc.a -lasound -lm -ldl -lpthread -lbluetooth
    gcc -Wall -O2 -o a2recv a2recv.o sbc/libsbc.a /usr/lib/libasound.so -lm -ldl -lpthread /lib/libbluetooth.so
    if gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -O2 -MT avrecv.o -MD -MP -MF ".deps/avrecv.Tpo" -c -o avrecv.o avrecv.c; \
    then mv -f ".deps/avrecv.Tpo" ".deps/avrecv.Po"; else rm -f ".deps/avrecv.Tpo"; exit 1; fi
    /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -O2 -o avrecv avrecv.o -lbluetooth -lbluetooth -lasound -lm -ldl -lpthread -lbluetooth
    gcc -Wall -O2 -o avrecv avrecv.o /usr/lib/libasound.so -lm -ldl -lpthread /lib/libbluetooth.so
    if gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -O2 -MT avsnd.o -MD -MP -MF ".deps/avsnd.Tpo" -c -o avsnd.o avsnd.c; \
    then mv -f ".deps/avsnd.Tpo" ".deps/avsnd.Po"; else rm -f ".deps/avsnd.Tpo"; exit 1; fi
    /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -O2 -o avsnd avsnd.o -lbluetooth -lbluetooth -lasound -lm -ldl -lpthread -lbluetooth
    gcc -Wall -O2 -o avsnd avsnd.o /usr/lib/libasound.so -lm -ldl -lpthread /lib/libbluetooth.so
    make[2]: Leaving directory `/home/termometro/btsco-0.5'
    make[1]: Leaving directory `/home/termometro/btsco-0.5'

  4. #4
    Utente di HTML.it
    Registrato dal
    Oct 2006
    Messaggi
    140
    [root@dhcppc0 btsco-0.5]# make install
    Making install in sbc
    make[1]: Entering directory `/home/termometro/btsco-0.5/sbc'
    make[2]: Entering directory `/home/termometro/btsco-0.5/sbc'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/home/termometro/btsco-0.5/sbc'
    make[1]: Leaving directory `/home/termometro/btsco-0.5/sbc'
    Making install in avdtp
    make[1]: Entering directory `/home/termometro/btsco-0.5/avdtp'
    make[2]: Entering directory `/home/termometro/btsco-0.5/avdtp'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/home/termometro/btsco-0.5/avdtp'
    make[1]: Leaving directory `/home/termometro/btsco-0.5/avdtp'
    Making install in alsa-plugins
    make[1]: Entering directory `/home/termometro/btsco-0.5/alsa-plugins'
    make[2]: Entering directory `/home/termometro/btsco-0.5/alsa-plugins'
    make[3]: Entering directory `/home/termometro/btsco-0.5/alsa-plugins'
    test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
    test -z "" || mkdir -p -- ""
    make[3]: Leaving directory `/home/termometro/btsco-0.5/alsa-plugins'
    make[2]: Leaving directory `/home/termometro/btsco-0.5/alsa-plugins'
    make[1]: Leaving directory `/home/termometro/btsco-0.5/alsa-plugins'
    make[1]: Entering directory `/home/termometro/btsco-0.5'
    make[2]: Entering directory `/home/termometro/btsco-0.5'
    test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
    /bin/sh ./libtool --mode=install /usr/bin/install -c 'btsco' '/usr/local/bin/btsco'
    /usr/bin/install -c btsco /usr/local/bin/btsco
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/home/termometro/btsco-0.5'
    make[1]: Leaving directory `/home/termometro/btsco-0.5'
    [root@dhcppc0 btsco-0.5]# make maintainer-clean
    Making maintainer-clean in alsa-plugins
    make[1]: Entering directory `/home/termometro/btsco-0.5/alsa-plugins'
    Making maintainer-clean in headsetd
    make[2]: Entering directory `/home/termometro/btsco-0.5/alsa-plugins/headsetd'
    rm -rf .libs _libs
    rm -f *.o
    rm -f *.lo
    rm -f *.tab.c
    test -z "" || rm -f
    rm -f libtool
    rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    This command is intended for maintainers to use
    it deletes files that may require special tools to rebuild.
    rm -rf ./.deps
    rm -f Makefile
    make[2]: Leaving directory `/home/termometro/btsco-0.5/alsa-plugins/headsetd'
    Making maintainer-clean in .
    make[2]: Entering directory `/home/termometro/btsco-0.5/alsa-plugins'
    test -z "" || rm -f
    rm -rf .libs _libs
    rm -f *.o
    rm -f *.lo
    rm -f *.tab.c
    test -z "" || rm -f
    rm -f libtool
    rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    This command is intended for maintainers to use
    it deletes files that may require special tools to rebuild.
    test -z "Makefile.in" || rm -f Makefile.in
    make[2]: Leaving directory `/home/termometro/btsco-0.5/alsa-plugins'
    rm -rf ./.deps
    rm -f Makefile
    make[1]: Leaving directory `/home/termometro/btsco-0.5/alsa-plugins'
    Making maintainer-clean in avdtp
    make[1]: Entering directory `/home/termometro/btsco-0.5/avdtp'
    rm -rf .libs _libs
    test -z "libavdtp.a" || rm -f libavdtp.a
    rm -f avtest avtest
    rm -f *.o
    rm -f *.lo
    rm -f *.tab.c
    test -z "" || rm -f
    rm -f libtool
    rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    This command is intended for maintainers to use
    it deletes files that may require special tools to rebuild.
    test -z "Makefile.in" || rm -f Makefile.in
    rm -rf ./.deps
    rm -f Makefile
    make[1]: Leaving directory `/home/termometro/btsco-0.5/avdtp'
    Making maintainer-clean in sbc
    make[1]: Entering directory `/home/termometro/btsco-0.5/sbc'
    rm -rf .libs _libs
    test -z "libsbc.a" || rm -f libsbc.a
    rm -f sbcinfo sbcinfo
    rm -f sbcdec sbcdec
    rm -f sbcenc sbcenc
    rm -f rcplay rcplay
    rm -f *.o
    rm -f *.lo
    rm -f *.tab.c
    test -z "" || rm -f
    rm -f libtool
    rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    This command is intended for maintainers to use
    it deletes files that may require special tools to rebuild.
    test -z "Makefile.in" || rm -f Makefile.in
    rm -rf ./.deps
    rm -f Makefile
    make[1]: Leaving directory `/home/termometro/btsco-0.5/sbc'
    Making maintainer-clean in .
    make[1]: Entering directory `/home/termometro/btsco-0.5'
    rm -f btsco btsco
    rm -rf .libs _libs
    rm -f btsco2 btsco2
    rm -f a2play a2play
    rm -f a2recv a2recv
    rm -f avrecv avrecv
    rm -f avsnd avsnd
    rm -f *.o
    rm -f *.lo
    rm -f *.tab.c
    test -z "" || rm -f
    rm -f config.h stamp-h1
    rm -f libtool
    rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    This command is intended for maintainers to use
    it deletes files that may require special tools to rebuild.
    test -z "Makefile.in aclocal.m4 configure config.h.in missing install-sh mkinstalldirs" || rm -f Makefile.in aclocal.m4 configure config.h.in missing install-sh mkinstalldirs
    make[1]: Leaving directory `/home/termometro/btsco-0.5'
    rm -f config.status config.cache config.log configure.lineno configure.status.lineno
    rm -rf ./autom4te.cache
    rm -rf ./.deps
    rm -f Makefile
    [root@dhcppc0 btsco-0.5]# /usr/src/linux
    bash: /usr/src/linux: is a directory
    [root@dhcppc0 btsco-0.5]# cd..
    [root@dhcppc0 termometro]# cd..
    [root@dhcppc0 home]# cd..
    [root@dhcppc0 /]# cd usr
    [root@dhcppc0 usr]# cd src
    [root@dhcppc0 src]# cd linux
    [root@dhcppc0 linux]# make cloneconfig
    HOSTCC scripts/basic/fixdep
    HOSTCC scripts/basic/split-include
    HOSTCC scripts/basic/docproc
    make[1]: *** No rule to make target `cloneconfig'. Stop.
    make: *** [cloneconfig] Error 2
    [root@dhcppc0 linux]# make prepare
    CHK include/linux/version.h
    UPD include/linux/version.h
    HOSTCC scripts/kconfig/conf.o
    HOSTCC scripts/kconfig/kxgettext.o
    HOSTCC scripts/kconfig/mconf.o
    HOSTCC scripts/kconfig/zconf.tab.o
    HOSTLD scripts/kconfig/conf
    scripts/kconfig/conf -s arch/i386/Kconfig
    3rdparty/ipw3945/Kconfig:66:warning: 'select' used by config symbol 'IPW3945_PROMISCUOUS' refer to undefined symbol 'IEEE80211_RADIOTAP'
    3rdparty/ipw3945/Kconfig:92:warning: 'select' used by config symbol 'IPW3945_SIM_RX' refer to undefined symbol 'IEEE80211_RADIOTAP'
    #
    # using defaults found in .config
    #
    SPLIT include/linux/autoconf.h -> include/config/*
    CC arch/i386/kernel/asm-offsets.s
    GEN include/asm-i386/asm-offsets.h
    [root@dhcppc0 linux]# cd..
    [root@dhcppc0 src]# cd..
    [root@dhcppc0 usr]# cd..
    [root@dhcppc0 /]# cd home
    [root@dhcppc0 home]# cd termometro

    [root@dhcppc0 termometro]# cd btsco-0.5
    [root@dhcppc0 btsco-0.5]# dir
    a2dp.h AUTHORS bootstrap config.guess COPYING.LIB ltmain.sh
    a2play.c avdtp btsco2.c config.sub depcomp Makefile.am
    a2recv.c avrcp.h btsco.c configure.in docs NEWS
    acinclude.m4 avrecv.c ChangeLog contrib INSTALL README
    alsa-plugins avsnd.c compile COPYING kernel sbc
    [root@dhcppc0 btsco-0.5]# cd kernel
    [root@dhcppc0 kernel]# make
    make[1]: Entering directory `/usr/src/linux-2.6.17-5mdv'

    WARNING: Symbol version dump /usr/src/linux-2.6.17-5mdv/Module.symvers
    is missing; modules will have no dependencies and modversions.

    CC [M] /home/termometro/btsco-0.5/kernel/btsco.o
    LD [M] /home/termometro/btsco-0.5/kernel/snd-bt-sco.o
    Building modules, stage 2.
    MODPOST
    CC /home/termometro/btsco-0.5/kernel/snd-bt-sco.mod.o
    LD [M] /home/termometro/btsco-0.5/kernel/snd-bt-sco.ko
    make[1]: Leaving directory `/usr/src/linux-2.6.17-5mdv'
    [root@dhcppc0 kernel]# make install
    make[1]: Entering directory `/usr/src/linux-2.6.17-5mdv'
    INSTALL /home/termometro/btsco-0.5/kernel/snd-bt-sco.ko
    DEPMOD 2.6.17-5mdvcustom
    make[1]: Leaving directory `/usr/src/linux-2.6.17-5mdv'
    [root@dhcppc0 kernel]# depmod-e
    bash: depmod-e: command not found
    [root@dhcppc0 kernel]# depmod -e
    [root@dhcppc0 kernel]# make clean
    make[1]: Entering directory `/usr/src/linux-2.6.17-5mdv'
    CLEAN /home/termometro/btsco-0.5/kernel/.tmp_versions
    make[1]: Leaving directory `/usr/src/linux-2.6.17-5mdv'
    [root@dhcppc0 kernel]# modprobe snd_bt_sco
    FATAL: Module snd_bt_sco not found.
    [root@dhcppc0 kernel]# cd..
    [root@dhcppc0 btsco-0.5]# modprobe snd_bt_sco
    FATAL: Module snd_bt_sco not found.
    [root@dhcppc0 btsco-0.5]# esdctl stop
    [root@dhcppc0 btsco-0.5]# hciconfig hci0 voice 0x0060
    [root@dhcppc0 btsco-0.5]# btsco
    Error: control open (hw:1): No such device
    Error: Can't find device. Bail
    [root@dhcppc0 btsco-0.5]# hcitool scan
    Scanning ...
    00:0A:94:9D:2D:53 BT Headset V4
    00:15:A0:83:E4:94 Sam-N70
    [root@dhcppc0 btsco-0.5]# btsco 00:0A:94:9D:2D:53
    Error: control open (hw:1): No such device
    Error: Can't find device. Bail
    [root@dhcppc0 btsco-0.5]# btsco 00:0A:94:9D:2D:53
    Error: control open (hw:1): No such device
    Error: Can't find device. Bail
    [root@dhcppc0 btsco-0.5]# btsco 00:0A:94:9D:2D:53
    Error: control open (hw:1): No such device
    Error: Can't find device. Bail
    [root@dhcppc0 btsco-0.5]# btsco 00:0A:94:9D:2D:53
    Error: control open (hw:1): No such device
    Error: Can't find device. Bail
    [root@dhcppc0 btsco-0.5]# btsco 00:0A:94:9D:2D:53
    Error: control open (hw:1): No such device
    Error: Can't find device. Bail
    [root@dhcppc0 btsco-0.5]#

  5. #5
    Utente di HTML.it
    Registrato dal
    Jan 2001
    Messaggi
    7,691
    prima di avventurarti per questa strada sei certo che i pacchetti che ti servono non siano disponibili da installare, già pronti per la tua distro ? Sei certo che nella stessa siano presenti le librerie ed i tools necessari alla cmpilazione ?
    ... S'i' fosse Giorgio, com'i' sono e fui,
    torrei le donne giovani e leggiadre:
    le vecchie e laide lasserei altrui....
    Non mandatemi PVT, mi dimentico sempre di leggerli ... mandatemi e-mail, se è il caso

  6. #6
    Utente di HTML.it
    Registrato dal
    Oct 2006
    Messaggi
    140
    Grazie mycol
    L'unica cosa di cui sono certo e' che lo schermo che ho davanti NON e' a cristalli liquidi.
    Comunque ho installato tutto quello che ho trovato nei ripostigli che contenesse nel nome le parole che si leggono nella guida, tipo bluetooth, alsa, bluetooth-alsa, sbc, bluez, kernel-source...... ho scaricato la "tarball", l'ho estratta e ho fatto quel pasticcio che ho incollato qui.
    Abbiate pazienza, al limite abbiate pieta' ma non date per scontato che io sappia.

  7. #7
    Utente di HTML.it
    Registrato dal
    Oct 2006
    Messaggi
    140
    http://ftp5.gwdg.de/pub/opensuse/rep....2_34-5.1.html

    Ma questi sono per suse, non andranno bene, vero?
    Se cerco di installare bluetooth-alsa mi dice che non e' soddisfatto bluetooth-alsa-kmp, se cerco di installare bluetooth-alsa-kmp mi dice che non e' soddisfatto kernel-default. Cerco kernel-default ma non lo trovo, c'e' kernel xen, lo installo e provo ad installare bt-alsa-kmp-xen ma non e' soddisfatto kernel....
    Sto' impazzendo, aiuto!!

  8. #8
    Utente di HTML.it
    Registrato dal
    Oct 2006
    Messaggi
    140
    Ma dove sbaglio, anche con voi.
    Per favore, mi prostro, datemi una mano.

  9. #9
    Utente di HTML.it
    Registrato dal
    Oct 2006
    Messaggi
    140
    eadsetd.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -O2 -MT daemon.o -MD -MP -MF ".deps/daemon.Tpo" -c -o daemon.o daemon.c; \
    then mv -f ".deps/daemon.Tpo" ".deps/daemon.Po"; else rm -f ".deps/daemon.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -O2 -MT states.o -MD -MP -MF ".deps/states.Tpo" -c -o states.o states.c; \
    then mv -f ".deps/states.Tpo" ".deps/states.Po"; else rm -f ".deps/states.Tpo"; exit 1; fi
    states.c: In function ‘headsetIdleHandleApplConnReq’:
    states.c:302: error: ‘SDP_NON_BLOCKING’ undeclared (first use in this function)
    states.c:302: error: (Each undeclared identifier is reported only once
    states.c:302: error: for each function it appears in.)
    make[3]: *** [states.o] Error 1
    make[3]: Leaving directory `/home/termometro/sbc/plugz/alsa-plugins/headsetd'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/termometro/sbc/plugz/alsa-plugins'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/termometro/sbc/plugz'
    make: *** [all] Error 2

  10. #10
    Utente di HTML.it
    Registrato dal
    Oct 2006
    Messaggi
    140
    The address will look something like 00:14:CF:03:17:8C

    cp alsa-plugins/sample.a2dprc ~/.a2dprc

    edit ~/.a2dprc to contain the address of your headset on the address= line.

    create ~/.asoundrc with simply:

    pcm.a2dpd {
    type a2dpd
    }

    Cioe' devo sostituire la biscia con l'"address" dell'auricolare? oppure tutto (biscia barra punto a2dprc)?

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.