Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]Intel wifi 6 AX200 wireless card is not working
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
nurali
Tux's lil' helper
Tux's lil' helper


Joined: 17 Nov 2022
Posts: 143
Location: Somewhere,Earth

PostPosted: Fri Nov 25, 2022 1:25 pm    Post subject: Reply with quote

NeddySeagoon wrote:
nurali,

I misunderstood your problem. Sorry about that.

In general, WiFi cannot be started by
Code:
ip link set wlp4s0 up
It will 'up' the interface but WiFI needs much more to make it work.
Starting WiFi is a two step process.

First the radio link must be established. There are two steps to that.
Authentication and Association. I don't remember the order but dmesg will show it.
I use wpa_supplicant for managing those steps. There are other tools today and there are some GUIs that are a wrapper around wpa_supplicant too.
Somehow, it needs a wpa_supplicant.conf to be created to control all this.
Essentially, wpa_supplicant needs to know the SSID of the network it is to connect to, the password, the encryption and how the key is shared. Other tools need the same information.
Recently, tkip is no longer supported by default.

Your messages in dmesg about Authentication and Association. would be good to see. They need to be from your own kernel though.
Code:
dmesg > /dmesg.txt
will save all of dmesg to the file /dmesg.txt. Share that on a pastebin site please.
If you don't have networking from your gentoo yet, after /dmesg.txt is created, start with your boot media, mount your root filesystem at /mnt/gentoo, then the file will be /mnt/gentoo/dmesg.txt

Once Authentication and Association works, your WiFi behaves as a wired interface and all the usual tools work to complete the set up.

