Jump to content

bbenn

Members
  • Posts

    25
  • Joined

  • Last visited

bbenn's Achievements

New Here

New Here (1/7)

0

Reputation

  1. Hi Thanks for the reply. I don't have /usr/share/docs/python-lirc-VERSION/README.txt I have /usr/lib/python2.4/site-packages/pylircmodule.so "pyLirc is a module for Python that interacts with lirc to give Python programs the ability to receive commands from remote controls." Any help is much apreciated Ben
  2. Hi, I downloaded python-lirc-0.0.4-2mdk.i586.rpm URPMI and installed using MCC. I'd like to know the command to run this program ? /usr/bin/ something??? Any info is much appreciated. Ben
  3. Thanks guys below bit worked. Most of my problems sloved. #!/bin/bash # JMD: add icewm-desktop so that icewm can be integrated with rox, dfm, # or another program that adds icons to the desktop idesk & if [ -e /usr/X11R6/bin/icewm-desktop ];then /usr/X11R6/bin/icewm-desktop else /usr/X11R6/bin/icewm-session fi
  4. Thank you very much. I'll try this soon as I get home. Ben
  5. Thanks guys, it did worked. If I can ask another Q How do I get idesk to start after xwindows started (startx) ? I put "idesk " in xinitrc but it made the system went crazy i added "idesk" to the end od local.rc and it didn't do anything where is the best palce for this? Thanks Ben
  6. Hi, In my MDK+Icewm I have 2 users. Root User1 I'd like to get the Apps idesk & ivman avaialble only i f I log on as user1. I don't want these two apps available in system wide. Anybody knows how to do this please? Ben
  7. Done . Hers is the bug report number 19639 Ben
  8. Yes, i have user:ivman ,group:plugdev hal-0.5.4-2mdk(cooker) is the letest available for MDK. Could it even be the pmount? Ben
  9. Hi, 2006 RC has ivman included but not working properly. I got the letest possible versions installed. ivman-0.6.4-2mdk hal-0.5.4-2mdk dbus-0.50-1mdk pmount-0.9.6-2mdk Below is the error I get: ============================================================================== Nov 4 06:10:57 localhost ivman: New Device: /org/freedesktop/Hal/devices/volume_label_BLACK_KNIGHT Nov 4 06:10:57 localhost ivman: /org/freedesktop/Hal/devices/volume_label_BLACK_KNIGHT is /dev/hdb Nov 4 06:10:57 localhost ivman: /dev/hdb appears to be mountable Nov 4 06:10:57 localhost ivman: Waiting for user mode Ivmans to mount... Nov 4 06:11:02 localhost ivman: Attempting to mount /dev/hdb Nov 4 06:11:02 localhost ivman: Refusing to mount /org/freedesktop/Hal/devices/volume_label_BLACK_KNIGHT because I am a system-wide instance of Ivman but pmount does not accept -u <umask>, so if I mounted, it would be accessible from the ivman account only. Upgrade pmount or start an instance of Ivman as the user you wish devices to be accessible from. =========================================================================== Ben
  10. Is any of 2006Rc users here got ivman+pmount working. When trying to install pmount-0.9.6-2mdk.i586 from the cooker I get pmount-0.9.6-2mdk.i586 (due to unsatisfied libhal-storage.so.1)¨ I installed hal-0.4.8-14mdk & libhal0-devel-0.4.814mdk as well.
  11. I can do a bit more testing with std kernel if you out line the testing. Ben
  12. Lircmd problem solved ================== Data you need from lircd.conf file 1) Name of the Remote 2) Name of the button to use lircmd.conf File format should be as below: MOVE_ N myremote up Example: MOVE_N Panasonic up MOVE_S Panasonic down ........ Happy days Thanks aRTee I owe you a slab! Happy Ben P.S. sorry i can't PM your inbox is full
  13. Latest Update ==================== I followed the advice and installed mm kernel and Lirc worked straight away. No changes were neccessary to anything else. Many thanks Now I am back to my original problem : How to get Lirc Mouse working (My aim is to get Lirc mouse pointer moving on the desktop just like using a normal mouse) My lircmd.conf file is incorrect. I hand typed this file. could you please help. /var/log ========== Nov 2 04:10:52 localhost lircmd: invalid line 13 in config file ignored Nov 2 04:10:52 localhost lircmd: invalid line 14 in config file ignored Nov 2 04:10:52 localhost lircmd: invalid line 16 in config file ignored Nov 2 04:10:52 localhost lircmd: invalid line 17 in config file ignored Nov 2 04:10:52 localhost lircmd: invalid line 19 in config file ignored Nov 2 04:10:52 localhost lircmd: invalid line 20 in config file ignored Nov 2 04:10:52 localhost lircmd: invalid line 22 in config file ignored .........this continues My lircd.conf & lircmd.conf files are attached. Any suggessions much appreciated. Thanks :D Ben lircd_conf.txt lircmd_conf.txt
  14. Hi, Thanks for the suggessions. Here's what I did; Test1 ===== Checked serial dongle with Winlirc and made c lircd.conf file - dongle works fine Test2 ===== [root@localhost ~]# service lircd stop Stopping Linux Infrared Remote Control daemon: [ OK ] [root@localhost ~]# irrecord /dev/lirc/0 irrecord: could not open file /dev/lirc/0 irrecord: No such file or directory ******************************************************************************** ****************************** Starting Linux Infrared Remote Control daemon: [ OK ] [root@localhost dev]# irrecord /dev/lirc/0 <*****Button Press Here no OUtput*****> [root@localhost dev]# [root@localhost dev]# [root@localhost dev]# [root@localhost dev]# [root@localhost dev]# ******************************************************************************** ****************************** [root@localhost ~]# ps -ef|grep lirc root 2867 1 0 02:06 ? 00:00:00 lircd --driver=DEFAULT --device=/dev/lirc/0 root 2969 1 0 02:06 ? 00:00:00 lircmd root 3382 3307 0 02:14 pts/0 00:00:00 grep lirc [root@localhost ~]# service lircd stop Stopping Linux Infrared Remote Control daemon: [ OK ] [root@localhost ~]# ps -ef|grep lirc [root@localhost ~]# irrecord /home/test.conf irrecord - application for recording IR-codes for usage with lirc Copyright © 1998,1999 Christoph Bartelmus(lirc@bartelmus.de) irrecord: could not init hardware (lircd running ? --> close it, check permissions) [root@localhost ~]# ******************************************************************************** ****************************** [root@localhost ~]# service lircd start Starting Linux Infrared Remote Control daemon: [ OK ] [root@localhost ~]# ps -ef|grep lirc root 3463 1 0 02:16 ? 00:00:00 lircd --driver=DEFAULT --device=/dev/lirc/0 [root@localhost ~]# irrecord /home/test.conf irrecord - application for recording IR-codes for usage with lirc Copyright © 1998,1999 Christoph Bartelmus(lirc@bartelmus.de) irrecord: could not init hardware (lircd running ? --> close it, check permissions) [root@localhost ~]# ls -la /etc/lircd.conf -rw-r--r-- 1 root root 1434 Oct 27 04:28 /etc/lircd.conf [root@localhost ~]# ls -la /etc/lircmd.conf -rw-r--r-- 1 root root 194 Nov 1 02:27 /etc/lircmd.conf [root@localhost ~]# ******************************************************************************** ************************* Step 3 ======== [root@localhost dev]# ps -ef|grep lirc root 3540 3346 0 02:21 ? 00:00:00 leafpad lircd root 3575 1 0 02:23 ? 00:00:00 lircd --driver=DEFAULT --device=/dev/lirc/0 root 3604 3307 0 02:28 pts/0 00:00:00 grep lirc [root@localhost dev]# ls -l /dev/lirc total 0 crw-rw---- 1 root root 61, 0 Nov 2 02:23 0 [root@localhost dev]# cat /dev/lirc/0 <<<*****Button Press Here No Output************>>> ******************************************************************************** *************************** /var/log/messages ================= Nov 2 02:19:27 localhost lircd: lircd shutdown succeeded Nov 2 02:23:46 localhost kernel: lirc_dev: IR Remote Control driver registered, at major 61 Nov 2 02:23:47 localhost kernel: lirc_serial: auto-detected active high receiver Nov 2 02:23:47 localhost kernel: lirc_dev: lirc_register_plugin: sample_rate: 0 Nov 2 02:23:47 localhost lircd-0.7.1[3575]: lircd(any) ready Nov 2 02:23:47 localhost lircd: lircd startup succeeded Nov 2 02:31:24 localhost lircd-0.7.1[3575]: caught signal Nov 2 02:31:24 localhost lircd: lircd shutdown succeeded /var/log/lircd ============ Empty file. Do I have a permission file problem ? Pl check Step3 Ben
  15. Another intresting post: http://sourceforge.net/mailarchive/forum.p...1&forum_id=5339
×
×
  • Create New...