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

v 2.0 won't let me choose the device #91

Closed
Thatoo opened this issue Nov 15, 2021 · 3 comments
Closed

v 2.0 won't let me choose the device #91

Thatoo opened this issue Nov 15, 2021 · 3 comments

Comments

@Thatoo
Copy link
Contributor

Thatoo commented Nov 15, 2021

Describe the bug

In the v2.0 app setting, the field to choose the device doesn't give me choices.

Context

  • Hardware: Raspberry Pi at home
  • YunoHost version: 4.3.3
  • I have access to my server: Through SSH | through the webadmin | direct access via keyboard / screen
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no

Steps to reproduce

  • I go to /admin/#/apps/hotspot/config-panel
  • The field Device is empty and if I want to choose one of my two devices plugged in the raspbery pi, here is what I get

Expected behavior

I would expect to be able to choose only one of the two device and set one or several hotspot to this specific device

Then I hope some day we won't have the choice betwwen devices in a field but that we'll have a page (or tabs) for each device and will be able to set specific hotspots to each device as explain in here : #70

@Thatoo
Copy link
Contributor Author

Thatoo commented Dec 13, 2021

Will it be solved thanks to #95 ?

@alexAubin
Copy link
Member

Possibly yes

@Thatoo Thatoo mentioned this issue Jan 16, 2022
@Thatoo
Copy link
Contributor Author

Thatoo commented Jan 22, 2022

I could solve it thanks to the conversation of this PR : #95
line 86 of scripts/config should be changed from
for device in $(iw_devices)
to
for device in $(iw_devices | sed "s/|/ /g")

Once the PR corrected and merged, this issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants