Your message dated Sun, 06 Aug 2017 04:47:45 +0000
with message-id <e1dedtd-0002ec...@fasolo.debian.org>
and subject line Bug#869430: Removed package(s) from unstable
has caused the Debian Bug report #703717,
regarding nslu2-utils: no beep when using 'leds beep' command
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
703717: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703717
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: nslu2-utils
Version: 20080403-4
Severity: normal
Tags: patch

On my NLSU2 the 'leds beep' command does not result in the expected beep sound.
There is no sound at all or just a low cracking noise. Investigating the 
'/usr/bin/leds' script led to the culprit: the respective input device for
'ixp4xx beeper' was not detected!

The attached patch resolves this issue.

Regards,
Helmut Buchsbaum

-- System Information:
Debian Release: 6.0.7
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: armel (armv5tel)

Kernel: Linux 2.6.32-5-ixp4xx
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages nslu2-utils depends on:
ii  devio                       1.2-1+b1     correctly read (or write) a region
ii  flash-kernel                2.37         utility to make certain embedded d
ii  slugimage                   1:0.0+r104-5 NSLU2 firmware image manipulation 

nslu2-utils recommends no packages.

Versions of packages nslu2-utils suggests:
ii  beep                          1.2.2-24   advanced pc-speaker beeper

-- no debconf information
--- /usr/bin/leds.orig  2013-03-22 14:09:53.000000000 +0100
+++ /usr/bin/leds       2013-03-22 14:11:39.000000000 +0100
@@ -186,8 +186,8 @@
                devices=`ls -d /sys/class/input/event*`
                for device in $devices
                do
-                       module=`egrep PHYSDEVDRIVER $device'/uevent' | cut -d 
'=' -f 2`
-                       if test "$module" = "ixp4xx-beeper";
+                       module=$(cat ${device}/device/name)
+                       if test "$module" = "ixp4xx beeper";
                        then
                                devname=`basename "$device"`
                                arg="-e /dev/input/"$devname

--- End Message ---
--- Begin Message ---
Version: 20080403-4+rm

Dear submitter,

as the package nslu2-utils has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/869430

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to