You are not logged in.
Hello,
I just freshly installed arch on my new PC few days ago. After I installed the kde plasma and reboot the whole system, the system hanged in
[ 19.137345] platform INT3515:01: deferred probe pendingfor 1 minutes,it then yield out few error message says:
[ 64.576048] snd_hda_intel 0000:00:1f.3: couldn't bind with audio component
[ 64.585529] snd_hda_codec_hdmi hdaudioC0D2: No i915 binding for Intel HDMI/DP codec
[ 64.592302] snd_hda_intel 0000:00:1f.3: Cannot probe codecs, giving upAfter that, it continue to setup wifi and Bluetooth, but in the end it stuck at
[ 97.882837] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes readyI can still enter tty2, but OS just hanging on tty1. I guess it is the problem with my audio driver, and kde just stopped at the last step. Should I install some audio driver packages?
Here is the result of lspci:
00:00.0 Host bridge: Intel Corporation Device a700 (rev 01)
00:01.0 PCI bridge: Intel Corporation Device a70d (rev 01)
00:02.0 Display controller: Intel Corporation Raptor Lake-S GT1 [UHD Graphics 770] (rev 04)
00:06.0 PCI bridge: Intel Corporation Device a74d (rev 01)
00:08.0 System peripheral: Intel Corporation Device a74f (rev 01)
00:0a.0 Signal processing controller: Intel Corporation Device a77d (rev 01)
00:14.0 USB controller: Intel Corporation Device 7a60 (rev 11)
00:14.2 RAM memory: Intel Corporation Device 7a27 (rev 11)
00:14.3 Network controller: Intel Corporation Device 7a70 (rev 11)
00:16.0 Communication controller: Intel Corporation Device 7a68 (rev 11)
00:17.0 SATA controller: Intel Corporation Device 7a62 (rev 11)
00:1b.0 PCI bridge: Intel Corporation Device 7a40 (rev 11)
00:1b.4 PCI bridge: Intel Corporation Device 7a44 (rev 11)
00:1c.0 PCI bridge: Intel Corporation Device 7a38 (rev 11)
00:1c.3 PCI bridge: Intel Corporation Device 7a3b (rev 11)
00:1f.0 ISA bridge: Intel Corporation Device 7a04 (rev 11)
00:1f.3 Audio device: Intel Corporation Device 7a50 (rev 11)
00:1f.4 SMBus: Intel Corporation Device 7a23 (rev 11)
00:1f.5 Serial bus controller: Intel Corporation Device 7a24 (rev 11)
01:00.0 VGA compatible controller: NVIDIA Corporation AD102 [GeForce RTX 4090] (rev a1)
01:00.1 Audio device: NVIDIA Corporation AD102 High Definition Audio Controller (rev a1)
02:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller PM9A1/PM9A3/980PRO
04:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller PM9A1/PM9A3/980PRO
05:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
06:00.0 SATA controller: ASMedia Technology Inc. ASM1062 Serial ATA Controller (rev 02)And here is the result of ismod | grep -E "snd_hda_intel":
snd_hda_intel 65536 0
snd_intel_dspcfg 36864 3 snd_hda_intel,snd_sof,snd_sof_intel_hda_common
snd_hda_codec 217088 4 snd_hda_codec_hdmi,snd_hda_intel,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_core 139264 7 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_pcm 200704 12 snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pcm_dmaengine
snd 151552 13 snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidiI've already installed nvidia, nvidia-utils and nvidia-settings, so the driver should works fine.
ALso, there're no config files under /etc/modprobe.d/
I boot the os with
linux /vmlinuz-linux root=UUID=b2937914-afa2-4ee0-94a5-14eff10c2ca2 rw loglevel=5 nomodesetHere is the result of dmesg:
Dmesg output
And here is the Xorg log file:
Xorg log file
Last edited by Bmk (2023-03-22 22:16:26)
Offline
You might want to install sof-firmware but this has nothing to do with your booting issues.
Your booting issues are due to
602] traps: Missing ENDBR: _nv012309rm+0x0/0x10 [nvidia]so you need to add ibt=off (remove nomodeset while you're there) to your kernel parameters as noted in the blue box on the nvidia installation page: https://wiki.archlinux.org/title/NVIDIA#Installation
If you do not actively need your internal GPU you probably also want to either disable it in your UEFI, or blacklist the i915 module, as recent changes in that space will steal the framebuffer from the nvidia card.
Last edited by V1del (2023-03-22 11:54:04)
Offline
That helps, thanks a lot.
Offline