(solved) Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Quick to answer questions about finding your way around LMDE as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums within the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by sleeper12 »

I don't think it will help, but try:

Code: Select all

 sudo modprobe iwlwifi 
Rocherd
Level 1
Level 1
Posts: 19
Joined: Mon May 17, 2021 7:03 pm

Re: Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by Rocherd »

no return was given in terminal, is it suppose to do that?

anyhow installed git, to give this a shot

Code: Select all

git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
Cloning into 'backport-iwlwifi'...
remote: Enumerating objects: 88, done.
remote: Counting objects: 100% (88/88), done.
remote: Compressing objects: 100% (72/72), done.
remote: Total 113467 (delta 40), reused 0 (delta 0), pack-reused 113379
Receiving objects: 100% (113467/113467), 18.49 MiB | 880.00 KiB/s, done.
Resolving deltas: 100% (84042/84042), done.

Code: Select all

make defconfig-iwlwifi-public
make: *** No rule to make target 'defconfig-iwlwifi-public'.  Stop.
sed -i 's/CPTCFG_IWLMVM_VENDOR_CMDS=y/# CPTCFG_IWLMVM_VENDOR_CMDS is not set/' .config
sed: couldn't edit .config: not a regular file
make -j4
make: *** No targets specified and no makefile found.  Stop.
soo with all those problems no point in doing make install
https://wireless.wiki.kernel.org/en/use ... the_driver
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by sleeper12 »

I still suspect you need a newer kernel than offered in LMDE. But, maybe something here will work for you:

https://askubuntu.com/questions/1156167 ... -unclaimed
Rocherd
Level 1
Level 1
Posts: 19
Joined: Mon May 17, 2021 7:03 pm

Re: Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by Rocherd »

I saw that too, ive got to figureout how to get the 5.10 kernel backport working. its not apparently as easy as installing it, because i end up with a typable blackscreen.
Rocherd
Level 1
Level 1
Posts: 19
Joined: Mon May 17, 2021 7:03 pm

Re: Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by Rocherd »

I saw that too, ive got to figureout how to get the 5.10 kernel backport working. its not apparently as easy as installing it, because i end up with a typable blackscreen if that makes any sense.
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by sleeper12 »

Something else to try:

Code: Select all

 sudo apt install --reinstall firmware-iwlwifi 

Code: Select all

 sudo modprobe -r iwlwifi && sudo modprobe iwlwifi 
Reboot
Rocherd
Level 1
Level 1
Posts: 19
Joined: Mon May 17, 2021 7:03 pm

Re: Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by Rocherd »

Code: Select all

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package firmware-iwlwifI
sooo.... im going to do it via synapic
Rocherd
Level 1
Level 1
Posts: 19
Joined: Mon May 17, 2021 7:03 pm

Re: Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by Rocherd »

no luck
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by sleeper12 »

I'm in a live session of LMDE4 & I see firmware-iwlwifi is preinstalled. Guess it does no good though.
User avatar
SMG
Level 25
Level 25
Posts: 31988
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by SMG »

sleeper12 wrote: Mon May 17, 2021 11:42 pm Is there a wifi driver in Driver Manager you can install?
For future reference: LMDE does not have Driver Manager.
Rocherd wrote: Tue May 18, 2021 12:14 am no i chose ldme4 because i really got tired of canonical, so direct builds of ubuntu really arent my thing. it says in the user manual 4.1+ kernel.
What user manual are you referencing?

With the AMD Ryzen 7 3700X, I would recommend using at least the 5.8 kernel. I know others with LMDE have been able to use buster backports to get something much newer than the 4.19 which comes with LMDE. I do not have LMDE, but I'll see if I can find information.

I seem to recall that updates to the iwlwifi driver in the linux firmware a while back for the AX3000. But I have the 5.4 kernel, so I do not know if it was available for older kernels.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
User avatar
SMG
Level 25
Level 25
Posts: 31988
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: (unawserable/requires higher support or Dev) Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by SMG »

Rocherd wrote: Tue May 18, 2021 1:12 pm I saw that too, ive got to figureout how to get the 5.10 kernel backport working. its not apparently as easy as installing it, because i end up with a typable blackscreen if that makes any sense.
I do not know if this LMDE Tutorial [HowTo] Install the latest Linux Kernel, might help.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: (unawserable/requires higher support or Dev) Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by sleeper12 »

