Re: [gentoo-user] Loading a Firmware Module By hand?

2017-12-18 Thread Adam Carter
That particular firmware does not exist. I am trying to figure how far > back I need to rollback the kernel. Sabayon's live ISO is using > 4.13.0, but that is no longer in the tree. Not sure if I need to go > back to the 4.12 ebuilds, or if 4.13.5 will suit my needs; perhaps > there is a bit of

Re: [gentoo-user] Loading a Firmware Module By hand?

2017-12-18 Thread Floyd Anderson
If you want to build into the kernel again, check ‘/lib/firmware/ath10k/QCA6174/hw2.1/firmware-6.bin’ exists and set: CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="ath10k/QCA6174/hw2.1/firmware-6.bin" CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware" I must correct myself. I’ve seen

Re: [gentoo-user] Loading a Firmware Module By hand?

2017-12-18 Thread Hunter Jozwiak
On 12/18/17, Floyd Anderson wrote: > On Mon, 18 Dec 2017 19:15:04 + > Hunter Jozwiak wrote: >>On 12/18/17, Mick wrote: >>> On Monday, 18 December 2017 05:11:20 GMT Hunter Jozwiak wrote: Hmm. I have kernel 4.14.7 and

Re: [gentoo-user] Loading a Firmware Module By hand?

2017-12-18 Thread Floyd Anderson
On Mon, 18 Dec 2017 19:15:04 + Hunter Jozwiak wrote: On 12/18/17, Mick wrote: On Monday, 18 December 2017 05:11:20 GMT Hunter Jozwiak wrote: Hmm. I have kernel 4.14.7 and linux-firmware 20171206. I tried version 9 as well, but

Re: [gentoo-user] Loading a Firmware Module By hand?

2017-12-18 Thread Hunter Jozwiak
On 12/18/17, Mick wrote: > On Monday, 18 December 2017 05:11:20 GMT Hunter Jozwiak wrote: >> Hmm. I have kernel 4.14.7 and linux-firmware 20171206. I tried version >> 9 as well, but that didn't help matters, either. Nor did >> compiling the firmware into the

Re: [gentoo-user] Loading a Firmware Module By hand?

2017-12-18 Thread Mick
On Monday, 18 December 2017 05:11:20 GMT Hunter Jozwiak wrote: > Hmm. I have kernel 4.14.7 and linux-firmware 20171206. I tried version > 9 as well, but that didn't help matters, either. Nor did > compiling the firmware into the kernel; either 4.14 is too old, or it > is too new. I'd

Re: [gentoo-user] Loading a Firmware Module By hand?

2017-12-17 Thread Floyd Anderson
On Mon, 18 Dec 2017 05:11:20 + Hunter Jozwiak wrote: On 12/17/17, Andrey Utkin wrote: On Sun, Dec 17, 2017 at 12:34:14AM -0500, Hunter Jozwiak wrote: Hi, I have an ath10k_pci device that I'm trying to get hooked to the Internet, but I'm

Re: [gentoo-user] Loading a Firmware Module By hand?

2017-12-17 Thread Hunter Jozwiak
Hmm. I have kernel 4.14.7 and linux-firmware 20171206. I tried version 9 as well, but that didn't help matters, either. Nor did compiling the firmware into the kernel; either 4.14 is too old, or it is too new. I tried copying the firmware my live iso was using, but that didn't help either.

Re: [gentoo-user] Loading a Firmware Module By hand?

2017-12-17 Thread Andrey Utkin
On Sun, Dec 17, 2017 at 12:34:14AM -0500, Hunter Jozwiak wrote: > Hi, > > I have an ath10k_pci device that I'm trying to get hooked to the > Internet, but I'm having some strange issues. It is trying to load the > 2.1 firmware, but I don't think that is the proper firmware for the > interface to

Re: [gentoo-user] Loading a Firmware Module By hand?

2017-12-17 Thread Mick
On Sunday, 17 December 2017 05:34:14 GMT Hunter Jozwiak wrote: > Hi, > > I have an ath10k_pci device that I'm trying to get hooked to the > Internet, but I'm having some strange issues. It is trying to load the > 2.1 firmware, but I don't think that is the proper firmware for the > interface to

[gentoo-user] Loading a Firmware Module By hand?

2017-12-16 Thread Hunter Jozwiak
Hi, I have an ath10k_pci device that I'm trying to get hooked to the Internet, but I'm having some strange issues. It is trying to load the 2.1 firmware, but I don't think that is the proper firmware for the interface to have; I think it ought to be loading the 3.0 module, but am not quite sure