mirror of
https://github.com/luchina-gabriel/OSX-PROXMOX.git
synced 2026-09-25 20:47:01 +00:00
Fixes in Patches, Add WiFi AX200 Patch, Fix to add Patches in git clone
This commit is contained in:
@@ -1,163 +0,0 @@
|
||||
[device "ehci"]
|
||||
driver = "ich9-usb-ehci1"
|
||||
multifunction = "on"
|
||||
bus = "pcie.0"
|
||||
addr = "1d.7"
|
||||
|
||||
[device "uhci-1"]
|
||||
driver = "ich9-usb-uhci1"
|
||||
multifunction = "on"
|
||||
bus = "pcie.0"
|
||||
addr = "1d.0"
|
||||
masterbus = "ehci.0"
|
||||
firstport = "0"
|
||||
|
||||
[device "uhci-2"]
|
||||
driver = "ich9-usb-uhci2"
|
||||
multifunction = "on"
|
||||
bus = "pcie.0"
|
||||
addr = "1d.1"
|
||||
masterbus = "ehci.0"
|
||||
firstport = "2"
|
||||
|
||||
[device "uhci-3"]
|
||||
driver = "ich9-usb-uhci3"
|
||||
multifunction = "on"
|
||||
bus = "pcie.0"
|
||||
addr = "1d.2"
|
||||
masterbus = "ehci.0"
|
||||
firstport = "4"
|
||||
|
||||
[device "ehci-2"]
|
||||
driver = "ich9-usb-ehci2"
|
||||
multifunction = "on"
|
||||
bus = "pcie.0"
|
||||
addr = "1a.7"
|
||||
|
||||
[device "uhci-4"]
|
||||
driver = "ich9-usb-uhci4"
|
||||
multifunction = "on"
|
||||
bus = "pcie.0"
|
||||
addr = "1a.0"
|
||||
masterbus = "ehci-2.0"
|
||||
firstport = "0"
|
||||
|
||||
[device "uhci-5"]
|
||||
driver = "ich9-usb-uhci5"
|
||||
multifunction = "on"
|
||||
bus = "pcie.0"
|
||||
addr = "1a.1"
|
||||
masterbus = "ehci-2.0"
|
||||
firstport = "2"
|
||||
|
||||
[device "uhci-6"]
|
||||
driver = "ich9-usb-uhci6"
|
||||
multifunction = "on"
|
||||
bus = "pcie.0"
|
||||
addr = "1a.2"
|
||||
masterbus = "ehci-2.0"
|
||||
firstport = "4"
|
||||
|
||||
# FIXME: Remove this audio0 device at the next possible time
|
||||
# see: https://pve.proxmox.com/pipermail/pve-devel/2019-July/038417.html
|
||||
# https://pve.proxmox.com/pipermail/pve-devel/2019-July/038428.html
|
||||
[device "audio0"]
|
||||
driver = "ich9-intel-hda"
|
||||
bus = "pcie.0"
|
||||
addr = "1b.0"
|
||||
|
||||
|
||||
[device "ich9-pcie-port-1"]
|
||||
driver = "pcie-root-port"
|
||||
x-speed = "16"
|
||||
x-width = "32"
|
||||
multifunction = "on"
|
||||
bus = "pcie.0"
|
||||
addr = "1c.0"
|
||||
port = "1"
|
||||
chassis = "1"
|
||||
|
||||
[device "ich9-pcie-port-2"]
|
||||
driver = "pcie-root-port"
|
||||
x-speed = "16"
|
||||
x-width = "32"
|
||||
multifunction = "on"
|
||||
bus = "pcie.0"
|
||||
addr = "1c.1"
|
||||
port = "2"
|
||||
chassis = "2"
|
||||
|
||||
[device "ich9-pcie-port-3"]
|
||||
driver = "pcie-root-port"
|
||||
x-speed = "16"
|
||||
x-width = "32"
|
||||
multifunction = "on"
|
||||
bus = "pcie.0"
|
||||
addr = "1c.2"
|
||||
port = "3"
|
||||
chassis = "3"
|
||||
|
||||
[device "ich9-pcie-port-4"]
|
||||
driver = "pcie-root-port"
|
||||
x-speed = "16"
|
||||
x-width = "32"
|
||||
multifunction = "on"
|
||||
bus = "pcie.0"
|
||||
addr = "1c.3"
|
||||
port = "4"
|
||||
chassis = "4"
|
||||
|
||||
##
|
||||
# Example PCIe switch with two downstream ports
|
||||
#
|
||||
#[device "pcie-switch-upstream-port-1"]
|
||||
# driver = "x3130-upstream"
|
||||
# bus = "ich9-pcie-port-4"
|
||||
# addr = "00.0"
|
||||
#
|
||||
#[device "pcie-switch-downstream-port-1-1"]
|
||||
# driver = "xio3130-downstream"
|
||||
# multifunction = "on"
|
||||
# bus = "pcie-switch-upstream-port-1"
|
||||
# addr = "00.0"
|
||||
# port = "1"
|
||||
# chassis = "5"
|
||||
#
|
||||
#[device "pcie-switch-downstream-port-1-2"]
|
||||
# driver = "xio3130-downstream"
|
||||
# multifunction = "on"
|
||||
# bus = "pcie-switch-upstream-port-1"
|
||||
# addr = "00.1"
|
||||
# port = "1"
|
||||
# chassis = "6"
|
||||
|
||||
|
||||
|
||||
[device "pcidmi"]
|
||||
driver = "i82801b11-bridge"
|
||||
bus = "pcie.0"
|
||||
addr = "1e.0"
|
||||
|
||||
[device "pci.0"]
|
||||
driver = "pci-bridge"
|
||||
bus = "pcidmi"
|
||||
addr = "1.0"
|
||||
chassis_nr = "1"
|
||||
|
||||
[device "pci.1"]
|
||||
driver = "pci-bridge"
|
||||
bus = "pcidmi"
|
||||
addr = "2.0"
|
||||
chassis_nr = "2"
|
||||
|
||||
[device "pci.2"]
|
||||
driver = "pci-bridge"
|
||||
bus = "pcidmi"
|
||||
addr = "3.0"
|
||||
chassis_nr = "3"
|
||||
|
||||
[device "pci.3"]
|
||||
driver = "pci-bridge"
|
||||
bus = "pcidmi"
|
||||
addr = "4.0"
|
||||
chassis_nr = "4"
|
||||
@@ -1,78 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key># Patch for BCM/Bluetooth in Proxmox/Virtualization Environment</key>
|
||||
<string></string>
|
||||
<key># DISCORD: http://hackintosh.one/s/discord</key>
|
||||
<string></string>
|
||||
<key># BY: https://luchina.com.br</key>
|
||||
<string></string>
|
||||
<key>Kernel</key>
|
||||
<dict>
|
||||
<key>Patch</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>Arch</key>
|
||||
<string>x86_64</string>
|
||||
<key>Base</key>
|
||||
<string></string>
|
||||
<key>Comment</key>
|
||||
<string>BCM/BT Patch for macOS in Virtual Environment - Sonoma and Sequoia - Part 1 - Universo Hackintosh</string>
|
||||
<key>Count</key>
|
||||
<integer>1</integer>
|
||||
<key>Enabled</key>
|
||||
<true/>
|
||||
<key>Find</key>
|
||||
<data>aGliZXJuYXRlaGlkcmVhZHkAaGliZXJuYXRlY291bnQA</data>
|
||||
<key>Identifier</key>
|
||||
<string>kernel</string>
|
||||
<key>Limit</key>
|
||||
<integer>0</integer>
|
||||
<key>Mask</key>
|
||||
<data></data>
|
||||
<key>MaxKernel</key>
|
||||
<string></string>
|
||||
<key>MinKernel</key>
|
||||
<string>23.0.0</string>
|
||||
<key>Replace</key>
|
||||
<data>aGliZXJuYXRlaGlkcmVhZHkAaHZfdm1tX3ByZXNlbnQA</data>
|
||||
<key>ReplaceMask</key>
|
||||
<data></data>
|
||||
<key>Skip</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Arch</key>
|
||||
<string>x86_64</string>
|
||||
<key>Base</key>
|
||||
<string></string>
|
||||
<key>Comment</key>
|
||||
<string>BCM/BT Patch for macOS in Virtual Environment - Sonoma and Sequoia - Part 2 - Universo Hackintosh</string>
|
||||
<key>Count</key>
|
||||
<integer>1</integer>
|
||||
<key>Enabled</key>
|
||||
<true/>
|
||||
<key>Find</key>
|
||||
<data>Ym9vdCBzZXNzaW9uIFVVSUQAaHZfdm1tX3ByZXNlbnQA</data>
|
||||
<key>Identifier</key>
|
||||
<string>kernel</string>
|
||||
<key>Limit</key>
|
||||
<integer>0</integer>
|
||||
<key>Mask</key>
|
||||
<data></data>
|
||||
<key>MaxKernel</key>
|
||||
<string></string>
|
||||
<key>MinKernel</key>
|
||||
<string>23.0.0</string>
|
||||
<key>Replace</key>
|
||||
<data>Ym9vdCBzZXNzaW9uIFVVSUQAaGliZXJuYXRlY291bnQA</data>
|
||||
<key>ReplaceMask</key>
|
||||
<data></data>
|
||||
<key>Skip</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
-18
@@ -1,18 +0,0 @@
|
||||
macOS/VM Crash when try connect in WiFi [for BCM94360, in macOS Sonoma or Sequoia]
|
||||
|
||||
1. Run osx-setup and choose option '200 - Add Promox VE NO Subscription repository'
|
||||
|
||||
2. Install Kernel/PVE pve-kernel-5.15.53-1-pve
|
||||
|
||||
apt update
|
||||
apt install pve-kernel-5.15.53-1-pve
|
||||
|
||||
3. Add in the proxmox-boot-tool and pin kernel version '5.15.53-1-pve'
|
||||
|
||||
proxmox-boot-tool kernel list
|
||||
proxmox-boot-tool kernel add 5.15.53-1-pve
|
||||
proxmox-boot-tool refresh
|
||||
proxmox-boot-tool kernel pin 5.15.53-1-pve
|
||||
proxmox-boot-tool kernel list
|
||||
|
||||
4. Reboot and try connect WiFi in macOS
|
||||
@@ -1,91 +0,0 @@
|
||||
# Disable screensaver
|
||||
defaults -currentHost write com.apple.screensaver idleTime 0
|
||||
|
||||
# Disable transparency and motion effects
|
||||
defaults write com.apple.universalaccess reduceTransparency -bool true
|
||||
defaults write com.apple.universalaccess reduceMotion -bool true
|
||||
|
||||
# Disable Dock animations
|
||||
defaults write com.apple.dock launchanim -bool false
|
||||
defaults write com.apple.dock autohide-delay -float 0
|
||||
defaults write com.apple.dock autohide-time-modifier -float 0
|
||||
defaults write com.apple.dock expose-animation-duration -float 0.1
|
||||
defaults write com.apple.dock no-glass -bool true
|
||||
defaults write com.apple.dock no-bouncing -bool true
|
||||
defaults write com.apple.dock magnification -bool false
|
||||
defaults write com.apple.dock show-recents -bool false
|
||||
defaults write com.apple.dock mineffect -string "scale"
|
||||
defaults write com.apple.dock springboard-show-duration -float 0
|
||||
defaults write com.apple.dock springboard-hide-duration -float 0
|
||||
defaults write com.apple.dock springboard-page-duration -float 0
|
||||
defaults write com.apple.dock workspaces-swoosh-animation-off -bool true
|
||||
defaults write com.apple.dock minimize-to-application -bool true
|
||||
defaults write com.apple.dock slow-motion-allowed -bool false
|
||||
defaults write com.apple.dock missioncontrol-animation-duration -float 0.1
|
||||
defaults write com.apple.dock workspaces-edge-delay -float 0
|
||||
defaults write com.apple.dock springboard-blur-radius -int 0
|
||||
|
||||
# Disable general window and system animations
|
||||
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false
|
||||
defaults write NSGlobalDomain NSWindowResizeTime -float 0.001
|
||||
defaults write -g NSMenuAnimationDuration -float 0
|
||||
defaults write -g NSPopUpMenuAnimationDuration -float 0
|
||||
defaults write -g NSComboBoxAnimationDuration -float 0
|
||||
defaults write -g NSToolbarAnimationDuration -float 0
|
||||
defaults write -g NSToolbarFullScreenAnimationDuration -float 0
|
||||
defaults write -g NSSheetAnimationEnabled -bool false
|
||||
defaults write -g NSWindowAnimationsEnabled -bool false
|
||||
defaults write -g NSViewAnimationsEnabled -bool false
|
||||
defaults write -g NSScrollAnimationEnabled -bool false
|
||||
defaults write -g NSUseAnimatedFocusRing -bool false
|
||||
defaults write -g NSScrollViewRubberbanding -bool false
|
||||
defaults write -g NSOverlayScrollerHideDelay -float 0
|
||||
defaults write -g QLPanelAnimationDuration -float 0
|
||||
defaults write -g NSWindowSupportsAutomaticFullScreen -bool false
|
||||
defaults write -g NSFullScreenAnimationDuration -float 0
|
||||
defaults write NSGlobalDomain com.apple.springing.enabled -bool false
|
||||
|
||||
# Disable Finder animations
|
||||
defaults write com.apple.finder DisableAllAnimations -bool true
|
||||
defaults write com.apple.finder AnimateInfoPanes -bool false
|
||||
defaults write com.apple.finder AnimateSnapToGrid -bool false
|
||||
|
||||
# GPU / Rendering — Switch to software renderer
|
||||
sudo defaults write /Library/Preferences/com.apple.windowserver UseMetal -bool false
|
||||
sudo defaults write /Library/Preferences/com.apple.windowserver UseOpenGL -bool false
|
||||
sudo defaults write /Library/Preferences/com.apple.windowserver HardwareAccelerated -bool false
|
||||
sudo defaults write /Library/Preferences/com.apple.windowserver EnableShadows -bool false
|
||||
sudo defaults write /Library/Preferences/com.apple.CoreDisplay useMetal -bool false
|
||||
sudo defaults write /Library/Preferences/com.apple.CoreDisplay useIOP -bool false
|
||||
defaults write com.apple.CoreAnimation useSoftwareRenderer -bool true
|
||||
defaults write com.apple.opengl ForceSoftwareRenderer -bool true
|
||||
defaults write com.apple.CoreImage CISoftwareRenderer -bool true
|
||||
defaults write com.apple.screencapture disable-shadow -bool true
|
||||
defaults write com.apple.GPU gpuSwitchingPolicy -int 0
|
||||
|
||||
# Disable Spotlight indexing
|
||||
sudo mdutil -a -i off
|
||||
|
||||
# Disable crash reporter, auto update, Time Machine
|
||||
defaults write com.apple.CrashReporter DialogType -string "none"
|
||||
defaults write com.apple.SoftwareUpdate AutomaticCheckEnabled -bool false
|
||||
defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true
|
||||
|
||||
# Disable Siri
|
||||
defaults write com.apple.assistant.support "Assistant Enabled" -bool false
|
||||
|
||||
# Other optimizations
|
||||
defaults write com.apple.spotlight AnimationDuration -float 0
|
||||
defaults write -g CGFontRenderingFontSmoothingDisabled -bool true
|
||||
defaults write com.apple.frameworks.diskimages skip-verify -bool true
|
||||
defaults write com.apple.frameworks.diskimages skip-verify-locked -bool true
|
||||
defaults write com.apple.frameworks.diskimages skip-verify-remote -bool true
|
||||
defaults write com.apple.mail DisableReplyAnimations -bool true
|
||||
defaults write com.apple.mail DisableSendAnimations -bool true
|
||||
defaults write -g NSDocumentSaveNewDocumentsToCloud -bool false
|
||||
defaults write com.apple.finder WarnOnEmptyTrash -bool false
|
||||
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
|
||||
defaults write -g userMenuExtraStyle -int 1
|
||||
|
||||
# Apply changes
|
||||
killall Dock && killall Finder && killall SystemUIServer
|
||||
Reference in New Issue
Block a user