Hi, I install kernel module named as ad7192 (adc driver) via modprobe. After running "modprobe ad7192", "lsmod" will give this output: root@beaglebone:/var# lsmod Module Size Used by ad7192 5700 0 ad_sigma_delta 5105 1 ad7192 g_multi 50407 2 libcomposite 15028 1 g_multi omap_rng 4062 0 mt7601Usta 458758 0
After that, I should run "mknode" command with major number in order to access the device from userspace. At this point I can not find "major device number" of ad7192 driver. How can I find the major number ? or How can I access this driver from userspace ? Thanks Mehmet -- 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.
