|
From: hari j. <ha...@gm...> - 2009-12-08 12:39:52
|
Hi
I am trying to get lirc irblaster to send signals using an irblaster I
bought online .
Since I had a new remote I first used a irreceiver to record signals and
created a lircd.conf
I then connected the irblaster. When I send a signal to the port. I get a
connection refused.
The messages and my lircd.conf are given below
I am quite confused , as my dmesg says it detected a receiver even though
its the transmitter that is plugged in.
Also I am assuming my /etc/init.d/lirc starts everything and loads
lirc_serial
I am running 64 bit ubuntu and lirc 0.8.3
I am attaching various outputs below
I dont know what I am doing , but I am hoping someone can point me in the
right direction
hari
#########
/dev
###########
The permissions on my node are
~$ ls -al /dev/lirc*
crw-rw-rw- 1 root root 61, 0 2009-12-08 07:03 /dev/lirc0
##########
error messages
###########
$ irsend -d /dev/lirc0 SEND_ONCE THOMSON_DCI1011COM 1
irsend: could not connect to socket
irsend: Permission denied
$ sudo irsend -d /dev/lirc0 SEND_ONCE THOMSON_DCI1011COM 1
irsend: could not connect to socket
irsend: Connection refused
############################
dmesg
after I load the modprobe lirc_serial
##############################
239.368233] lirc_dev: IR Remote Control driver registered, major 61
[ 239.368608] lirc_serial: no version for "lirc_unregister_plugin" found:
kernel tainted.
[ 239.867259] lirc_serial: auto-detected active low receiver
[ 239.867263] lirc_dev: lirc_register_plugin: sample_rate: 0
############
My /etc/ lircd.conf
############
more /etc/lircd.conf
# Please make this file available to others
# by sending it to <li...@ba...>
#
# this config file was automatically generated
# using lirc-0.8.3pre1(default) on Mon Dec 7 23:17:40 2009
#
# contributed by
#
# brand: THOMSON_DCI1011COM
# model no. of remote control:
# devices being controlled by this remote:
#
begin remote
name THOMSON_DCI1011COM
flags RAW_CODES|CONST_LENGTH
eps 30
aeps 100
ptrail 0
repeat 0 0
gap 119285
begin raw_codes
name 1
388 714 327 1600 328 635
310 2727 308 1207 296 1219
300 1078 267 2629 267 12900
270 830 268 2631 267 695
268 695 267 697 264 833
268 694 269 693 265
name 2
381 718 348 1581 329 634
322 2713 326 1191 297 1219
299 1076 297 2600 297 12873
298 801 304 2454 297 666
293 671 299 663 293 947
290 671 298 662 263
name 3
381 716 352 1578 326 637
333 2702 331 1185 295 1219
299 1078 294 2604 297 12872
298 802 303 2320 299 661
295 668 301 662 292 1085
301 663 294 665 293
name 4
384 718 360 1568 326 637
329 2708 302 1213 301 1215
297 1079 304 2592 294 12877
304 794 294 2190 294 668
302 659 295 668 268 1248
264 698 285 677 263
name 5
377 723 351 1579 332 631
323 2712 298 1218 326 1190
300 1075 299 2599 301 12869
302 796 297 2048 297 665
296 667 298 665 293 1361
290 674 296 662 292
name 6
378 722 353 1577 330 630
324 2712 323 1195 323 1191
331 1046 322 2576 326 12843
324 776 298 1908 322 640
291 671 300 663 292 1500
301 661 296 664 295
name 7
385 711 379 1551 374 589
356 2682 358 1156 352 1164
354 1023 349 2547 351 12818
347 752 351 1716 327 639
317 643 349 615 319 1611
322 641 320 638 322
name 8
387 713 355 1575 326 636
333 2703 306 1210 295 1219
302 1075 295 2601 299 12871
299 802 301 1629 292 668
300 663 295 668 301 1769
264 697 296 666 282
name 9
381 718 361 1568 324 639
331 2706 327 1187 322 1193
299 1080 301 2595 292 12878
294 804 294 1499 303 660
294 669 296 665 296 1911
294 669 289 672 296
name 0
398 701 376 1555 353 607
346 2691 349 1165 347 1170
346 1030 329 2567 320 12851
325 775 344 2691 324 637
324 640 320 641 324 639
318 645 324 639 315
name INFO
432 664 379 1549 376 587
378 2657 376 1140 376 1141
373 1002 382 2513 376 12798
404 693 380 1550 374 589
378 583 384 856 380 1412
376 587 381 578 374
name POWER
385 714 363 1568 326 636
331 2707 328 1185 324 1193
298 1079 304 2592 293 12879
298 801 292 670 299 665
293 668 301 663 292 2742
294 670 299 662 292
end raw_codes
end remote
#################
lsmod
##################
~$ lsmod | grep lirc
lirc_serial 17704 0
lirc_dev 18376 1 lirc_serial
|