Re: Fienix - New PowerPC Distro
Posted: Sun May 31, 2020 11:13 am
Support Forum
https://forum.hyperion-entertainment.com/
https://forum.hyperion-entertainment.com/viewtopic.php?t=4200
caseycullen wrote: Thu Jun 04, 2020 4:48 am @everyone: I pushed several updates to Fienix Soar. Updating from a Soar image should go smoothly and I think I tested everything adequately but let me know if you run into any issues.
I also made some minor additions like additional printer support/drivers, additional samba support, ibus input methods, glade user interface designers for development, and a bunch of LV2 plugins for LMMS and Audacity.
@kilaueabart: Please install ibus, ibus-gtk3, and whatever modules you want such as ibus-anthy (Japanese) and ibus-hangul (Korean). Hopefully this is what you're looking for, let me know.
@kilaueabart: Please install samba, smbclient and hplip. Hopefully this allows you to use your printer. You can also install system-config-printer if you want to add Print Settings to your Control Center.
@Roland: In Synaptic, please click on vlc, then Package menu, and Force Version. Choose the 3.0.10 version. After vlc 3.0.10 has installed, install vlc-fienix. If Synaptic does not allow you to Force Version to 3.0.10 you may need to remove and reinstall the vlc package.
@Roland: If your /home subdirectories are still not populating when you create a new user, try entering the following command after you add the user:Thanks!Code: Select all
su - username -c /usr/bin/xdg-user-dirs-update
-Casey
i forgot to give an answer - sorry.xeno74 wrote: Sat May 09, 2020 1:52 pmHi Michael,MichaelMerkel wrote: Thu May 07, 2020 10:19 pm exactly the same here. i tried 2 usb sticks alreadyone brand new sandisk 64gb (just bought last week) and an older one. i can access the files on the stick and copy them e.g. drom amigaos. so the stick is "working" in general.
regards...
michael
Please format the FIENIX-BOOT partition with FAT16 and copy the initial ramdisk and the kernels to this partition. I think we should use FAT16 for the FIENIX-BOOT partition in the future.
Please try using Fienix-GPU-Bandage:MichaelMerkel wrote: Wed Jun 17, 2020 8:25 pm i forgot to give an answer - sorry.
yes - that worked. at least the boot process started. but it failed at some point with a black screen IIRC.
maybe my graphics card is not supported?
CFE tells me i have a "Radeon HD 7800 Series" card installed...
hmmm... it is in fact a "R9 270x" if i can trust sysmon and afaik
regards...
michael
xeno74 wrote: Wed Jun 17, 2020 11:53 pm Please try using Fienix-GPU-Bandage:
- Boot up your system, when the black screen appears press CTRL + ALT + F1 to switch to console
- Log in as su
- Enter "apt-get install fienix-gpu-bandage"
- Enter "fienix-gpu-bandage"
- Press 1 for Yes
- Reboot
Code: Select all
setenv bootargs "root=/dev/sdXy rootdelay=5 single"
Code: Select all
setenv bootargs "root=/dev/sdXy rootdelay=5 nomodeset"
I followed first the procedure from the fienix website but it is outdated ... So I found yours here (using vmlinux), I tested it and:xeno74 wrote: Sat May 09, 2020 12:38 pm With the following commands you can boot Fienix 3.0-20200426 with an initial ramdisk from a USB disk:
NOTE: I had some problems to load the initial ramdisk and the zImage from the FAT32 FIENIX-BOOT partition. I formatted this partition with FAT16 and copied the initial ramdisk and the kernels to this partition. After that I was able to load the initial ramdisk and boot Fienix with the zImage-5.5 or with vmlinux-5.5. I think we should use FAT16 for the FIENIX-BOOT partition in the future.
Code: Select all
setenv bootargs "root=LABEL=FIENIX-DISK rootdelay=5"
Code: Select all
ramdisk -z -addr=0x24000000 -fatfs usbdisk0:initrd-5.5.img
It takes a long time. I would recommend you vmlinux-5.5 instead:Code: Select all
boot -elf -noints -fatfs -z usbdisk0:zImage-5.5
Code: Select all
boot -elf -noints -fatfs usbdisk0:vmlinux-5.5
username: fienix
password: fienixPW
root password: rootAdminPW
I successfully tested these instructions with my A-EON AmigaOne X1000 today.
yes. i tried my old card (6870) and that worked! there i executed the bandage stuff. then also the current card works.MichaelMerkel wrote: Thu Jun 18, 2020 8:16 pmxeno74 wrote: Wed Jun 17, 2020 11:53 pm Please try using Fienix-GPU-Bandage:
- Boot up your system, when the black screen appears press CTRL + ALT + F1 to switch to console
- Log in as su
- Enter "apt-get install fienix-gpu-bandage"
- Enter "fienix-gpu-bandage"
- Press 1 for Yes
- Reboot
ctrl+alt+f1 does not show anything here unfortunately.
i'll check with my old gfx cards if i can find it. to be sure.