Your message dated Mon, 23 Jan 2006 16:11:05 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug fixed, udev issue
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; 23 Jan 2006 14:38:09 +0000
>From [EMAIL PROTECTED] Mon Jan 23 06:38:09 2006
Return-path: <[EMAIL PROTECTED]>
Received: from mailservice.tudelft.nl ([130.161.131.5])
by spohr.debian.org with esmtp (Exim 4.50)
id 1F12pd-0007Qs-Co
for [EMAIL PROTECTED]; Mon, 23 Jan 2006 06:38:09 -0800
Received: from localhost (localhost [127.0.0.1])
by rav.antivirus (Postfix) with ESMTP id 68922222F74;
Mon, 23 Jan 2006 15:37:37 +0100 (CET)
Received: from localhost.localdomain (kriek.st.ewi.tudelft.nl [130.161.158.119])
by mx0.tudelft.nl (Postfix) with ESMTP id D3617222F13;
Mon, 23 Jan 2006 15:37:36 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Tom Parker <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libusb-dev: usb_get_string_simple is broken in latest version
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.18
Date: Mon, 23 Jan 2006 15:37:33 +0100
X-Virus-Scanned: by amavisd-new at tudelft.nl
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: libusb-dev
Version: 2:0.1.11-3
Severity: important
Attempting to call usb_get_string_simple always returns -1. This can be
tested with the testlibusb.c program from the tests directory of the
libusb package. Attempts to retrieve iManufacturer, iProduct or
iSerialNumber all fail.
This bug does not occur with version 2:0.1.10a-9.sarge.1
(current stable) but does also occur in 2:0.1.10a-22 (current testing).
-- System Information:
Debian Release: testing/unstable
APT prefers stable
APT policy: (990, 'stable'), (103, 'testing'), (102, 'unstable'), (99,
'experimental'), (98, 'breezy'), (97, 'dapper')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages libusb-dev depends on:
ii libc6-dev 2.3.5-12 GNU C Library: Development Librari
ii libusb-0.1-4 2:0.1.10a-9.sarge.1 userspace USB programming library
libusb-dev recommends no packages.
-- no debconf information
---------------------------------------
Received: (at 349516-done) by bugs.debian.org; 23 Jan 2006 15:11:40 +0000
>From [EMAIL PROTECTED] Mon Jan 23 07:11:40 2006
Return-path: <[EMAIL PROTECTED]>
Received: from mailservice.tudelft.nl ([130.161.131.5])
by spohr.debian.org with esmtp (Exim 4.50)
id 1F13M4-00064B-Bt
for [EMAIL PROTECTED]; Mon, 23 Jan 2006 07:11:40 -0800
Received: from localhost (localhost [127.0.0.1])
by rav.antivirus (Postfix) with ESMTP id 7AF8D8008B
for <[EMAIL PROTECTED]>; Mon, 23 Jan 2006 16:11:09 +0100 (CET)
Received: from [130.161.158.119] (kriek.st.ewi.tudelft.nl [130.161.158.119])
by mx4.tudelft.nl (Postfix) with ESMTP id D567680054
for <[EMAIL PROTECTED]>; Mon, 23 Jan 2006 16:11:08 +0100 (CET)
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 23 Jan 2006 16:11:05 +0100
From: Tom Parker <[EMAIL PROTECTED]>
User-Agent: Thunderbird 1.5 (X11/20051201)
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: Bug fixed, udev issue
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new at tudelft.nl
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
Gah... udev+new paths in 2.6.15 issue. As /dev/bus/usb now exists, libusb uses
it, and that had the wrong permissions set (as opposed to /proc/bus/usb, which
has the right permissions). Changing the line in /etc/udev/permissions.rules
below "# usbfs-like devices"
to
SUBSYSTEM=="usb_device", MODE="0660", GROUP="plugdev"
fixed the problem for me.
Tom
--
[EMAIL PROTECTED] - http://tevp.net
Illegitimus non carborundum
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]