ok so im having wifi issues right now on a fresh debian install specifcally firmware-11.2.0-amd64-netinst.iso iso. I got errors on installation about missing firmware packages and the same errors unsurprisingly persisted after installing. it sais that i am missing ath10k/pre-cal-pci-0000:02:00.0.bin
i cannot connect to the wifi and ip a returns the following
manually typed so forgive misspelling;
the contents of /etc/network/interfaces are as follows:
wpa is running also
I have not done anything to this fresh install
when I lspci I also find the following line
I have heard of the firware-atheros package
Although I am not sure how I might find it and install on a usb
then I could maybe install it on the system via that
edit: I have installed firmware-atheros package through external usb and found that I already had the package.
These are my hardware specifications from dell btw:
update: I have new error message on boot :
I figured out how to run iwconfig(needed sudo) it returned the following:
Sorry if I am adding too much. I have an unrelated manjaro install on an sd card that has wifi still working. Im wondering if some commands their would be helpful.
cmd is different.
UPDATE, looking promising. I followed this guide and can now install packages
https://unix.stackexchange.com/questions/283722/how-to-connect-to-wifi-from-command-line
I have not tried rebooting as I will set up all I need first of course
thank you all so much for the help( fyi: I am a past arch user and got no help, you guys were great though
)
i cannot connect to the wifi and ip a returns the following
manually typed so forgive misspelling;
Markdown (GitHub flavored):
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00
inet 127.0.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: wlp2s0: <BROADCAST, MULTICAST> mtu 1500 qdisc noop state down group default qlen 1000
link/ether 5c:61:99:20:b9:7d brd ff:ff:ff:ff:ff:ff
Markdown (GitHub flavored):
# *usual comments*
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
I have not done anything to this fresh install
when I lspci I also find the following line
Markdown (GitHub flavored):
Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
Although I am not sure how I might find it and install on a usb
then I could maybe install it on the system via that
edit: I have installed firmware-atheros package through external usb and found that I already had the package.
These are my hardware specifications from dell btw:
update: I have new error message on boot :
Code:
acp_pdm_mach acp_pdm_mach.0: snd_soc_register_card(acp) failed: -517
I figured out how to run iwconfig(needed sudo) it returned the following:
Code:
lo no wireless extensions.
wlp2s0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=-2147483648 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
Code:
ip a
Code:
*note this is on a seperate manjaro install*
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00
inet 127.0.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: wlp2s0: <BROADCAST ,MULTICASR ,UP ,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 5c:61:99:20:b9:7d brd ff:ff:ff:ff:ff:ff
inet 192.168.0.88/24 brd 192.168.0.255 scope global dynamic noprefixroute wlp2s0
valid_lft 86364sec preferred_lft 86364sec
inet6 fe80::f158:f4f:b732:7f13/64 scope link noprefixroute
valid_lft forever preferred_lft forever
https://unix.stackexchange.com/questions/283722/how-to-connect-to-wifi-from-command-line
I have not tried rebooting as I will set up all I need first of course
thank you all so much for the help( fyi: I am a past arch user and got no help, you guys were great though

Last edited: