blfs(systemd版本)学习笔记-构建gnome桌面系统后的配置及安装的应用

一.构建安装ibus-libpinyin的笔记地址:https://www.cnblogs.com/renren-study-notes/p/10427682.html

二.构建安装google-chrome的笔记地址:https://www.cnblogs.com/renren-study-notes/p/10427794.html

三.设置系统显示中文

1.删除.bashrc里面的中文配置

vim .bashrc

2.修改/etc/profile.d/i18n.sh脚本内的英文设置

vim /etc/profile.d/i18n.sh 

LANG=zh_CN.UTF-8

四.使用NetworkManager管理网络

1.设置开机启动NetworkManager服务

systemctl enable NetworkManager

systemctl enable NetworkManager-wait-online

2.关闭dhcpcd和wpa_supplicant的开机启动服务

systemctl disable wpa_supplicant@wlan0 (wlan更换为实际网络接口)
systemctl disable dhcpcd@wlan0 (wlan更换为实际网络接口)

3.开启蓝牙服务并设置开机启动

systemctl enable bluetooth

systemctl enable --global obex

增加如下内核配置,加载蓝牙驱动,缺少固件的话参考我的blfs-总页笔记里面的固件配置说明

blfs-总页连接:https://www.cnblogs.com/renren-study-notes/p/10385413.html

[*] Networking support --->
      <M>   Bluetooth subsystem support --->
              [*]   Bluetooth Classic (BR/EDR) features
              <*>     RFCOMM protocol support
              [ ]       RFCOMM TTY support
              < >     BNEP protocol support
              [ ]       Multicast filter support
              [ ]       Protocol filter support
              <*>     HIDP protocol support
              [*]     Bluetooth High Speed (HS) features
              [*]   Bluetooth Low Energy (LE) features
                    Bluetooth device drivers --->
                      <M> HCI USB driver
                      <M> HCI UART driver
      <*>   RF switch subsystem support --->
    Device Drivers --->
          HID support --->
            <*>   User-space I/O driver support for HID subsystem

 

转载于:https://www.cnblogs.com/renren-study-notes/p/10427776.html

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值