Configure o PAN Bluetooth entre o servidor Ubuntu sem teclado ou sem GUI e o portátil Kubuntu

2

Eu quero configurar um PAN Bluetooth entre um servidor Ubuntu e meu laptop (Kubuntu). Alguém tem alguma indicação sobre como fazer isso?

Eu pluguei um dongle USB Bluetooth e não sei aonde ir a partir daqui. A saída de lsusb mostra o dispositivo:

Bus 003 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)

O motivo:

Eu configurei um HTPC baseado no Ubuntu Server. Ele só tem conectividade Wi-Fi porque não vale a pena o uso do CAT5.

Eu quero mexer com várias configurações WiFi, mas ainda tenho um método alternativo de SSH para a caixa quando eu inevitavelmente quebrar o WiFi, daí eu percebi que o PAN Bluetooth deveria fazer o truque.

    
por ThatGraemeGuy 11.07.2010 / 14:21

1 resposta

0

Você já leu este ? Aqui está uma pasta da seção relevante (eu acho):

Here's an example:

To connect a PANU node (00:37:5C:67:D3:01) with a GN (00:37:5C:67:D3:02), BlueZ must be operational on both sides. The GN must be able to run as Bluetooth master (see above).

Enter # modprobe bnep

on both nodes. Then enter # pand --listen --role GN

on the GN side.

After that, you you can connect from the PANU side: # pand --connect 00:37:5C:67:D3:02

In case of problems, the system log files under /var/log/ (i.e. 'messages' and 'warn') may give you further information about the cause of failure.

Note that it is a good idea to start 'pand' as server on the GN (or NAP, respectively) rather than the PANU, since then you have a consistent access scheme from any possible PANU. When you do so, 'pand' permanently listens for connection attempts from other nodes, thus becomes resident. In case you have only one PANU, however, you may also swap roles and start 'pand' as server (i.e. using the '--listen' parameter) on the PANU side, and connect from the GN (or NAP) side.

EDIT : Acabou de encontrar Blueman , um gerenciador gráfico bluetooth para redes discadas, áudio bluetooth, emparelhamento e assim por diante.

    
por 29.07.2010 / 10:02