Re: Unable to install .kext in admine user
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version:in-reply-to :references:content-type:message-id:content-transfer-encoding:from :subject:date:to:x-mailer; bh=1Nfc/K0EW0pxkJaI2cNLZlWk2sPfwPimYYej3Xryfuo=; b=jU/nCbDpcEc0oVvN6+SomPujnipa5G/bO16bUX23ducnb0Q+cWcCRFH1MqbRYAF6cm dG+UhufKcFVpY7PEvFKPSNGhdBtB3h1wPdgXY9BGII1Pm6PnQRVapKzBMn+qDLDMOkyr CmrAqLp4tTJEDtWZSs3eHciKHZqSyOBtN5zWU= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:content-type:message-id :content-transfer-encoding:from:subject:date:to:x-mailer; b=VPY227Mz/AGzSiFLPUXhpbKDdxQy9FYUKIleQNHkz6TfRSkzX4RKKwOs+1MAVPRnvJ DCUnmcWem2zdWuOQ/Y8Q+h2o9Myit6jOAX6QG9e7MqQKP6t704ZSGSupSEXohI19WHjP zvD8hnxyhuQIuaYt2V7qVvTu7BefBW6mtzpDM= On Oct 28, 2010, at 7:43 AM, kiran kumar wrote: Hi All, _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I need to load kext in my MacBookPro ,i use these commands to load my kext. i am not in root, but i am using admin user i need to install the kext using admin user. Unable to install can any one give suggestions. sarah-640m:Release chengmerlin$ ls -l moschipUsbEthernet.kext/ total 0 drwxr-xr-x 5 chengmerlin staff 170 Oct 28 13:14 Contents sarah-640m:Release chengmerlin$ sudo kextload -v moschipUsbEthernet.kext/ Password: Requesting load of /Users/chengmerlin/Downloads/moschipUsbEthernet/ build/Release/moschipUsbEthernet.kext. /Users/chengmerlin/Downloads/moschipUsbEthernet/build/Release/ moschipUsbEthernet.kext failed to load - (libkern/kext) authentication failure (file ownership/permissions); check the system/kernel logs for errors or try kextutil(8). sarah-640m:Release chengmerlin$ sudo kextutil -b kextload moschipUsbEthernet.kext/ moschipUsbEthernet.kext has problems: Authentication Failures: File owner/permissions are incorrect (must be root:wheel, nonwritable by group/other): /Users/chengmerlin/Downloads/moschipUsbEthernet/build/ Release/moschipUsbEthernet.kext /Users/chengmerlin/Downloads/moschipUsbEthernet/build/ Release/moschipUsbEthernet.kext/Contents /Users/chengmerlin/Downloads/moschipUsbEthernet/build/ Release/moschipUsbEthernet.kext/Contents/Info.plist /Users/chengmerlin/Downloads/moschipUsbEthernet/build/ Release/moschipUsbEthernet.kext/Contents/MacOS /Users/chengmerlin/Downloads/moschipUsbEthernet/build/ Release/moschipUsbEthernet.kext/Contents/MacOS/moschipUsbEthernet /Users/chengmerlin/Downloads/moschipUsbEthernet/build/ Release/moschipUsbEthernet.kext/Contents/Resources /Users/chengmerlin/Downloads/moschipUsbEthernet/build/ Release/moschipUsbEthernet.kext/Contents/Resources/English.lproj /Users/chengmerlin/Downloads/moschipUsbEthernet/build/ Release/moschipUsbEthernet.kext/Contents/Resources/English.lproj/ InfoPlist.strings sarah-640m:Release chengmerlin$ sudo kextload -v moschipUsbEthernet.kext/Password: Requesting load of /Users/chengmerlin/Downloads/moschipUsbEthernet/ build/Release/moschipUsbEthernet.kext. /Users/chengmerlin/Downloads/moschipUsbEthernet/build/Release/ moschipUsbEthernet.kext failed to load - (libkern/kext) authentication failure (file ownership/permissions); check the system/kernel logs for errors or try kextutil(8). sarah-640m:Release chengmerlin$ It's probably documented somewhere that kernel extensions needs to be root:wheel 755/644 This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev