mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Does not autoconnect to open wifi on boot #957
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#957
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @reukiodo on GitHub (Oct 18, 2024).
Originally assigned to: @mdevaev on GitHub.
Describe the bug
following https://docs.pikvm.org/on_boot_config/#setting-up-wi-fi I added
WIFI_ESSID='mynet'to\boot\pikvm.txtbut it never connected to wififollowing https://github.com/pikvm/pikvm/issues/185#issuecomment-779330909 to disable usb, logged into the console and used
iw dev wlan0 connect hometo connect to wifi without issueTo Reproduce
Steps to reproduce the behavior, like:
WIFI_ESSID='mynet'to\boot\pikvm.txtdwc2line in/boot/config.txtExpected behavior
It should automatically configure wifi to always connect to open WiFi network.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
PiKVM info:
Additional context
Haven't even gotten to connecting capture card or anything like that, WiFi needs to connect more reliably first.
@reukiodo commented on GitHub (Oct 18, 2024):
After a LOT of digging, I finally found https://ricostacruz.com/til/arch-linux-wifi-using-netctl which had the answers to set up netctl to automatically connect to wifi on each boot. Good workaround.
Still a bug as it should work as according to documentation though.
@mdevaev commented on GitHub (Nov 20, 2024):
Fixed. It will be available in the next release.
@reukiodo commented on GitHub (Nov 21, 2024):
Thanks!
Is there any easier way to determine the release that will include this than from comparing the date of the latest file in https://files.pikvm.org/images/ ?
@mdevaev commented on GitHub (Nov 22, 2024):
No, sorry.