Advertisement
Guest User

driversList

a guest
Oct 5th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.78 KB | None | 0 0
  1. root@android:/ # ls /sys/module                                                
  2. 8250
  3. alarm
  4. alarm_dev
  5. asix
  6. bfusb
  7. binder
  8. block
  9. bluetooth
  10. bma250
  11. bnep
  12. bpa10x
  13. brd
  14. btusb
  15. cachefiles
  16. camera
  17. cedarx
  18. cfg80211
  19. cifs
  20. configfs
  21. dhd
  22. earlysuspend
  23. ehci_hcd
  24. fscache
  25. ft5x_ts
  26. fuse
  27. g_android
  28. gc0308
  29. gc2035
  30. hci_uart
  31. hid
  32. hid_apple
  33. hidp
  34. inet_ctp
  35. input_polldev
  36. ipv6
  37. kernel
  38. keyboard
  39. l2tp_core
  40. l2tp_eth
  41. l2tp_ip
  42. l2tp_netlink
  43. l2tp_ppp
  44. lirc_dev
  45. lockd
  46. loop
  47. lowmemorykiller
  48. mali
  49. mc32x0
  50. mcs7830
  51. mma7660
  52. mmc_core
  53. mmcblk
  54. mousedev
  55. mxc622x
  56. nand
  57. nf_conntrack
  58. nf_conntrack_ipv4
  59. nf_conntrack_netbios_ns
  60. nfs
  61. ntfs
  62. option
  63. ppp_generic
  64. ppp_mppe
  65. printk
  66. psmouse
  67. qf9700
  68. rc_core
  69. rfcomm
  70. rfkill
  71. rtl8150
  72. scsi_mod
  73. snd
  74. snd_pcm
  75. snd_timer
  76. spurious
  77. sr_mod
  78. sun4i_csi0
  79. sun4i_wemac
  80. sunrpc
  81. sw_usb_udc
  82. tcp_cubic
  83. uinput
  84. ump
  85. ums_realtek
  86. usb_storage
  87. usb_wwan
  88. usbcore
  89. usbhid
  90. usbserial
  91. userwakelock
  92. videobuf_core
  93. videobuf_dma_contig
  94. vt
  95. wakelock
  96. xt_qtaguid
  97. xt_quota2
  98. xz_dec
  99.  
  100. root@android:/ # lsmod
  101. dhd 211123 0 - Live 0xbf1c5000
  102. rtl8150 8910 0 - Live 0xbf1be000
  103. mcs7830 6557 0 - Live 0xbf1b8000
  104. qf9700 8513 0 - Live 0xbf1b1000
  105. asix 22500 0 - Live 0xbf1a6000
  106. sun4i_csi0 29506 0 - Live 0xbf19a000
  107. gc0308 14048 1 - Live 0xbf192000
  108. gc2035 16036 1 - Live 0xbf18a000
  109. camera 39447 1 sun4i_csi0, Live 0xbf17b000
  110. videobuf_dma_contig 5659 1 sun4i_csi0, Live 0xbf176000
  111. videobuf_core 18067 2 sun4i_csi0,videobuf_dma_contig, Live 0xbf16c000
  112. mma7660 6269 0 - Live 0xbf166000
  113. mxc622x 5284 0 - Live 0xbf161000
  114. bma250 7181 0 - Live 0xbf15b000
  115. mc32x0 13430 0 - Live 0xbf153000
  116. cedarx 11815 0 - Live 0xbf14c000
  117. mali 106438 10 - Live 0xbf125000
  118. ump 30814 11 mali, Live 0xbf117000
  119. ft5x_ts 47443 0 - Live 0xbf030000
  120. inet_ctp 2093 1 ft5x_ts, Live 0xbf02c000
  121. nand 127253 8 - Live 0xbf000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement