Вот по этому мануалу я недавно себе ставил, все работает гут!
$ sudo apt-get install subversion build-essential linux-source linux-headers-generic
Then you can check the svn source and compile
$ cd ~
$ mkdir omnibook
$ cd omnibook
$ svn co
https://omnibook.svn.sourceforge.net/svnroot/omnibook/omnibook/trunk$ cd trunk
$ make
$ sudo make install
The A300 is not directly supported by omnibook module so we have to force it with proper options
$ sudo depmod -a
$ sudo modprobe omnibook ectype=12
after this bluetooth should work, if you want to load the module on boot make a file called omnibook.modprobe in /etc/modprobe.d/ with the following line:
options omnibook ectype=12 userset=1
and then you can finally add “omnibook” in /etc/modules
There’s a bug in Ubuntu that make you unable to receive files ( toshiba side is all working, the bug is in the bluez-utils package) , downgrading is a solution