From owner-freebsd-current@FreeBSD.ORG Tue Oct 1 10:23:37 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0BA8C354 for ; Tue, 1 Oct 2013 10:23:37 +0000 (UTC) (envelope-from hans.petter.selasky@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id BC81D2E7F for ; Tue, 1 Oct 2013 10:23:36 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id D8A9A7A09F; Tue, 1 Oct 2013 12:23:35 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 2199C8F0BAB; Tue, 1 Oct 2013 12:23:57 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i2l646BoJyCs; Tue, 1 Oct 2013 12:23:56 +0200 (CEST) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 751C08F0BA6; Tue, 1 Oct 2013 12:23:56 +0200 (CEST) Message-ID: <524AA2F4.6060403@bitfrost.no> Date: Tue, 01 Oct 2013 12:24:52 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: Artyom Mirgorodskiy Subject: Re: gphoto2 bus error References: <1430354.OSvlCO8lK8@notebook.alkar.net> <1940359.EnaXG1j9vU@notebook.alkar.net> <524A96B7.8030400@bitfrost.no> <2016945.P5eTANgfVv@notebook.alkar.net> In-Reply-To: <2016945.P5eTANgfVv@notebook.alkar.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 01 Oct 2013 12:04:59 +0000 Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 10:23:37 -0000 Can you run the commands listed below? --HPS On 10/01/13 12:22, Artyom Mirgorodskiy wrote: > I'm use current > > On Tuesday 01 October 2013 11:32:39 Hans Petter Selasky wrote: >> Hi, >> >> I cannot reproduce this issue. >> >> gphoto --shell >> >> works fine on 9-stable using PTP protocol. >> >> gphoto2-2.4.14 Command-line frontend to libgphoto2 >> libgphoto2-2.4.14_3 Universal digital camera control library >> >> Can you provide more information about your system? >> >> uname -a >> >> ls /usr/lib/libusb* >> >> ls /usr/local/libdata/pkgconfig/*usb* >> >> Also try to reinstall gphoto: >> >> portsnap fetch update >> >> cd /usr/ports/graphics/libgphoto2 >> make all reinstall clean >> >> cd /usr/ports/graphics/photo2 >> make all reinstall clean >> >> --HPS