Page 2 of 2

Re: Fedora 27/28 Server PPC64

Posted: Tue Apr 13, 2021 1:26 pm
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.

Re: Fedora 27/28 Server PPC64

Posted: Mon Oct 25, 2021 10:38 am
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