Il forum della comunità italiana di Ubuntu.
https://forum.ubuntu-it.org/
Dovresti impostare in "Condivisione file personale" il collegamento tra i due dispositivi. Anche senza, andando solo su "bluetooth" dovresti riuscire a configurarlo. Casomai posta qualche dettaglio.devil_lady » [url=http://forum.ubuntu-it.org/viewtopic.php?p=4117211#p4117211]ieri, 22:13[/url] ha scritto:salve, ho un hp 6730b e non riesco a passare i file sia dal bluetooth al telefono che il contrario...qualcuno mi aiuti!!![]()
![]()
Codice: Seleziona tutto
lsusb
Codice: Seleziona tutto
dmesg | grep btusb
Codice: Seleziona tutto
dmesg | grep Blue
Codice: Seleziona tutto
hciconfig -a
Codice: Seleziona tutto
dpkg -l | grep blue
Codice: Seleziona tutto
rfkill list
caterina@caterina-HP-Compaq-6730b-KE717AV:~$ lsusbmagozurlinux ha scritto:Da terminale postami questi comandi:
Codice: Seleziona tutto
lsusbCodice: Seleziona tutto
dmesg | grep btusbCodice: Seleziona tutto
dmesg | grep BlueCodice: Seleziona tutto
hciconfig -aCodice: Seleziona tutto
dpkg -l | grep blueCodice: Seleziona tutto
rfkill list
Bus 003 Device 002: ID 03f0:171d Hewlett-Packard Bluetooth 2.0 Interface [Broadcom BCM2045]
non vedo il servizio Object Transfer che serve per inviare e ricevere files da e per dispositivi bluetooth.caterina@caterina-HP-Compaq-6730b-KE717AV:~$ hciconfig -a
hci0: Type: BR/EDR Bus: USB
BD Address: 00:24:7E:3F:2F:0A ACL MTU: 1017:8 SCO MTU: 64:8
UP RUNNING PSCAN
RX bytes:813 acl:0 sco:0 events:30 errors:0
TX bytes:385 acl:0 sco:0 commands:30 errors:0
Features: 0xff 0xff 0x8f 0xfe 0x9b 0xf9 0x00 0x80
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'caterina-HP-Compaq-6730b-KE717AV-0'
Class: 0x6e0100
Service Classes: Networking, Rendering, Capturing, Audio, Telephony
Device Class: Computer, Uncategorized
HCI Version: 2.0 (0x3) Revision: 0x2129
LMP Version: 2.0 (0x3) Subversion: 0x41cf
Manufacturer: Broadcom Corporation (15)
Codice: Seleziona tutto
sudo service bluetooth restart
Codice: Seleziona tutto
hcitool scan
Codice: Seleziona tutto
sdptool browse 94:63:D1:CC:5D:11
Il canale di trasferimento è 6Service Name: OBEX FileTransfer
Service RecHandle: 0x10002
Service Class ID List:
"OBEX File Transfer" (0x1106)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 6
"OBEX" (0x0008)
Profile Descriptor List:
"OBEX File Transfer" (0x1106)
Version: 0x0100
Codice: Seleziona tutto
obexftp -b 94:63:D1:CC:5D:11 -B 6 -p nome-file
Codice: Seleziona tutto
nautilus-sendto
obexpushd
obexftp
gnome-user-share
obexfs
obex-data-server
Codice: Seleziona tutto
sudo service bluetooth restart
ti sei dimenticata l'estensione .jpeg o .png o altro!obexftp -b 94:63:D1:CC:5D:11 -B 6 -p i-want-to-break-free-queen-590x350
Codice: Seleziona tutto
sudo gedit /etc/default/bluetooth
salva ed esci dall'editor di testo.# Defaults for bluez
# start bluetooth on boot?
# compatibility note: If this variable is not found bluetooth will
# start
BLUETOOTH_ENABLED=1
# This setting will switch HID devices (e.g mouse/keyboad) to HCI mode, that is
# you will have bluetooth functionality from your dongle instead of only HID.
# Note that not every bluetooth dongle is capable of switching back to HID
# mode, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355497
HID2HCI_ENABLED=1
HID2HCI_UNDO=1
Codice: Seleziona tutto
sudo gedit /etc/bluetooth/hcid.conf
Salva ed esci dall'editor di testo.#----------------------------------------------------------------------------------------------
#
# HCI daemon configuration file.
#
# HCId options
options {
# Automatically initialize new devices
autoinit yes;
# Security Manager mode
# none - Security manager disabled
# auto - Use local PIN for incoming connections
# user - Always ask user for a PIN
#
security auto;
# Pairing mode
# none - Pairing disabled
# multi - Allow pairing with already paired devices
# once - Pair once and deny successive attempts
pairing multi;
# PIN helper
pin_helper /usr/bin/bluepin;
# passkey "1234"
# D-Bus PIN helper
#dbus_pin_helper;
}
# Default settings for HCI devices
device {
# Local device name
# %d - device id
# %h - host name
name "%h-%d";
# Local device class
class 0x6e0100;
# Default packet type
#pkt_type DH1,DM1,HV1;
# Inquiry and Page scan
iscan enable; pscan enable;
# Default link mode
# none - no specific policy
# accept - always accept incoming connections
# master - become master on incoming connections,
# deny role switch on outgoing connections
lm accept;
# Default link policy
# none - no specific policy
# rswitch - allow role switch
# hold - allow hold mode
# sniff - allow sniff mode
# park - allow park mode
lp rswitch,hold,sniff,park;
# Authentication and Encryption (Security Mode 3)
auth enable;
encrypt enable;
}
Codice: Seleziona tutto
sudo gedit /etc/bluetooth/rfcomm.conf
salva ed esci dall'editor di testo.#
# RFCOMM configuration file.
#
rfcomm0 {
# # Automatically bind the device at startup
bind yes;
#
# # Bluetooth address of the device
device 94:63:D1:CC:5D:11;
#
# # RFCOMM channel for the connection
channel 6;
#
# # Description of the connection
# comment “Example Bluetooth device”;
}
Codice: Seleziona tutto
sudo service bluetooth restart
Codice: Seleziona tutto
sudo mkdir ~/kate
Codice: Seleziona tutto
obexfs -b 94:63:D1:CC:5D:11 ~/kate
Codice: Seleziona tutto
fusermount --u ~/kate