From owner-freebsd-wireless@FreeBSD.ORG Mon Dec 31 21:41:34 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04EA47FA; Mon, 31 Dec 2012 21:41:34 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-oa0-f50.google.com (mail-oa0-f50.google.com [209.85.219.50]) by mx1.freebsd.org (Postfix) with ESMTP id A12B28FC0C; Mon, 31 Dec 2012 21:41:33 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id n16so11808933oag.23 for ; Mon, 31 Dec 2012 13:41:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=e19y7AY5BioWPKrY56ob7ZTz/m8aBZ7vht4osMJv46w=; b=ABo5ca/qid04Xy2q1hj9TsAZ5KwowTWDd1XhObigVHTR+YXhW1EyEnvJz7NRSkdVk6 IcABnsWj3F514x2BdEFVcpIK3kHPo87UOHfGdkRVwWqriWpNDhu6jSzPycDYMFgzDV9q TO1FC4npDkR1tEQQhO9JHMxhnyFJn3OLo9Vq/mUbP4Xz9D5h6KwrGJBrasLZZtbeHHQJ 9o2B1xycdf7HomQfsQIeBiHySonpOXVFbI/Fz4srZuIpiQEtmhFfb5+aDTUnGFPtgmYo 3A4Lv+4fREGAZ1x229B8LHbADzHI2R3V0e0SXYvIeyMKhOC/+bxqFvNAMggtzqqmo+dp EWng== MIME-Version: 1.0 Received: by 10.60.31.206 with SMTP id c14mr22719400oei.88.1356990087665; Mon, 31 Dec 2012 13:41:27 -0800 (PST) Received: by 10.76.79.10 with HTTP; Mon, 31 Dec 2012 13:41:27 -0800 (PST) In-Reply-To: References: Date: Mon, 31 Dec 2012 16:41:27 -0500 Message-ID: Subject: Re: Cannot bring up wireless adapter on Acer notebook From: Outback Dingo To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-wireless@freebsd.org, =?KOI8-U?B?98zBxMnNydIg88HXxczYxdc=?= X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Dec 2012 21:41:34 -0000 Under linux my ACER NPLIFY Wireless shows as an Intel Chip So Id assume he needs iw 02:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4) last i used an intel on FreeBSD it required to edit /boot/loader.conf and a reboot legal.intel_iwn.license_ack=3D1 if_iwn_load=3D"YES" if_iwnfw_load=3D"YES" wlan_wep_load=3D"YES" wlan_ccmp_load=3D"YES" wlan_tkip_load=3D"YES" On Mon, Dec 31, 2012 at 2:06 PM, Adrian Chadd wrote: > On 30 December 2012 14:06, =D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1= =80 =D0=A1=D0=B0=D0=B2=D0=B5=D0=BB=D1=8C=D0=B5=D0=B2 = wrote: > > Hi, all! > > > > I installed FreeBSD 8.3 on my Acer Aspire V3-571G and cannot configure > > wireless adapter on it. Wired network works ok. > > > > kldload if_wi says: > > > > module_register: module pcccard/wi already exists! > > Module pccard/wi failed to register: 17 > > It's highly unlikely to be if_wi (wavelan/lucent/prism cards.) Please > use pciconf -lv and provide us the output. > > Thanks, > > > Adrian > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.or= g > " >