Hi

After some debugging, the File exists error is here
/modules/core/chan.c line 674

err = sysfs_create_link(
               &chan->port->kobj,
               &chan->kobj,
               chan->name);
if (err < 0)
               goto err_create_link_name;

when trying to create a link with name  000008.

So I ignored the error by commenting out the goto err_create_link_name; and it now works !??

Regards
Anthony

_______________________________________________
Visdn-hackers mailing list
[email protected]
https://mailman.uli.it/mailman/listinfo/visdn-hackers

Reply via email to