T
TamCore
Guest
Moin,
Versuche hier leider erfolglos Bluetooth für Wine einzurichten.
Folgendes habe ich schon versucht:
Meine /etc/bluetooth/rfcomm.conf:
Die Verbindung zu dem Handy besteht, mit obex://[00:1f:01:af:c2:86]/ kann ich mit Konqueror drauf zugreifen.
OS ist nen Debian Sid
Hat jemand noch ne Idee was ich machen könnte damits klappt?
Versuche hier leider erfolglos Bluetooth für Wine einzurichten.
Folgendes habe ich schon versucht:
Code:
cd ~/.wine/dosdevices
ln -is /dev/rfcomm0 com1
sudo echo "ATZ" > /dev/rfcomm0
Code:
rfcomm0 {
# Automatically bind the device at startup
bind yes;
# Bluetooth address of the device
device 00:1F:01:AF:C2:86;
# RFCOMM channel for the connection
channel 1;
# Description of the connection
comment "Nokia N73";
}
Die Verbindung zu dem Handy besteht, mit obex://[00:1f:01:af:c2:86]/ kann ich mit Konqueror drauf zugreifen.
OS ist nen Debian Sid
Hat jemand noch ne Idee was ich machen könnte damits klappt?
Last edited by a moderator: