Your message dated Sun, 23 Mar 2008 16:45:28 +0100
with message-id <[EMAIL PROTECTED]>
and subject line closing all gscanbus bugs (gscanbus is remove from >etch)
has caused the Debian Bug report #200093,
regarding wishlist: command-line IEEE1394 reset tool
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 [EMAIL PROTECTED]
immediately.)
--
200093: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=200093
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gscanbus
Version: 0.7.1-1.1
Severity: wishlist
Tags: patch
I have an IEEE1394 sbp2 device which seems to need a bus reset before
it will work properly. AFAICT the only package in Debian capable of
producing one is gscanbus, which does the job, but has a dependency list
as long as my arm, and further requires that said arm have a mouse near
the end of it.
I pulled the relevant pieces out of gscanbus and produced the following:
/* BEGIN reset1394.c */
#include <stdlib.h>
#include <libraw1394/raw1394.h>
int main(int argc, char **argv) {
raw1394handle_t handle = raw1394_new_handle();
if (!handle) {
perror("!handle");
exit(1);
}
if (raw1394_set_port(handle, 0) < 0) {
perror("raw1394_set_port");
exit(1);
}
raw1394_reset_bus(handle);
exit(0);
}
/* END reset1394.c */
Build with 'cc -o reset1394 reset1394.c -lraw1394'.
A more sophisticated implementation might take a port number as a
parameter; however as I have only one IEEE1394 device I couldn't test
such a thing myself.
-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux satsuki 2.4.21-zb-586-smp #1 SMP Sun Jun 22 23:04:33 EDT 2003 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages gscanbus depends on:
ii libc6 2.3.1-16 GNU C Library: Shared libraries an
ii libglib1.2 1.2.10-9 The GLib library of C routines
ii libgtk1.2 1.2.10-16 The GIMP Toolkit set of widgets fo
ii libraw1394-5 0.9.0-2 library for direct access to IEEE
ii xlibs 4.2.1-9 X Window System client libraries
--- End Message ---
--- Begin Message ---
Hello,
I'm closing all bugs from the Debian gscanbus package because it is
removed from Debian since some time.
There is no upstream activity in more than 7 years.
http://gscanbus.berlios.de/
--
Noèl Köthe <noel debian.org>
Debian GNU/Linux, www.debian.org
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
--- End Message ---