I am struggling with the installation of Debian (KDE) on a new machine with an NVIDIA graphic card (I have installed Debian before—on both PCs & Macs—without any troubles but none of those had NVIDIA inside). The boot is hanging, first quite early, so I tried to fix it by installing the recommended packages (🡂 https://wiki.debian.org/NvidiaGraphicsDrivers) but the boot still fails (now sticking at "started cups.service ...").
My CPU is an Intel i7 14700K (shouldn't matter, right?), the likely culprit is 4060 TI RTX Nvidia 16GB (for more hw infos pls see below).
Installed packages:
- `linux-headers-amd64`
- After adding `deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware`
to `/etc/apt/sources.list`, I installed `nvidia-driver firmware-misc-nonfree`
- After installing the pkg above, I got "Conflicting nouveau kernel module loaded" 🡆 reboot (the warning did not appear again)
- `nvidia-cuda-dev nvidia-cuda-toolkit`
Diagnostics:
(1) `nvidia-detect` produces(2) `uname -r`: 6.1.0-25-amd64
(3) `uname -v` 🡆
`#1 SMP PREEMPT_DYNAMIC Debian 6.1.106-3 (2024-08-26)`
(4) `lspci -nnkd ::0300 ; lspci -nnkd ::0302 ; lspci -nnkd ::0380`
⬇(5) `sudo modinfo nvidia` 🡆 `modinfo: ERROR: Module nvidia not found.` (Does this indicate a kernel issue?
That's it. I'm at a loss now, any help would be greatly appreciated.
My CPU is an Intel i7 14700K (shouldn't matter, right?), the likely culprit is 4060 TI RTX Nvidia 16GB (for more hw infos pls see below).
Installed packages:
- `linux-headers-amd64`
- After adding `deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware`
to `/etc/apt/sources.list`, I installed `nvidia-driver firmware-misc-nonfree`
- After installing the pkg above, I got "Conflicting nouveau kernel module loaded" 🡆 reboot (the warning did not appear again)
- `nvidia-cuda-dev nvidia-cuda-toolkit`
Diagnostics:
(1) `nvidia-detect` produces
Code:
Detected NVIDIA-GPUs:01:00.0 VGA compatible controller [0300: NVIDIA Corporation AD106 [GeForce RTX 4060 Ti] [10de:2003] (rev a1)Checking card: NVIDIA Corporation AD106 [GeForce RTX 4060 Ti] (rev a1)Your card is supported by the default drivers.It is recommended to install the nvidia-driverpackage
(3) `uname -v` 🡆
`#1 SMP PREEMPT_DYNAMIC Debian 6.1.106-3 (2024-08-26)`
(4) `lspci -nnkd ::0300 ; lspci -nnkd ::0302 ; lspci -nnkd ::0380`
⬇
Code:
01:00.0 VGA compatible controller [0300: NVIDIA Corporation AD106 [GeForce RTX 4060 Ti] [10de:2003] (rev a1) Subsystem: Micro-Star International Co., Ltd. [MSI] AD106 [GeForce RTX 4060 Ti] [1462:5174] Kernel driver in use: nvidia Kernel modules: nvidia00:02.0 Display controller [0300]: Intel Corporation Raptor Lake-S GT1 [UHD Graphics 770] [0006:a700] (rev 04) Devicename: Onboard - Video Subsystem: Micro-Star International Co., Ltd. [MSI] Raptor Lake-S GT1 [UHD Graphics 770] [1462:7e29] Kernel driver in use: i915 Kernel modules: i915
That's it. I'm at a loss now, any help would be greatly appreciated.
Statistics: Posted by Kyselak — 2024-09-19 17:59 — Replies 2 — Views 70