[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#268746: marked as done (lirc and irman: strange error message)



Your message dated Sun, 29 Aug 2004 01:56:39 +0300
with message-id <93d7638b040828155683cc777@mail.gmail.com>
and subject line Bug#268746: Close the bug please.
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 28 Aug 2004 21:52:33 +0000
>From arieh@tkos.co.il Sat Aug 28 14:52:33 2004
Return-path: <arieh@tkos.co.il>
Received: from taragon.tkos.co.il [192.115.31.101] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1C1B7g-000548-00; Sat, 28 Aug 2004 14:52:32 -0700
Received: from [192.168.1.20] (line105-128.adsl.actcom.co.il [192.117.105.128])
	by taragon.tkos.co.il (Postfix) with ESMTP id A9B3E6DD58
	for <submit@bugs.debian.org>; Sun, 29 Aug 2004 00:52:08 +0300 (IDT)
Date: Sun, 29 Aug 2004 00:51:54 +0300 (IDT)
From: Skliarouk Arieh <arieh@tkos.co.il>
X-X-Sender: arieh@fw
To: submit@bugs.debian.org
Subject: lirc and irman: strange error message
Message-ID: <[🔎] Pine.LNX.4.58.0408290041460.2954@fw>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_01,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

package: lirc
version: 0.6.6-11

I have irman serial-port based IR receiver. It does not work and I get
obscure error message in /var/log/daemon.log when launching irw (lircd was
launched before):

lircd 0.6.6[3189]: lircd(any) ready
lircd 0.6.6[3189]: accepted new client on /dev/lircd
lircd 0.6.6[3189]: could not open /dev/lirc/0
lircd 0.6.6[3189]: irman_init(): Unknown error 515
lircd 0.6.6[3189]: caught signal

At the very least bugfix to this bug, I would like the error message
"Unknown error 515" to be elaborated. I did not found on internet any
references to the error message.

Actions I did:

I launced irrecord program and created lircd.conf file suitable for my
remote.

I rebuilt the kernel 2.6.7 with lirc patches and got lirc_sir and
lirc_serial modules.

My /etc/lirc/hardware.conf file contains following lines:
  #Try to load appropriate kernel modules
  LOAD_MODULES=true

  # Run "lircd --driver=help" for a list of supported drivers.
  DRIVER="irman"
  # If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be
  # automatically used instead
  DEVICE="/dev/lirc/0"
  MODULES="lirc_serial"

I am not sure about lirc_serial modules, should it be lirc_sir? Tried
both.

File /etc/serial.conf contains following line:
/dev/tts/0 uart none

---
Bye,  | Phone: (972)-2-6795364
Arieh | Fax:   (972)-2-6796453

---------------------------------------
Received: (at 268746-done) by bugs.debian.org; 28 Aug 2004 22:56:43 +0000
>From nhippi@gmail.com Sat Aug 28 15:56:43 2004
Return-path: <nhippi@gmail.com>
Received: from rproxy.gmail.com (mproxy.gmail.com) [64.233.170.196] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1C1C7n-0008Fj-00; Sat, 28 Aug 2004 15:56:43 -0700
Received: by mproxy.gmail.com with SMTP id 78so65969rnl
        for <268746-done@bugs.debian.org>; Sat, 28 Aug 2004 15:56:39 -0700 (PDT)
Received: by 10.38.164.76 with SMTP id m76mr327626rne;
        Sat, 28 Aug 2004 15:56:39 -0700 (PDT)
Received: by 10.38.171.42 with HTTP; Sat, 28 Aug 2004 15:56:39 -0700 (PDT)
Message-ID: <93d7638b040828155683cc777@mail.gmail.com>
Date: Sun, 29 Aug 2004 01:56:39 +0300
From: Riku Voipio <nhippi@gmail.com>
Reply-To: riku.voipio@iki.fi
To: 268746-done@bugs.debian.org
Subject: Re: Bug#268746: Close the bug please.
In-Reply-To: <[🔎] Pine.LNX.4.58.0408290121400.2954@fw>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
References: <[🔎] Pine.LNX.4.58.0408290121400.2954@fw>
Delivered-To: 268746-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.1 required=4.0 tests=BAYES_44,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

On Sun, 29 Aug 2004 01:22:59 +0300 (IDT), Skliarouk Arieh
<arieh@tkos.co.il> wrote:
> Hello,
> 
> After some more tweaking, I found that I must specify DEVICE=/dev/tts/0.
> Kernel recompilation was not necessary.
> 
> Close the bug please, sorry for bothering (though the error message
> indeed could be more descriptive).
> 
> ---
> Bye,  | Phone: (972)-2-6795364
> Arieh | Fax:   (972)-2-6796453
> 
>



Reply to: