DS2430 1Wire Driver missing (also in stock Rasbian Kernel)
Posted: 18 Sep 2025, 16:47
The KUNBUS Images seem to lack the kernel module for 1Wire Chip DS2430.
I'm not sure if you make changes to the default Raspbian/RaspberryPiOS Kernelconfig, but if so:
Would it be possible to enable building the w1_ds2430.c module in future releases?
I know KUNBUS is not using the 1wire stuff, but we use it with custom HW via the CONBRIDGE GPIO. All 1wire drivers are in the image thankfully except the 1w_ds2430.c
I checked source for 6.1.134 kernels (Debian 11 Bullseye)
https://elixir.bootlin.com/linux/v6.1.1 ... 1_ds2430.c
and for 6.6. (Debian 12 Bookworm)
https://elixir.bootlin.com/linux/v6.6/s ... 1_ds2430.c
and the driver file seems to be in both trees, but just not being built. (Also not in stock Raspbian images)
Is it possible to add it to the kernelconfig so it's in the next images
Or shall I better ask upstream? Who is best to contact?
Markus
I'm not sure if you make changes to the default Raspbian/RaspberryPiOS Kernelconfig, but if so:
Would it be possible to enable building the w1_ds2430.c module in future releases?
I know KUNBUS is not using the 1wire stuff, but we use it with custom HW via the CONBRIDGE GPIO. All 1wire drivers are in the image thankfully except the 1w_ds2430.c
I checked source for 6.1.134 kernels (Debian 11 Bullseye)
https://elixir.bootlin.com/linux/v6.1.1 ... 1_ds2430.c
and for 6.6. (Debian 12 Bookworm)
https://elixir.bootlin.com/linux/v6.6/s ... 1_ds2430.c
and the driver file seems to be in both trees, but just not being built. (Also not in stock Raspbian images)
Is it possible to add it to the kernelconfig so it's in the next images
Or shall I better ask upstream? Who is best to contact?
Markus