Advertisement
Guest User

raspi-cfg02

a guest
Nov 29th, 2013
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. =======================
  2. root@model1:~> uname -a
  3. Linux model1 3.10.19+ #600 PREEMPT Sat Nov 16 20:34:43 GMT 2013 armv6l GNU/Linux
  4.  
  5. ================================
  6. root@model1:~> cat /proc/modules
  7. evdev 9325 1 - Live 0xbf144000
  8. uinput 6574 1 - Live 0xbf13f000
  9. lirc_rpi 7238 3 - Live 0xbf139000 (C)
  10. lirc_dev 10115 1 lirc_rpi, Live 0xbf132000
  11. cuse 4921 0 - Live 0xbf12d000
  12. fuse 76145 2 cuse, Live 0xbf111000
  13. snd_bcm2835 16165 0 - Live 0xbf109000
  14. snd_pcm 81593 1 snd_bcm2835, Live 0xbf0eb000
  15. snd_page_alloc 5156 1 snd_pcm, Live 0xbf0e6000
  16. snd_seq 53769 0 - Live 0xbf0d1000
  17. snd_seq_device 6473 1 snd_seq, Live 0xbf0cb000
  18. snd_timer 20133 2 snd_pcm,snd_seq, Live 0xbf0c1000
  19. snd 58895 5 snd_bcm2835,snd_pcm,snd_seq,snd_seq_device,snd_timer, Live 0xbf0a9000
  20. 8192cu 550816 0 - Live 0xbf008000
  21. leds_gpio 2059 0 - Live 0xbf004000
  22. led_class 3688 1 leds_gpio, Live 0xbf000000
  23.  
  24. ===============================
  25. root@model1:~> modinfo lirc_rpi
  26. filename: /lib/modules/3.10.19+/kernel/drivers/staging/media/lirc/lirc_rpi.ko
  27. license: GPL
  28. author: Michael Bishop <cleverca22@gmail.com>
  29. author: Aron Robert Szabo <aron@reon.hu>
  30. description: Infra-red receiver and blaster driver for Raspberry Pi GPIO.
  31. srcversion: 0BD465F613414859C8673DC
  32. depends: lirc_dev
  33. staging: Y
  34. intree: Y
  35. vermagic: 3.10.19+ preempt mod_unload modversions ARMv6
  36. parm: gpio_out_pin:GPIO output/transmitter pin number of the BCM processor. Valid pin numbers are: 0, 1, 4, 8, 7, 9, 10, 11, 14, 15, 17, 18, 21, 22, 23, 24, 25, default 17 (int)
  37. parm: gpio_in_pin:GPIO input pin number of the BCM processor. Valid pin numbers are: 0, 1, 4, 8, 7, 9, 10, 11, 14, 15, 17, 18, 21, 22, 23, 24, 25, default 18 (int)
  38. parm: sense:Override autodetection of IR receiver circuit (0 = active high, 1 = active low ) (int)
  39. parm: softcarrier:Software carrier (0 = off, 1 = on, default on) (bool)
  40. parm: invert:Invert output (0 = off, 1 = on, default off (bool)
  41. parm: debug:Enable debugging messages (bool)
  42.  
  43. ====================================
  44. root@model1:~> cat /boot/cmdline.txt
  45. dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
  46.  
  47. ====================================
  48. the new irrecord-created lircd.conf:
  49.  
  50. begin remote
  51.  
  52. name OptSwitch
  53. bits 16
  54. flags SPACE_ENC|CONST_LENGTH
  55. eps 30
  56. aeps 100
  57.  
  58. header 9027 4452
  59. one 604 1642
  60. zero 604 519
  61. ptrail 600 repeat 9030 2209
  62. pre_data_bits 16 pre_data 0x61D6
  63. gap 107848 toggle_bit_mask 0x0
  64.  
  65. begin codes
  66. power 0x7887
  67. 1 0x40BF
  68. 2 0x609F
  69. 3 0x10EF
  70. 4 0x20DF
  71. end codes
  72.  
  73. end remote
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement