Re: kextload error: "not a bundle"
site_archiver@lists.apple.com Delivered-To: Darwin-kernel@lists.apple.com User-agent: Mozilla Thunderbird 0.9 (Windows/20041103) Brian Jorgage wrote: 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 (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... 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. This email sent to site_archiver@lists.apple.com
participants (1)
-
Arrigo Benedetti