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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 | Network Settings in Bookworm #2183

Closed
AlvinSchiller opened this issue Dec 28, 2023 · 5 comments 路 Fixed by #2261
Closed

馃悰 | Network Settings in Bookworm #2183

AlvinSchiller opened this issue Dec 28, 2023 · 5 comments 路 Fixed by #2261
Assignees
Labels
bug legacy_v2 Issues, discussions and PRs related to Version 2.x
Milestone

Comments

@AlvinSchiller
Copy link
Collaborator

Bug

What I did

Set a Wifi via the WebUi

What happened

The new settings are not used

I expected this to happen

The settings are used

Further information that might help

With Bookworm the network settings have changed. Now NetworkManager is used.
This breaks settings of "old" wpa_supplicant.conf and dhcpcd.conf.

Static IP and Autohotspot are also affected.

Software

Base image and version

Bookworm lite

Branch / Release

master 2.5.0

Installscript

scripts/installscripts/install-jukebox.sh

Hardware

RaspberryPi version

3 A+

@AlvinSchiller AlvinSchiller changed the title 馃悰 | Wifi Settings in Bookworm 馃悰 | Network Settings in Bookworm Dec 28, 2023
@s-martin
Copy link
Collaborator

This does effect both V2 and V3, right?

@AlvinSchiller
Copy link
Collaborator Author

yep, couldn't test on v3 right now, which features are effected.
But i assume static ip and autohotspot (already known).

@s-martin
Copy link
Collaborator

Maybe useful references:

nmcli may be the command to go.

@AlvinSchiller
Copy link
Collaborator Author

Yep nmcli was working on manual test. Need to implement a switch for the features, depending on OS Version.
Or maybe there is still comon ground?

@s-martin s-martin added the legacy_v2 Issues, discussions and PRs related to Version 2.x label Dec 28, 2023
@AlvinSchiller
Copy link
Collaborator Author

AlvinSchiller commented Jan 15, 2024

Temporary workaround

Before running the installation, the network config has to be changed via raspi-config, to use the "old" dhcpcd network settings.

Important

If the settings are changed, your network will reset and Wifi will not be configured, so you lose ssh access via wireless connection.
So make sure you use a wired connection or perform the following steps in a local terminal with a connected monitor and keyboard.

Change network config

  • run sudo raspi-config
  • select 6 - Advanced Options
  • select AA - Network Config
  • select dhcpcd

If you need Wifi, add the information now

  • select 1 - System Options
  • select 1 - Wireless LAN
  • enter Wifi information

@AlvinSchiller AlvinSchiller self-assigned this Feb 5, 2024
@AlvinSchiller AlvinSchiller added this to the v2.6 milestone Feb 5, 2024
@AlvinSchiller AlvinSchiller linked a pull request Feb 15, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug legacy_v2 Issues, discussions and PRs related to Version 2.x
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants