Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Casa not see wlan iface #909

Closed
CosmoFox opened this issue Feb 20, 2023 · 12 comments
Closed

[Bug] Casa not see wlan iface #909

CosmoFox opened this issue Feb 20, 2023 · 12 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@CosmoFox
Copy link

Describe the bug
Casa v0.4.1 dont show at monitoring panel wlan iface.

Screenshots
bug

Desktop (please complete the following information):

  • OS: ubuntu-22.04
  • CPU: intel i7-1260p
  • WIFI: Intel AX201NGW
@CosmoFox CosmoFox added the bug Something isn't working label Feb 20, 2023
@github-project-automation github-project-automation bot moved this to Need Triage (QA+PM) in CasaOS Issues Feb 21, 2023
@CosmoFox
Copy link
Author

Tested with another wifi card. Same problem!
OS: ubuntu-22.04
CPU: intel i7-1260p
WIFI: Intel AX211NGW

@LinkLeong
Copy link
Collaborator

We tested it and did not find the situation you described. You can run source /usr/share/casaos/shell/helper.sh ;GetNetCard 2 to see the result, which is a query for the name of the physical NIC.

  • OS:ubuntu22.04 desktop version
  • WIFI: inter AX210NGW

@CosmoFox
Copy link
Author

CosmoFox commented Mar 2, 2023

image

@CosmoFox
Copy link
Author

CosmoFox commented Mar 2, 2023

But wlo1 here

image

@CosmoFox
Copy link
Author

CosmoFox commented Mar 2, 2023

image

command ls /sys/class/net/ | grep -v "$(ls /sys/devices/virtual/net/)" removing wLO1

@CosmoFox
Copy link
Author

CosmoFox commented Mar 2, 2023

but if add new key "-w" - look like a solution
image

@CosmoFox
Copy link
Author

CosmoFox commented Mar 2, 2023

Yeah! It`s works! Pls add this to next version.
image

@jerrykuku
Copy link
Contributor

This is very important information for us and we appreciate your feedback. I think the "lo" in the virtual network causes the removal of "wlo1". I will contact @LinkLeong to fix this code.

@jerrykuku jerrykuku moved this from Need Triage (QA+PM) to Planned (Dev) in CasaOS Issues Mar 6, 2023
@jerrykuku jerrykuku added this to the v0.4.3 milestone Mar 6, 2023
@CosmoFox
Copy link
Author

CosmoFox commented Mar 6, 2023

This is very important information for us and we appreciate your feedback. I think the "lo" in the virtual network causes the removal of "wlo1". I will contact @LinkLeong to fix this code.

There is an easier answer:
if grep -v :
is "abc" in "abcd" - true. It`s 'partial' search

if grep -v -w :
is "abc" in "abcd" - false. It`s exact what you need, because there can be many similar names in the system and you use an exception by names of interfaces

@jerrykuku jerrykuku moved this from Planned (Dev) to To be verified (QA) in CasaOS Issues Mar 6, 2023
@raller1028
Copy link
Contributor

@CosmoFox casaos0.4.3-alpha has been released, can you help test if this issue still exists?
Update command: curl -fsSL https://get.casaos.io/update/v0.4.3-alpha | sudo bash

@CosmoFox
Copy link
Author

@CosmoFox casaos0.4.3-alpha has been released, can you help test if this issue still exists? Update command: curl -fsSL https://get.casaos.io/update/v0.4.3-alpha | sudo bash

will alpha version update later to stable in regular way?

@CosmoFox
Copy link
Author

@CosmoFox casaos0.4.3-alpha has been released, can you help test if this issue still exists? Update command: curl -fsSL https://get.casaos.io/update/v0.4.3-alpha | sudo bash

Any way. Yes I can. Installed. And yes - it`s works.
So U can close ticket.

@raller1028 raller1028 moved this from To be verified (QA) to Done in CasaOS Issues Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

5 participants