Using a x86_64 DVD version of Fedora 9, I have installed the system and noticed an issue: the network is not active when trying to use third-party repository. For some unknown reason, the network is not using Ethernet despite manually setting the IP. I had submitted a bug report and followed suggestion: still no online access even with NetworkManager disabled. The same issues also occured on... Fedora 8. The Ethernet adapter is a integrated Marvell Yukon on the motherboard, it ran fine on Fedora 7 and i386 version of Fedora 9 using network install. Hopefully this issue will be resolved soon.
The Raven Ridge APU is very capable processor to handle OpenCL inside some applications like Blender, Darktable and Gimp. Unfortunately, the current implementation from Mesa, clover, stuck to 1.3, is not supported. AMD released their driver 18.40 with OpenCL2.0+ targeting only Red Hat Enterprise Linux/Cent OS 6.10 and 7.5 in addition of Ubuntu LTS. The good new is the former rpm format can be used on Fedora. The graphical part of Raven Ridge is Vega 8, basically a cut-down of Vega56 or Vega64 meaning choosing either driver for RX Vega . The instruction is provided for extracting the rpm files but here is some requirements for OpenCL: kernel-devel (provided by Fedora repository) amdgpu-dkms dkms libopencl-amdgpu-pro opencl-amdgpu-pro-icd Once done, applications needing OpenCL will automatically detect the driver located on /opt/amdgpu/lib64 . Blender will list as unknown AMD GPU and Darktable will enable it. OpenCL from official AMD driver enabled on Darktable ...
Comments
I didn't file a bug report.
I installed the Pre-Release of x86_64 from a USB drive, started some updates, killed it... went to the terminal, did a yum update, then killed that in the middle.
Now... my machine still connects to the Internet, but I get a message that there's no network connection... and my machine won't update at all... something about not having repos or something.
Don't really have time to diagnose further at the moment, but maybe this little tidbit will help. I'll probably end up re-installing from the release, and see how that goes. I figured I did some stuff I "shouldn't" do.
Click on System and then Administration. Select 'Network', add your network devices here (if not already in) and activate them. I had to have my ISP's DNS servers in the configuration for mine to work. Make sure when you set them up that you do not check the box that says Controlled by network manager.
Next go back to System and Administration and select Network Device Control. Make sure your device shows here and is active. After this is done, check the icon on the toolbar and see if it becomes active and allows internet access. Mine gave me fits but I now have internet and am moving on to the next problem.....updates won't install and cannot install from root as it says I don't have authority to do so. Go figure.
Summary-
If you are using wired only networks, this will solve your problem. If you use wireless and wired devices you will need to investigate this further, but you can keep NetworkManager enabled and enable the original network service to see if the problem is resolved.
WIRED ONLY NETWORK:
First disable NetworkManager and prevent it from automatically loading:
"sudo /etc/init.d/NetworkManager stop"
"sudo /sbin/chkconfig --level 35 NetworkManager off"
Next, configure your network settings:
"sudo system-config-network"
Next, enable the service and make sure it loads at next boot:
"sudo /etc/init.d/network start"
"sudo /sbin/chkconfig --level 35 network on"
Finished! Reboot.
WIRED & WIRELESS
First leave NetworkManager enabled
Next, configure your network settings:
"sudo system-config-network"
Next, enable the service and make sure it loads at next boot:
"sudo /etc/init.d/network start"
"sudo /sbin/chkconfig --level 35 network on"
Finished! Reboot.
See
http://www.mjmwired.net/resources/mjm-fedora-f9.html for more tips. He is a knowledgeable person.
-e