Re: kextload error: "not a bundle"
Re: kextload error: "not a bundle"
- Subject: Re: kextload error: "not a bundle"
- From: Arrigo Benedetti <email@hidden>
- Date: Wed, 17 Nov 2004 18:29:53 -0800
Brian Jorgage wrote:
I am following the "Hello Kernel" example under Darwin documentation.
When I try to load the kext using "sudo kextload -v HelloKernel.kext" I
get the following response: "can't load kernel extension
HelloKernel.kext (not a bundle)...".
I've looked through the documentation but nothing makes any mention of
this error or how to fix it.
Does anyone know how to fix this ?
Did you check ownerships and permissions? You can try this:
/usr/sbin/chown -R root.wheel $(SRC)/SimpleDataQueue.kext
find $(SRC) SimpleDataQueue.kext -type d -exec /bin/chmod 0755 {} \;
find $(SRC) SimpleDataQueue.kext -type f -exec /bin/chmod 0644 {} \;
-Arrigo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden