Date: Thu, 30 Aug 2007 16:14:22 +0200 From: ted@tednet.nl (Ted Lindgreen) To: freebsd-current@freebsd.org Cc: Ted Lindgreen <ted@tednet.nl> Subject: New if_zyd driver Message-ID: <200708301414.l7UEEMSi004166@omval.tednet.nl> In-Reply-To: "Ted Lindgreen's message as of Aug 11, 10:21"
next in thread | raw e-mail | index | archive | help
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: <ZyDAS USB2.0 WLAN, class 255/255, rev 2.00/48.10, addr 2> 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: <ZyDAS USB2.0 WLAN, class 255/255, rev 2.00/48.10, addr 2> 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: <ZyDAS USB2.0 WLAN, class 255/255, rev 2.00/48.10, addr 2> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708301414.l7UEEMSi004166>