View previous topic :: View next topic |
Author |
Message |
imesg Guru
Joined: 12 Jul 2002 Posts: 451
|
Posted: Thu May 25, 2023 4:24 pm Post subject: linssid |
|
|
I was trying to scan wifi channels. I emerged linssid and got this:
Quote: |
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
cat: /proc/net/wireless: No such file or directory
|
Also got a box which had this:
Quote: |
Cannot continue.
Cannot find interface pipe
|
I guess the refers to:
Quote: |
cat: /proc/net/wireless: No such file or directory
|
This program may be a bit long in the tooth though.
Thanks,
Gene |
|
Back to top |
|
|
spica Guru
Joined: 04 Jun 2021 Posts: 339
|
Posted: Thu May 25, 2023 6:29 pm Post subject: |
|
|
I guess you need to enable in kernel
Networking support → Wireless → cfg80211 - wireless configuration API → cfg80211 wireless extensions compatibility
Code: | CONFIG_CFG80211_WEXT:
Enable this option if you need old userspace for wireless
extensions with cfg80211-based drivers.
|
|
|
Back to top |
|
|
|