ich bin mir jetzt nicht sicher ob es ein topic in der richtung schon mal gab, aber die Suche findet zumindest nichts. Folgendes Problem:
Ich möchte gerne mit meinem Palm via Bluetooth ins Netz. Manuell geht das auch einwanddfrei, ich muss nur den dund mit einige Optionen starten. Allerdings möchte ich das gerne automatisch ab boot funktionieren lassen. Also habe ich die /etc/init.d/bluetooth so abgeändert:
Code: Alles auswählen
PATH=/sbin:/bin:/usr/sbin:/usr/bin
DESC=bluetooth
HCID=/usr/sbin/hcid
HCIATTACH=/usr/sbin/hciattach
HCID_NAME=hcid
HID2HCI=/usr/sbin/hid2hci
UART_CONF=/etc/bluetooth/uart
#RFCOMM=/usr/bin/rfcomm
#RFCOMM_NAME=rfcomm
#RFCOMM_CONF=/etc/bluetooth/rfcomm.conf
SDPD=/usr/sbin/sdpd
SDPD_NAME=sdpd
SDPTOOL=/usr/bin/sdptool
DUND_DAEMON=/usr/bin/dund
DUND_NAME=dund
#PAND_DAEMON=/usr/bin/pand
#PAND_NAME=pand
HIDD_DAEMON=/usr/bin/hidd
HIDD_NAME=hidd
DUND_ENABLED=0
PAND_ENABLED=0
HIDD_ENABLED=0
DUND_OPTIONS="--listen --persist --msdun call dun"
PAND_OPTIONS=""
HIDD_OPTIONS="--master --server"
Die Frage ist nun:
Was mache ich falsch? Hat jemand nen tipp für mich?
Danke!
Chili