p910nd

2024-01-25 Thread Paul D
Trying to add the almost mandatory +kmod-usb-printer to p910nd package Since just about every known configuration still mandates that the user install kmod-usb-printer. https://github.com/openwrt/packages/pull/23094 Is there a smarter way to add this depends? I don't yet understand how

[OpenWrt-Devel] [PATCH 3/4] luci-p910nd: select p910nd

2014-11-20 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- luci2-p910nd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci2-p910nd/Makefile b/luci2-p910nd/Makefile index 50aeadc..e59ed21 100644 --- a/luci2-p910nd/Makefile +++ b/luci2-p910nd/Makefile @@ -9,7 +9,7

[OpenWrt-Devel] [PATCH V3][project/luci2/ui.git] luci2-p910nd: LuCI2 module for p910nd maganement

2014-04-14 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- V2: Replace if (!v) condition with type check. Earlier one was treating numeric value 0 as invalid which isn't true. V3: Drop debugging code (getUci) Change menu's entry acl to use p910nd --- luci2-p910nd/Makefile

[OpenWrt-Devel] [PATCH V2][project/luci2/ui.git] luci2-p910nd: LuCI2 module for p910nd maganement

2014-04-13 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- V2: Replace if (!v) condition with type check. Earlier one was treating numeric value 0 as invalid which isn't true. --- luci2-p910nd/Makefile | 36 .../usr/share/rpcd/acl.d/services.p910nd.json

[OpenWrt-Devel] [PATCH][project/luci2/ui.git] luci2-p910nd: LuCI2 module for p910nd maganement

2014-04-12 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- luci2-p910nd/Makefile | 36 .../usr/share/rpcd/acl.d/services.p910nd.json | 15 + .../usr/share/rpcd/menu.d/services.p910nd.json | 11 .../files/www/luci2/template/services.p910nd.htm

[OpenWrt-Devel] p910nd init.d broken? Duplicated processes

2012-11-24 Thread Rafał Miłecki
Hey, I've installed p910nd on my WRT160NL (AA beta2), but noticed some problems when restarting it. Killing p910nd seems to work only once, which results in running the deamon few times after some restarts. I'm not sure how to get the package author, opkg -V4 info p910nd doesn't list it :( All

Re: [OpenWrt-Devel] [PATCH 1/1] p910nd print server useless without usblp kernel module

2011-01-26 Thread Stefan Monnier
The p910nd driver provides a bidirectional network interface to USB connected printers. Actually, it can be either unidirectional or bidirectional. And I don't know of a case where the bidirectional code is useful (I'm partly to blame for its existence, because I thought it would let

Re: [OpenWrt-Devel] [PATCH 1/1] p910nd print server useless without usblp kernel module

2011-01-26 Thread Philip Prindeville
On 1/26/11 6:30 PM, Stefan Monnier wrote: The p910nd driver provides a bidirectional network interface to USB connected printers. Actually, it can be either unidirectional or bidirectional. And I don't know of a case where the bidirectional code is useful (I'm partly to blame for its existence

[OpenWrt-Devel] [PATCH 1/1] p910nd print server useless without usblp kernel module

2011-01-25 Thread Philip Prindeville
The p910nd driver provides a bidirectional network interface to USB connected printers. As such, it won't work without the 'lp' USB class (implemented in drivers/usb/class/usblp.c). Index: feeds/packages/net/p910nd/Makefile