... | ... | @@ -23,6 +23,19 @@ To setup and configure the WiFi HW driver, Linux Network Subsystem as well as Wi |
|
|
* you can easy check this by type without new HW installed `iwconfig`
|
|
|
* connect the new HW to your Computer and run `iwconfig` again - there will be a new device show up wl*
|
|
|
```
|
|
|
wlxdc4ef4086948 IEEE 802.11 ESSID:off/any
|
|
|
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
|
|
|
Retry short long limit:2 RTS thr:off Fragment thr:off
|
|
|
Power Management:off
|
|
|
|
|
|
wlp3s0 IEEE 802.11 ESSID:"FALINT"
|
|
|
Mode:Managed Frequency:2.422 GHz Access Point: 18:A6:F7:F4:D2:48
|
|
|
Bit Rate=300 Mb/s Tx-Power=22 dBm
|
|
|
Retry short limit:7 RTS thr:off Fragment thr:off
|
|
|
Power Management:on
|
|
|
```
|
|
|
* when start the [Script][ltrx_wifi_sniffer.sh](uploads/9e42a63a7c00ffa051a42f1f82beaedd/ltrx_wifi_sniffer.sh) choose the `phy#*` with the interface name `wl*`
|
|
|
```
|
|
|
phy#2
|
|
|
Interface wlxdc4ef4086948
|
|
|
ifindex 8
|
... | ... | @@ -31,10 +44,9 @@ phy#2 |
|
|
type managed
|
|
|
txpower 20.00 dBm
|
|
|
phy#0
|
|
|
Unnamed/non-netdev interface
|
|
|
wdev 0x2
|
|
|
Interface wlp3s0
|
|
|
ifindex 3
|
|
|
addr 7c:5c:f8:e4:5d:e6
|
|
|
type P2P-device
|
|
|
txpower 0.00 dBm
|
|
|
```
|
|
|
* when start the |
|
|
\ No newline at end of file |
|
|
``` |
|
|
\ No newline at end of file |