Translation(s): none
DebianOn is an effort to document how to install, configure and use Debian on some specific hardware. Therefore potential buyers would know if that hardware is supported and owners would know how get the best out of that hardware. The purpose is not to duplicate the Debian Official Documentation, but to document how to install Debian on some specific hardware. If you need help to get Debian running on your hardware, please have a look at our user support channels where you may find specific channels (mailing list, IRC channel) dedicated to certain types of hardware. |
HP Laptop 15 da0xxx
HP Laptop 15 da0xxx
Tested on HP Laptop 15 da0414TU with the unofficial amd64 netinst image with non-free-firmware for buster and bullseye, and with the official weekly images for bookworm.
Overall Status
Core Components |
||
Boot Standard Kernel: |
|
|
LAN network card: |
|
|
Detect CD/DVD: |
[-] |
|
Detect hard drives: |
|
|
Extra Features |
||
CPU Frequency Scaling |
[?] |
|
Hibernation |
|
|
Sleep / Suspend |
|
|
Xorg |
|
|
- OpenGL |
|
|
- Resize-and-Rotate(randr) |
|
|
Switch to External Screen |
|
|
Mouse |
|
|
- Built-in (Trackpoint) |
|
|
- Built-in (Touchpad) |
|
|
Modem |
|
|
Wireless/Wifi |
|
|
Keyboard's Hotkeys |
|
|
Legend :
= OK ;
Unsupported(No Driver) ;
= Error (Couldn't get it working); [?] Unknown, Not Test ; [-] Not-applicable
= Configuration Required;
= Only works with a non-free driver and or firmware
Important Note
- Secure Boot may need to be disabled for the Debian Installer USB to boot.
- If your device came with Windows you will also need to select GRUB as the default bootloader in the BIOS after installation.
- The touchpad doesn't work during graphical installation (bullseye and below).
- You need an ethernet connection during installation if you are using netinst (bullseye and below).
- The unofficial installer with non-free firmware is recommended (bullseye and below).
Configuration
Display
- Works as intended, no configuration required. Switch to external screen works.
Audio
- Works as intended, no configuration required.
Mouse
Bookworm
The SynapticsTouchpad works perfectly both during and after install.
Bullseye and below
The SynapticsTouchpad does not work during installation but seems to work after the installation.
Power Management
Power management works perfectly.
Hibernation works from bullseye onwards only, for some reason.
WiFi
Buster
To get WiFi and Bluetooth to work, you need to:
Enable the non-free component by editing /etc/apt/sources.list.
After adding non-free, you need to enable backports by adding the line deb http://deb.debian.org/debian buster-backports main to the sources.list file.
- Run apt-get update as root.
The wireless driver (rtl8723de) in da0xxx requires the latest version of the Linux kernel 5. This can be installed by running sudo apt install -t buster-backports linux-image-amd64 in a terminal window.
Run sudo apt install -t buster-backports firmware-realtek.
You need to install the headers for the respective kernel as well (for example, if you are using the kernel 5.7.0-0.bpo.2-amd64, you will need to install linux-headers-5.7.0-0.bpo.2-amd64 as well.) Whenever you upgrade the kernel, you will need to make sure the respective headers have been installed as well.
Bullseye
Enable the non-free component by editing /etc/apt/sources.list.
- Run apt update as root.
Run sudo apt install firmware-realtek.
Bookworm and onwards
The default Debian installer, from Debian 12 'bookworm' and onwards, will be shipping with non-free firmware out of the box which will be installed during the system installation. In case Wi-Fi does not work in a fresh install, ensure that the package firmware-realtek from the non-free-firmware component of the main repositories is installed, and the linux-headers-amd64 package is installed.
System Summary
lspci
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [8086:5904] (rev 08)
00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics 620 [8086:5917] (rev 07)
00:04.0 Signal processing controller [1180]: Intel Corporation Skylake Processor Thermal Subsystem [8086:1903] (rev 08)
00:08.0 System peripheral [0880]: Intel Corporation Skylake Gaussian Mixture Model [8086:1911]
00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller [8086:9d2f] (rev 21)
00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Thermal subsystem [8086:9d31] (rev 21)
00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP CSME HECI #1 [8086:9d3a] (rev 21)
00:17.0 RAID bus controller [0104]: Intel Corporation 82801 Mobile SATA Controller [RAID mode] [8086:282a] (rev 21)
00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 [8086:9d14] (rev f1)
00:1c.5 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 [8086:9d15] (rev f1)
00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point LPC Controller/eSPI Controller [8086:9d4e] (rev 21)
00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC [8086:9d21] (rev 21)
00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d71] (rev 21)
00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 21)
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter [10ec:d723]
lsusb
lsusb -v | grep -E '\<(Bus|iProduct|bDeviceClass|bDeviceProtocol)' 2>/dev/null
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 0bda:b009 Realtek Semiconductor Corp. Bus 001 Device 003: ID 0408:5365 Quanta Computer, Inc. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Useful Links
Credits
Tested and written by eyekay49
