File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
overlays/disable-ipv6/root/etc/sysctl.d Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ OUTPUT_FILE := firmware/firmware.bin
88
99ifeq (basic,$(PROFILE ) )
1010OVERLAYS += store-version kernel-modules
11- OVERLAYS += enable-ssh enable-usb-eth-hotplug disable-wlan-power-save
11+ OVERLAYS += enable-ssh enable-usb-eth-hotplug disable-wlan-power-save disable-ipv6
1212OVERLAYS += enable-native-camera-fluidd
1313else ifeq (extended,$(PROFILE))
1414OVERLAYS += store-version kernel-modules
15- OVERLAYS += enable-ssh enable-usb-eth-hotplug disable-wlan-power-save
15+ OVERLAYS += enable-ssh enable-usb-eth-hotplug disable-wlan-power-save disable-ipv6
1616OVERLAYS += stub-fluidd-timelapse camera-v4l2-mpp fluidd-upgrade
1717OVERLAYS += enable-klipper-includes enable-moonraker-apprise
1818endif
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ and the [release notes](https://github.com/paxx12/SnapmakerU1/releases/latest).
2121- [ USB Ethernet Adapters] ( docs/usb_ethernet.md ) - Hot-plug support for USB ethernet devices
2222- [ Data Persistence] ( docs/data_persistence.md ) - Persistent storage across firmware updates
2323- Enable fluidd automatically with camera feed.
24+ - Disable IPv6 to fix camera issues with Snorca app in LAN mode.
2425
2526### Extended Firmware
2627
Original file line number Diff line number Diff line change 1+ # Disable IPv6 because SnOrca does not support it
2+ net.ipv6.conf.all.disable_ipv6 = 1
You can’t perform that action at this time.
0 commit comments