[openbeosnetteam] Re: Realtek 8139 Driver

> But I bet your control_hook(), not returning B_OK to ioctl(dev,
> ETHER_INIT),
> don't allow Be Inc.'s rtl813 net_server add-on to publish your driver.
> Try to add this in your control_hook:
> 
>   case ETHER_INIT:
>     return B_OK;
> 
> It should works better...

That's not it. It works flawlessly, it even transmits packages, but
whenever I sent incoming packages to the read_hook, nothing is done with
them. 

Niels



Other related posts: