New if_zyd driver
Ted Lindgreen
ted at tednet.nl
Thu Aug 30 07:14:27 PDT 2007
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
More information about the freebsd-current
mailing list