From owner-freebsd-ports-bugs@freebsd.org Wed Nov 18 06:32:07 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 891F62E459D for ; Wed, 18 Nov 2020 06:32:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4CbXzC3HWZz4ktR for ; Wed, 18 Nov 2020 06:32:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 70AB22E4278; Wed, 18 Nov 2020 06:32:07 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7071B2E463C for ; Wed, 18 Nov 2020 06:32:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CbXzC2h7wz4ktQ for ; Wed, 18 Nov 2020 06:32:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4FAD35B89 for ; Wed, 18 Nov 2020 06:32:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AI6W72u001190 for ; Wed, 18 Nov 2020 06:32:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0AI6W7Rl001189 for ports-bugs@FreeBSD.org; Wed, 18 Nov 2020 06:32:07 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 251232] devel/urjtag: broken - not working with usb devices Date: Wed, 18 Nov 2020 06:32:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tingox+freebsd@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: yuri@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2020 06:32:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251232 Bug ID: 251232 Summary: devel/urjtag: broken - not working with usb devices Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: tingox+freebsd@gmail.com Flags: maintainer-feedback?(yuri@freebsd.org) Assignee: yuri@freebsd.org latest urjtag in ports doesn't want to talk to usb devices. Installed from package on a 11.4 machine: tingo@kg-core2$ uname -a FreeBSD kg-core2.kg4.no 11.4-RELEASE-p3 FreeBSD 11.4-RELEASE-p3 #0: Tue Sep= 1 08:22:33 UTC 2020=20=20=20=20 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 root@kg-core2# pkg info urjtag* urjtag-2019.12 root@kg-core2# pkg options urjtag urjtag - FTDI: on urjtag - JEDEC: off urjtag - NLS: on urjtag - PYTHON: off urjtag - USB: on a DirtyJTAG adapter is correctly identified: root@kg-core2# usbconfig -d ugen0.4 ugen0.4: at usbus0, cfg=3D0 md=3DHOST spd=3DFULL (1= 2Mbps) pwr=3DON (100mA) root@kg-core2# ls -l /dev/ugen0.4 /dev/usb/0.4.0 lrwxr-xr-x 1 root wheel 9 Nov 4 22:18 /dev/ugen0.4 -> usb/0.4.0 crw-rw---- 1 root operator 0x2d4 Nov 4 22:18 /dev/usb/0.4.0 and it has permissions so that my user can access it: tingo@kg-core2$ groups tingo tingo wheel operator video dialer cups urjtag doesn't want to talk to the adapter tingo@kg-core2$ jtag UrJTAG 2019.12 # Copyright (C) 2002, 2003 ETC s.r.o. Copyright (C) 2007, 2008, 2009 Kolja Waschk and the respective authors UrJTAG is free software, covered by the GNU General Public License, and you= are welcome to change it and/or distribute copies of it under certain condition= s. There is absolutely no warranty for UrJTAG. warning: UrJTAG may damage your hardware! Type "quit" to exit, "help" for help. jtag> cable dirtyjtag error: Couldn't connect to suitable USB device. jtag> quit I also tried with sudo - no difference. I also tried building devel/urjtag = from ports - no difference. The hardware is verified working (including the usb cable) on another machine running the same version of urjtag (but running on Linux). --=20 You are receiving this mail because: You are the assignee for the bug.=