There no hurry here. Exams come first.
Hey,how are you today?
I did some file to send you,plz check these.
1.Discription about problem
http://0x0.st/oUV5.jpg
I told you the wrong stuation about this problem yesterday,this is exactly what happening
2.my bash history(of course I did not copy it from .bash_history)
http://0x0.st/oUVG.txt
3.my dmesg outputs
http://x0x.st/-k.txt
4.my make.conf file(I don't know why curl can not finish the progress,so I put it here)
Code:
#These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
COMMON_FLAGS="-march=native -O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
CHOST="x86_64-pc-linux-gnu"
MAKEOPTS="-j15"
CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3"

# NOTE: This stage was built with the bindist Use flag enabled

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C

USE="minimal pulseaudio xfs mtp git infinality emoji cjk -bindist consolekit -gnome-shell -gnome -gnome-keyring client icu sudo python"

GENTOO_MIRRORS="https://mirrors.bfsu.edu.cn/gentoo"

EMERGE_DEFAULT_OPTS="--ask --verbose=y --keep-going --with-bdeps=y"

ACCEPT_KEYWORDS="~amd64"
ACCEPT_LICENSE="*"

L10N="en-US zh-CN en zh"
LINGUAS="en_US zh_CN en zh"

VIDEO_CARDS="amdgpu nvidia"

RUBY_TARGETS="ruby31"

GRUB_PLATFORMS="efi-64"

I am using my 2.4GHz wifi in OPEN security mode now,and my pc is building fire fox,yet not finish,I also don't know why take so long,so I edited this on my phone,please check
Another thing,I did not add the tkip use flag yet,but I'll try later after fire fox done building
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Fri Nov 25, 2022 1:51 pm    Post subject: Reply with quote

nurali,

3.my dmesg outputs
http://x0x.st/-k.txt

That link doesn't work. I tried 0x0.st/ but the page name looks too short too.

Don't set
Code:
USE=minimal
than breaks lots of things, especially Xorg.

Let your profile manage
Code:
RUBY_TARGETS="ruby31"
you don't need to set it yourself.
Your profile should take care of USE=-bindist consolekit too.

If you have both an amd GPU and nVidia GPU, your VIDEO_CARDS="amdgpu nvidia" is missing radeonsi.
That needed for mesa if the amdgpu video driver is used.

make.conf overrides the settings in your profile.
Code:
emerge --info
shows the result of your profile as changed by make.conf. Profiles are a starting point to minimise the changes your need to make for yourself.
Firefox is huge. It depends on rust, which is also huge.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
nurali
Tux's lil' helper
Tux's lil' helper


Joined: 17 Nov 2022
Posts: 143
Location: Somewhere,Earth

PostPosted: Fri Nov 25, 2022 2:04 pm    Post subject: Reply with quote

NeddySeagoon wrote:
nurali,

3.my dmesg outputs
http://x0x.st/-k.txt

That link doesn't work. I tried 0x0.st/ but the page name looks too short too.

Don't set
Code:
USE=minimal
than breaks lots of things, especially Xorg.

Let your profile manage
Code:
RUBY_TARGETS="ruby31"
you don't need to set it yourself.
Your profile should take care of USE=-bindist consolekit too.

If you have both an amd GPU and nVidia GPU, your VIDEO_CARDS="amdgpu nvidia" is missing radeonsi.
That needed for mesa if the amdgpu video driver is used.

make.conf overrides the settings in your profile.
Code:
emerge --info
shows the result of your profile as changed by make.conf. Profiles are a starting point to minimise the changes your need to make for yourself.
Firefox is huge. It depends on rust, which is also huge.

Thanks for replying,I checked that file,it strangely became a blank text file,and I wrote the wrong addr also,here is the correct one:
http://0x0.st/oUW0.txt
And I'll change that use flags immediately
Thanks for teaching in patient,plz check dmesg
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Fri Nov 25, 2022 2:33 pm    Post subject: Reply with quote

nurali,

Code:
[    0.000000] Linux version 6.0.9-gentoo-dist (root@pomiot) (x86_64-pc-linux-gnu-gcc (Gentoo 11.3.0 p4) 11.3.0, GNU ld (Gentoo 2.38 p4) 2.38) #1 SMP PREEMPT_DYNAMIC Wed Nov 16 14:25:01 -00 2022

That line tells that the running kernel build time was Wed Nov 16 14:25:01 -00 2022. That's not a problem but if you have made a newer kernel since then its not being used.

Your wifi startup
Code:
[   32.270732] wlp4s0: authenticate with 00:e5:e4:e8:02:8f
[   32.285897] wlp4s0: Invalid HE elem, Disable HE
[   32.307151] wlp4s0: send auth to 00:e5:e4:e8:02:8f (try 1/3)
[   32.339922] wlp4s0: authenticated
[   32.362569] wlp4s0: associate with 00:e5:e4:e8:02:8f (try 1/3)
[   32.364187] wlp4s0: RX AssocResp from 00:e5:e4:e8:02:8f (capab=0x1 status=0 aid=2)
[   32.401282] wlp4s0: associated
[   32.426012] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[   70.255330] wlp4s0: disassociated from 00:e5:e4:e8:02:8f (Reason: 5=DISASSOC_AP_BUSY)
[   73.318974] wlp4s0: authenticate with 00:e5:e4:e8:02:8f
[   73.346203] wlp4s0: Invalid HE elem, Disable HE
[   73.366990] wlp4s0: send auth to 00:e5:e4:e8:02:8f (try 1/3)
[   73.502851] wlp4s0: send auth to 00:e5:e4:e8:02:8f (try 2/3)
[   73.605993] wlp4s0: send auth to 00:e5:e4:e8:02:8f (try 3/3)
[   73.709577] wlp4s0: authentication with 00:e5:e4:e8:02:8f timed out
is OK until
Code:
[   70.255330] wlp4s0: disassociated from 00:e5:e4:e8:02:8f (Reason: 5=DISASSOC_AP_BUSY)

The rest is attempts to reconnect but the access point appears to be ignoring you.

Do you have access to the logs in the access point?
They may say why the access point dropped you.

The good news is that its not tkip or your could not connect at all and it worked for 38 seconds.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
nurali
Tux's lil' helper
Tux's lil' helper


Joined: 17 Nov 2022
Posts: 143
Location: Somewhere,Earth

PostPosted: Fri Nov 25, 2022 2:45 pm    Post subject: Reply with quote

NeddySeagoon wrote:
nurali,

Code:
[    0.000000] Linux version 6.0.9-gentoo-dist (root@pomiot) (x86_64-pc-linux-gnu-gcc (Gentoo 11.3.0 p4) 11.3.0, GNU ld (Gentoo 2.38 p4) 2.38) #1 SMP PREEMPT_DYNAMIC Wed Nov 16 14:25:01 -00 2022

That line tells that the running kernel build time was Wed Nov 16 14:25:01 -00 2022. That's not a problem but if you have made a newer kernel since then its not being used.

Your wifi startup
Code:
[   32.270732] wlp4s0: authenticate with 00:e5:e4:e8:02:8f
[   32.285897] wlp4s0: Invalid HE elem, Disable HE
[   32.307151] wlp4s0: send auth to 00:e5:e4:e8:02:8f (try 1/3)
[   32.339922] wlp4s0: authenticated
[   32.362569] wlp4s0: associate with 00:e5:e4:e8:02:8f (try 1/3)
[   32.364187] wlp4s0: RX AssocResp from 00:e5:e4:e8:02:8f (capab=0x1 status=0 aid=2)
[   32.401282] wlp4s0: associated
[   32.426012] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[   70.255330] wlp4s0: disassociated from 00:e5:e4:e8:02:8f (Reason: 5=DISASSOC_AP_BUSY)
[   73.318974] wlp4s0: authenticate with 00:e5:e4:e8:02:8f
[   73.346203] wlp4s0: Invalid HE elem, Disable HE
[   73.366990] wlp4s0: send auth to 00:e5:e4:e8:02:8f (try 1/3)
[   73.502851] wlp4s0: send auth to 00:e5:e4:e8:02:8f (try 2/3)
[   73.605993] wlp4s0: send auth to 00:e5:e4:e8:02:8f (try 3/3)
[   73.709577] wlp4s0: authentication with 00:e5:e4:e8:02:8f timed out
is OK until
Code:
[   70.255330] wlp4s0: disassociated from 00:e5:e4:e8:02:8f (Reason: 5=DISASSOC_AP_BUSY)

The rest is attempts to reconnect but the access point appears to be ignoring you.

Do you have access to the logs in the access point?
They may say why the access point dropped you.

The good news is that its not tkip or your could not connect at all and it worked for 38 seconds.
I have the access,I'll try for the log,and post you tomorrow if I get the log file,cause it is too late now in my country,thans for helping
Back to top
View user's profile Send private message
nurali
Tux's lil' helper
Tux's lil' helper


Joined: 17 Nov 2022
Posts: 143
Location: Somewhere,Earth

PostPosted: Fri Nov 25, 2022 3:19 pm    Post subject: Reply with quote

NeddySeagoon wrote:
nurali,
Your wifi startup
Code:
[   32.270732] wlp4s0: authenticate with 00:e5:e4:e8:02:8f
[   32.285897] wlp4s0: Invalid HE elem, Disable HE
[   32.307151] wlp4s0: send auth to 00:e5:e4:e8:02:8f (try 1/3)
[   32.339922] wlp4s0: authenticated
[   32.362569] wlp4s0: associate with 00:e5:e4:e8:02:8f (try 1/3)
[   32.364187] wlp4s0: RX AssocResp from 00:e5:e4:e8:02:8f (capab=0x1 status=0 aid=2)
[   32.401282] wlp4s0: associated
[   32.426012] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[   70.255330] wlp4s0: disassociated from 00:e5:e4:e8:02:8f (Reason: 5=DISASSOC_AP_BUSY)
[   73.318974] wlp4s0: authenticate with 00:e5:e4:e8:02:8f
[   73.346203] wlp4s0: Invalid HE elem, Disable HE
[   73.366990] wlp4s0: send auth to 00:e5:e4:e8:02:8f (try 1/3)
[   73.502851] wlp4s0: send auth to 00:e5:e4:e8:02:8f (try 2/3)
[   73.605993] wlp4s0: send auth to 00:e5:e4:e8:02:8f (try 3/3)
[   73.709577] wlp4s0: authentication with 00:e5:e4:e8:02:8f timed out
is OK until
Code:
[   70.255330] wlp4s0: disassociated from 00:e5:e4:e8:02:8f (Reason: 5=DISASSOC_AP_BUSY)

The rest is attempts to reconnect but the access point appears to be ignoring you.

Do you have access to the logs in the access point?
They may say why the access point dropped you.

The good news is that its not tkip or your could not connect at all and it worked for 38 seconds.
Good news,my brother,I solved the problem,you said I may should get log of AP,then I entered the SUPERUSER manage page of my AP,and I looked for log,the guess what I found?I found "Tkip + aes is recommanded",thank you not god,then I found the authorication mode is "wpa/wpa2 psk" by default for whole two frequencies,the encrypt mode used "tkip+aes" for them too,that is what I saw,then I changed it AES for both Frequency band,after wifi restart,the networkmanager show my wifi.That is exciting,thank you very much,man,I don't now how to call you but "man",plz don't see it is politeless.
Problem solved!Good night brother
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Fri Nov 25, 2022 8:00 pm    Post subject: Reply with quote

nurali,

Well done!

"Man" is fine.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum