On Mon, Feb 2, 2015 at 7:21 AM, Alexander Holler <[email protected]> wrote:
>
>>> Nothing shows up on the USB bus, so prime suspect would be an updated
>>> kext,
>>> I will be able to compare the version number from 10.10 & 10.9 later
>>> today.
>>
>>
>> With 10.10, Apple requires "signed" kext's.. So depending on the 10.9
>> kext, you might have to enable "kext-dev-mode=1" in your apple
>> bootargs.
>
>
> Is that kext necessary for the cdc-driver (or usb-storage) too? I've read
> the cdc-driver is part of the system, so it should be already signed.

It should only affect the usb-ethernet (RNDIS).

usb-storage & cdc-serial are built-in..

https://www.kernel.org/doc/Documentation/usb/gadget_multi.txt

A CDC ECM (Ethernet) function may be turned on via a Kconfig option
and RNDIS can be turned off.  If they are both enabled the gadget will
have two configurations -- one with RNDIS and another with CDC ECM[3].

In 3.8:

CONFIG_USB_G_MULTI=m
CONFIG_USB_G_MULTI_RNDIS=y
# CONFIG_USB_G_MULTI_CDC is not set

in 3.14.x:

CONFIG_USB_G_MULTI=m
CONFIG_USB_G_MULTI_RNDIS=y
CONFIG_USB_G_MULTI_CDC=y

Wish i wasn't going on vacation in 24 hours...  Anyone want to rebuild
v3.8.x and with CONFIG_USB_G_MULTI_CDC and see if they can just get
10.10 (i still need to upgrade my hackintosh) working with just
cdc-ether?

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to