There are only two steps necessary to get the wlan up and running: 1. Delete "sdhci_iproc" from first line (add_drivers) in /etc/dracut.conf.d/raspberrypi_modules.conf Should then look like this: add_drivers+=" bcm2835-sdhost bcm2835_dma mmc_block " # Workaround for Wifi omit_drivers+=" sdhci-iproc" 2. Run "mkinitrd -f" Regards, Manu Am 20.12.2017 um 16:03 schrieb Hartmut Krummrei:
Hello,
I managed to get Opensuse 42.3 running on my Raspi 3. That took my just one day. After another day with the effortless tries to get the built-in-wifi runnung I am at end. Was anyone able to get the wifi-device working?
What did I try: evrywhere is written, that you have to edit the raspberry-file in /etc/dracut.d/, but I have no such file. So what do I edit?
I tried to manage the listed modules by hand, but if I remove sdhc_ipc the system freezes. Every package named "raspberry pi" is installed (for pi 3) and bcmxxx too.
Other seems to have difficulties too: https://lists.opensuse.org/opensuse-arm/2017-08/msg00028.html
Regards,
Hartmut