<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Gui on Net Boy</title>
    <link>https://lian.st/tags/gui/</link>
    <description>Recent content in Gui on Net Boy</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-gb</language>
    <lastBuildDate>Sat, 26 Oct 2024 14:34:24 +0800</lastBuildDate><atom:link href="https://lian.st/tags/gui/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>LinuxMint 設置中沒有藍牙GUI問題解決</title>
      <link>https://lian.st/posts/76576d21/</link>
      <pubDate>Sat, 26 Oct 2024 14:34:24 +0800</pubDate>
      
      <guid>https://lian.st/posts/76576d21/</guid>
      
      <description>&lt;h2 id=&#34;检查硬件支持&#34;&gt;检查硬件支持&lt;/h2&gt;
&lt;p&gt;确保你的设备确实支持蓝牙，通常在笔记本电脑上这是内置的，但在桌面电脑上可能需要外接适配器&lt;/p&gt;
&lt;h2 id=&#34;安裝藍牙管理工具&#34;&gt;安裝藍牙管理工具&lt;/h2&gt;
&lt;p&gt;打开终端并运行以下命令以确保安装了蓝牙相关的软件包：&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo apt update
sudo apt install bluez blueman
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;启动蓝牙服务&#34;&gt;启动蓝牙服务&lt;/h2&gt;
&lt;p&gt;确保蓝牙服务正在运行。可以通过以下命令检查并启动服务：&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo systemctl start bluetooth
sudo systemctl enable bluetooth
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;检查蓝牙设备&#34;&gt;检查蓝牙设备&lt;/h2&gt;
&lt;p&gt;运行以下命令以确认蓝牙设备是否被系统识别：&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;bluetoothctl
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;在命令行中输入 &lt;code&gt;power on&lt;/code&gt; 来开启蓝牙。&lt;/p&gt;
&lt;h2 id=&#34;檢查設置&#34;&gt;檢查設置&lt;/h2&gt;
&lt;p&gt;&lt;img alt=&#34;image-20241026142008608&#34; src=&#34;https://b2.ccc.re/images/2024/10/26/image-20241026142008608.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;image-20241026142031264&#34; src=&#34;https://b2.ccc.re/images/2024/10/26/image-20241026142031264.png&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;其他&#34;&gt;其他&lt;/h2&gt;
&lt;p&gt;如果上述操作無法解決問題，可能需要進一步的排查問題。&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;檢查驅動程式&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;lsusb
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;如果你的藍牙設備在輸出中列出，但仍無法使用，可能需要根據具體的設備廠商和型號來手動安裝驅動程式。&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;查看log&lt;/p&gt;
&lt;p&gt;檢查系統日志來排查可能存在的問題&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;journalctl -xe | grep bluetooth
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;更新作業系統&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo apt update
sudo apt upgrade
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Maybe you may need to use &lt;code&gt;reboot&lt;/code&gt; to try to solve the problem.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;</description>
      
    </item>
    
  </channel>
</rss>
