mój problem sprowadza się do adaptera bluetooth wbudowanego w laptopa FS Esprimo v5505.
Dokładniej to mam problem z połączeniem się z telefonem Nokia 6230i. Telefon jest wykrywany, ale podczas próby przejrzenia katalogów otrzymuje komunikat:
Dodam, że pod windows vista działa.Nie można połączyć się z serwerem 00:17:e5:81:9b:ef.
pakiety jakie zainstalowałem to:
sugerowałem się tym tematembluetooth bluetooth-alsa kdebluetooth libbluetooth2 libkbluetooth0 libmultisync-plugin-irmc-bluetooth libnet-bluetooth-perl obexftp obexfs
wcześniej instalowałem i działało, ale chciałem skonfigurować Kmobiletools i coś namotałem > miałem problem bo w katalogu /dev/ nie było rfcomm0. Może ktoś sie z tym męczył i coś wie to też niech napisze.
odinstalowałem wszystko za pomoc apt-get remove --purge pakiet/y i zainstalowałem ponownie te pakiety, które wymieniłem wcześniej.
oto zawartość plików
/etc/bluetooth/rfcomm.conf
/etc/bluetooth/hcid.conf# RFCOMM configuration file.
#
#rfcomm0 {
# # Automatically bind the device at startup
# bind no;
#
# # Bluetooth address of the device
# device 11:22:33:44:55:66;
#
# # RFCOMM channel for the connection
# channel 1;
#
# # Description of the connection
# comment "Example Bluetooth device";
#}
proszę o pomoc :-)#
# 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 user;
# Pairing mode
# none - Pairing disabled
# multi - Allow pairing with already paired devices
# once - Pair once and deny successive attempts
pairing multi;
# Default PIN code for incoming connections
passkey "1234";
}
# Default settings for HCI devices
device {
# Local device name
# %d - device id
# %h - host name
name "%h-%d";
# Local device class
class 0x000100;
# 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;
}