From owner-freebsd-questions@FreeBSD.ORG Fri Jun 12 19:49:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4704E106566B for ; Fri, 12 Jun 2009 19:49:42 +0000 (UTC) (envelope-from sdavtaker@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 067128FC0A for ; Fri, 12 Jun 2009 19:49:41 +0000 (UTC) (envelope-from sdavtaker@gmail.com) Received: by qw-out-2122.google.com with SMTP id 3so1288412qwe.7 for ; Fri, 12 Jun 2009 12:49:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=mlJMGublAxVlfet8oZQjmu12EgDCe5/n60vJXq0IQlQ=; b=l/ISkj2gSZezJggstgdqBtwnvqvc2KzpsPDA2aNKJolfi847R9ENfU6FPryeaAp1H0 XN8xQ+toOyUqiVPEPSvrl1AXE7yulx4jK+IZV9KljFPjw0eqb6s52UwWfF/bSaI0Idet xcNABv2WfrwlEhSerk1zOyRdr3L2jAgje2JSg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=jqBcg6Fwi/ekzsx9rdbMEXvlHguebaGMyQPa2CLaN1PSU9P5fmZ0+U0NcVhaHXB4SG Iq5+XUTB1xLXPuTUDszRjK8qYEpwhFh312EvFX1d44km+CHpDBw0wEyMh5AJzkWBFs5T tcTkIvVdtORXCSgawV91bI3nBVMUEo24hh9FI= MIME-Version: 1.0 Received: by 10.220.77.17 with SMTP id e17mr3790055vck.3.1244834869169; Fri, 12 Jun 2009 12:27:49 -0700 (PDT) Date: Fri, 12 Jun 2009 16:27:49 -0300 Message-ID: From: =?UTF-8?Q?Sd=C3=A4vtaker?= To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Is Zyd driver broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2009 19:49:42 -0000 Im having problems with a usb wifi card. Once every 1 hour i need to unplug it and replug :-( The card is: port 5 addr 2: high speed, power 500 mA, config 1, USB2.0 WLAN(0x1211), ZyDAS(0x0ace), rev 48.10 Connected to: addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), nVidia(0x0000), rev 1.00 The dmesg when connection brokes says: zyd0: on uhub1 zyd0: HMAC ZD1211, FW 46.05, RF AL2230, PA 0, address 00:11:e2:07:1c:a0 zyd0: WARNING: using obsoleted IFF_NEEDSGIANT flag zyd0: Ethernet address: 00:11:e2:07:1c:a0 zyd0: link state changed to UP zyd0: zyd_read sleep timeout zyd0: device timeout zyd0: could not transmit buffer: TIMEOUT Then, i unplug it: zyd0: at uhub1 port 5 (addr 2) disconnected zyd0: link state changed to DOWN zyd0: zyd_read sleep timeout zyd0: could not send command (error=IOERROR) zyd0: could not send command (error=IOERROR) zyd0: could not send command (error=IOERROR) zyd0: zyd_read sleep timeout zyd0: could not send command (error=IOERROR) zyd0: could not send command (error=IOERROR) zyd0: could not send command (error=IOERROR) zyd0: detached Then i plug it and starts working again: zyd0: on uhub1 zyd0: HMAC ZD1211, FW 46.05, RF AL2230, PA 0, address 00:11:e2:07:1c:a0 zyd0: WARNING: using obsoleted IFF_NEEDSGIANT flag zyd0: Ethernet address: 00:11:e2:07:1c:a0 zyd0: link state changed to UP The setup is: FreeBSD 7.2-RELEASE-p1 #0: Tue Jun 9 21:30:43 UTC 2009 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC And I start the netif form rc.conf: ifconfig_zyd0="WPA DHCP" Any help sill be really appreciated. Sdav