Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2004-09-03 10:28:20
Size: 1217
Editor: anonymous
Comment:
Revision 8 as of 2009-03-16 03:29:49
Size: 1319
Editor: anonymous
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from DebFrBlueTooth
Line 20: Line 21:

Dans le fichier /etc/network/interfaces :
Line 21: Line 24:
  /etc/network/interfaces :
}}}

[...]{{{
 [...]
Line 45: Line 45:
- sur le portable c'est hotplug qui fait "pand --search" quand je Sur le portable c'est DebPkg:hotplug qui fait "pand --search" quand je

BlueTooth

Clé bluetooth

Aucun pb.

(on peut faire plein d'autres trucs sympas,... quand on a le tel qui va bien : http://linuxbrit.co.uk/bluexmms/)

- Attention, il y a deux types de clef : portée 10 ou 70 m.

Il a fallu que je prenne des 70 m (http://www.ldlc.fr/fiche/["PB00017160"].html) pour pouvoir traverser les 2 murs et environ 8 m entre ma chambre et mon salon... Le débit "de croisière" est d'environ 75Ko/s.

  apt-get install bluez-utils hotplug

Dans le fichier /etc/network/interfaces :

 [...]
 # The Bluetooth LAN interface
 mapping hotplug
        script grep
        map bnep0

 iface bnep0 inet static
        name Bluetooth Lan Interface
        address 10.0.0.254
        netmask 255.255.255.0
        broadcast 10.0.0.255
 [...]

sur le fixe je fonctionne en NAP donc dans /etc/default/bluez-utils :

 PAND_OPTIONS="--listen --role NAP"

Sur le portable c'est hotplug qui fait "pand --search" quand je branche la clef, donc il faut créer 2 petits fichiers dans /etc/hotplug/usb pour que ça le fasse (désolé j'ai pas le portable sous la main et de toutes façons, ça dépend des identifiants de ta clef)