From owner-freebsd-drivers@FreeBSD.ORG Mon Jun 26 10:23:59 2006 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF1F616A400 for ; Mon, 26 Jun 2006 10:23:59 +0000 (UTC) (envelope-from pontus_f@hotmail.com) Received: from hotmail.com (bay110-f29.bay110.hotmail.com [65.54.229.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB122444A8 for ; Mon, 26 Jun 2006 10:23:59 +0000 (GMT) (envelope-from pontus_f@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 26 Jun 2006 03:23:59 -0700 Message-ID: Received: from 65.54.229.220 by by110fd.bay110.hotmail.msn.com with HTTP; Mon, 26 Jun 2006 10:23:54 GMT X-Originating-IP: [81.226.101.14] X-Originating-Email: [pontus_f@hotmail.com] X-Sender: pontus_f@hotmail.com From: "Pontus Falk" To: freebsd-drivers@freebsd.org Date: Mon, 26 Jun 2006 12:23:54 +0200 X-OriginalArrivalTime: 26 Jun 2006 10:23:59.0342 (UTC) FILETIME=[A33378E0:01C6990A] MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format="flowed" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: need driver for wlan-adapter X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 10:24:00 -0000 So, i have just d/l'ed 6.1, am about to install it any minute now, but the only internet connection i have right now is via a usb-wlan-adapter, which i can't find in the supported list. There are drivers in the linux kernel, zd1211 , but I can't find any ported. Help with this would be greatly appreciated! From owner-freebsd-drivers@FreeBSD.ORG Fri Jun 30 21:09:10 2006 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B98316A40F for ; Fri, 30 Jun 2006 21:09:10 +0000 (UTC) (envelope-from retovado@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51E7E43EDC for ; Fri, 30 Jun 2006 21:09:07 +0000 (GMT) (envelope-from retovado@gmail.com) Received: by wx-out-0102.google.com with SMTP id i26so283131wxd for ; Fri, 30 Jun 2006 14:09:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=PnkBP5/bvAh9VrqA2kMpn0S/nPTUfonGGjTfcORJlenzj8XmFrTGRhM2magQllM0aPGejABjIjYvw7pFhYzzbnixpM7ZwVJCZum7G3JDyhHpcMUQLSnSmq6eoZcookkpegG3KedDsE+X+6bPjODBZFpDEpP4bwVm8PTn9+HBE/o= Received: by 10.70.117.18 with SMTP id p18mr1286258wxc; Fri, 30 Jun 2006 14:09:06 -0700 (PDT) Received: by 10.70.116.12 with HTTP; Fri, 30 Jun 2006 14:09:06 -0700 (PDT) Message-ID: <4ddc12550606301409g336d8bfcs776c57c27f17c167@mail.gmail.com> Date: Fri, 30 Jun 2006 21:09:06 +0000 From: "Juan J." To: freebsd-drivers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: sound device X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2006 21:09:10 -0000 Hi, i've got a p5rd1-vm asus motherboard with a ADI1926A integrated sound device. Is it supported? If it is, which are the drivers for it? How can i make it work? Thanks Juan.