From owner-freebsd-wireless@FreeBSD.ORG Thu Nov 22 01:46:46 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09B4A67A for ; Thu, 22 Nov 2012 01:46:46 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id AB5F08FC14 for ; Thu, 22 Nov 2012 01:46:45 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fo13so10572656vcb.13 for ; Wed, 21 Nov 2012 17:46:44 -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 :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=4UL6KbpbKSpMPKDxxdFRYgsanuFdZJ6ygesKrU7xnWc=; b=nzGzRoNm7KYtZca1LCP01PCNmCCvldx5Qxdt/tF+gJ5CSI7KxGkIHo7b7d85MsszNN 5TO5UgoKNH6Zxu8e20z87vZFDxi1/NV3/+9xeAtdmIFoJNWP527mbpFHu3CuVLb7FGCP 7lJVrbZFMJVvFvyJulkOrRh71yxfXpGACrjHXPWLgNCTj2TCcZXeG/gJCzFIgnYUolJ1 oO20EEY0aOg8mPa8AIR1Sk2n/C/Q+uK8LYnOan9FqsJE/E1W5hRjQRxRic5EDXAmMutX OTAeNibJ/Bt7jg+pDpa8rbLPC6ObdhXCx5tnLcCeiTRGhyVBzY2/p0y1fPdArT276rde 8fwg== MIME-Version: 1.0 Received: by 10.220.153.78 with SMTP id j14mr31152463vcw.33.1353548804880; Wed, 21 Nov 2012 17:46:44 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.58.232.170 with HTTP; Wed, 21 Nov 2012 17:46:44 -0800 (PST) In-Reply-To: <50ACE3DF.2030001@gmail.com> References: <50ACE3DF.2030001@gmail.com> Date: Wed, 21 Nov 2012 17:46:44 -0800 X-Google-Sender-Auth: ygIj_nRrvEhYGv_DUOfThNLzTRM Message-ID: Subject: Re: D-Link DWA-525 is not detected From: Adrian Chadd To: Volodymyr Kostyrko Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org 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: Thu, 22 Nov 2012 01:46:46 -0000 I don't think the RAL driver supports that card yet? adrian On 21 November 2012 06:23, Volodymyr Kostyrko wrote: > Hi all. > > I just bought a card and trying to make it work with FreeBSD. > > none1@pci0:4:1:0: class=0x028000 card=0x3c051186 chip=0x53601814 > rev=0x00 hdr=0x00 > vendor = 'Ralink corp.' > class = network > > Looks like this is Ralink RT5360, which is just omitted in > sys/dev/ral/if_ral_pci.c. But when I add it there whole machine hangs on > `ifconfig wlan0 up` spitting to terminal something about missing callback > for multicast packet (?). > > -- > Sphinx of black quartz, judge my vow. > _______________________________________________ > 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"