hardy non invia file via bluetooth

La configurazione del bluetooth sotto ubuntu/debian e gnome è abbastanza semplice se non fosse per un baco che afligge hardy e che le impedisce di ricevere files inviati da dispositivi bluetooth.

Questa è una buona guida (in inglese) alla configurazione del bluetooth partendo da zero.

Al termine della configurazione però si incappa inesorabilmente nell'impossibilità di riceve file dal dispositivo (cellulare o quant'altro) al nostro pc.
La soluzione al problema è descritta in questo forum : in due parole, si va ad installare la vecchia versione di bluetooth che equipaggiava la gutsy.

Come fare:

Rimuovere bluez-utils di Hardy

sudo apt-get remove --purge bluez-utils bluetooth

aggiungere temporaneamente in /etc/apt/sourcelist questo repository  e installare i vecchi pacchetti della gutsy

cp /etc/apt/sourcelist /etc/apt/sourcelist~
echo "http://archive.ubuntu.com/ubuntu/ gutsy main" > /etc/apt/sourcelist
sudo apt-get update 
sudo apt-get install bluez-utils bluetooth 
sudo /etc/init.d/bluetooth restart
mv /etc/apt/sourcelist~ /etc/apt/sourcelist
sudo apt-get update 

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
10 + 10 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.