Advertisement
Guest User

lsmod |grep radeon and mount |grep debugfs output

a guest
Dec 11th, 2011
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. [dan@ArchLinux ~]$ lsmod |grep radeon
  2. radeon 994928 0
  3. ttm 54872 1 radeon
  4. drm_kms_helper 25721 2 radeon,i915
  5. drm 185736 6 radeon,ttm,i915,drm_kms_helper
  6. i2c_algo_bit 5199 2 radeon,i915
  7. i2c_core 20460 7 radeon,videodev,i915,drm_kms_helper,drm,i2c_algo_bit,i2c_i801
  8. [dan@ArchLinux ~]$ mount |grep debugfs
  9. debugfs on /sys/kernel/debug type debugfs (rw)
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement