Fedora 27/28 Server PPC64

AmigaOne X1000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Fedora 27/28 Server PPC64

Post by xeno74 »

Image

The automatic configuration of my analog TV card Typhoon TView RDS + FM Stereo (BT878 chip) doesn't work.

I created the file /etc/modprobe.d/tv_bttv.conf with the following line.

# vi /etc/modprobe.d/tv_bttv.conf

Code: Select all

options bttv card=53
After a reboot, my TV card works with Fedora 28. :-) I use TVtime for watching television and for playing games with my connected Nintendo GameCube.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Fedora 27/28 Server PPC64

Post by xeno74 »

Manual network interface configuration on Fedora PPC64:

vi /etc/sysconfig/network-scripts/ifcfg-<network interface>

For example: vi /etc/sysconfig/network-scripts/ifcfg-ens33

Code: Select all

DEVICE=ens33
BOOTPROTO=none
ONBOOT=yes
PREFIX=24
IPADDR=192.168.178.102
GATEWAY=192.168.178.1
DNS1=192.168.178.21
DNS2=192.168.178.1
If you want to disable ipv6 then add the following line to "/etc/sysctl.conf".

Code: Select all

net.ipv6.conf.ens33.disable_ipv6 = 1
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply