stmkjp Posted October 25, 2005 Share Posted October 25, 2005 I can now boot with ACPI, stable, smooth and no random panic. But for now, I can boot with ACPI only when USB feature is locked in BIOS ( AMI BIOS ). when I unlock the feature, then i got "kdp_poll: no debugger device" and freeze. before i got kdp_poll message, I saw com.driver.Apple.APIC (kinda) + 8271 and then lots of addresses with invalid frame message. I tried everything, -f, -x, moving some kexts, etc... no gain. ( and unplugged all usb device during boot) finally I'm thinking of edit some part of kexts ( i mean, Info.plist ) and have a glance on several kexts (like ApplicACPIPlatform, IOUSBFamily) but still no luck. weird thing is, when i boot up with X86PC mode, USB works fine, random freeze after boot though. why is this difference happen? Anyone who knows how to handle ( or at least give me clue!) this problem? in OSX, only two things left to be resolved. ATI and USB. ATI has some progress but USB, I got stucked now. Please somebody help... ----------------------------------- I have: ASUS W3N CPU : Intel® Pentium® M Processor 1.70GHz - ACPI compliant M/B : Intel i855PM chipset RAM : 1GB VGA : ATI Radeon 9700 Mobility I installed OSX on first partition of secondary hdd (on housing kit replacing ODD) Link to comment https://www.insanelymac.com/forum/topic/3815-please-help-me-from-acpi-booting-problem/ Share on other sites More sharing options...
imigueldiaz Posted October 25, 2005 Share Posted October 25, 2005 ----------------------------------- I have: ASUS W3N CPU : Intel® Pentium® M Processor 1.70GHz - ACPI compliant M/B : Intel i855PM chipset RAM : 1GB VGA : ATI Radeon 9700 Mobility I installed OSX on first partition of secondary hdd (on housing kit replacing ODD) mmm I had to edit the vendor and dev id string of my EHCI stuff on the Info.plist of ApleUSBEHCI.kext to make It work for me, I have a VIA K8M800 motherboard and It wasn't recognized well... Hope this helps.. Best regards Link to comment https://www.insanelymac.com/forum/topic/3815-please-help-me-from-acpi-booting-problem/#findComment-24279 Share on other sites More sharing options...
stmkjp Posted October 25, 2005 Author Share Posted October 25, 2005 mmm I had to edit the vendor and dev id string of my EHCI stuff on the Info.plist of ApleUSBEHCI.kext to make It work for me, I have a VIA K8M800 motherboard and It wasn't recognized well... Hope this helps.. Best regards Thanks, it did make sense to me, but unfortunately it didn't work for me. I tried, even to AppleUSBUHCI.kext but still no joy... my usb vendor id = '8086' and device id is '24cd' for EHCI, '24c2','24c4','24c7' for UHCI. so I added like this <string>0x30000000 0x24cd8086</string> ( twice, for there's two section for EHCI) also added to UHCI <string>0x30000000 0x24c28086 0x24c48086 0x24c78086</string> are these something wrong? I feel like I have one small step left but can't see where to go. :sigh: I really need a help... Link to comment https://www.insanelymac.com/forum/topic/3815-please-help-me-from-acpi-booting-problem/#findComment-24287 Share on other sites More sharing options...
imigueldiaz Posted October 25, 2005 Share Posted October 25, 2005 are these something wrong? I feel like I have one small step left but can't see where to go. :sigh: I really need a help... I can't see any error.. you could try to boot with debug=0x100 and watch the report of the crash on the screen... My PC crashed on AppleUSBHub I remember.. Best, Link to comment https://www.insanelymac.com/forum/topic/3815-please-help-me-from-acpi-booting-problem/#findComment-24290 Share on other sites More sharing options...
stmkjp Posted October 25, 2005 Author Share Posted October 25, 2005 I can't see any error.. you could try to boot with debug=0x100 and watch the report of the crash on the screen... My PC crashed on AppleUSBHub I remember.. Best, I couldn't even reach to check usb (i guess). hangs before "ACPI early EC region access detected" <-- i can see this msg when i lock usb in I/O security of BIOS. I think kdp_poll:no debugger device message is same as the message when I boot up with X86PC and no AppleI386* present. I couldn't even reach to check usb (i guess). hangs before "ACPI early EC region access detected" <-- i can see this msg when i lock usb in I/O security of BIOS. I think kdp_poll:no debugger device message is same as the message when I boot up with X86PC and no AppleI386* present. by the way, what is the "early EC region access detected" means? Is it related to my problem? Link to comment https://www.insanelymac.com/forum/topic/3815-please-help-me-from-acpi-booting-problem/#findComment-24292 Share on other sites More sharing options...
Recommended Posts