tsemgr will nicht mit meinem Bluetooth-dongle

Alt 06.09.2004, 23:33   # 1
Pipp
 
Registriert seit: 10.05.2004
Beiträge: 18
Hallöle,

habe seit mehreren Tagen endliche ein Bluetooth-dongle (von Belkin), ABER wie gewöhnilch (nur bei Linux-DAU's wie mir) funktioniert dat ganze noch nicht einwandfrei. :eyegrazy:

Also das Dongle funzt aber die Software will nicht damit, d.h.:
blueZ-utils hab ich und mit "hcitools scan" finde ich auch mein Handy....
mein Handy findet auch mein Linux.....

aber und jetzt komme ich zu meinem Probelm:
wenn ich tsemgr 0.08 compilieren will, dann bekomme ich folgende "Fehler"-Meldung:

pipp@pc:~/software/tsemgr-0.08$ ./configure --with-bluetooth
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking for C compiler default output... 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 ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for gtk-config... yes
checking for openobex-config... yes
checking OpenObex version... 1.0.0
checking how to run the C preprocessor... gcc -E
checking for egrep... 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 ezV24/ezV24.h usability... yes
checking ezV24/ezV24.h presence... yes
checking for ezV24/ezV24.h... yes
checking for library containing v24OpenPort... -lezV24
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no

configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing default-1 commands
pipp@pc:~/software/tsemgr-0.08$

Ich hab nen 2.6.7 Kernel, und ein T610 von SonyEricsson
Und eigentlich (so hoffe ich) auch alles andere intalliert....
Kann jemand von euch weiterhelfen?

Vielen Dank im Voraus
und mit verzweifelten Grüßen
Pipp
  Mit Zitat antworten
Alt 07.09.2004, 18:29   # 2
delforcer
...ist anders...
 
Benutzerbild von delforcer
 
Registriert seit: 05.10.2002
Beiträge: 6.121
apt hilft:

apt-cache search bluez

unsere listen fuer apt findest du in meinem board.
dann versuch nochmal zu kompilieren...

was hier merkwuerdig ist, die finden sich doch. wo ist an sich das prob?
gut software, ja brauchste genau die?
und du brauchst eigentlich noch den anderen bluez-krams. nicht nur die utils...

del/FTF

p$: wir haben kein bluetooth...
  Mit Zitat antworten
Alt 07.09.2004, 18:49   # 3
ctypp
 
Registriert seit: 07.11.2003
Beiträge: 18
hmm ich seh da keine fehlermeldung der findet zwar die bluetoth.h nicht aber die configuration laeuft ohne probleme weiter, jetzt musst du nur noch mit "make" compilieren und am besten mit checkinstall das ganze installieren.

wenn das dann nicht geht bei mir ist die bluetoth.h im kernel source verzeichnis unter "/usr/src/linux-2.6.8.1/include/net/bluetooth/bluetooth.h"
hast du dein kernel selber kompiliert oder verwendest du den distrie kernel wenn du den distrie kernel nutzt solltest du dir die passenden kernel-sourcen ziehen.
apt-get install kernel-source-2.6.7

viel glueck
  Mit Zitat antworten
Alt 08.09.2004, 00:28   # 4
Pipp
Threadstarter
 
Registriert seit: 10.05.2004
Beiträge: 18
Zitat:
wenn das dann nicht geht bei mir ist die bluetoth.h im kernel source verzeichnis unter "/usr/src/linux-2.6.8.1/include/net/bluetooth/bluetooth.h"
Da liegen sie bei mir auch aber wenn ich die Software installiere mit "make install", dann funzt das auch, aber dann......
Versuche ich die Software mit bluetooth zu benutzen und der leibe tsemgr sagt mir...... "Not compiled with bluetooth".....
Den Kernel hab ich nicht selbst kompiliert aber da es ein 2.6.7 ist dachte ich dass die bluetoothfunkinalität schon mit drin is .


Zitat:
gut software, ja brauchste genau die?
und du brauchst eigentlich noch den anderen bluez-krams. nicht nur die utils...
Keine Ahnung ob ich den anderen BlueZ-krams brauch weiß ich nicht genau da beim Prog nur Suse-pakete stehen und ich glaube dass die alle mit beim BlueZ-utils drin sind.....
Genau diese Software? Hab keine andere gefunden mit der ich unter Linux mein T610 "verwalten" kann, also sms versenden und Kontakte verwalten......

apt-cache search bluez ergab:
pipp@pc:~$ apt-cache search bluez
bluez-hcidump - Analyses Bluetooth HCI packets
bluez-pin - Bluetooth PIN helper with D-BUS support
kernel-patch-2.4-bluez - Linux Bluetooth protocol stack kernel patches
kernel-patch-2.6-bluez - Linux Bluetooth protocol stack kernel patches
libbluetooth1 - Library to use the BlueZ Linux Bluetooth stack
libbluetooth1-dev - Development files for using the BlueZ Linux Bluetooth library
libsdp2 - Dummy package for BlueZ SDP library.
libsdp2-dev - Dummy package for BlueZ SDP library development files.
bluez-cups - Bluetooth printer driver for CUPS
bluez-pcmcia-support - PCMCIA support files for BlueZ 2.0 Bluetooth tools
bluez-utils - Bluetooth tools and daemons
pipp@pc:~$

Hmmm.... mehr weiß ich auch nicht
aber gaaaanz großen Dank an Euch für die Schnelle Hilfe

mit verzweifelden Grüßen
Pipp
  Mit Zitat antworten
Alt 08.09.2004, 20:55   # 5
ctypp
 
Registriert seit: 07.11.2003
Beiträge: 18
apt-get install libbluetooth1-dev

da ist die bluetooth.h drin
  Mit Zitat antworten
Alt 08.09.2004, 22:33   # 6
Pipp
Threadstarter
 
Registriert seit: 10.05.2004
Beiträge: 18
Saugeil das war's tatsächlich!
Das es aber auch immer an so "Kleinigkeiten" liegt :eyegrazy:

Dankedankedanke
Mit freudigen Grüßen
Pipp
  Mit Zitat antworten

Alt 27.05.2012, 23:23 # --
News Flash
 
Benutzerbild von News Flash
 
 
 
   
Antwort
Themen-Optionen



Alle Zeitangaben in WEZ +2. Es ist jetzt 23:23 Uhr.