Bug 203985 - iwlwifi: BAD_COMMAND - FW error in SYNC CMD TDLS_CONFIG_CMD
Summary: iwlwifi: BAD_COMMAND - FW error in SYNC CMD TDLS_CONFIG_CMD
Status: CLOSED DUPLICATE of bug 203775
Alias: None
Product: Drivers
Classification: Unclassified
Component: network-wireless (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: DO NOT USE - assign "network-wireless-intel" component instead
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-25 11:43 UTC by lukas.redlinger
Modified: 2019-06-26 13:56 UTC (History)
0 users

See Also:
Kernel Version: 5.1.9
Subsystem:
Regression: No
Bisected commit-id:


Attachments
dmesg (103.70 KB, text/plain)
2019-06-25 11:43 UTC, lukas.redlinger
Details

Description lukas.redlinger 2019-06-25 11:43:16 UTC
Created attachment 283435 [details]
dmesg

Me again - this time not "STATISTICS_CMD" or "Got an HT RATE", but "BAD COMMAND" all of a sudden.

Intel 8265
FW 36.9f0a2d68.0
Arch Linux 5.1.9

wpa_supplicant.conf:
bgscan="simple:20:-70:60"
autoscan=periodic:30



[Tue Jun 25 13:07:14 2019] iwlwifi 0000:01:00.0: FW Error notification: type 0x00000000 cmd_id 0xA7
[Tue Jun 25 13:07:14 2019] iwlwifi 0000:01:00.0: FW Error notification: seq 0x00F0 service 0x000000A7
[Tue Jun 25 13:07:14 2019] iwlwifi 0000:01:00.0: FW Error notification: timestamp 0x00000003EF1DBAEC
[Tue Jun 25 13:07:14 2019] iwlwifi 0000:01:00.0: Microcode SW error detected.  Restarting 0x2000000.
[Tue Jun 25 13:07:14 2019] iwlwifi 0000:01:00.0: Start IWL Error Log Dump:
[Tue Jun 25 13:07:14 2019] iwlwifi 0000:01:00.0: Status: 0x00000100, count: 6
[Tue Jun 25 13:07:14 2019] iwlwifi 0000:01:00.0: Loaded firmware version: 36.9f0a2d68.0
[Tue Jun 25 13:07:14 2019] iwlwifi 0000:01:00.0: 0x00000038 | BAD_COMMAND 


A little desperate by now - what are we doing wrong?! :-(
Comment 1 Emmanuel Grumbach 2019-06-25 12:18:06 UTC
Why do you use TDLS?
Looks like your user space is doing messy stuff.

Anyway, this is already fixed.

*** This bug has been marked as a duplicate of bug 203775 ***
Comment 2 lukas.redlinger 2019-06-26 13:13:23 UTC
>Why do you use TDLS?
no idea what TDLS is.

I'm generating a wpa_supplicant.conf:

>ctrl_interface=DIR=/var/run/wpa_supplicant
>bgscan="simple:20:-70:60"
>network={
> ssid="yyyyyyyy"
> scan_ssid=1
> key_mgmt=FT-PSK WPA-PSK
> psk="xxxxxxxx"
>}

and firing it up with

>wpa_supplicant -B -iwlp1s0 -c /opt/mmmmmmmm/tmp/wpa_supplicant.conf

that's all I do.
Comment 3 Emmanuel Grumbach 2019-06-26 13:56:13 UTC
Then I suggest you check the supplicant logs.

Anyway, the new firmware has the fix: we don't advertise TDLS anymore.

Note You need to log in before you can comment on or make changes to this bug.