[opensuse-arm] RaspberryPi 3 and wifi
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 -- ------------------------------------------------------------------------ "Ich habe keine besondere Begabung, sondern bin nur leidenschaftlich neugierig." (Einstein) spielmops.org <http://spielmops.org> -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On Wed, 20 Dec 2017 16:03:37 +0100 Hartmut Krummrei <spieluhr@posteo.de> wrote:
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?
Yes, install Raspbian. https://bugzilla.opensuse.org/show_bug.cgi?id=1069997 BR Michal -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 20 December 2017 at 15:21, Michal Suchánek <msuchanek@suse.de> wrote:
On Wed, 20 Dec 2017 16:03:37 +0100 Hartmut Krummrei <spieluhr@posteo.de> wrote:
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?
Yes, install Raspbian.
https://bugzilla.opensuse.org/show_bug.cgi?id=1069997
BR
Michal -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
And if you need 64 bit specifically for some reason, fedora recently released 64 bit images. Cannot confirm if WiFi works, haven't tried yet myself: https://dl.fedoraproject.org/pub/fedora-secondary/releases/27/Workstation/aa... https://dl.fedoraproject.org/pub/fedora-secondary/releases/27/Server/aarch64... https://dl.fedoraproject.org/pub/fedora-secondary/releases/27/Spins/aarch64/... -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
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
Hi Manu, you don't read very well, don't you? ;-)
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?
Hartmut at Eric and Michael: i had Raspian on my Pi3, because at this time you need it to make the Pi3 boot from USB. I'm working !!! with Suse/openSuse since 1999 on different mashines and I know very well, where all those config-files are and how to handle them, so I want to run the Pi3 with opensuse too .... On Wed, 20 Dec 2017 16:37:31 +0000 Manu Maier <mmanu84@outlook.de> wrote:
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
-- Hartmut Krummrei <spieluhr@posteo.de> -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On Tue, 26 Dec 2017 18:14:08 +0100 Hartmut Krummrei <spieluhr@posteo.de> wrote:
Hi Manu,
you don't read very well, don't you? ;-)
Neither do you :P
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?
It's /etc/dracut.conf.d/ If in doubt use the find utility or tab completion feature. It worked for me. Thanks Michal
On Wed, 20 Dec 2017 16:37:31 +0000 Manu Maier <mmanu84@outlook.de> wrote:
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
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
That was a type-error from me - I meant "etc/dracut.conf.d". That does not change anything: there is no Raspberry-file which I can edit. If you search for that problem with that file, you will find, that everybody writes about Leap 42.2 not 42.3. So something has changed. Hartmut Am 28.12.2017 um 16:17 schrieb Michal Suchánek:
On Tue, 26 Dec 2017 18:14:08 +0100 Hartmut Krummrei<spieluhr@posteo.de> wrote:
Hi Manu,
you don't read very well, don't you? ;-) Neither do you :P
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? It's /etc/dracut.conf.d/
If in doubt use the find utility or tab completion feature.
It worked for me.
Thanks
Michal
On Wed, 20 Dec 2017 16:37:31 +0000 Manu Maier<mmanu84@outlook.de> wrote:
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
-- ------------------------------------------------------------------------ "Ich habe keine besondere Begabung, sondern bin nur leidenschaftlich neugierig." (Einstein) spielmops.org <http://spielmops.org> -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hello Hartmut, my suggestion with the raspberrypi_modules.conf file refers to both Leap 42.2 and 42.3. It should also be present in Leap 42.3. Look here: https://build.opensuse.org/package/view_file/openSUSE:Leap:42.3:Ports/JeOS/c... Line: 1310 to 1312 Just create the raspberrypi_modules.conf file with the content and try it out. Regards, Manu Am 29.12.2017 um 12:52 schrieb Hartmut Krummrei:
That was a type-error from me - I meant "etc/dracut.conf.d". That does not change anything: there is no Raspberry-file which I can edit.
If you search for that problem with that file, you will find, that everybody writes about Leap 42.2 not 42.3. So something has changed.
Hartmut
Am 28.12.2017 um 16:17 schrieb Michal Suchánek:
On Tue, 26 Dec 2017 18:14:08 +0100 Hartmut Krummrei<spieluhr@posteo.de> wrote:
Hi Manu,
you don't read very well, don't you? ;-) Neither do you :P
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? It's /etc/dracut.conf.d/
If in doubt use the find utility or tab completion feature.
It worked for me.
Thanks
Michal
On Wed, 20 Dec 2017 16:37:31 +0000 Manu Maier<mmanu84@outlook.de> wrote:
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
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hello Manu, "it should" but it is not! And I can not create a file which content I do not know. Send me such content and I will edit. Hartmut Am 29.12.2017 um 13:13 schrieb Manu Maier:
Hello Hartmut,
my suggestion with the raspberrypi_modules.conf file refers to both Leap 42.2 and 42.3. It should also be present in Leap 42.3. Look here: https://build.opensuse.org/package/view_file/openSUSE:Leap:42.3:Ports/JeOS/c... Line: 1310 to 1312
Just create the raspberrypi_modules.conf file with the content and try it out.
Regards, Manu
Am 29.12.2017 um 12:52 schrieb Hartmut Krummrei:
That was a type-error from me - I meant "etc/dracut.conf.d". That does not change anything: there is no Raspberry-file which I can edit.
If you search for that problem with that file, you will find, that everybody writes about Leap 42.2 not 42.3. So something has changed.
Hartmut
Am 28.12.2017 um 16:17 schrieb Michal Suchánek:
On Tue, 26 Dec 2017 18:14:08 +0100 Hartmut Krummrei<spieluhr@posteo.de> wrote:
Hi Manu,
you don't read very well, don't you? ;-) Neither do you :P
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? It's /etc/dracut.conf.d/
If in doubt use the find utility or tab completion feature.
It worked for me.
Thanks
Michal
On Wed, 20 Dec 2017 16:37:31 +0000 Manu Maier<mmanu84@outlook.de> wrote:
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
-- ------------------------------------------------------------------------ "Ich habe keine besondere Begabung, sondern bin nur leidenschaftlich neugierig." (Einstein) spielmops.org <http://spielmops.org> -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hello Hartmut, Am 29.12.2017 um 17:10 schrieb Hartmut Krummrei:
"it should" but it is not! And I can not create a file which content I do not know. Send me such content and I will edit.
Hartmut
Am 29.12.2017 um 13:13 schrieb Manu Maier:
Hello Hartmut,
my suggestion with the raspberrypi_modules.conf file refers to both Leap 42.2 and 42.3. It should also be present in Leap 42.3. Look here: https://build.opensuse.org/package/view_file/openSUSE:Leap:42.3:Ports/JeOS/c...
Line: 1310 to 1312
^^^ Apparently you didn't look at the link provided, it has the three lines of contents for you. Cheers, Andreas
Just create the raspberrypi_modules.conf file with the content and try it out.
Regards, Manu
-- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Ok, my fault! I did look into the linked file and found a shell-script where I expected a config-file. Now I got it and will try. Until then - Happy new year, Hartmut Am 29. Dezember 2017 17:35:07 MEZ schrieb "Andreas Färber" <afaerber@suse.de>: Hello Hartmut, Am 29.12.2017 um 17:10 schrieb Hartmut Krummrei: "it should" but it is not! And I can not create a file which content I do not know. Send me such content and I will edit. Hartmut Am 29.12.2017 um 13:13 schrieb Manu Maier: Hello Hartmut, my suggestion with the raspberrypi_modules.conf file refers to both Leap 42.2 and 42.3. It should also be present in Leap 42.3. Look here: https://build.opensuse.org/package/view_file/openSUSE:Leap:42.3:Ports/JeOS/c... Line: 1310 to 1312 ^^^ Apparently you didn't look at the link provided, it has the three lines of contents for you. Cheers, Andreas Just create the raspberrypi_modules.conf file with the content and try it out. Regards, Manu -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) -- -- ------------------------------------------------------------------------ "Ich habe keine besondere Begabung, sondern bin nur leidenschaftlich neugierig." (Einstein) spielmops.org <http://spielmops.org> -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Ok, I did edit that file, run "mkinitrd" and rebooted. Now the Raspi is running a start-job and does nothing else: Reached target basic system A start job is running for dev-disk-by-x2duu ...... after 2 minutes 30: random nonblocking pool is initialized and further with start-job .... And now I scratch my head and do not know what to do and that is seldom with Linux. Hartmut Am 30.12.2017 um 08:57 schrieb Hartmut Krummrei:
Ok, my fault! I did look into the linked file and found a shell-script where I expected a config-file. Now I got it and will try.
Until then - Happy new year,
Hartmut
Am 29. Dezember 2017 17:35:07 MEZ schrieb "Andreas Färber" <afaerber@suse.de>:
Hello Hartmut,
Am 29.12.2017 um 17:10 schrieb Hartmut Krummrei:
"it should" but it is not! And I can not create a file which content I do not know. Send me such content and I will edit. Hartmut Am 29.12.2017 um 13:13 schrieb Manu Maier:
Hello Hartmut, my suggestion with the raspberrypi_modules.conf file refers to both Leap 42.2 and 42.3. It should also be present in Leap 42.3. Look here: https://build.opensuse.org/package/view_file/openSUSE:Leap:42.3:Ports/JeOS/c... Line: 1310 to 1312
^^^
Apparently you didn't look at the link provided, it has the three lines of contents for you.
Cheers, Andreas
Just create the raspberrypi_modules.conf file with the content and try it out. Regards, Manu -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg)
-- ------------------------------------------------------------------------ "Ich habe keine besondere Begabung, sondern bin nur leidenschaftlich neugierig." (Einstein) spielmops.org <http://spielmops.org> -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hello Hartmut, as mentioned in https://lists.opensuse.org/opensuse-arm/2017-12/msg00063.html, the file raspberrypi_modules.confshould look like this: add_drivers+=" bcm2835-sdhost bcm2835_dma mmc_block " # Workaround for Wifi omit_drivers+=" sdhci-iproc" Regards, Manu Am 29.12.2017 um 17:10 schrieb Hartmut Krummrei:
Hello Manu,
"it should" but it is not! And I can not create a file which content I do not know. Send me such content and I will edit.
Hartmut
Am 29.12.2017 um 13:13 schrieb Manu Maier:
Hello Hartmut,
my suggestion with the raspberrypi_modules.conf file refers to both Leap 42.2 and 42.3. It should also be present in Leap 42.3. Look here: https://build.opensuse.org/package/view_file/openSUSE:Leap:42.3:Ports/JeOS/c...
Line: 1310 to 1312
Just create the raspberrypi_modules.conf file with the content and try it out.
Regards, Manu
Am 29.12.2017 um 12:52 schrieb Hartmut Krummrei:
That was a type-error from me - I meant "etc/dracut.conf.d". That does not change anything: there is no Raspberry-file which I can edit.
If you search for that problem with that file, you will find, that everybody writes about Leap 42.2 not 42.3. So something has changed.
Hartmut
Am 28.12.2017 um 16:17 schrieb Michal Suchánek:
On Tue, 26 Dec 2017 18:14:08 +0100 Hartmut Krummrei<spieluhr@posteo.de> wrote:
Hi Manu,
you don't read very well, don't you? ;-) Neither do you :P
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? It's /etc/dracut.conf.d/
If in doubt use the find utility or tab completion feature.
It worked for me.
Thanks
Michal
On Wed, 20 Dec 2017 16:37:31 +0000 Manu Maier<mmanu84@outlook.de> wrote:
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
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (5)
-
Andreas Färber
-
Eric Curtin
-
Hartmut Krummrei
-
Manu Maier
-
Michal Suchánek