[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: eap0 failure on OpenBSD pre 3.5 snap
I looked into the sources.
What exactly happens if eap_flags_codec returns DONT_READ ?
Should that solve my problem of not hearing any cd ?
I found a patch which was imported from freebsd to netbsd, which
describes roughly the same problem (codec timeout).
Doin some diff's between netbsd's implementation does not show
eap_flags_codec.
?
On Sunday 14 March 2004 23:48, Ted Unangst wrote:
> if you want a real patch, look at the autri driver, search for
> DONT_READ and autri_flags_codec.
> you need to implement eap_flags_codec, and have it return DONT_READ.