On Fri, Dec 4, 2015 at 2:27 PM, William Hermans <[email protected]> wrote:
> Ok . . . So here is the deal. > > $ lsmod > Module Size Used by > bnep 13297 2 > > rfcomm 52320 0 > bluetooth 394459 10 bnep,rfcomm > connman in jessie does these two.. > usb_f_ecm 9505 1 > g_ether 4794 0 > usb_f_rndis 22459 2 g_ether > u_ether 11057 3 usb_f_ecm,usb_f_rndis,g_ether > libcomposite 43376 3 usb_f_ecm,usb_f_rndis,g_ether > These get modprobe'd from /opt/scripts/boot/am335x_evm.sh > nfsd 220016 2 > evdev 7956 0 > tda998x 11683 1 > omap_aes 13033 0 > omap_sham 19152 0 > tilcdc 27869 0 > omap_rng 4346 0 > rng_core 7233 1 omap_rng > drm_kms_helper 106705 3 tda998x,tilcdc > uio_pdrv_genirq 3313 0 > uio 8350 1 uio_pdrv_genirq > leds_gpio 3102 0 > > That's a bit ridiculous especially considering I only use a few of those > modules. nfsd obviously I use, but what has been on my nerves lately are > all these gadget drivers I never use. Or even if I were to use them I would > prefer to load them, or even just g_ether / g_serial as I need them. uio > related modules do not bother me as I use those often enough, and leds_gpio > . . . well I can take it or leave it. The rest, as far as I'm concerned > need to go. The bluetooth modules, I would probably need to remove the > bluetooth package to get rid of these, or fake install . . . > Regards, -- Robert Nelson https://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.
