Software > User Zone
Fedora Linux Thread
MPC7500:
Yes, the mapping is for the Blackbird only.
I'm using cpufreq.
MPC7500:
It is a pity that cpufreq does not distinguish between physical cores and threads. Then it would be possible to switch off single cores and you could also switch between SMT1, 2 and 4.
MauryG5:
Guys finally fixed the Fedora Software application problem. In recent updates have sent the fix to the problem.
MPC7500:
Which repository have I to enable to get Kernel 5.6?
I currently have a problem with the 8x PCIe slot. There is a NVMe adopter (with Corsair MP600) in this slot and I get the error:
--- Code: ---nvme nvme0: frozen state error detected, reset.
Removing after probe failure status: -19.
can't change power state from D3hot to D0 (config space inaccessible)
--- End code ---
I guess this could be a kernel problem?
This error only occurs if the 16x slot is used (RX5500XT).
Has anyone an idea how to locate the error?
Edit: Here I found someone with a similar issue.
His conclusion in the last post: Mainboard change to a different model.
MPC7500:
One further quwestion, I'm following this guide: Installing Kernel
When I perform: sudo make INSTALL_MOD_STRIP=1 -j`nproc` install, I get this:
--- Code: --- LDS arch/powerpc/boot/zImage.lds
WRAP arch/powerpc/boot/zImage.pseries
WRAP arch/powerpc/boot/zImage.epapr
sh -x ./arch/powerpc/boot/install.sh "5.6.0-rc3+" vmlinux System.map "/boot"
+ set -e
+ '[' -x /root/bin/installkernel ']'
+ '[' -x /sbin/installkernel ']'
++ basename vmlinux
+ image_name=vmlinux
+ '[' -f /boot/vmlinux ']'
+ mv /boot/vmlinux /boot/vmlinux.old
+ '[' -f /boot/System.map ']'
+ mv /boot/System.map /boot/System.old
+ cat vmlinux
+ cp System.map /boot/System.map
+ path=/boot
+ shift 4
+ '[' 0 -ne 0 ']'
--- End code ---
Instead of this:
--- Code: --- LDS arch/powerpc/boot/zImage.lds
WRAP arch/powerpc/boot/zImage.pseries
WRAP arch/powerpc/boot/zImage.epapr
sh -x ./arch/powerpc/boot/install.sh "5.6.0-rc3+" vmlinux System.map "/boot"
+ set -e
+ '[' -x /root/bin/installkernel ']'
+ '[' -x /sbin/installkernel ']'
+ exec /sbin/installkernel 5.6.0-rc3+ vmlinux System.map /boot
--- End code ---
What's my error?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version