Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

Thank you @fusion71au  :thumbsup_anim:  :thumbsup_anim:  :thumbsup_anim: Here is my method what i used :

i just added some new entries in Hide tab in Clover Configurator

post-1326389-0-51273700-1398090996_thumb.png

 

 

Result and Config.plist edited is  same as Slice and clover wiki method : #12

post-1326389-0-34289400-1398091004_thumb.png

 

 

 

 

PS:May be Easiest way i have found  :angel_not:  :angel_not:

Link to comment
Share on other sites

Problem with Intel Power Gadget frequencies compared to Chameleon

Z77-I Deluxe/i7-3770K/10.9.2

Chameleon_v2248

IPG freq scale: 0-3 GHz

sysctl -A: hw.busfrequency = 100000000

Clover_v2636:

IPG freq scale: 0-15 GHz

sysctl -A: hw.busfrequency = 400000000

 

System runs fine.  

Proposed fix:  config.plist/CPU/BusSpeedkHz=100000

 

Correct? Other suggestions?

 

 

 

 

 

post-618506-0-02402300-1398274438_thumb.png

post-618506-0-53256500-1398274453_thumb.png

Link to comment
Share on other sites

Please verify if Clover is still injecting SMBIOS table 132 with a value of 0, because then AppleSMBIOS.kext will multiply the bus frequency with a factor 4 (old style quad pumped FSB).

It's customizable

	<key>CPU</key>
	<dict>
		<key>QPI</key>
		<integer>4800</integer>
	</dict>

Link to comment
Share on other sites

Cool, but don't inject SMBIOS table 132 when the value is 0 (zero) because that is the problem here.

For me there is no problem. I commited the change:

if you will write into config

	<key>CPU</key>
	<dict>
		<key>QPI</key>
		<integer>0</integer>
	</dict>

then table 132 will not be generated.

 

I just never hear there is a problem for anybody.

Link to comment
Share on other sites

I have a small but annoying problem that could be related to some DDST or clover device manipulation. I have a H87 with 4770 processor, GTX660,  with audio, HDMI, all works very well. GMYLE bluetooth works fine and I can paired with whatever I want, BUT.....

 

Bluetooth headset (I have a Platronics M50) paired and working as OUTPUT, it wont work as INPUT. if I go to preferences/sound/input to select it (it shows there), it freeze (color spinning wheel) and dont work anymore. This behavior happens to other people with others bluetooth headset, i found several ones asking for a solution at several forums, but no ones answer yet.

 

Console shows this:

 

4/24/14 12:53:39.000 PM kernel[0]: 320.923465: apple80211Request[10514] Unsupported ioctl 194 
4/24/14 12:53:39.000 PM kernel[0]: 321.252936: apple80211Request[10514] Unsupported ioctl 175 
4/24/14 12:53:39.000 PM kernel[0]: 321.252960: apple80211Request[10514] Unsupported ioctl 194 
4/24/14 12:53:44.111 PM AVRCPAgent[1027]: Plugin path: '/System/Library/CoreServices/AVRCPAgent.app/Contents/PlugIns/' not found.
4/24/14 12:53:44.116 PM AVRCPAgent[1027]: Setting the delegate returned 0
4/24/14 12:53:47.000 PM kernel[0]: 329.168167: apple80211Request[10514] Unsupported ioctl 175 
4/24/14 12:53:47.000 PM kernel[0]: 329.168184: apple80211Request[10514] Unsupported ioctl 194 
4/24/14 12:53:50.000 PM kernel[0]: 332.291091: apple80211Request[10514] Unsupported ioctl 175 
4/24/14 12:53:50.000 PM kernel[0]: 332.291116: apple80211Request[10514] Unsupported ioctl 194 
 
I have a real macs and they dont have AVRCPAgent plugins either, but the same headset works fine without the Unsupported ioctl message.
 
I have the same message with and without patch appleHDA (i have realtek 862) or activate HDMI audio. I believe there is some DDST/SSDT missing to allow bluetooth audio works as INPUT.
 
BTW, i dont have any problem using Airplay audio or bluetooth speakers as OUTPUT.
 
 
if there is anyone with bluetooth audio INPUT working, please comment here. 
Link to comment
Share on other sites

