From owner-freebsd-net@FreeBSD.ORG Sat Oct 3 02:13:55 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D5751065670 for ; Sat, 3 Oct 2009 02:13:55 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.25]) by mx1.freebsd.org (Postfix) with ESMTP id B46E58FC15 for ; Sat, 3 Oct 2009 02:13:54 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 5so554652qwi.7 for ; Fri, 02 Oct 2009 19:13:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent:organization:x-operation-sytem; bh=67ZilZKxnpYCoHH8WBejCMFawStA8i2pmuSA9ernibw=; b=Wk22ghIa6anHENXUVtXgBSthQ9orGXK9brnby1mxDxeJYWBRsMaPkMgN7ajPx7u4WQ JKnJsofkzu4V5U471m0IQTey0taODNZ7SjjHMVylRSeX6jLeapuMt7cFtkMhjF5gp9bZ o7jPytYTfLohI+FoUoljy+Hq3CbmwxusNtRC4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent:organization:x-operation-sytem; b=Cl02pg9EPPP+XC812/ZrvrZJCX0cjPzkVl8TWZajzP2kK6mNVMOZ7RS6HH7lfrP32Q WSmszsoWH9P5WJkU9en7Zj0mbfSuv/6VpYiAYeJHcD/bpGlAz9AayS+IyhsPQWj/RbAp JMddUv6RmOq2NoSwN4hSnQOnPGmnVF49RR1xw= Received: by 10.224.32.204 with SMTP id e12mr1660664qad.256.1254536034057; Fri, 02 Oct 2009 19:13:54 -0700 (PDT) Received: from weongyo ([174.35.1.224]) by mx.google.com with ESMTPS id 2sm317124qwi.8.2009.10.02.19.13.51 (version=SSLv3 cipher=RC4-MD5); Fri, 02 Oct 2009 19:13:52 -0700 (PDT) Received: by weongyo (sSMTP sendmail emulation); Fri, 2 Oct 2009 19:14:12 -0700 From: Weongyo Jeong Date: Fri, 2 Oct 2009 19:14:12 -0700 To: Albert Shih Message-ID: <20091003021412.GJ1454@weongyo> Mail-Followup-To: Albert Shih , freebsd-net@freebsd.org References: <20090923101750.GC84230@obspm.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090923101750.GC84230@obspm.fr> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD Cc: freebsd-net@freebsd.org Subject: Re: zyd & TEW-424UB X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Weongyo Jeong List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Oct 2009 02:13:55 -0000 On Wed, Sep 23, 2009 at 12:17:50PM +0200, Albert Shih wrote: > Hi all > > I'm using FreeBSD 7-stable on my laptop. The wifi card is not working with > FreeBSD. > > So I just buy a > > Trendnet TEW-424UB > > wifi usb adapter. I find this model in the > > man zyd > > but when I plug my adapter (after add if_zyd_load="YES" in my loader.conf > and reboot) it's not working. > > The adapter is not attach to some zyd drivers but usbgen1 > > Anyone have a idea why this f(*!@)(# adapter don't work ? or better some > solution ? FWIW, according to OpenBSD's recent commit message, TRENDnet TEW-424UB has multiple revisions and different chipsets as follows: rev A ZD1211 V2 SiS163U V2.1R SiS163U V3.xR RTL8187B regards, Weongyo Jeong