Hello everybody,
I have successfully cross-compiled busybox for an arm processor. Now I am
trying to run udhcpd with a very basic config file


*start ** **10.0.1.100** *
*end** **10.0.1.120** *
*interface** **usb0** *
*max_leases** **21** *
*lease_file** **/etc/udhcpd.leases** *
*pidfile** **/etc/udhcpd.pid** *
*option** **subnet** **255.255.255.0*
*option** **domain** **local*
*option** **lease** **864000*

But when I try to run it, I get an error:

udhcpd (v1.14.1) started
*udhcpd: can't bind to interface usb0: Protocol not available*

I have been Googling it, and it looks like some Kernel problem or similar,
but haven't found exactly what is going on.

Has anyone get this error before? Is there any way around it?

Thank you!!
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to