Hi Sandra, Am Samstag, 11. September 2021, 13:48:22 CEST schrieb Sandra Weddig:
I own a rasperry Pi 4 8GB and would like to use it a media center with opensuse to watch Youtube and Amazon Prime Video. Did run Raspberrian Py till a few days ago Prime did deny service on that chromium.
What can I do to run openSUSE with KDE on it like on all my other computers? I did install a tumbleweed kde image from https://en.opensuse.org/HCL:Raspberry_Pi4. The only things I see after booting is a mouse pointer and a ksplahmql crash window (Segmentation fault).
What can I do?
Propose to install KDE-Tumbleweed - I download the image in a script #DownloadTumblweedForRasPi4.sh MyImg=openSUSE-Tumbleweed-ARM-KDE-efi.aarch64.raw.xz wget -c http://download.opensuse.org/ports/aarch64/tumbleweed/appliances/$ {MyImg}.sha256 && wget -c http://download.opensuse.org/ports/aarch64/ tumbleweed/appliances/${MyImg} mv ${MyImg} $(cat ${MyImg}.sha256 | sed 's/.* //') && sha256sum -c $ {MyImg}.sha256 If Checksum Check is OK - I install the I install it on an SD-Card like you does it so I reed it from your Text. (Replace with your ISO and sdx with your USB device. su -c "xzcat openSUSE-Tumbleweed-ARM-KDE-raspberrypi.aarch64-2021.08.19- Snapshot20210901.raw.xz | dd bs=4M of=/dev/sdx iflag=fullblock oflag=direct status=progress; sync" I think you do it similar. Afterwords if the system boots I do the following steps: 01. login with usr "root" pwd "linux" 02. call cmd "passwd" and set new root password 03. Call "yast2" 04. Change language, Menue: System -> Language (e.g. German/Deutsch - and don't forget to enable Keyboard und Timezone) 05. Create user, Menue: Security and Users -> User and Group Management 06. I Install "joe" ans some helpfull tools to be on the save side "zypper in joe mc mtools" 07. Install the packman repositories to enable IP protected codecs like MP3 and MP4: "zypper ar -cfp 90 https://ftp.gwdg.de/pub/linux/misc/packman/suse/ openSUSE_Tumbleweed/ packman" "zypper dup --from packman --allow-vendor-change" 08. Update system - to be on the save site (optional) "zypper ref ; zypper dup" 09. reboot "reboot" That are my steps I does. Afterwords you must login and download the additional required programs. Regards Ulf