#New install arch

26 messages · Page 1 of 1 (latest)

green juniper
#

every time it boots it displays these errors
nvidia gpu

harsh parcel
green juniper
#

what does that do

#

no it can boot but while booting

#

it shows me these errors

harsh parcel
#

Oh

shrewd plume
#

@green juniper I think what's happening here is that some firmware (perhaps ath10k) instantiates some debugfs files for two different wireless bridges

#

Do you have multiple bridges or access points?

green juniper
#

i dont use wifi

#

idk

shrewd plume
#

Regardless, it's some driver/firmware creating duplicate debugfs files, which is pretty much irrelevant unless you'd actually start debugging devices using those drivers

#

But you can try running lspci -v and look for 0000:0b:00.0

#

Or grep it if you have it installed, lspci -v | grep 0000:0b:00

green juniper
#

i think i configured it incorectly and wifi doesnt even work when the motherboard has support for it

#

@shrewd plume this?

limber ferry
#

Output of lspci -k | grep -A 3 "0b:00" and dmesg | grep -i "0b:00\|ath\|debugfs"?

green juniper
#

give me a sec

#
grep: and: No such file or directory
grep: dmesg: No such file or directory
#

oops

#

and wifi doesnt work but not that i need it

limber ferry
# green juniper

Just suppress it. Run echo "options ath12k_pci disable_debugfs=1" | sudo tee /etc/modprobe.d/ath12k.conf and after that run sudo mkinitcpio -P and reboot.

green juniper
#

could i enable it so i am able to use it as a backup?