From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 5 12:36:31 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65E8E106564A for ; Tue, 5 Jun 2012 12:36:31 +0000 (UTC) (envelope-from buganini@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2010C8FC0C for ; Tue, 5 Jun 2012 12:36:31 +0000 (UTC) Received: by qcsg15 with SMTP id g15so3313485qcs.13 for ; Tue, 05 Jun 2012 05:36:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=+W0DJLYWUHIF+okgYByavWyXo9a204biHYtlw0rqvc8=; b=N8L+Cc4KLHQx2YerY3JRJ+o9iuyU5l1o+u07NM13hOgad5NpWM/qp1N1qgjP1lhBVc Zrsk81AgSqk9dV4MuBVUF8gTkeCOFQ+x85rX/rktg+UpMSUjvURzo6Td3YcOAimro/WS 5GiaTR2zM+t6zMPGe+WSlGLLmQi/qD9T90+/bE6ojPdkZcBB5xteBieN73UyvxGNEDbG JIJx+0roPFNPRscYMu7T2ziI6qAqf/demnSzt4wT5n74cQeleXtRGPJUm3WYqZ4bfxTx oEkEFpU7jg9BTbpKuHN3zvqSEgFMI3kJedavBuzcwvhGjImknfS6nI/+6bn8217QGOew KVYw== MIME-Version: 1.0 Received: by 10.224.184.1 with SMTP id ci1mr16877394qab.97.1338899790462; Tue, 05 Jun 2012 05:36:30 -0700 (PDT) Received: by 10.229.85.194 with HTTP; Tue, 5 Jun 2012 05:36:30 -0700 (PDT) Date: Tue, 5 Jun 2012 20:36:30 +0800 Message-ID: From: Buganini To: freebsd-multimedia@freebsd.org, Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 Cc: Subject: webcam works only once per boot X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2012 12:36:31 -0000 My webcam worked fine before, but after I make delete-old delete-old-libs and portmaster -f net-im/skype, my webcam works only once in every boot cycle, than it hang with backtrace: #0 0x000000080186b4bc in clock_gettime () from /lib/libc.so.7 #1 0x0000000000500f0e in ?? () #2 0x0000000000501372 in ?? () #3 0x00000000004ffa5b in ?? () #4 0x00000000005ca59a in fls () #5 0x0000000800f2b81a in libusb20_tr_callback_wrapper () from /usr/lib/libusb.so.3 #6 0x0000000800f2ab27 in libusb_get_active_config_descriptor () from /usr/lib/libusb.so.3 #7 0x00000000005ca7ce in fls () #8 0x000000080133e93d in pthread_create () from /lib/libthr.so.3 #9 0x0000000000000000 in ?? () How can I fix it? Thanks, Buganini