I am not sure how Clover or DSDT edits may / can help but normally when i want to route audio from any hardware device somewhere (or from a software based app anywhere else) and i did not have the RME, i would use SoundFlower, but in your case this might not be what you need, also if it's true that your USB/BT based config is working OK in general, e.g. wake from sleep, then maybe the "Bluetooth Explorer" utility can help in debugging the HCI, see what kind of   audio functions the BT based devices connected support etc

Link to comment
Share on other sites

i use bluetooth explorer last night and compared to a mac mini with also use the same BCM20702 bluetooth chipset and the same headset, and I didnt find anything wrong besides the  apple80211Request[10514] Unsupported ioctl error with happen on my hackintosh and did not on mac mini. 

 

I also have a fully funcional airport card (ebay) with airdrop, and seems the message is algo related to wifi (as google shows) but the error happens with or without the card installed. I believe there is some bridge to connect the bluetooth MIC (audio input) to somewhere and it is missing. thats why I think about a DDST/SSDT device that could be missing. 

Link to comment
Share on other sites

Slice. Is that because your processor has a quad-pumped FSB, or aren't you using the Intel Power Gadget?

 

Anyway. I'm sure that people will love this change, but I would not even inject it for Sandy Bridge and greater processor models.

 

I have SandyBridge and see no problem with default Clover behavior 

Screen Shot 2014-04-24 at 21.20.53.png

 

CPU/QPI=0, no change

 

sysctl -A: hw.busfrequency = 400000000

It will be in revision 2658 that you must compile first.

Link to comment
Share on other sites

2658: not fixed (tested QPI=null, QPI=0, BusSpeedkHz=100000, all same)

Issue with Ivy Bridge and Haswell; Sandy Bridge OK.

 

hw.busfrequency = 400000000

hw.cpufrequency = 3497000000

I see no message

"Config set QPI=0 disable table132"

in your debug.log. Check your config.plist and sure it is alone.

Link to comment
Share on other sites

I see no message

"Config set QPI=0 disable table132"

in your debug.log. Check your config.plist and sure it is alone.

 

Hi Slice,

 

I have same issue i5 3570k, debug trace is present "Config set QPI=0 disable table132", QPI set to 0 in config.plist, last clover build 2658.

 

Fred

Link to comment
Share on other sites

Hi Slice,

 

I have same issue i5 3570k, debug trace is present "Config set QPI=0 disable table132[/size]", QPI set to 0 in config.plist, last clover build 2658.

 

Fred

 

Hi Slice,

 

For me table 132 have been dropped.

 

 

localhost:~ fred$ sysctl -a | grep freq
hw.busfrequency = 400000000
hw.cpufrequency = 3403000000
hw.tbfrequency = 1000000000
hw.busfrequency: 400000000
hw.busfrequency_min: 400000000
hw.busfrequency_max: 400000000
hw.cpufrequency: 3403000000
hw.cpufrequency_min: 3403000000
hw.cpufrequency_max: 3403000000
hw.tbfrequency: 1000000000
machdep.tsc.frequency: 3403358623

 

Fred

Link to comment
Share on other sites

 

Hi Slice,

 

For me table 132 have been dropped.

 

localhost:~ fred$ sysctl -a | grep freq
hw.busfrequency = 400000000
hw.cpufrequency = 3403000000
hw.tbfrequency = 1000000000
hw.busfrequency: 400000000
hw.busfrequency_min: 400000000
hw.busfrequency_max: 400000000
hw.cpufrequency: 3403000000
hw.cpufrequency_min: 3403000000
hw.cpufrequency_max: 3403000000
hw.tbfrequency: 1000000000
machdep.tsc.frequency: 3403358623

 

Fred

 

 

Cool, but don't inject SMBIOS table 132 when the value is 0 (zero) because that is the problem here.

So, this is wrong suggestion.

Link to comment
Share on other sites

So, this is wrong suggestion.

No. Please look at SMBIOS tables of Mac models and you won't find table 132. Not when it shouldn't be there. Not for Sandy Bridge, Ivy Bridge and Haswell models. See also AppleSMBIOS.kext so if people are still seeing 400MHz / hw.busfrequency [factor 4] then something else is wrong, but table 132 should not be injected.

 

Edit: I added table 132 to RevoBoot and BOOM. Frequency scale in the Intel Power Gadget went nuts! Without this table there is no problem. Same thing with Chameleon/Chimera.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...