Re: Possible to install an IOKit driver without rebooting?
Re: Possible to install an IOKit driver without rebooting?
- Subject: Re: Possible to install an IOKit driver without rebooting?
- From: Stephane Sudre <email@hidden>
- Date: Mon, 08 Oct 2012 08:56:14 +0200
On Mon, Oct 8, 2012 at 6:27 AM, Brian Kendall <email@hidden> wrote:
> Hello,
>
> I'm working on an installer that, among other things, installs a kext for an IOKit driver. I've got it working in an installer that requires a reboot - the kext gets installed correctly and the kext cache gets rebuilt. However, I'm wondering if there's a way to do this without requiring a reboot. This installer requires 10.6 or later, so I don't have to concern myself with older versions of OS X. And if it matters, the driver doesn't actually do anything - it's a stub to prevent the default USB driver from being used. A separate daemon handles communication with the device.
>
> Unfortunately, in my googling so far I haven't found a clear answer. I've read this document: http://developer.apple.com/library/mac/#qa/qa1319/_index.html but I don't quite follow it. Is it saying that if I'm installing an IOKit kext in 10.5 or newer, I don't have to do anything other than executing `touch /System/Library/Extensions`?
And probably loading the kext with kextload from the postinstall script.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden