分页: 1 / 1
笔记本蓝牙的启动问题
发表于 : 2011-05-22 20:42
由 sh8035386
每次重新启动后都要在终端输入命令才能起用
电脑刚刚启动的时候蓝牙图标颜色灰色的,当我在终端输入
sudo /etc/init.d/bluetooth restart
之后蓝牙才能正常使用,每次开机都要这样,麻烦死了,怎么样让它开机的时候自动启动,并链接蓝牙鼠标
Re: 笔记本蓝牙的启动问题
发表于 : 2011-05-23 13:44
由 scutdk
chkconfig --list bluetooth 看看服务是默认启动吗
Re: 笔记本蓝牙的启动问题
发表于 : 2011-05-24 16:10
由 sh8035386
user@ubuntu:~$ chkconfig --list bluetooth
bluetooth 0:off 1:off 2:on 3:on 4:on 5:on 6:off
显示上面的信息,还是不能用,输入
user@ubuntu:~$ sudo /etc/init.d/bluetooth restart
[sudo] password for user:
* Stopping bluetooth [ OK ]
* Starting bluetooth [ OK ]
恢复正常,这是再输入
user@ubuntu:~$ chkconfig --list bluetooth
bluetooth 0:off 1:off 2:on 3:on 4:on 5:on 6:off
还是跟之前的结果一样,以上可以说明蓝牙启动和没启动时都是0:off 1:off 2:on 3:on 4:on 5:on 6:off
不知道要怎么样才能解决