惠普笔记本下载软件 惠普笔记本系统下载( 三 )


Intel? Wi-Fi 6E AX210 (5.10)
Wi-Fi 6 products
Intel? Wi-Fi 6 AX201 (5.2)
Intel? Wi-Fi 6 AX200 (5.1)
直接资料来源是这个帖子 Netinst Intel Wi-Fi 6E AX211 firmware
方法如下:
把下面的几行添加到 /etc/apt/sources.list 里:
deb http://deb.debian.org/debian bullseye-backports main contrib non-free
deb-src http://deb.debian.org/debian bullseye-backports main contrib non-free
#deb http://deb.debian.org/debian/ bullseye-proposed-updates main contrib non-free
#deb-src http://deb.debian.org/debian/ bullseye-proposed-updates main contrib non-free
# testing
#deb http://deb.debian.org/debian testing main contrib non-free
#deb-src http://deb.debian.org/debian testing main contrib non-free
#
#deb http://deb.debian.org/debian-security/ testing-security main contrib non-free
#deb-src http://deb.debian.org/debian-security/ testing-security main contrib non-free
#
#deb http://deb.debian.org/debian testing-updates main contrib non-free
#deb-src http://deb.debian.org/debian testing-updates main contrib non-free
再运行下面的命令:
# apt update
# apt install linux-image-5.18.0-0.bpo.1-rt-amd64
重启系统在Grub里面选择新内核
使用了新内核后 , 发现触控板可以使用了 , 好像也可以调节亮度了(有点时间了忘记了 , 后面也安装了对应的固件) ,  但是WIFI还是不能使用 。再次使用 dmesg 查看具体问题 , 然后根据里面的提示安装对应的固件 。

  • 固件来源与安装方法
可以参考下面的几个链接
Linux* Support for Intel? Wireless Adapters (这个是英特尔官方的固件)
iwlwifi is the wireless driver for Intel\'s current wireless chips (里面有固件安装方法与来源)
Repository of firmware blobs for use with the Linux kernel (最新的固件在这里)
安装方法:
# cp iwlwifi-*.{ucode,pnvm} /lib/firmware/
  • WIFI不能使用的解决方法
查看这个帖子里面的方法 [Guide] Install Intel Wireless Drivers on Linux
对于我的电脑来说 , 就是下面的方法:
# # Go to the website: https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware.git/tree/
# # Download and Copied all the iwlwifi-ty-a0-gf-a0-* files to /lib/firmware/
# # 根据dmesg里面的提示来拷贝, 在这个库里面如果没有对应的文件不管它了 , 我从另外一个地方拷贝了
# # 这个文件 iwlwifi-so-a0-gf-a0-71.ucode , 发现改变桌面背景时部分屏幕会先变黑然后才正常 , 卸载了就没事了
# cp iwlwifi-so-a0-gf-a0* /lib/firmware/
其他可以参考的帖子如下:
Intel wifi and Debian 11
Considering all information I proceeded as follows:
- I removed the firmware-iwlwifi package;
- I downloaded the latest tarball from the kernel git page linked above;
- I extracted the iwlwifi-* and the intel/ibt-* files;
- I put those in a new tarball, which I then put through alien in order to create a .deb package (lazy method, but it works);
- I then installed my freshly created deb package;
- after that I rebooted the system.
... Presto, al just works fine as designed. I reckon that this is the cleanest way of achieving the desired result in lieu of a updated firmware-iwlwifi package or a truly free driver.
  • 出现i915(Intel HD Graphics driver, 英特尔的GPU驱动)问题的解决方法
问题如下:
W: Possible missing firmware /lib/firmware/i915/bxt_dmc_ver1_07.bin for module i915
W: Possible missing firmware /lib/firmware/i915/skl_dmc_ver1_27.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1_04.bin for module i915
解决方法: