On Wed, Oct 2, 2013 at 5:24 AM, <[email protected]> wrote: >> I'm also having problems starting adbd with kernel 3.8 and I think I found >> the problem. I tried to load the kernel module using this command: > > insmod /system/lib/modules/3.8.13-bone28/kernel/drivers/usb/gadget/g_ffs.ko > idVendor=0x18d1 idProduct=0x4e26 iSerialNumber=0123456789ABCDEF > functions=adb > > The command generates the following errors: > > [ 943.915225] g_ffs: Unknown symbol usb_string_ids_n (err 0)
Android doesn't load dependent modules for you, check g_ffs description for what those are and preload them. And really, why build as a module? Build this into the kernel. -- 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/groups/opt_out.
