aboutsummaryrefslogtreecommitdiff
path: root/tw/system
diff options
context:
space:
mode:
Diffstat (limited to 'tw/system')
-rw-r--r--tw/system/btl.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tw/system/btl.scm b/tw/system/btl.scm
index aab308c3..aa1de5a9 100644
--- a/tw/system/btl.scm
+++ b/tw/system/btl.scm
@@ -65,6 +65,9 @@
;; The MT7921E module is for the card connected via PCIe, which it is
;; (it's in an M.2 slot). Alternatives are S (SDIO) and U (USB).
(kernel (nongnu:corrupt-linux linux-libre #:configs '("CONFIG_MT7921E=m")))
+ (kernel-arguments
+ ;; Make printing work by blacklisting the broken "usblp" kernel module.
+ (cons* "modprobe.blacklist=usblp" %default-kernel-arguments))
(kernel-loadable-modules (list ddcci-driver-linux))
(initrd nongnu:microcode-initrd)
(firmware (cons* nongnu:amdgpu-firmware mt7922-firmware %base-firmware))