From owner-freebsd-current@FreeBSD.ORG Wed Jun 13 06:55:37 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B74716A469 for ; Wed, 13 Jun 2007 06:55:37 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.swip.net [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id 3718513C44C for ; Wed, 13 Jun 2007 06:55:36 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [194.248.135.20] (account mc467741@c2i.net HELO laptop.lan) by mailfe11.swip.net (CommuniGate Pro SMTP 5.1.9) with ESMTPA id 348716146; Wed, 13 Jun 2007 08:55:35 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Wed, 13 Jun 2007 08:55:31 +0200 User-Agent: KMail/1.9.5 References: <20070612205913.GA24678@ceid.upatras.gr> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706130855.31339.hselasky@c2i.net> Cc: Marinos Ilias , Kip Macy Subject: Re: HPS stack and ural X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 13 Jun 2007 06:55:37 -0000 On Tuesday 12 June 2007 23:32, Kip Macy wrote: > It will probably have to be updated to reflect the new 802.11 interfaces. > > -Kip > > On 6/12/07, Marinos Ilias wrote: > > Hello list, > > I was trying the HPS stack in order to prevent some problems I > > had with my sound card , which was sharing the same IRQ with usb , but > > unfortunately , with the latest stack through subversion my usb wireless > > adapter is not recognised properly under ural. At past , it was working > > properly with the Hans Peter's stack.Are there any major differrences > > now?The stick is a Gigabyte GN-WBKG. > > > > >From kernel messages: > > > > ugen0: > 126> ugen0: at uhub4 port 1 (addr 126) disconnected > > ugen0: detached > > ugen0: > 126> ugen0: at uhub4 port 7 (addr 126) disconnected > > ugen0: detached > > > > Thank you! Hi, There is an "install_ural.sh" script under "FreeBSD.usb" which you can use to install the URAL driver, hence I don't install it by default any more, due to some compilation problems on FreeBSD-7-current. Just run the script, then make the /sys/modules/ural module, and then "kldload if_ural". It should compile on FreeBSD 6.2 at least. --HPS