From owner-freebsd-wireless@FreeBSD.ORG Mon Dec 30 23:14:05 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA3995FB for ; Mon, 30 Dec 2013 23:14:05 +0000 (UTC) Received: from mail-qe0-x22a.google.com (mail-qe0-x22a.google.com [IPv6:2607:f8b0:400d:c02::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9753719C8 for ; Mon, 30 Dec 2013 23:14:05 +0000 (UTC) Received: by mail-qe0-f42.google.com with SMTP id b4so12259695qen.1 for ; Mon, 30 Dec 2013 15:14:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=27vsB4K8iN4ALNgxZyT6JWQdioL7fSCB/+9Gt7fe5Wo=; b=mOWy7mn5iC1W3ug6pY5saCkrzOr0J8QbUNebaU59142TMYm2lgp9E8xfTKTapQFrab kKAC/ZgklNTSWOi+wS9j7lPf42xA182LCRYFSIDJPycCvduDgjnikB1OizQFRp0BJ/Px TT1FbE7U8eHjFu57glE0l2WJVnS1y0pYpgl9hm093GgqUD207IIeWgmCyNAK7zq10ETa dkDO3xeBRR2QqfLZnH41zIwYZkUCdMSNlzTiVrDGOHw0sxgFnAN67XBlW37lMWDyj0DP VH1GtHI+r6NL59RsWM2Xv9on+t/fz8OLFGPr2wJU29j8d1kiRP9QSskeSbmf8ATV0SdF vwYw== MIME-Version: 1.0 X-Received: by 10.224.14.132 with SMTP id g4mr7177370qaa.26.1388445244125; Mon, 30 Dec 2013 15:14:04 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Mon, 30 Dec 2013 15:14:04 -0800 (PST) In-Reply-To: <763604.59042.bm@smtp119.sbc.mail.gq1.yahoo.com> References: <20131230203659.957651ynumecyn40@webmail.raad.tartu.ee> <20131230215333.14922qizl4ug0qqs@webmail.raad.tartu.ee> <763604.59042.bm@smtp119.sbc.mail.gq1.yahoo.com> Date: Mon, 30 Dec 2013 15:14:04 -0800 X-Google-Sender-Auth: Kit157P4qNqKrlx1BGwx0ESLkZU Message-ID: Subject: Re: TP-Link TL-WN727N V3 - cannot scan or connect to anything From: Adrian Chadd To: Thomas Mueller Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.17 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, 30 Dec 2013 23:14:05 -0000 You have to do an 'up' with that ifconfig create line, or run the supplicant. The supplicant does the 'up' itself. -a On 30 December 2013 15:09, Thomas Mueller wrote: > from Toomas AAS: > >> Hello Adrian! > >> Thanks for the idea. > >> I tried with just "ifconfig wlan0 up". Indeed it seems that the "scan" >> is redundant, as wlandebug output shows that a scan is started >> immediately after I issue the "ifconfig wlan0 up" command. Alas, the >> scan result is still the same as in my original message, and "ifconfig >> wlan0 list scan" shows no results. > > Surprise that scan would occur gratuitously. When I type > > ifconfig wlan0 create wlandev rsu0 wlanmode sta > > I don't get any scan. But I can follow with > wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf > and this connects or associates. I still need > > dhclient wlan0 > or > ifconfig wlan0 inet 192.168.0.101 netmask 255.255.255.0 > route add default 192.168.0.1 > > This is for Hiro H50191 USB-stick wireless adapter. > Chipset is RTL8191SU, FreeBSD >= 10 device rsu. > > With re(4) bug, this is my only way for Internet access from FreeBSD on > MSI Z77 MPOWER motherboard. > > Tom > > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org"