#New install arch
26 messages · Page 1 of 1 (latest)
Are you able to access a TTY with ctrl + alt + F[2-6]?
Oh
@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?
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
i think i configured it incorectly and wifi doesnt even work when the motherboard has support for it
@shrewd plume this?
These are warnings, not fatal errors.
Output of lspci -k | grep -A 3 "0b:00" and dmesg | grep -i "0b:00\|ath\|debugfs"?
yeah i noticed
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
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.
could i enable it so i am able to use it as a backup?