On Thu, Nov 14, 2024 at 10:24:52PM +0100, as400 wrote: > Hello, > > I have amd64 Asus Meteor Lake laptop running 7.6-current. > It has Intel AX211 wifi card. > There are absolutely no errors in dmesg. Driver recognizes card fine, > firmware loads fine, interface gets created. > Yet after connecting to 5GHz ac AP it looses up to 50% of ping packets. Less > within lan, more when outside is pinged. > Tried to connect to 2.4Ghz network on the same AP but behaviour is the same. > Then I connected it to another AP that I have - 2.4GHz - same situation. > Putting interface in debug mode also does not reveal any errors. > > Anything else I should try ? > > Regards >
Is this one of the newly supported MA devices? If so then it is possible that the driver is still doing something wrong. Please enable ifconfig iwx0 debug and then run; ifconfig iwx0 down up dmesg | grep iwx should then display a firmware image name, something like: iwx0: using firmware iwx-QuZ-a0-hr-b0-77 Knowing which firmware image gets loaded is the easiest way for us to identify the device because several variations of intel wifi devices share a common PCI ID. The name "AX211" tells us almost nothing.