RE: XBian 1.0 Alpha 4 Bugthread - ilike1664 - 11th Jan, 2013 08:33 AM
I've just updated to 1.0a4 but I'm having problems with my lirc, I will submit my conf for the Samsung-BN59-00516A to avoid problems in the future but my current problem isn't down to the conf. If I try my remote after reboot I get nothing from irw, if I run
Code:
sudo modprobe lirc_rpi
then irw, I can see the inputs in terminal and the remote controls XBMC again.
How can I get it so my remote works on boot?
Thanks for any input
RE: XBian 1.0 Alpha 4 Bugthread - Pihkal - 11th Jan, 2013 08:36 AM
Lircd.conf and Lircmap.xml tend to get overwritten when updating Xbian.
Did you check them?
I suspect Lircmap.xml is reverted to default config,that's why irw shows the incomming commands but XBMC doesn't respond.
Or am i misunderstanding your issue?
RE: XBian 1.0 Alpha 4 Bugthread - CurlyMo - 11th Jan, 2013 08:41 AM
(11th Jan, 2013 08:33 AM)ilike1664 Wrote: I've just updated to 1.0a4 but I'm having problems with my lirc, I will submit my conf for the Samsung-BN59-00516A to avoid problems in the future but my current problem isn't down to the conf. If I try my remote after reboot I get nothing from irw, if I run
Code:
sudo modprobe lirc_rpi
then irw, I can see the inputs in terminal and the remote controls XBMC again.
How can I get it so my remote works on boot?
Thanks for any input
Code:
echo "lirc_rpi" >> /etc/modules
Can you post the output of 'dmesg', 'lsusb', and 'cat /proc/bus/input/devices'
(11th Jan, 2013 08:36 AM)Pihkal Wrote: Lircd.conf and Lircmap.xml tend to get overwritten when updating Xbian.
Did you check them?
I suspect Lircmap.xml is reverted to default config,that's why irw shows the incomming commands but XBMC doesn't respond.
Or am i misunderstanding your issue?
No, they don't
RE: XBian 1.0 Alpha 4 Bugthread - Pihkal - 11th Jan, 2013 08:46 AM
Lirc never works after i update,not until i restore Lircmap.xml,i always assumed it had something to do with updating.
Anyway,to get my lirc working on boot i've added sudo modprobe lirc_rpi to /etc/rc.local before the exit 0 string and this works.
RE: XBian 1.0 Alpha 4 Bugthread - CurlyMo - 11th Jan, 2013 08:55 AM
Did you ever share your config with us? We don't overwrite lircmap.xml
Also this fix will also work for you:
Code:
echo "lirc_rpi" >> /etc/modules
RE: XBian 1.0 Alpha 4 Bugthread - ilike1664 - 11th Jan, 2013 10:15 AM
For some reason sudo echo "lirc_rpi" >> /etc/modules gave me a permission denied. Not sure if it's relevant, anyways got the following as root.
dsmeg
Code:
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.6.11+ (root@xbian) (gcc version 4.7.3 20121001 (prerelease) (crosstool-NG 1.17.0) ) #10 PREEMPT Thu Jan 3 20:53:38 CET 2013
[ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] Machine: BCM2708
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 105472
[ 0.000000] free_area_init_node: node 0, pgdat c0565688, node_mem_map c060f000
[ 0.000000] Normal zone: 824 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 104648 pages, LIFO batch:31
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 104648
[ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1280 bcm2708_fb.fbheight=720 bcm2708.boardrev=0xf bcm2708.serial=0x7afa2f74 smsc95xx.macaddr=B8:27:EB:FA:2F:74 sdhci-bcm2708.emmc_clock_freq=100000000 vc_mem.mem_base=0x19c00000 vc_mem.mem_size=0x20000000 dwc_otg.fiq_fix_enable=1 sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] allocated 843776 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 412MB = 412MB total
[ 0.000000] Memory: 411112k/411112k available, 10776k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xda000000 - 0xff000000 ( 592 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd9c00000 ( 412 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc050daec (5143 kB)
[ 0.000000] .init : 0xc050e000 - 0xc052ee40 ( 132 kB)
[ 0.000000] .data : 0xc0530000 - 0xc05661a0 ( 217 kB)
[ 0.000000] .bss : 0xc05661c4 - 0xc060e8cc ( 674 kB)
[ 0.000000] NR_IRQS:330
[ 0.000000] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 4294967ms
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] console [tty1] enabled
[ 0.001064] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792)
[ 0.060140] pid_max: default: 32768 minimum: 301
[ 0.060473] Mount-cache hash table entries: 512
[ 0.061273] Initializing cgroup subsys cpuacct
[ 0.061334] Initializing cgroup subsys memory
[ 0.061413] Initializing cgroup subsys devices
[ 0.061450] Initializing cgroup subsys freezer
[ 0.061481] Initializing cgroup subsys blkio
[ 0.061590] CPU: Testing write buffer coherency: ok
[ 0.061950] hw perfevents: enabled with v6 PMU driver, 3 counters available
[ 0.062097] Setting up static identity map for 0x3ad718 - 0x3ad774
[ 0.063745] devtmpfs: initialized
[ 0.072578] NET: Registered protocol family 16
[ 0.077498] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[ 0.078703] bcm2708.uart_clock = 0
[ 0.080343] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[ 0.080403] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.080441] mailbox: Broadcom VideoCore Mailbox driver
[ 0.080539] bcm2708_vcio: mailbox at f200b880
[ 0.080642] bcm_power: Broadcom power driver
[ 0.080681] bcm_power_open() -> 0
[ 0.080708] bcm_power_request(0, 8)
[ 0.581400] bcm_mailbox_read -> 00000080, 0
[ 0.581444] bcm_power_request -> 0
[ 0.581472] Serial: AMBA PL011 UART driver
[ 0.581627] dev:f1: ttyAMA0 at MMIO 0x20201000 (irq = 83) is a PL011 rev3
[ 0.602121] bio: create slab <bio-0> at 0
[ 0.603069] SCSI subsystem initialized
[ 0.603330] usbcore: registered new interface driver usbfs
[ 0.603467] usbcore: registered new interface driver hub
[ 0.603772] usbcore: registered new device driver usb
[ 0.605172] Switching to clocksource stc
[ 0.605439] FS-Cache: Loaded
[ 0.605737] CacheFiles: Loaded
[ 0.618684] NET: Registered protocol family 2
[ 0.619556] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.620344] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.620792] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.620892] TCP: reno registered
[ 0.620940] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.621012] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.621405] NET: Registered protocol family 1
[ 0.622112] RPC: Registered named UNIX socket transport module.
[ 0.622174] RPC: Registered udp transport module.
[ 0.622206] RPC: Registered tcp transport module.
[ 0.622235] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.622933] bcm2708_dma: DMA manager at f2007000
[ 0.623067] bcm2708_gpio: bcm2708_gpio_probe c053de68
[ 0.623469] vc-mem: phys_addr:0x00000000 mem_base=0x19c00000 mem_size:0x20000000(512 MiB)
[ 0.624490] audit: initializing netlink socket (disabled)
[ 0.624594] type=2000 audit(0.600:1): initialized
[ 0.745220] VFS: Disk quotas dquot_6.5.2
[ 0.745440] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.745925] FS-Cache: Netfs 'nfs' registered for caching
[ 0.746374] NFS: Registering the id_resolver key type
[ 0.746502] Key type id_resolver registered
[ 0.746538] Key type id_legacy registered
[ 0.746937] msgmni has been set to 802
[ 0.749085] io scheduler noop registered
[ 0.749151] io scheduler deadline registered
[ 0.749207] io scheduler cfq registered (default)
[ 0.754500] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[ 0.754543] crc32: self tests passed, processed 225944 bytes in 2575000 nsec
[ 0.756672] crc32c: CRC_LE_BITS = 64
[ 0.756715] crc32c: self tests passed, processed 225944 bytes in 931000 nsec
[ 0.783842] Console: switching to colour frame buffer device 160x45
[ 0.806438] brd: module loaded
[ 0.811816] loop: module loaded
[ 0.812376] vcos: [1]: vchiq_init_state: slot_zero = 0xda004000, is_master = 0
[ 0.813117] vcos: [1]: vchiq_init_state: called
[ 0.813976] vcos: [1]: vchiq: initialised - version 2 (min 2), device 252.0
[ 0.814630] usbcore: registered new interface driver smsc95xx
[ 0.815020] usbcore: registered new interface driver cdc_ncm
[ 0.815221] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.020721] Core Release: 2.80a
[ 1.020860] Setting default values for core params
[ 1.025120] Finished setting default values for core params
[ 1.234645] Using Buffer DMA mode
[ 1.238943] Periodic Transfer Interrupt Enhancement - disabled
[ 1.243217] Multiprocessor Interrupt Enhancement - disabled
[ 1.247561] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 1.251827] Dedicated Tx FIFOs mode
[ 1.256370] dwc_otg: Microframe scheduler enabled
[ 1.256440] dwc_otg bcm2708_usb: DWC OTG Controller
[ 1.260854] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
[ 1.265452] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[ 1.269866] Init: Port Power? op_state=1
[ 1.274181] Init: Power Port (0)
[ 1.278666] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.282992] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.287389] usb usb1: Product: DWC OTG Controller
[ 1.291638] usb usb1: Manufacturer: Linux 3.6.11+ dwc_otg_hcd
[ 1.296006] usb usb1: SerialNumber: bcm2708_usb
[ 1.301158] hub 1-0:1.0: USB hub found
[ 1.305486] hub 1-0:1.0: 1 port detected
[ 1.310065] dwc_otg: FIQ enabled
[ 1.310087] dwc_otg: NAK holdoff enabled
[ 1.310110] Module dwc_common_port init
[ 1.310385] Initializing USB Mass Storage driver...
[ 1.314824] usbcore: registered new interface driver usb-storage
[ 1.319225] USB Mass Storage support registered.
[ 1.323726] usbcore: registered new interface driver libusual
[ 1.328536] mousedev: PS/2 mouse device common for all mice
[ 1.333663] bcm2835-cpufreq: min=700000 max=900000 cur=700000
[ 1.333941] bcm2835-cpufreq: switching to governor performancebcm2835-cpufreq: switching to governor performance
[ 1.339377] cpuidle: using governor ladder
[ 1.346923] cpuidle: using governor menu
[ 1.350797] sdhci: Secure Digital Host Controller Interface driver
[ 1.354553] sdhci: Copyright(c) Pierre Ossman
[ 1.358571] sdhci: Enable low-latency mode
[ 1.362531] Registered led device: mmc0::
[ 1.405529] mmc0: SDHCI controller on BCM2708_Arasan [platform] using platform's DMA
[ 1.409395] mmc0: BCM2708 SDHC host at 0x20300000 DMA 2 IRQ 77
[ 1.413269] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.419819] usbcore: registered new interface driver usbhid
[ 1.426822] usbhid: USB HID core driver
[ 1.435836] TCP: cubic registered
[ 1.441770] Initializing XFRM netlink socket
[ 1.447850] NET: Registered protocol family 17
[ 1.453999] Key type dns_resolver registered
[ 1.459371] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
[ 1.466439] registered taskstats version 1
[ 1.470718] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 1.475118] Waiting for root device /dev/mmcblk0p2...
[ 1.505388] Indeed it is in host mode hprt0 = 00021501
[ 1.517526] mmc0: could read SD Status register (SSR) at the 3th attempt
[ 1.530479] mmc0: new high speed SDHC card at address e624
[ 1.545584] mmcblk0: mmc0:e624 SU08G 7.40 GiB
[ 1.551113] mmcblk0: p1 p2
[ 1.600428] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 1.604446] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 1.611393] devtmpfs: mounted
[ 1.616271] Freeing init memory: 128K
[ 1.705358] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.709555] Indeed it is in host mode hprt0 = 00001101
[ 1.915936] usb 1-1: New USB device found, idVendor=0424, idProduct=9512
[ 1.920043] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.924949] hub 1-1:1.0: USB hub found
[ 1.929310] hub 1-1:1.0: 3 ports detected
[ 2.205522] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 2.326168] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 2.330322] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.337946] smsc95xx v1.0.4
[ 2.399931] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:fa:2f:74
[ 2.485549] usb 1-1.2: new low-speed USB device number 4 using dwc_otg
[ 2.599543] usb 1-1.2: New USB device found, idVendor=093a, idProduct=2510
[ 2.603787] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.615392] usb 1-1.2: Product: USB OPTICAL MOUSE
[ 2.619647] usb 1-1.2: Manufacturer: PIXART
[ 2.640110] input: PIXART USB OPTICAL MOUSE as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
[ 2.655741] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-bcm2708_usb-1.2/input0
[ 2.755575] usb 1-1.3: new high-speed USB device number 5 using dwc_otg
[ 2.866474] usb 1-1.3: New USB device found, idVendor=0781, idProduct=5572
[ 2.870982] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.881975] usb 1-1.3: Product: Firebird USB Flash Drive
[ 2.892227] usb 1-1.3: Manufacturer: SanDisk
[ 2.902540] usb 1-1.3: SerialNumber: 4C532000011203111394
[ 2.910568] scsi0 : usb-storage 1-1.3:1.0
[ 2.944964] udevd[144]: starting version 175
[ 3.916588] scsi 0:0:0:0: Direct-Access SanDisk Cruzer Switch 1.26 PQ: 0 ANSI: 5
[ 3.922891] sd 0:0:0:0: [sda] 31266816 512-byte logical blocks: (16.0 GB/14.9 GiB)
[ 3.931505] sd 0:0:0:0: [sda] Write Protect is off
[ 3.944594] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 3.945648] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 3.963173] sda: sda1
[ 3.976634] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 6.290318] fuse init (API version 7.20)
[ 8.164319] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 8.671442] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 9.216479] bcm2835 ALSA card created!
[ 9.227769] bcm2835 ALSA chip created!
[ 9.237900] bcm2835 ALSA chip created!
[ 9.247296] bcm2835 ALSA chip created!
[ 9.255518] bcm2835 ALSA chip created!
[ 9.266034] bcm2835 ALSA chip created!
[ 9.275168] bcm2835 ALSA chip created!
[ 9.283740] bcm2835 ALSA chip created!
[ 15.931918] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 16.662690] smsc95xx 1-1.1:1.0: eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
[ 20.866667] CIFS: no cache= option specified, using "cache=loose". This default will change to "cache=strict" in 3.7.
[ 20.965404] CIFS VFS: default security mechanism requested. The default security mechanism will be upgraded from ntlm to ntlmv2 in kernel release 3.3
[ 35.071125] tun: Universal TUN/TAP device driver, 1.6
[ 35.071153] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 99.589762] lirc_dev: IR Remote Control driver registered, major 250
[ 99.605069] lirc_rpi: module is from the staging directory, the quality is unknown, you have been warned.
[ 99.609024] lirc_rpi lirc_rpi.0: lirc_dev: driver lirc_rpi registered at minor = 0
[ 99.609046] lirc_rpi: driver registered!
[ 100.568711] lirc_rpi: auto-detected active low receiver on GPIO pin 18
lsusb
Code:
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 001 Device 005: ID 0781:5572 SanDisk Corp.
cat /proc/bus/input/devices
Code:
I: Bus=0003 Vendor=093a Product=2510 Version=0111
N: Name="PIXART USB OPTICAL MOUSE"
P: Phys=usb-bcm2708_usb-1.2/input0
S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
U: Uniq=
H: Handlers=mouse0 event0
B: PROP=0
B: EV=17
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=103
B: MSC=10
for the record my lircd.conf did get overwritten with a file that contained 4 include statements pointing to the remotes folder, I checked this aginst the GitHub code and it matches the lircd.conf on there too.
lircd.conf
Code:
include "/etc/lirc/remotes/devinput.conf"
include "/etc/lirc/remotes/xbox.conf"
include "/etc/lirc/remotes/smt1000t.conf"
include "/etc/lirc/remotes/srm7500.conf"
I have overwritten this with my lircd.conf, I initially tried to rename my conf file and move it to the remotes folder but that didn't work, although that was before I found the 'sudo modprobe lirc_rpi' trick.
RE: XBian 1.0 Alpha 4 Bugthread - CurlyMo - 11th Jan, 2013 10:30 AM
Then do:
Code:
sudo su
echo "lirc_rpi" >> /etc/modules
Also, does remote fully work after adding lirc_rpi?
RE: XBian 1.0 Alpha 4 Bugthread - ilike1664 - 11th Jan, 2013 05:35 PM
Code:
sudo su
echo "lirc_rpi" >> /etc/modules
Returns no ouput
The remote does appear to be fully working once lirc_rpi is run
RE: XBian 1.0 Alpha 4 Bugthread - CurlyMo - 11th Jan, 2013 07:51 PM
Did you also make a custom lirc map that you can share with us, or did it just work after loading the module.
RE: XBian 1.0 Alpha 4 Bugthread - Pihkal - 11th Jan, 2013 08:22 PM
@CurlyMo: It doesn't get overwritten,it gets renamed to Lircd.conf.xbian and a new default lircd.conf takes it's place,this happens when updating using xbian-config.
I did report it earlier on in this thread.
Since ilike1664 experiences the same problem there must be some truth in my statement.
I'm using a custom lircd.conf file,i can't share it now cause i'm at work and don't have access to my pi.
@ilike1664: just put the modeprobe command in rc.local so it runs at boot,that's how i "fixed" it.
It's probably not the best fix but it works.
RE: XBian 1.0 Alpha 4 Bugthread - CurlyMo - 11th Jan, 2013 08:39 PM
I have included a modular lirc solution that will allow custom lirc maps. Just add your lircmap to:
'/etc/lirc/remotes/[name].conf'
and include that map by adding:
Code:
include "/etc/lirc/remotes/devinput.conf"
include "/etc/lirc/remotes/xbox.conf"
include "/etc/lirc/remotes/smt1000t.conf"
include "/etc/lirc/remotes/srm7500.conf"
include "/etc/lirc/remotes/[name].conf"
This way it will never get overwriten. For custom hardware.conf files, edit '/etc/lirc/hardware/custom.conf'.
In any of these cases, share the files with us so remote support will be default in next versions.
RE: XBian 1.0 Alpha 4 Bugthread - Pihkal - 11th Jan, 2013 09:04 PM
Thanks will try it out.
As for my config,it won't be usefull to many people since i'm using an old vcr-remote at the moment.
I'm planning on using a spare Telenet hd-digicorder remote in the near future but this config will also only be usefull for the Belgian Xbian users since it is a proprietary remote only used by Telenet.
RE: XBian 1.0 Alpha 4 Bugthread - ilike1664 - 12th Jan, 2013 12:27 AM
I have attached the lircmap.xml for the Samsung-BN59-00516A STB mode on the remote.
I'll be adopting the modular approach once I have things working again.
RE: XBian 1.0 Alpha 4 Bugthread - CurlyMo - 12th Jan, 2013 02:56 AM
Do you also have the lircd.conf for me?
RE: XBian 1.0 Alpha 4 Bugthread - ilike1664 - 12th Jan, 2013 05:51 AM
Here you go Lircd.conf. It still needs some refining but it's a solid base.
|