Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MPC7500

Pages: 1 ... 31 32 [33] 34 35 ... 41
481
Blackbird / Re: Heatsink dual fan configuration
« on: March 22, 2020, 05:53:08 pm »
Why do you need a faster fan? My fans often spin at the same speed (100RPM). Sometimes one spins faster (200 or 300RPM).
The fan speed is self-regulating. It is a PWM signal.

The fan curve when and how fast the fans are rotating can be adjusted. But for that you have to adjust the curve and then recompile the firmware.

482
Blackbird / Re: Heatsink dual fan configuration
« on: March 22, 2020, 05:40:21 pm »
You have three fan connectors on your Blackbird.
Fan1: CPU
Fan2: Rear
Fan3: Front

In total, I have installed six fans in my case.
You can't adjust the fan speed by yourself.

483
Great. I'm keeping my fingers crossed that everything goes smoothly.
BTW, the helpdesk hasn't answered anyone since early March. But nothing to worry.

484
Thanks!

Has the motherboard arrived at RaptorCS yet? Did you get feedback what was defective and why?
I'm curious how long it will take until Raptor can ship again.

485
Firmware / Re: New firmware V2.00 BMC procedure
« on: March 18, 2020, 09:02:10 am »
If I were you, I wouldn't do it. Learn the basics first.

Best case scenario, nothing happens because you don't get it right.
Worst case, you're gonna brick the BMC.

486
General Discussion / Re: The pride of being Power!
« on: March 17, 2020, 06:35:05 am »
You should use DeepL. It's far better than Google Translator.

487
Blackbird / Re: Where is the internal USB header pin?
« on: March 11, 2020, 07:16:07 pm »
Yes.
Quote
p.22: Big Blue Arrow points to wrong header (USB3 instead of TPM)

Errata and Improvements

488
Blackbird / Re: Where is the internal USB header pin?
« on: March 11, 2020, 09:50:27 am »
You mean page 22 (TPM) J10105?
Page 30 is correct. That's the USB header.

489
Applications and Porting / Re: Discourse now runs on Linux ppc64le
« on: March 08, 2020, 07:41:40 pm »
madscientist159 will be very happy to hear this 8)

490
FlyingBlackbird, in which slot did you put the graphic card? 8x or 16x?

491
User Zone / Re: Fedora Linux Thread
« on: March 08, 2020, 12:45:15 pm »
Kernel 5.6 I have to try again.

492
This means Discourse is a possibility now?

493
User Zone / Re: Fedora Linux Thread
« on: March 08, 2020, 07:18:46 am »
Yes, I thought the patch is applied to Kernel 5.6. But with Kernel 5.6 it doesn't work.

494
User Zone / Re: Fedora Linux Thread
« on: March 07, 2020, 06:22:00 pm »
It's the same patch. Because Navi 14 and Navi 10 are almost the same GPUs.

495
User Zone / Re: Fedora Linux Thread
« on: March 04, 2020, 02:14:01 pm »
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: [Select]
  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 ']'

Instead of this:
Code: [Select]
  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

What's my error?

Pages: 1 ... 31 32 [33] 34 35 ... 41