Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:user-guide:services:p910nd [2018/02/17 21:52] – ↷ Page moved from doc:uci:p910nd to docs:user-guide:services:p910nd bobafetthotmaildocs:guide-user:services:print_server:p910nd [2019/08/26 10:43] – tag optimization, formatting optimization, redundancy vgaetera
Line 2: Line 2:
 Description for the UCI configuration file ''/etc/config/p910nd''. Description for the UCI configuration file ''/etc/config/p910nd''.
  
-For installations instructions and more see: [[docs:user-guide:services:p910nd.server]].+For installations instructions and more see: [[docs:guide-user:services:print_server:p910nd.server]]
 +You can run more than one printer at the same time by adding additional sections.
  
 +The default configuration is (list all configured printers):
  
-TODO+<code bash> 
 +uci show p910nd 
 +</code>
  
-You can run more than one printer at the same time by adding additional sections. The default configuration is (list all configured printers): +  * Under Linux 2.4, the device name for the printer would be of the form /dev/usb/lpn, where n is usually 0 for the first printer. 
- +  * Under Linux 2.6, the device name for the printing would be of the form /dev/lpn
-Under Linux 2.4, the device name for the printer would be of the form /dev/usb/lpn, where n is usually 0 for the first printer. Under Linux 2.6, the device name for the printing would be of the form /dev/lpn +
- +
-<code> +
-uci show p910nd</code> +
- +
-<code> +
-uci set p910nd.cfg1=p910nd +
-uci set p910nd.cfg1.device=/dev/usb/lp0 +
-uci set p910nd.cfg1.port=0 +
-uci set p910nd.cfg1.bidirectional=1 +
-uci set p910nd.cfg1.enabled=1</code>+
  
 To add a second printer, do this: To add a second printer, do this:
  
-<code>+<code bash>
 uci set p910nd.cfg2=p910nd uci set p910nd.cfg2=p910nd
 uci set p910nd.cfg2.device=/dev/usb/lp1 uci set p910nd.cfg2.device=/dev/usb/lp1
Line 30: Line 23:
 uci set p910nd.cfg2.enabled=1 uci set p910nd.cfg2.enabled=1
 uci commit p910nd uci commit p910nd
-/etc/init.d/p910nd restart</code>+/etc/init.d/p910nd restart 
 +</code>
  
 To delete the second printer, do this: To delete the second printer, do this:
  
-<code>+<code bash>
 uci del p910nd.cfg2 uci del p910nd.cfg2
 uci commit p910nd uci commit p910nd
-/etc/init.d/p910nd restart</code>+/etc/init.d/p910nd restart 
 +</code>
  
 Description of the options in the p910nd config file ''/etc/config/p910nd'': Description of the options in the p910nd config file ''/etc/config/p910nd'':
Line 47: Line 42:
 | ''bidirectional'' | boolean | ''1'' | ''1'': Turn on bidirectional copying; ''0'': Turn off bidirectional copying |  | ''bidirectional'' | boolean | ''1'' | ''1'': Turn on bidirectional copying; ''0'': Turn off bidirectional copying | 
 | ''bind'' | IP address | unknown | The IP address to listen on (typically the same as LAN)|  | ''bind'' | IP address | unknown | The IP address to listen on (typically the same as LAN)| 
- 
-To start the p910nd daemon, do this: 
- 
-<code> 
-/etc/init.d/p910nd start</code> 
- 
-To start it up automatically on every boot, do this: 
- 
-<code> 
-/etc/init.d/p910nd enable</code> 
  
 **Note:** Enabling the service might not work as expected (not starting the service at boot time) on current Barrier Breaker versions (as of 2014.05.13), see [[https://dev.openwrt.org/ticket/14909|this issue]]. **Note:** Enabling the service might not work as expected (not starting the service at boot time) on current Barrier Breaker versions (as of 2014.05.13), see [[https://dev.openwrt.org/ticket/14909|this issue]].
  
  • Last modified: 2019/08/26 10:50
  • by vgaetera