Good find, maybe a newer kernel will solve this.
Rocherd
Level 1
Level 1
Posts: 19
Joined: Mon May 17, 2021 7:03 pm

Re: (unawserable/requires higher support or Dev) Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by Rocherd »

SMG wrote: Wed May 19, 2021 3:30 pm
Rocherd wrote: Tue May 18, 2021 1:12 pm I saw that too, ive got to figureout how to get the 5.10 kernel backport working. its not apparently as easy as installing it, because i end up with a typable blackscreen if that makes any sense.
I do not know if this LMDE Tutorial [HowTo] Install the latest Linux Kernel, might help.
I will give it a shot
SMG wrote: Wed May 19, 2021 1:46 pm
sleeper12 wrote: Mon May 17, 2021 11:42 pm Is there a wifi driver in Driver Manager you can install?
For future reference: LMDE does not have Driver Manager.
Rocherd wrote: Tue May 18, 2021 12:14 am no i chose ldme4 because i really got tired of canonical, so direct builds of ubuntu really arent my thing. it says in the user manual 4.1+ kernel.
What user manual are you referencing?

With the AMD Ryzen 7 3700X, I would recommend using at least the 5.8 kernel. I know others with LMDE have been able to use buster backports to get something much newer than the 4.19 which comes with LMDE. I do not have LMDE, but I'll see if I can find information.

I seem to recall that updates to the iwlwifi driver in the linux firmware a while back for the AX3000. But I have the 5.4 kernel, so I do not know if it was available for older kernels.
as has what user manual i was refering to wireless card user manual.
Rocherd
Level 1
Level 1
Posts: 19
Joined: Mon May 17, 2021 7:03 pm

Re: (unawserable/requires higher support or Dev) Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by Rocherd »

SMG wrote: Wed May 19, 2021 3:30 pm
Rocherd wrote: Tue May 18, 2021 1:12 pm I saw that too, ive got to figureout how to get the 5.10 kernel backport working. its not apparently as easy as installing it, because i end up with a typable blackscreen if that makes any sense.
I do not know if this LMDE Tutorial [HowTo] Install the latest Linux Kernel, might help.
Same blackscreen typable (non terminal?, as man, help, exit, reboot typed commands dont work, only ctrl+alt+del)
User avatar
SMG
Level 25
Level 25
Posts: 31988
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: (unawserable/requires higher support or Dev) Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by SMG »

Rocherd wrote: Wed May 19, 2021 9:28 pmSame blackscreen typable (non terminal?, as man, help, exit, reboot typed commands dont work, only ctrl+alt+del)
That might be an issue with the newer kernel and its version of nouveau not working well the older Mesa version in LMDE. It's not just the kernel which is older with LMDE, but also all the other software installed.
Rocherd wrote: Tue May 18, 2021 12:14 am no i chose ldme4 because i really got tired of canonical, so direct builds of ubuntu really arent my thing. it says in the user manual 4.1+ kernel.
The information I found online indicates the kernel version for AX200 must be 5.1 or higher Intel WiFi 6 AX200 not working on Ubuntu 16.04 and not 4.1 or higher.

I do not know if the firmware listed Intel: Linux* Support for Intel® Wireless Adapters will be of help.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
Rocherd
Level 1
Level 1
Posts: 19
Joined: Mon May 17, 2021 7:03 pm

Re: (unawserable/requires higher support or Dev) Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by Rocherd »

ookay, soo what do i do?
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: (unawserable/requires higher support or Dev) Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by sleeper12 »

Maybe get a usb wifi adapter that works on LMDE, if there are any.
Rocherd
Level 1
Level 1
Posts: 19
Joined: Mon May 17, 2021 7:03 pm

Re: (solved) Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by Rocherd »

off to majaro xfce.
User avatar
SMG
Level 25
Level 25
Posts: 31988
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: (solved) Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by SMG »

Rocherd wrote: Thu May 20, 2021 5:06 pm off to majaro xfce.
That will have a much newer kernel, so I expect that will work.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: (solved) Febsmart Wifi 6 PCIE (ax200) with NGW (AX3000/Bluetooth)

Post by sleeper12 »

Rocherd wrote: Thu May 20, 2021 5:06 pm off to majaro xfce.
Yep, that's another option. Let us know if it works or not.
Locked

Return to “Beginner Questions”