From owner-freebsd-usb@FreeBSD.ORG Mon Aug 2 16:50:07 2010 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4132F106566C for ; Mon, 2 Aug 2010 16:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 12C5F8FC23 for ; Mon, 2 Aug 2010 16:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o72Go63j075003 for ; Mon, 2 Aug 2010 16:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o72Go6K4075002; Mon, 2 Aug 2010 16:50:06 GMT (envelope-from gnats) Date: Mon, 2 Aug 2010 16:50:06 GMT Message-Id: <201008021650.o72Go6K4075002@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/149162: ASUS WL-167g doesn't work in 8.1 (continue of 149058) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2010 16:50:07 -0000 The following reply was made to PR usb/149162; it has been noted by GNATS. From: Hans Petter Selasky To: Alexey A Bukreev Cc: freebsd-usb@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: usb/149162: ASUS WL-167g doesn't work in 8.1 (continue of 149058) Date: Mon, 2 Aug 2010 18:39:30 +0200 On Monday 02 August 2010 18:24:17 Alexey A Bukreev wrote: > On 02.08.2010 10:49, Hans Petter Selasky wrote: > > Hi, > > Try to enter the debugger from the console by pressing CTRL+ALT+ESC. Use > > bt to get the backtrace. Then backtrace the ifconfig process. Figure out > > where it gets stuck. > > > > Did you run: > > > > sysctl hw.usb.ural.debug=15 > > > > --HPS > > I input in console "ifconfig wlan0 create wlandev ural0". After I press > ALT+CTRL+ESC - nothing happens. > I reboot PC and input "gdb ifconfig wlan0 create wlandev ural0" - result > you can see here: http://lepis.org.ru/~lepis/freebsd/IMG_0072.JPG > > I think I did it wrong :) I'm dummy. > > > But I saw one strange thing. > In one of tries I started ifconfig command and rebooted PC after 3-5 > minutes. In first console I saw next messages after "Uptime": > > Uptime: 3m21s > ugen0.2: at usbus0 > ural1: ...... > ural1: ...... > > You can see photo of these messages: > http://lepis.org.ru/~lepis/freebsd/IMG_0068.JPG > > And reboot stopped. Reboot continued only when I pressed ALT+CTRL+DEL. > I think that it's a bug in ifconfig with duplicating devices. > > Sorry my bad English. 1) gdb 2) type: file ifconfig 3) type: run wlan0 create wlandev ural0 --HPS