Debian 11 问题与解决
<h2 id="1-添加用户到sudo">1 添加用户到sudo</h2><h2 id="2-软件更新">2 软件更新</h2>
<p>把国内源添加到<code>/etc/apt/sources.list</code>,国内源放在官方源前面,并注释DVD源。</p>
<pre><code class="language-bash"># 中科大镜像站
deb https://mirrors.ustc.edu.cn/debian/ bullseye main contrib non-free
deb-src https://mirrors.ustc.edu.cn/debian/ bullseye main contrib non-free
deb https://mirrors.ustc.edu.cn/debian/ bullseye-updates main contrib non-free
deb-src https://mirrors.ustc.edu.cn/debian/ bullseye-updates main contrib non-free
deb https://mirrors.ustc.edu.cn/debian/ bullseye-backports main contrib non-free
deb-src https://mirrors.ustc.edu.cn/debian/ bullseye-backports main contrib non-free
deb https://mirrors.ustc.edu.cn/debian-security/ bullseye-security main contrib non-free
deb-src https://mirrors.ustc.edu.cn/debian-security/ bullseye-security main contrib non-free
</code></pre>
<p>参考https://www.cnblogs.com/liuguanglin/p/debian11_repo.html</p>
<h2 id="3-安装wifi驱动">3 安装WIFI驱动</h2>
<pre><code class="language-bash">sudo apt install firmware-atheros
</code></pre>
<h2 id="4-亮度调节问题">4 亮度调节问题</h2>
<pre><code class="language-bash">sudo apt-get install firmware-linux-nonfree libgl1-mesa-dri xserver-xorg-video-ati
# 重启
</code></pre>
<p>参考https://www.likecs.com/show-205208691.html</p>
<h2 id="5-休眠或挂起后用键盘唤醒无法">5 休眠或挂起后用键盘唤醒无法</h2>
<p>参考该链接设置,待看后续效果<br>
https://amagi.yukisaki.io/article/bd2e9dc0-3016-4140-81a2-9f8d89a1eed3/</p><br><br>
来源:https://www.cnblogs.com/santion/p/16295398.html
頁:
[1]