Re: Re: further help on debugging a hang
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cNwRVqoR0gzTkgisY0Cv/G2q/dXL2pbLt1hzEop5XjWU3XAVrGrtwg03rIq0aKbdSJjjsL8htIPDk3YH4Hj10GILG3+9BxnGTXhzLJS4g+1DE4oUXYPMnRu3rgJzDu7X/OGKojoX/JrhVYt5Dbq+NfI1p+oBEoskR9f9WjlvbP4= minor correction which I noticed as soon as I sent the first email: -a com.apple.iokit.IOSCSIFamily@0x234567 \ -a com.acard.driver.ACard68xxM@0xADDR_FROM_SHOWALLKMODS \ -s ~/Desktop/gg -- /path/to/ACard68xxM_driver.kext every "-a" argument is of the form drivername@address "-s" defines the directory to store the symbol files The path to the driver is typically /System/Library/Extensions/ACard68xMM.kext that would replace "/path/to/ACard68xxM_driver.kext" Again, good luck _______________________________________________ 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... On 12/12/06, Brian Bechtel <brian.bechtel@gmail.com> wrote: kextload -a com.apple.iokit.IOPCIFamily@0x123456 \ This email sent to site_archiver@lists.apple.com
participants (1)
-
Brian Bechtel