From owner-freebsd-current@FreeBSD.ORG Thu Aug 30 14:14:27 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FDAE16A468 for ; Thu, 30 Aug 2007 14:14:27 +0000 (UTC) (envelope-from ted@omval.tednet.nl) Received: from omval.tednet.nl (omval.tednet.nl [IPv6:2001:7b8:206:1:200:39ff:fe59:b187]) by mx1.freebsd.org (Postfix) with ESMTP id 2CF9613C458 for ; Thu, 30 Aug 2007 14:14:26 +0000 (UTC) (envelope-from ted@omval.tednet.nl) Received: from omval.tednet.nl (localhost [127.0.0.1]) by omval.tednet.nl (8.14.1/8.14.1) with ESMTP id l7UEEMqW004167; Thu, 30 Aug 2007 16:14:22 +0200 (CEST) (envelope-from ted@omval.tednet.nl) Received: (from ted@localhost) by omval.tednet.nl (8.14.1/8.14.1/Submit) id l7UEEMSi004166; Thu, 30 Aug 2007 16:14:22 +0200 (CEST) (envelope-from ted) Message-Id: <200708301414.l7UEEMSi004166@omval.tednet.nl> From: ted@tednet.nl (Ted Lindgreen) Date: Thu, 30 Aug 2007 16:14:22 +0200 In-Reply-To: "Ted Lindgreen's message as of Aug 11, 10:21" X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: freebsd-current@freebsd.org X-Spam-Status: No, score=-2.5 required=5.0 tests=ALL_TRUSTED,BAYES_20 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on omval.tednet.nl X-Mailman-Approved-At: Fri, 31 Aug 2007 03:15:08 +0000 Cc: Ted Lindgreen Subject: New if_zyd driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2007 14:14:27 -0000 Hi, I'd like to report success with new zyd driver, and to thank the author for his work. I had tried the diff that was published previously. With ifconfig, the device associated with the access-point, but no traffic was possible. With the files now included in CVS, the device works! However, the stick needs to be inserted after booting up. Then I can also remove the stick without ill effects (for logmessages see below). When the stick is present during boot, the log shows: Aug 30 15:25:17 lapje kernel: zyd0: on uhub4 Aug 30 15:25:17 lapje kernel: zyd0: setting config no failed and there are 2 problems: 1. "ifconfig -a" shows no zyd0 device. 2. when the stick is removed, the laptop panics (page fault) Perhaps useful, the logs after inserting the stick, thus when it gets to work fine (despite the "Unknown" message). Aug 30 15:27:36 lapje kernel: zyd0: on uhub4 Aug 30 15:27:36 lapje root: Unknown USB device: vendor 0x0ace product 0x1215 bus uhub4 Aug 30 15:27:36 lapje kernel: zyd0: HMAC ZD1211B, FW 47.25, RF AL2230, PA 0, address 00:02:72:57:48:76 Aug 30 15:27:36 lapje kernel: zyd0: Ethernet address: 00:02:72:57:48:76 Aug 30 15:27:39 lapje kernel: zyd0: link state changed to UP when removed: Aug 30 15:54:03 lapje kernel: zyd0: at uhub4 port 1 (addr 2) disconnected Aug 30 15:54:03 lapje kernel: zyd0: link state changed to DOWN Aug 30 15:54:03 lapje kernel: zyd0: could not transmit buffer: IOERROR Aug 30 15:54:04 lapje kernel: zyd0: zyd_read sleep timeout Aug 30 15:54:04 lapje kernel: zyd0: could not send command (error=IOERROR) Aug 30 15:54:04 lapje last message repeated 2 times Aug 30 15:54:05 lapje kernel: zyd0: zyd_read sleep timeout Aug 30 15:54:05 lapje kernel: zyd0: could not send command (error=IOERROR) Aug 30 15:54:05 lapje last message repeated 2 times Aug 30 15:54:05 lapje kernel: zyd0: detached and when reinserted: Aug 30 15:55:00 lapje kernel: zyd0: on uhub4 Aug 30 15:55:00 lapje root: Unknown USB device: vendor 0x0ace product 0x1215 bus uhub4 Aug 30 15:55:00 lapje kernel: zyd0: HMAC ZD1211B, FW 47.25, RF AL2230, PA 0, address 00:02:72:57:48:76 Aug 30 15:55:00 lapje kernel: zyd0: Ethernet address: 00:02:72:57:48:76 Aug 30 15:55:14 lapje kernel: zyd0: link state changed to UP regards, -- ted