FC3:Bluetooth File Sharing (ke ponsel)
1. Pastikan paket bluez-utils dan gnome-bluetooth terinstalasi
$ rpm -q bluez-utils gnome-bluetooth
2. Jalankan service bluetooth
# /etc/init.d/bluetooth start
3. Scan perangkat bluetooth lainnya
$ hcitool scan
Scanning ...
00:11:9F:7F:11:BF Om Bas
4. Koneksi dengan perangkat bluetooth yang diinginkan
# hcitool cc --role=s 00:11:9F:7F:11:BF
5. Kirimkan file ke ponsel
$ gnome-obex-send --dest=00:11:9F:7F:11:BF /home/bas/tux.gif
6. File akan diterima ponsel sebagai message
FC3:Bluetooth File Sharing (dari ponsel)
1. Pastikan paket bluez-utils dan gnome-bluetooth terinstalasi
$ rpm -q bluez-utils gnome-bluetooth
2. Jalankan service bluetooth
# /etc/init.d/bluetooth start
3. Scan perangkat bluetooth lainnya
$ hcitool scan
Scanning ...
00:11:9F:7F:11:BF Om Bas
4. Koneksi dengan perangkat bluetooth yang diinginkan
# hcitool cc --role=s 00:11:9F:7F:11:BF
5. Jalankan gnome bluetooth file sharing
Topi Merah> System Tools>Bluetooth File Sharing
6. Dari perangkat lain (ponsel) kirimkan file via bluetooth
7. File akan disimpan pada home direktori milik user bersangkutan