菜鸟再次挑战 Arch Linux3-Filco Minila
因为不是安装教学文,所以就笼统地写一下自己在使用 Arch Linux时遇到的问题。
先写心得:
1.Filco Minila是把好键盘,但是蓝芽pair速度也是慢。
2.如果可以,再接一把usb键盘!(XD)
3.使用DE的可以跳过。
来吧!越级打怪吧!
开个terminal
安装一下蓝芽管理员 sudo pacman -S bluez bluez-utils
找一下你目前的蓝芽模组,至于为什么蓝芽模组叫 btusb,嗯…我也不知道
lsmod | grep btusb
btusb 69632 0
btrtl 28672 1 btusb
btbcm 20480 1 btusb
btintel 32768 1 btusb
bluetooth 749568 38 btrtl,hidp,btintel,btbcm,bnep,btusb,rfcomm
以上是我的x230找到的模组。
如果发生杯具,你打完这个指令没有看到 btusb?
那就 modprobe btusb手动加载吧…
接着 sudo systemctl start bluetooth.service
再来 sudo systemctl enable bluetooth.service
废话不多说,你就会发现没有刻意去查 systemctl status,完全不知道你的os到底开了
什么service