Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1795 - p910nd sometimes will not start on W8970 #6833

Closed
openwrt-bot opened this issue Aug 19, 2018 · 3 comments
Closed

FS#1795 - p910nd sometimes will not start on W8970 #6833

openwrt-bot opened this issue Aug 19, 2018 · 3 comments
Labels

Comments

@openwrt-bot
Copy link

lukasz1992:

There is a problem that on some devices p910nd will not autostart.
It is probably because of kmod not being loaded.

The proposed solutions are:

  1. Modify /etc/init.d/p910nd in a way that it waits for device (/dev/usb/lp0 by default)
  2. Modify /etc/init.d/p910nd in a way that it sleeps for some seconds (10?)
  3. Modify header of /etc/init.d/p910nd - actually changing boot order from 50 to 98 helps
@openwrt-bot
Copy link
Author

johnklehm:

How about this:

  1. init script creates a cron task that checks every 2 to 5 minutes for the device specified in the config
  2. After successful detection the task deletes itself

@openwrt-bot
Copy link
Author

johnklehm:

After some research probably fixed with:
openwrt/packages@a9072f7

@openwrt-bot
Copy link
Author

lukasz1992:

Thank you @C John Klehm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant