PDA

View Full Version : Bluetooth e Address a 00:00:00.....


stefanoxjx
31-03-2005, 22:24
hciinfo mi da il seguente risultato:

hci0: Type: USB
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:0 acl:0 sco:0 commands:0 errors:0

Vuol dire che l'adattatore bluetooth non è supportato?

Grazie.

ilsensine
01-04-2005, 09:15
Non sono pratico di bluetooth, ma ad occhio mi sembra supportato ma non configurato.

enricoz
02-04-2005, 11:19
riavvia il servizio bluetooth, con /etc/init.d/bluez-utils restart. Se ti da ancora tutti i valori a zero dai hciconfig hci0 up. Poi edita il file /etc/bluetooth/rfcomm.conf mettendo l'indirizzo del tuo telefono, e togliendo i commenti a rfcomm0 bind device e channel. Avvia il servizio e ti trovi il tuo telefonino su /dev/rfcomm0.

stefanoxjx
02-04-2005, 12:18
# hciconfig hci0 up
Can't init device hci0: Input/output error (5)


:cry:

enricoz
02-04-2005, 17:30
dai modprobe hci_usb e riprova.

stefanoxjx
02-04-2005, 22:49
None!!!!!

# modprobe hci_usb
# /etc/init.d/bluez-utils restart
Restarting bluez-utils: hcid sdpd rfcomm.
# hciconfig
hci0: Type: USB
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:0 acl:0 sco:0 commands:0 errors:0

# hciconfig hci0 up
Can't init device hci0: Input/output error (5)

A questo punto mi sa che non è supportato :cry:

stefanoxjx
15-05-2005, 11:09
sono riuscito a fargli vedere l'adattatore bluetooth:

Goldrake:/home/stefano# hciconfig
hci0: Type: USB
BD Address: 00:0A:94:10:95:9F ACL MTU: 120:20 SCO MTU: 64:0
UP RUNNING PSCAN ISCAN
RX bytes:101 acl:0 sco:0 events:13 errors:0
TX bytes:300 acl:0 sco:0 commands:13 errors:0

Quello che vorrei capire ora è se posso gestire tramite questa interfaccia il telefono ed eventualmente che software mi consigliate.
Il telefono è uno Samsung SGH-D500.
Grazie.