Wireless Connection Issues

I installed OpenSUSE last night on my Alienware 17r3 and everything works great except my wireless connection to my home network. I am able to connect via ethernet and I can scan for wifi networks and see my home network. I say connect, enter the password, and it just repeatedly asks me to authenticate by entering my password. It has a killer network e2400 card.

Any help in this matter would be greatly appreciated. Just an FYI, I am a new user to OpenSUSE and Linux in general, so don’t beat me up too badly if the answer is obvious lol.

Update: I put in the wrong type of card in this post. My wireless card is a QCA6174 802.11 ac Wireless Network Adapter, so an Atheros. Sorry for the mixup.

Please post:

/sbin/lspci -nnk | grep -iA3 net

Also

zypper se -si firmware

Here is the output from /sbin/lspci -nnk | grep -iA3 net

3b:00.0 Ether**net** controller [0200]: Qualcomm Atheros Killer E2400 Gigabit Ether**net** Contr
oller [1969:e0a1] (rev 10)
        Subsystem: Device [0707:2400]
        Kernel driver in use: alx
        Kernel modules: alx
3c:00.0 **Net**work controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless **Net**work Ad
apter [168c:003e] (rev 32)
        Subsystem: Rivet **Net**works Device [1a56:1535]
        Kernel driver in use: ath10k_pci
        Kernel modules: ath10k_pci
3d:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Car
d Reader [10ec:5227] (rev 01)


and here is the output from zypper se -si firmware

Loading repository data...
Reading installed packages...

S | Name            | Type    | Version              | Arch   | Repository
--+-----------------+---------+----------------------+--------+-----------------------
i | kernel-firmware | package | 20200107-lp152.2.6.1 | noarch | Main Update Repository


I am posting this because this thread needs to be closed out. I just want to say that after numerous attempts at trying to fix my wireless connection issues, I have resolved it. It was a case of user idiocy. I was inadvertently capitalizing a single letter in my network password. Even after reviewing the password a hundred thousand times and thinking it was completely correct, apparently it was not. I apologize for the supreme idiocy that occurred on this thread :embarrassed: lol.

It happens. FYI, I had an Atheros wifi card in my laptop initially, but ended up swapping it out for an intel card after a prolonged period of dealing with intermittent connectivity problems with the ath10k_pci driver. So, if you experience any wifi connectivity problems or weird behavior, that driver is not the most stable. Just something to keep in mind. You may not have any issues.