fbcyborg Advocate


Joined: 16 Oct 2005 Posts: 3056 Location: ROMA
|
Posted: Fri Mar 09, 2007 11:19 am Post subject: Bluetooth: strana questione su hcid.conf |
|
|
Ho notato uno strano comportamento del bluetooth a seconda dei parametri che inserisco nel file di configurazione hcid.conf.
Ovvero.. ecco il mio hcid.conf:
Code: | options {
autoinit yes;
security auto;
pairing multi;
pin_helper /etc/bluetooth/pin-helper;
}
device {
name "BlueZ at %h (%d)";
class 0x3e0100;
iscan disable; pscan disable;
lm accept;
lp rswitch,hold,sniff,park;
}
|
Se al posto di "pin_helper /etc/bluetooth/pin-helper;" metto "pin_helper /usr/lib/kdebluetooth/kbluepin"
alcune (o tutte) le impostazioni successive saltano.
Ad esempio a me interessa che il bluetooth sia in non-discoverable mode, pertanto ho impostato "iscan disable; pscan disable;". Se uso kbluepin, questa impostazione viene ignorata.
Qualcuno sa dirmi perché???
Grazie. _________________ [HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered |
|