Code: Select all
rpm -Uvh http://f27.amahi.org/noarch/hda-release-11.0.0-1.noarch.rpm
dnf -y install hda-ctl
hda-install -i YOUR-INSTALL-CODE
Please double check that the machine has network/internet access.
Try 'dhclient eth0' (as root) to configure your network interface. when i see the ifconfig is only one network card online and the name is eth0
Code: Select all
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.xxx.xxx netmask 255.255.255.0 broadcast 192.168.XXX.XXXX
inet6 xxxx:xxx:xxxx:6xx:8xx:bdX:fXXXe:fXX2 prefixlen 128 scopeid 0x0<global>
inet6 2XXX:9XX:2XX:6XX:39XX:XX2:5XXX:fXXXf prefixlen 64 scopeid 0x0<global>
inet6 fXX::8XX:bXXX7:XXX:fXXX prefixlen 64 scopeid 0x20<link>
inet6 XXX::cXXa:XXXX:bcXX:XXX6 prefixlen 64 scopeid 0x0<global>
ether XX:XX:XX:XX:XX:XX txqueuelen 1000 (Ethernet)
RX packets 37895 bytes 3164582 (3.0 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 30376 bytes 9129249 (8.7 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 20 memory 0xf0600000-f0620000
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Lokale Schleife)
RX packets 2300 bytes 3390684 (3.2 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2300 bytes 3390684 (3.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
thenks for helps