歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> 東芝筆記本自帶藍牙在Ubuntu中的驅動問題修復方法

東芝筆記本自帶藍牙在Ubuntu中的驅動問題修復方法

日期:2017/2/28 16:37:56   编辑:Linux教程

東芝筆記本自帶藍牙在Ubuntu中的驅動問題修復方法轉自國外,以下為正文,英文很簡單,就不翻譯咧,

Thanx to Tim Richardson

To follow up on getting bluetooth to work on Ubuntu Hardy, I did this:

1) visit this site, and add the Debian sid repository

http://packages.kirya.net/

it is not necessary to add the source repository.

1a) refresh synaptic, and add the package

omnibook-source

2) use module-assistant to build the kernel module (but first, exit synaptic)

sudo m-a a-i omnibook-source

(you have to work out how to get module-assistant working yourself. It is a package; you can find it in Synaptic. Make sure you install all recommended dependencies. Try installing build-essential as well)

3) we need to make sure the module loads at startup

so edit the file /etc/modules

sudo vo /etc/modules

and add the line

omnibook

at the end

4) and we need to get it working so make a file called omnibook in /etc/modprobe.d

and in this file put one line

omnibook ectype=14

5) you don't need to reboot. You can do this

sudo modprobe omnibook ectype=14

by doing this, the bluetooth icon appears.

08/07 13:14:05

omnibook同時適用於HP

本人M100已經按照以上設置已經可以正常使用藍牙,快捷鍵功能

Copyright © Linux教程網 All Rights Reserved