Advertisement
Guest User

Mageia /etc/sysconfig/lircd

a guest
Jul 13th, 2011
1,962
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.84 KB | None | 0 0
  1. # Customized settings for lirc daemon
  2.  
  3. # The hardware driver to use, run lircd --driver=? for a list
  4.  
  5. DRIVER="devinput"
  6.  
  7. # Hardware driver module to load
  8. HWMOD="lirc_dev nuvoton_cir"
  9.  
  10. # The device node that communicates with the IR device.
  11. # if you are using lirc_serial, set DEVICE to /dev/ttyS[0-9]
  12. # where 0-9 is the serial port your IR receiver is plugged
  13.  
  14. # with devfs enabled
  15. #DEVICE=/dev/lirc0
  16. DEVICE=/dev/input/event2
  17. #DEVICE=/dev/lirc/serial
  18.  
  19. # without devfs
  20. #DEVICE=/dev/lirc
  21.  
  22. # Serial port for the receiver (for serial driver)
  23. # COM1 (/dev/ttyS0)
  24. #COM_PORT=/dev/ttyS0
  25. #DRIVER_OPTS="irq=4 io=0x3f8"
  26.  
  27. # COM2 (/dev/ttyS1)
  28. #COM_PORT=/dev/ttyS1
  29. #DRIVER_OPTS="irq=3 io=0x2f8"
  30.  
  31. # COM3 (/dev/ttyS2)
  32. #COM_PORT=/dev/ttyS2
  33. #DRIVER_OPTS="irq=4 io=0x3e8
  34.  
  35. # COM4 (/dev/ttyS3)
  36. #COM_PORT=/dev/ttyS3
  37. #DRIVER_OPTS="irq=3 io=0x2e8"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement