[问题]ubuntu下如何驱动无线光电鼠标

CPU/显卡/打印机/USB设备等硬件问题
回复
badboy1201
帖子: 4
注册时间: 2007-07-04 10:38

[问题]ubuntu下如何驱动无线光电鼠标

#1

帖子 badboy1201 » 2007-07-09 20:33

今天试一下无线鼠标 但是系统却一点反应都没有。不知道如何驱动它 请教哪位高手,指点一下
头像
ilv4
帖子: 76
注册时间: 2007-06-16 23:25
来自: 新加坡

#2

帖子 ilv4 » 2007-07-10 14:50

是蓝牙的不?我只有一块蓝牙无线鼠标Logitech V270,不带USB连接器的
蓝牙的这样干
先装驱动

代码: 全选

sudo apt-get install bluez-utils

sudo /etc/init.d/bluez-utils restart
然后

代码: 全选

sudo hidd --server

sudo hidd --search
如果要开机就自动连接蓝牙鼠标,修改/etc/default/bluetooth

代码: 全选

# start bluetooth on boot?
# compatibility note: If this variable is not found bluetooth will
# start
BLUETOOTH_ENABLED=0

############ HIDD
#
# To have Bluetooth mouse and keyboard support, get the
# Linux 2.6.6 patch or better from bluez.org, and set
# HIDD_ENABLED to 1.
HIDD_ENABLED=1
HIDD_OPTIONS="--connect aa:bb:cc:dd:ee:ff --server"
aa:bb:cc:dd:ee:ff是鼠标的mac地址
CCIE (RS, SEC & SP), JNCIE
ThinkPad TW510: i720, 8GB RAM, 256GB SSD, 15.4in 1920x1080 LCD, 1GB nVIDIA Quadro FX 880M, DVDRW, Intel 802.11agn wireless, Bluetooth, Modem, 1Gb Ethernet, UltraNav, Secure chip, FPR, 9c Li-Ion
回复