From owner-freebsd-mobile@FreeBSD.ORG Wed Jan 20 23:48:41 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A00F11065670 for ; Wed, 20 Jan 2010 23:48:41 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id 397808FC08 for ; Wed, 20 Jan 2010 23:48:40 +0000 (UTC) Received: by ewy3 with SMTP id 3so2212273ewy.13 for ; Wed, 20 Jan 2010 15:48:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Yw11JpeLQkC+PSbF9R4vOLcTNQGePShyYes67XR7BQM=; b=l85krugtD/NjHj/AYIb4sJB1bQwJn87fPJjP4YLp/nsGXEHiky5sdsEYGmnUpdvT10 DlKDre6s7bVrn1GheNgaaDVvq/5L55WCxdi1ysTkLynwuStGeCL+ohjLyKycTd+kF2s9 i+vp07dNynSBuW22PDoVUE1RPDTY5JUU9wyfw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=rXjsAgX+6P1qOUKb3Fie2Kyi2SCbxeCIYqrBghMolBsbsu7UehdDjHFNLr9y8zdMij sZskI7htRf9EsgMSOKQnWhtjlKZp5SrZFYCZv9IrjPDb+wOidsrXVt1TWYyvgcTuopeq qvTiIMnrFWuzH6RyhOzoe5Gb2z5bqOP0Y1t1k= MIME-Version: 1.0 Received: by 10.213.109.219 with SMTP id k27mr1584056ebp.37.1264031319949; Wed, 20 Jan 2010 15:48:39 -0800 (PST) In-Reply-To: <201001202031.o0KKVKpU012342@yoda.pixi.com> References: <201001202031.o0KKVKpU012342@yoda.pixi.com> Date: Wed, 20 Jan 2010 23:48:39 +0000 Message-ID: <3a142e751001201548t782161d2ge1c50c798a9dba21@mail.gmail.com> From: Paul B Mahol To: knowtree@aloha.com Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mobile@freebsd.org Subject: Re: wi (Lucent) panics on ifconfig wi0 up X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2010 23:48:41 -0000 On 1/20/10, knowtree@aloha.com wrote: > I have been using the same Lucent Gold pc-card for years, most recently > with FreeBSD 7. Over the weekend I redid my Fujitsu T-1010 hard drive, > Vista upgrade to Win7, FreeBSD upgrade (fresh install) to 8.0, and added > Ubuntu 9.10. Struggling to get either boot0 or Ubuntu's grub to see all > three, thought I would install grub from ports since it ought to have the > menu info for FreeBSD.Seems odd that Ubuntu's automatic grub menu generator > sees Win7 but misses FreeBSD, maybe my partition scheme is messed up. > > While manually fiddling with ifconfig my system would panic, consistently, > on ifconfig wi0 up. This is a fresh install, no changes to KMs, no proc > file system, just straight out of the box. Is there something I need to > configure to get the wi driver working? The card is recongnized when > inserted, the basic entry appears in the ifconfig listing. That is obiously bug, introduced with VAPs. Do not touch wi at all, create wlan first: # ifconfig wlan create wlandev wi0 Now you can do with wlan0 what you did with wi0 in older versions. -- Paul B Mahol