Advertisement
Guest User

/etc/sysconfig/lirc

a guest
Dec 4th, 2011
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. # cat /etc/sysconfig/lirc
  2. ## Path: Hardware/Lirc
  3. ## Description: lirc (infrared remote control) configuration
  4. ## Type: string
  5. ## Default: "660"
  6. ## ServiceRestart: lirc
  7. #
  8. # permissions for /dev/lircd
  9. #
  10. LIRCD_DEV_PERMISSIONS="666"
  11.  
  12. ## Type: string
  13. ## Default: "root:video"
  14. #
  15. # owner and group for /dev/lircd
  16. #
  17. LIRCD_DEV_OWNER="root:video"
  18.  
  19. ## Type: string
  20. ## Default: ""
  21. #
  22. # use given driver
  23. #
  24.  
  25. LIRCD_DRIVER="devinput"
  26.  
  27.  
  28. ## Type: string
  29. ## Default: ""
  30. #
  31. # read from given device
  32. #
  33. LIRCD_DEVICE="/dev/input/by-id/usb-SMK_CORPORATION_MCE_TRANCEIVR_Emulator_Device_2006_PA100707131807G-event-if00"
  34.  
  35.  
  36. ## Type: string(lirc_bt829,lirc_gpio,lirc_i2c,lirc_it87,lirc_parallel,lirc_sir,ir-kbd-i2c,ir-kbd-gpio)
  37. ## Default: ""
  38. #
  39. # load given lirc driver module
  40. #
  41. LIRC_MODULE="mceusb"
  42.  
  43. ## Type: string
  44. ## Default: ""
  45. #
  46. # listen for network connections on specified port.
  47. # WARNING: don't use this on a machine with an internet
  48. # connection as lircd is running as root!
  49. #
  50. LIRCD_LISTENPORT=
  51.  
  52. ## Type: string
  53. ## Default: ""
  54. #
  55. # connect lircd to specified host
  56. #
  57. LIRCD_CONNECT=
  58.  
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement