startergo

Results 20 comments of startergo

> Yeah, please. I am not sure if the same code will work for W3690 as well. > > https://ark.intel.com/content/www/us/en/ark/products/52586/intel-xeon-processor-w3690-12m-cache-3-46-ghz-6-40-gt-s-intel-qpi.html > > They have identical spec. W3690,130,640,3460,3730,6,12. > > If...

All you need is 2 Kexts. One of them is installed inside the other one. So install this kext in /L/E and see if you can read the temperatures of...

Ventura shows it. But not earlier macOS.

There is a workaround: ``` find /sys/devices -name rom /sys/devices/pci0000:64/0000:64:00.0/0000:65:00.0/0000:66:08.0/0000:67:00.0/0000:68:00.0/0000:69:00.0/rom /sys/devices/pci0000:64/0000:64:00.0/0000:65:00.0/0000:66:10.0/0000:6a:00.0/0000:6b:00.0/0000:6c:00.0/rom /sys/devices/pci0000:16/0000:16:00.0/0000:17:00.0/0000:18:08.0/0000:19:00.0/0000:1a:10.0/0000:22:00.0/0000:23:00.0/0000:24:00.0/rom /sys/devices/pci0000:16/0000:16:00.0/0000:17:00.0/0000:18:08.0/0000:19:00.0/0000:1a:04.0/0000:1b:00.0/rom ``` ``` sudo su setpci -s 0000:24:00.0 COMMAND=2:2 (manually manipulate the memory enable bit with setpci) export...

> Workaround without any comment how Linuxian.. its possible just to create some script etc for normal human beings? Maybe I should just delete my previous comment to prevent normal...

> but it doesn't work for me You need to first find the rom location: ``` find /sys/devices -name rom ``` Then after enabling the memory enable bit with ```setpci```...

> cd /sys/devices/pci0000:00/0000:00:02.0 Skip the above command and use absolute path to the ROM for the ``` echo 1 ``` command.

> root@pve:~# setpci -s 0000:00:02.0 COMMAND=2:2 After this try: ``` echo 0 > /sys/devices/pci0000:00/0000:00:02.0/power echo 1 > /sys/devices/pci0000:00/0000:00:02.0/rom cat /sys/devices/pci0000:00/0000:00:02.0/rom > /tmp/images.rom echo 1 > /sys/devices/pci0000:00/0000:00:02.0/power ```

Try this script: https://github.com/SpaceinvaderOne/Dump_GPU_vBIOS Adjust the script variables accordingly If it is an Nvidia GPU replace the Nvidia drivers with Nouveau drivers. ``` NVIDIA VBIOS Step 1: How to extract...

> System Integrity Protection is not relevant on iOS https://github.com/osy/Jitterbug ``` Launch fails with "Failed to get the task for process xxx" This application does not have the get-task-allow entitlement....