Pi as USB2Parallel printserver - issues

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Pi as USB2Parallel printserver - issues

Re: Pi as USB2Parallel printserver - issues

by Gnome » Fri Jan 13, 2017 7:56 pm

Having some issues with my printers connected to a Raspberry Pi running WTware I tried different cables and found one that works with all of my printers. I tried all cables on my old dotmatrix printer (Fujitsu DL 9300), a old laser (Kyocera FS-1030) and a lableprinter (Toshiba TEC B-SX4T). The Laser has a parralel AND a USB port - so the adapter wasn't necessary. I just tried it to see if it works.

The best adapter cable was
UGREEN USB to IEEE1284 Parallel Printer Cable, 3 meter, Model No.: 30228
http://www.ugreen.com.cn/product-639-en.html
It works perfectly with my three printers. Bought it at amazon's for 13 € (and just ordered 3 more ;-).

Attention:
Model No.: 30228 - there may be older cables with model no 20225 - I don't know if they work.
There's also a 1m-cable model no 30226 and a 2 meter model 20224 (the last may be a old one,
regarding the number)
However, the model 30228, 3 meter, works perfect.




The first USB to parallel adapter cable I tried didn't work with my dotmatrix printer and was slow with my Kyocera FS-1030 laser. After fixing the speed issue by WTware (thanks again!) it worked at least with the Laser. I also tested it with the lableprinter and it works well. Seems to be suitable for newer printers.
It's cheap cable (4 €) provided under different brands. It's sloppily crafted and easyly falls to pieces. But it works - at least with two of my printers.
http://www.dx.com/p/usb-2-0-to-cn36-par ... 00cm-23202
http://www.yatego.com/kabelmeister/p,5619907e3142c
https://de.aliexpress.com/item/Mecall-N ... 31349.html

I bought it at amazon's - allthough the picture didn't correspond to the cable I got.
https://www.amazon.de/gp/product/B000WNZAFU




I also tried this one by digitus
http://www.digitus.info/de/produkte/com ... c-usb-pm1/

It did not even send one byte to any of my printers. Completely useless 11,50 € cable. Maybe I hit a defect one - can't believe that they sell such junk.

Re: Pi as USB2Parallel printserver - issues

by brunoadr » Mon Dec 26, 2016 4:00 pm

Not adding anything useful to this discussion, but these old paralell printers can be a real pain the in a**! I still have to maintain some working here, and they suck. We have to stick around to some XP workstations because of them. But soon enough they'll all be gone since we're implementing all digital doc-e system. Can't wait for that to happen, we will just need a couple of network printers every other working area then...

Re: Pi as USB2Parallel printserver - issues

by Gnome » Fri Dec 23, 2016 2:18 pm

These are very interesting details...

The laser printer works perfect now.
Also the dot matrix is fast, but it still has problems with reset status. Printer doesn't work until the cable is disconnected to have a reset and then connected again.
I will try other cables - perhaps its a poor implementation of the adapters parallel printer protocol.
I will let you know the results...

Re: Pi as USB2Parallel printserver - issues

by aka » Thu Dec 22, 2016 7:42 am

Gnome wrote:18-14-25-243| [ printer] [ 50.810787] Slow write mode.
:oops: It's a undocumented workaround for very slow printer on USB2Parallel adapter. I forgot about it.

Windows sent bytes to WTware. A lot of bytes, if user sent large printing task. WTware sent bytes to usb (wrote to linux usb printer driver, linux usb printer driver sent bytes to linux usb driver, and linux usb driver sent bytes to usb wire). usb2parallel convert to lpt and send to printer. Printer print.

USB printer told linux usb driver "too many data, please wait" and it waits. USB2Parallel adapter does not. If there are too many bytes, more then printer memory buffer, bytes become lost.

So we made workaround that send data sloooowly.

Please, try this:

http://pxe.ru/files/testing/201612220327.zip

There is no "slow write mode".

Re: Pi as USB2Parallel printserver - issues

by Gnome » Mon Dec 19, 2016 3:36 am

Printed one test page from the printer queues property page. It was 100 KB and took about 40 seconds to print.
Here's the log:

18-14-25-243| WTware v.5.4.56/RPi supervisor.
18-14-25-243| WTC listener is active.
18-14-25-243| WTC broadcast listener is active.
18-14-25-243| [ KERNEL] [ 0.000000] Booting Linux on physical CPU 0x0
18-14-25-243| [ KERNEL] [ 0.000000] Initializing cgroup subsys cpuset
18-14-25-243| [ KERNEL] [ 0.000000] Initializing cgroup subsys cpu
18-14-25-243| [ KERNEL] [ 0.000000] Initializing cgroup subsys cpuacct
18-14-25-243| [ KERNEL] [ 0.000000] Linux version 4.4.30 (aka@c12) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.1) ) #23 SMP Wed Nov 9 17:33:20 +04 2016
18-14-25-243| [ KERNEL] [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
18-14-25-243| [ KERNEL] [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
18-14-25-243| [ KERNEL] [ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2
18-14-25-243| [ KERNEL] [ 0.000000] cma: Reserved 8 MiB at 0x07800000
18-14-25-243| [ KERNEL] [ 0.000000] Memory policy: Data cache writealloc
18-14-25-243| [ KERNEL] [ 0.000000] On node 0 totalpages: 32768
18-14-25-243| [ KERNEL] [ 0.000000] free_area_init_node: node 0, pgdat 8090f480, node_mem_map 876d2000
18-14-25-243| [ KERNEL] [ 0.000000] Normal zone: 288 pages used for memmap
18-14-25-243| [ KERNEL] [ 0.000000] Normal zone: 0 pages reserved
18-14-25-243| [ KERNEL] [ 0.000000] Normal zone: 32768 pages, LIFO batch:7
18-14-25-243| [ KERNEL] [ 0.000000] [bcm2709_smp_init_cpus] enter (94c0->f3003010)
18-14-25-243| [ KERNEL] [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
18-14-25-243| [ KERNEL] [ 0.000000] PERCPU: Embedded 11 pages/cpu @87699000 s13324 r8192 d23540 u45056
18-14-25-243| [ KERNEL] [ 0.000000] pcpu-alloc: s13324 r8192 d23540 u45056 alloc=11*4096
18-14-25-243| [ KERNEL] [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
18-14-25-243| [ KERNEL] [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32480
18-14-25-243| [ KERNEL] [ 0.000000] Kernel command line: 8250.nr_uarts=1 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2709.boardrev=0xa02082 bcm2709.serial=0xe6087f6b smsc95xx.macaddr=B8:27:EB:08:7F:6B bcm2708_fb.fbdepth=32 bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 vc_mem.mem_base=0xec00000 vc_mem.mem_size=0x10000000 console=ttyAMA0,115200 console=tty1 quiet
18-14-25-243| [ KERNEL] [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
18-14-25-243| [ KERNEL] [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
18-14-25-243| [ KERNEL] [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
18-14-25-243| [ KERNEL] [ 0.000000] Memory: 111688K/131072K available (3795K kernel code, 168K rwdata, 1176K rodata, 4108K init, 365K bss, 11192K reserved, 8192K cma-reserved)
18-14-25-243| [ KERNEL] [ 0.000000] Virtual kernel memory layout:
18-14-25-243| [ KERNEL] [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
18-14-25-243| [ KERNEL] [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
18-14-25-243| [ KERNEL] [ 0.000000] vmalloc : 0x88800000 - 0xff800000 (1904 MB)
18-14-25-243| [ KERNEL] [ 0.000000] lowmem : 0x80000000 - 0x88000000 ( 128 MB)
18-14-25-243| [ KERNEL] [ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
18-14-25-243| [ KERNEL] [ 0.000000] .text : 0x80008000 - 0x804e2f94 (4972 kB)
18-14-25-243| [ KERNEL] [ 0.000000] .init : 0x804e3000 - 0x808e6000 (4108 kB)
18-14-25-243| [ KERNEL] [ 0.000000] .data : 0x808e6000 - 0x80910380 ( 169 kB)
18-14-25-243| [ KERNEL] [ 0.000000] .bss : 0x80913000 - 0x8096e54c ( 366 kB)
18-14-25-243| [ KERNEL] [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
18-14-25-243| [ KERNEL] [ 0.000000] Hierarchical RCU implementation.
18-14-25-243| [ KERNEL] [ 0.000000] Build-time adjustment of leaf fanout to 32.
18-14-25-243| [ KERNEL] [ 0.000000] NR_IRQS:16 nr_irqs:16 16
18-14-25-243| [ KERNEL] [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
18-14-25-243| [ KERNEL] [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
18-14-25-243| [ KERNEL] [ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
18-14-25-243| [ KERNEL] [ 0.000023] Switching to timer-based delay loop, resolution 52ns
18-14-25-243| [ KERNEL] [ 0.000191] Console: colour dummy device 80x30
18-14-25-243| [ KERNEL] [ 0.000367] console [tty1] enabled
18-14-25-243| [ KERNEL] [ 0.000389] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
18-14-25-243| [ KERNEL] [ 0.000407] pid_max: default: 32768 minimum: 301
18-14-25-243| [ KERNEL] [ 0.000525] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
18-14-25-243| [ KERNEL] [ 0.000538] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
18-14-25-243| [ KERNEL] [ 0.001395] Disabling cpuset control group subsystem
18-14-25-243| [ KERNEL] [ 0.001422] Initializing cgroup subsys io
18-14-25-243| [ KERNEL] [ 0.001446] Initializing cgroup subsys memory
18-14-25-243| [ KERNEL] [ 0.001482] Initializing cgroup subsys devices
18-14-25-243| [ KERNEL] [ 0.001500] Initializing cgroup subsys freezer
18-14-25-243| [ KERNEL] [ 0.001539] CPU: Testing write buffer coherency: ok
18-14-25-243| [ KERNEL] [ 0.002000] CPU0: update cpu_capacity 1024
18-14-25-243| [ KERNEL] [ 0.002010] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
18-14-25-243| [ KERNEL] [ 0.002020] [bcm2709_smp_prepare_cpus] enter
18-14-25-243| [ KERNEL] [ 0.002111] Setting up static identity map for 0x8240 - 0x8274
18-14-25-243| [ KERNEL] [ 0.003463] [bcm2709_boot_secondary] cpu:1 started (0) 17
18-14-25-243| [ KERNEL] [ 0.003668] [bcm2709_secondary_init] enter cpu:1
18-14-25-243| [ KERNEL] [ 0.003708] CPU1: update cpu_capacity 1024
18-14-25-243| [ KERNEL] [ 0.003714] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
18-14-25-243| [ KERNEL] [ 0.004046] [bcm2709_boot_secondary] cpu:2 started (0) 16
18-14-25-243| [ KERNEL] [ 0.004197] [bcm2709_secondary_init] enter cpu:2
18-14-25-243| [ KERNEL] [ 0.004216] CPU2: update cpu_capacity 1024
18-14-25-243| [ KERNEL] [ 0.004222] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
18-14-25-243| [ KERNEL] [ 0.004520] [bcm2709_boot_secondary] cpu:3 started (0) 18
18-14-25-243| [ KERNEL] [ 0.004658] [bcm2709_secondary_init] enter cpu:3
18-14-25-243| [ KERNEL] [ 0.004677] CPU3: update cpu_capacity 1024
18-14-25-243| [ KERNEL] [ 0.004683] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
18-14-25-243| [ KERNEL] [ 0.004736] Brought up 4 CPUs
18-14-25-243| [ KERNEL] [ 0.004757] SMP: Total of 4 processors activated (153.60 BogoMIPS).
18-14-25-243| [ KERNEL] [ 0.004765] CPU: All CPU(s) started in HYP mode.
18-14-25-243| [ KERNEL] [ 0.004771] CPU: Virtualization extensions available.
18-14-25-243| [ KERNEL] [ 0.005157] devtmpfs: initialized
18-14-25-243| [ KERNEL] [ 0.014763] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
18-14-25-243| [ KERNEL] [ 0.015098] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
18-14-25-243| [ KERNEL] [ 0.015568] pinctrl core: initialized pinctrl subsystem
18-14-25-243| [ KERNEL] [ 0.015979] NET: Registered protocol family 16
18-14-25-243| [ KERNEL] [ 0.021165] DMA: preallocated 4096 KiB pool for atomic coherent allocations
18-14-25-243| [ KERNEL] [ 0.049933] cpuidle: using governor ladder
18-14-25-243| [ KERNEL] [ 0.079953] cpuidle: using governor menu
18-14-25-243| [ KERNEL] [ 0.086099] Serial: AMBA PL011 UART driver
18-14-25-243| [ KERNEL] [ 0.086284] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
18-14-25-243| [ KERNEL] [ 0.086488] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
18-14-25-243| [ KERNEL] [ 0.152483] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
18-14-25-243| [ KERNEL] [ 0.153018] usbcore: registered new interface driver usbfs
18-14-25-243| [ KERNEL] [ 0.153148] usbcore: registered new interface driver hub
18-14-25-243| [ KERNEL] [ 0.153240] usbcore: registered new device driver usb
18-14-25-243| [ KERNEL] [ 0.160139] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-12-09 17:48
18-14-25-243| [ KERNEL] [ 0.172179] clocksource: Switched to clocksource arch_sys_counter
18-14-25-243| [ KERNEL] [ 0.184411] NET: Registered protocol family 2
18-14-25-243| [ KERNEL] [ 0.184978] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
18-14-25-243| [ KERNEL] [ 0.185007] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
18-14-25-243| [ KERNEL] [ 0.185040] TCP: Hash tables configured (established 1024 bind 1024)
18-14-25-243| [ KERNEL] [ 0.185105] UDP hash table entries: 256 (order: 1, 8192 bytes)
18-14-25-243| [ KERNEL] [ 0.185134] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
18-14-25-243| [ KERNEL] [ 0.185313] NET: Registered protocol family 1
18-14-25-243| [ KERNEL] [ 2.313986] futex hash table entries: 1024 (order: 4, 65536 bytes)
18-14-25-243| [ KERNEL] [ 2.358038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
18-14-25-243| [ KERNEL] [ 2.358064] io scheduler noop registered
18-14-25-243| [ KERNEL] [ 2.358079] io scheduler deadline registered (default)
18-14-25-243| [ KERNEL] [ 2.360397] BCM2708FB: allocated DMA memory c7c00000
18-14-25-243| [ KERNEL] [ 2.360445] BCM2708FB: allocated DMA channel 0 @ f3007000
18-14-25-243| [ KERNEL] [ 2.421058] Console: switching to colour frame buffer device 240x67
18-14-25-243| [ KERNEL] [ 3.301246] bcm2835-rng 3f104000.rng: hwrng registered
18-14-25-243| [ KERNEL] [ 3.301499] vc-cma: Videocore CMA driver
18-14-25-243| [ KERNEL] [ 3.301510] vc-cma: vc_cma_base = 0x00000000
18-14-25-243| [ KERNEL] [ 3.301519] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
18-14-25-243| [ KERNEL] [ 3.301527] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
18-14-25-243| [ KERNEL] [ 3.301786] vc-mem: phys_addr:0x00000000 mem_base=0x0ec00000 mem_size:0x10000000(256 MiB)
18-14-25-243| [ KERNEL] [ 3.303270] vchiq: vchiq_init_state: slot_zero = 0x87c80000, is_master = 0
18-14-25-243| [ KERNEL] [ 3.306338] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
18-14-25-243| [ KERNEL] [ 3.506677] Core Release: 2.80a
18-14-25-243| [ KERNEL] [ 3.506694] Setting default values for core params
18-14-25-243| [ KERNEL] [ 3.506725] Finished setting default values for core params
18-14-25-243| [ KERNEL] [ 3.707079] Using Buffer DMA mode
18-14-25-243| [ KERNEL] [ 3.707092] Periodic Transfer Interrupt Enhancement - disabled
18-14-25-243| [ KERNEL] [ 3.707100] Multiprocessor Interrupt Enhancement - disabled
18-14-25-243| [ KERNEL] [ 3.707109] OTG VER PARAM: 0, OTG VER FLAG: 0
18-14-25-243| [ KERNEL] [ 3.707123] Dedicated Tx FIFOs mode
18-14-25-243| [ KERNEL] [ 3.707474] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0x87c14000 dma = 0xc7c14000 len=9024
18-14-25-243| [ KERNEL] [ 3.707507] FIQ FSM acceleration enabled for :
18-14-25-243| [ KERNEL] [ 3.707507] Non-periodic Split Transactions
18-14-25-243| [ KERNEL] [ 3.707507] Periodic Split Transactions
18-14-25-243| [ KERNEL] [ 3.707507] High-Speed Isochronous Endpoints
18-14-25-243| [ KERNEL] [ 3.707507] Interrupt/Control Split Transaction hack enabled
18-14-25-243| [ KERNEL] [ 3.707530] dwc_otg: Microframe scheduler enabled
18-14-25-243| [ KERNEL] [ 3.707578] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x8025a168
18-14-25-243| [ KERNEL] [ 3.707592] WARN::hcd_init_fiq:414: FIQ ASM at 0x8025a4cc length 36
18-14-25-243| [ KERNEL] [ 3.707607] WARN::hcd_init_fiq:439: MPHI regs_base at 0x8890a000
18-14-25-243| [ KERNEL] [ 3.707664] dwc_otg 3f980000.usb: DWC OTG Controller
18-14-25-243| [ KERNEL] [ 3.707705] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
18-14-25-243| [ KERNEL] [ 3.707738] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
18-14-25-243| [ KERNEL] [ 3.707791] Init: Port Power? op_state=1
18-14-25-243| [ KERNEL] [ 3.707798] Init: Power Port (0)
18-14-25-243| [ KERNEL] [ 3.707979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
18-14-25-243| [ KERNEL] [ 3.707993] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
18-14-25-243| [ KERNEL] [ 3.708005] usb usb1: Product: DWC OTG Controller
18-14-25-243| [ KERNEL] [ 3.708016] usb usb1: Manufacturer: Linux 4.4.30 dwc_otg_hcd
18-14-25-243| [ KERNEL] [ 3.708027] usb usb1: SerialNumber: 3f980000.usb
18-14-25-243| [ KERNEL] [ 3.708704] hub 1-0:1.0: USB hub found
18-14-25-243| [ KERNEL] [ 3.708743] hub 1-0:1.0: 1 port detected
18-14-25-243| [ KERNEL] [ 3.709192] dwc_otg: FIQ enabled
18-14-25-243| [ KERNEL] [ 3.709201] dwc_otg: NAK holdoff enabled
18-14-25-243| [ KERNEL] [ 3.709208] dwc_otg: FIQ split-transaction FSM enabled
18-14-25-243| [ KERNEL] [ 3.709247] Module dwc_common_port init
18-14-25-243| [ KERNEL] [ 3.709623] usbcore: registered new interface driver usbtouchscreen
18-14-25-243| [ KERNEL] [ 3.710277] bcm2835-cpufreq: min=600000 max=1200000
18-14-25-243| [ KERNEL] [ 3.712752] sdhost: log_buf @ 87c13000 (c7c13000)
18-14-25-243| [ KERNEL] [ 3.772193] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
18-14-25-243| [ KERNEL] [ 3.774363] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
18-14-25-243| [ KERNEL] [ 3.774371] mmc-bcm2835 3f300000.mmc: Forcing PIO mode
18-14-25-243| [ KERNEL] [ 3.832388] hidraw: raw HID events driver (C) Jiri Kosina
18-14-25-243| [ KERNEL] [ 3.833242] usbcore: registered new interface driver usbhid
18-14-25-243| [ KERNEL] [ 3.833259] usbhid: USB HID core driver
18-14-25-243| [ KERNEL] [ 3.833812] NET: Registered protocol family 17
18-14-25-243| [ KERNEL] [ 3.834026] Registering SWP/SWPB emulation handler
18-14-25-243| [ KERNEL] [ 3.834523] registered taskstats version 1
18-14-25-243| [ KERNEL] [ 3.834590] vc-sm: Videocore shared memory driver
18-14-25-243| [ KERNEL] [ 3.834601] [vc_sm_connected_init]: start
18-14-25-243| [ KERNEL] [ 3.840105] [vc_sm_connected_init]: end - returning 0
18-14-25-243| [ KERNEL] [ 3.840955] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
18-14-25-243| [ KERNEL] [ 3.841432] console [ttyAMA0] enabled
18-14-25-243| [ KERNEL] [ 3.845492] Freeing unused kernel memory: 4108K (804e3000 - 808e6000)
18-14-25-243| [ KERNEL] [ 3.902255] Indeed it is in host mode hprt0 = 00021501
18-14-25-243| [ KERNEL] [ 4.053607] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
18-14-25-243| [ KERNEL] [ 4.055156] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
18-14-25-243| [ KERNEL] [ 4.056692] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
18-14-25-243| [ KERNEL] [ 4.059444] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
18-14-25-243| [ KERNEL] [ 4.082215] usb 1-1: new high-speed USB device number 2 using dwc_otg
18-14-25-243| [ KERNEL] [ 4.082353] Indeed it is in host mode hprt0 = 00001101
18-14-25-243| [ KERNEL] [ 4.161816] mmc1: new high speed SDIO card at address 0001
18-14-25-243| [ pfac] [ 4.169365] Run /sbin/initrd.
18-14-25-243| [ pfac] [ 4.169656] Ok, PID 542.
18-14-25-243| [ initrd] [ 4.172273] WTware shell v.5.4.56/RPi
18-14-25-243| [ KERNEL] [ 4.292434] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
18-14-25-243| [ KERNEL] [ 4.292456] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
18-14-25-243| [ KERNEL] [ 4.293225] hub 1-1:1.0: USB hub found
18-14-25-243| [ KERNEL] [ 4.293337] hub 1-1:1.0: 5 ports detected
18-14-25-243| [ KERNEL] [ 4.572208] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
18-14-25-243| [ KERNEL] [ 4.672423] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
18-14-25-243| [ KERNEL] [ 4.672439] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
18-14-25-243| [ KERNEL] [ 4.752214] usb 1-1.3: new low-speed USB device number 4 using dwc_otg
18-14-25-243| [ KERNEL] [ 4.856311] usb 1-1.3: New USB device found, idVendor=0461, idProduct=4d16
18-14-25-243| [ KERNEL] [ 4.856327] usb 1-1.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
18-14-25-243| [ KERNEL] [ 4.856339] usb 1-1.3: Product: USB Optical Mouse
18-14-25-243| [ KERNEL] [ 4.861106] input: USB Optical Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:0461:4D16.0001/input/input0
18-14-25-243| [ KERNEL] [ 4.861549] hid-generic 0003:0461:4D16.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-3f980000.usb-1.3/input0
18-14-25-243| [ KERNEL] [ 4.952205] usb 1-1.4: new full-speed USB device number 5 using dwc_otg
18-14-25-243| [ KERNEL] [ 5.055963] usb 1-1.4: New USB device found, idVendor=1a86, idProduct=7584
18-14-25-243| [ KERNEL] [ 5.055979] usb 1-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
18-14-25-243| [ KERNEL] [ 5.055991] usb 1-1.4: Product: USB2.0-Print
18-14-25-243| [ KERNEL] [ 5.152211] usb 1-1.5: new low-speed USB device number 6 using dwc_otg
18-14-25-243| [ KERNEL] [ 5.387136] usb 1-1.5: New USB device found, idVendor=04d9, idProduct=1603
18-14-25-243| [ KERNEL] [ 5.387153] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
18-14-25-243| [ KERNEL] [ 5.387165] usb 1-1.5: Product: USB Keyboard
18-14-25-243| [ KERNEL] [ 5.387176] usb 1-1.5: Manufacturer:
18-14-25-243| [ KERNEL] [ 5.435249] input: USB Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/0003:04D9:1603.0002/input/input1
18-14-25-243| [ KERNEL] [ 5.492955] hid-generic 0003:04D9:1603.0002: input,hidraw1: USB HID v1.10 Keyboard [ USB Keyboard] on usb-3f980000.usb-1.5/input0
18-14-25-243| [ KERNEL] [ 5.573871] input: USB Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:04D9:1603.0003/input/input2
18-14-25-243| [ KERNEL] [ 5.632583] hid-generic 0003:04D9:1603.0003: input,hidraw2: USB HID v1.10 Device [ USB Keyboard] on usb-3f980000.usb-1.5/input1
18-14-25-243| [ initrd] [ 5.660533] Load ethernet drivers.
18-14-25-243| [ initrd] [ 5.660647] modprobe smsc95xx.
18-14-25-243| [ KERNEL] [ 5.669923] smsc95xx v1.0.4
18-14-25-243| [ KERNEL] [ 5.725024] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:08:7f:6b
18-14-25-243| [ KERNEL] [ 5.725276] usbcore: registered new interface driver smsc95xx
18-14-25-243| [ KERNEL] [ 5.784019] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
18-14-25-243| [ KERNEL] [ 7.558157] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
18-14-25-243| [ initrd] [ 7.928991] dhcp: 358 bytes from 192.168.0.129.
18-14-25-243| [ initrd] [ 7.929094] 00000000:000001520000000000110000c0a80081ffffffff004300440152000002010600 ...R................C.D.R......
18-14-25-243| [ initrd] [ 7.929169] 00000020:67458b6b0000000000000000c0a8008dc0a8008100000000b827eb087f6b0000 gE.k.....................'..k..
18-14-25-243| [ initrd] [ 7.929240] 00000040:0000000000000000000000000000000000000000000000000000000000000000 ................................
18-14-25-243| [ initrd] [ 7.929310] 00000060:0000000000000000000000000000000000000000000000000000000000000000 ................................
18-14-25-243| [ initrd] [ 9.380128] dhcp: 358 bytes from 192.168.0.129.
18-14-25-243| [ initrd] [ 9.380216] 00000000:000001520000000000110000c0a80081ffffffff004300440152000002010600 ...R................C.D.R......
18-14-25-243| [ initrd] [ 9.380288] 00000020:67458b6b0000000000000000c0a8008dc0a8008100000000b827eb087f6b0000 gE.k.....................'..k..
18-14-25-243| [ initrd] [ 9.380358] 00000040:0000000000000000000000000000000000000000000000000000000000000000 ................................
18-14-25-243| [ initrd] [ 9.380427] 00000060:0000000000000000000000000000000000000000000000000000000000000000 ................................
18-14-25-243| [ initrd] [ 9.420107] dhcp: server address 192.168.0.129.
18-14-25-243| [ initrd] [ 9.420182] dhcp: 192.168.0.141/255.255.255.0.
18-14-25-243| [ initrd] [ 9.420251] dhcp: default gateway 192.168.0.129.
18-14-25-243| [ initrd] [ 9.420319] dhcp: DNS 192.168.0.200.
18-14-25-243| [ initrd] [ 9.420387] dhcp: DNS 192.168.0.4.
18-14-25-243| [ initrd] [ 9.420455] dhcp: hostname Pi3-A-DT.
18-14-25-243| [ initrd] [ 9.420522] dhcp: TFTP from 066 192.168.0.129.
18-14-25-243| [ initrd] [ 9.420589] dhcp: TFTP 192.168.0.129.
18-14-25-243| [ initrd] [ 9.420656] dhcp: boot file (067) 5.4.56\kernel7.img.
18-14-25-243| [ initrd] [ 9.420723] TFTP binary "5.4.56\", configs prefix "", using "\" slash.
18-14-25-243| [ initrd] [ 9.420791] dhcp: MTU 1500.
18-14-25-243| Send broadcast WTCU discover.
18-14-25-243| [ KERNEL] [ 10.893906] random: nonblocking pool is initialized
18-14-25-243| [ initrd] [ 14.495074] mount () failed, errno 2.
18-14-25-243| [ initrd] [ 14.495191] initrd.cpp ( 246): -- ERROR -- INTERNAL ERROR. Please, contact WTware tech support.
18-14-25-243| [ initrd] [ 14.532594] Run '/sbin/httpd', log '/tmp/httpd.out', env '', pid ''.
18-14-25-243| [ pfac] [ 14.532710] Run /sbin/httpd.
18-14-25-243| [ pfac] [ 14.532968] Ok, PID 583.
18-14-25-243| [ httpd] [ 14.538006] HTTP Server, WTware v.5.4.56/RPi
18-14-25-243| [ initrd] [ 14.653415] USB: 0424:9514 Standard Microsystems Corp. SMC9514 Hub.
18-14-25-243| [ initrd] [ 14.653569] USB: 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter.
18-14-25-243| [ initrd] [ 14.653646] USB: 0461:4d16 Primax Electronics, Ltd.
18-14-25-243| [ initrd] [ 14.653718] USB: 1a86:7584 QinHeng Electronics CH340S.
18-14-25-243| [ initrd] [ 14.653790] USB: 04d9:1603 Holtek Semiconductor, Inc. Keyboard.
18-14-25-243| [ initrd] [ 14.653879] [TFTP] Download config file Everyone\list.wtc from 192.168.0.129.
18-14-25-243| [ initrd] [ 14.658495] WTware TFTP v.5.4.66.
18-14-25-243| /--- FILE "/tmp/list.wtc" -----------------------
18-14-25-243| | #
18-14-25-243| | # Include files list.
18-14-25-243| | #
18-14-25-243| | # This way of terminals configuration is meant only for manual
18-14-25-243| | # terminals management. Graphic configurator doesn't read list.wtc,
18-14-25-243| | # doesn't read or edit files from ListIncludes directory. So be careful
18-14-25-243| | # not to configure one terminal in configurator and in list.wtc.
18-14-25-243| | #
18-14-25-243| | # This file uses such syntax:
18-14-25-243| | #
18-14-25-243| | # 01.02.03.04.05.06[([username@][terminalname])] [file [file ...]]] [# note]
18-14-25-243| | #
18-14-25-243| | # Examples:
18-14-25-243| | #
18-14-25-243| | # 02.03.04.05.06.07 file1
18-14-25-243| | #
18-14-25-243| | # It means that terminal with MAC-address 02.03.04.05.06.07
18-14-25-243| | # reads parameters from file ListIncludes/file1.
18-14-25-243| | #
18-14-25-243| | #
18-14-25-243| | # 03.04.05.06.07.08(vasja@) file2
18-14-25-243| | #
18-14-25-243| | # It means that terminal with MAC-address 03.04.05.06.07.08
18-14-25-243| | # reads parameters from file ListIncludes/file2
18-14-25-243| | # and sets user name "vasja" in "Windows login" window.
18-14-25-243| | #
18-14-25-243| | #
18-14-25-243| | # 04.05.06.07.08.09(term5) file6 file7 # John notebook.
18-14-25-243| | #
18-14-25-243| | # It means that terminal with MAC-address 04.05.06.07.08.09
18-14-25-243| | # is named term5, the same as specify clienthostname parameter,
18-14-25-243| | # and it reads parameters from files ListIncludes/file6 and
18-14-25-243| | # ListIncludes/file7.
18-14-25-243| | #
18-14-25-243| | #
18-14-25-243| | # To specify user name using non-latin letters open this file in
18-14-25-243| | # Notepad and save with Encoding: Unicode.
18-14-25-243| | #
18-14-25-243| \----------------------------------------------------
18-14-25-243| [ initrd] [ 14.660623] [TFTP] Download config file Terminals\B8.27.EB.08.7F.6B\config.wtc from 192.168.0.129.
18-14-25-243| /--- FILE "/tmp/config.wtc" -----------------------
18-14-25-243| | user=Terkl
18-14-25-243| | clienthostname=Pi3-A-DT
18-14-25-243| | printer=usb
18-14-25-243| | template Pi3
18-14-25-243| | connection
18-14-25-243| \----------------------------------------------------
18-14-25-243| [ initrd] [ 14.662600] [TFTP] Download config file Everyone\all.wtc from 192.168.0.129.
18-14-25-243| /--- FILE "/tmp/all.wtc" -----------------------
18-14-25-243| | [BOM]
18-14-25-243| | server=192.168.0.129
18-14-25-243| | keyboard=de
18-14-25-243| | language=de,default
18-14-25-243| | turnoffmenu=always
18-14-25-243| | resolution=1920x1080
18-14-25-243| | display=1920x1080
18-14-25-243| \----------------------------------------------------
18-14-25-243| [ initrd] [ 14.664415] [TFTP] Download config file Templates\Pi3.wtc from 192.168.0.129.
18-14-25-243| /--- FILE "/tmp/tmp.wtc" -----------------------
18-14-25-243| | [BOM]
18-14-25-243| | server=192.168.0.129
18-14-25-243| | keyboard=de
18-14-25-243| | language=de,default
18-14-25-243| | turnoffmenu=always
18-14-25-243| | resolution=1920x1080
18-14-25-243| | display=1920x1080
18-14-25-243| | graphic=f
18-14-25-243| | sound=on
18-14-25-243| \----------------------------------------------------
18-14-25-243| /--- FILE "/etc/config.compiled" -----------------------
18-14-25-243| | [BOM]
18-14-25-243| | server=192.168.0.129
18-14-25-243| | keyboard=de
18-14-25-243| | language=de,default
18-14-25-243| | turnoffmenu=always
18-14-25-243| | resolution=1920x1080
18-14-25-243| | display=1920x1080
18-14-25-243| | graphic=f
18-14-25-243| | sound=on
18-14-25-243| | user=Terkl
18-14-25-243| | clienthostname=Pi3-A-DT
18-14-25-243| | printer=usb
18-14-25-243| | connection
18-14-25-243| \----------------------------------------------------
18-14-25-243| [ initrd] [ 14.666714] Hostname: "Pi3-A-DT".
18-14-25-243| Everyone can control terminal by RSH.
18-14-25-243| RSH: listener is active.
18-14-25-243| Send broadcast WTCU discover.
18-14-25-243| [ initrd] [ 14.844451] [TFTP] Download and unpack file 5.4.56\pi2\localboot\packages\print from 192.168.0.129.
18-14-25-243| [ httpd] [ 14.844516] Reread settings.
18-14-25-243| [ httpd] [ 14.844766] Everyone can control terminal by HTTP.
18-14-25-243| [ initrd] [ 14.848535] /sbin/printer already exist. Do not overwrite.
18-14-25-243| [ initrd] [ 14.853207] /sbin/prnsrvui already exist. Do not overwrite.
18-14-25-243| [ initrd] [ 15.168512] Load usb printer driver.
18-14-25-243| [ initrd] [ 15.168668] modprobe usblp.
18-14-25-243| [ initrd] [ 15.202141] Run '/sbin/printer 0 1 0', log '', env '', pid ''.
18-14-25-243| [ KERNEL] [ 15.203242] usblp 1-1.4:1.0: usblp0: USB Bidirectional printer dev 5 if 0 alt 1 proto 2 vid 0x1A86 pid 0x7584
18-14-25-243| [ KERNEL] [ 15.203373] usbcore: registered new interface driver usblp
18-14-25-243| [ pfac] [ 15.202417] Run /sbin/printer 0 1 0.
18-14-25-243| [ pfac] [ 15.202522] Ok, PID 590.
18-14-25-243| [ printer] [ 15.206054] Printserver, WTware v.5.4.56/RPi
18-14-25-243| [ printer] [ 15.206197] Printserver 0, device /dev/usb/lp0, listen at port 9100.
18-14-25-243| [ gm] [ 15.206994] WTware session manager v.5.4.56/RPi.
18-14-25-243| [ gm] [ 15.208371] Add keyboard event2: USB Keyboard.
18-14-25-243| [ gm] [ 15.208460] Add keyboard event1: USB Keyboard.
18-14-25-243| [ gm] [ 15.270106] EV_REL flag found. Add mouse event0: USB Optical Mouse.
18-14-25-243| [ gm] [ 15.270326] Display mode: 1920x1080, 32 bit, 0 Hz, modeline "", DDC enabled, connector 0.
18-14-25-243| [ gm] [ 15.305427] Framebuffer device found.
18-14-25-243| [ gm] [ 15.305510] LINELENBYTES 7680
18-14-25-243| [ gm] [ 15.305587] VLEN 8294400
18-14-25-243| [ gm] [ 15.384215] [TFTP] Download and unpack file 5.4.56\pi2\localboot\packages\pi2-alsa from 192.168.0.129.
18-14-25-243| [ gm] [ 15.664816] modprobe snd-bcm2835.
18-14-25-243| [ gm] [ 15.685778] modprobe snd-usb-audio.
18-14-25-243| /--- FILE "/proc/asound/devices" -----------------------
18-14-25-243| | 0: [ 0] : control
18-14-25-243| | 16: [ 0- 0]: digital audio playback
18-14-25-243| | 17: [ 0- 1]: digital audio playback
18-14-25-243| | 33: : timer
18-14-25-243| \----------------------------------------------------
18-14-25-243| [ KERNEL] [ 15.705834] usbcore: registered new interface driver snd-usb-audio
18-14-25-243| [ pfac] [ 15.710253] Run /sbin/rdpsnd sndvol 100 100 50.
18-14-25-243| [ gm] [ 15.710359] /dev/snd/pcmC0D1p character device.
18-14-25-243| [ pfac] [ 15.710462] Ok, PID 617.
18-14-25-243| [ gm] [ 15.710505] /dev/snd/pcmC0D0p character device.
18-14-25-243| [ pfac] [ 15.710618] Run /sbin/rdpsnd 1 0 100 0 -1.
18-14-25-243| [ gm] [ 15.710664] /dev/snd/controlC0 character device.
18-14-25-243| [ pfac] [ 15.710757] Ok, PID 618.
18-14-25-243| [ gm] [ 15.710816] /dev/snd/timer character device.
18-14-25-243| [ gm] [ 15.710931] Preconfigure ALSA.
18-14-25-243| [ gm] [ 15.711043] Run '/sbin/rdpsnd sndvol 100 100 50', log '', env '', pid ''.
18-14-25-243| [ gm] [ 15.711136] Run sound daemon.
18-14-25-243| [ gm] [ 15.711251] Run '/sbin/rdpsnd 1 0 100 0 -1', log '', env '', pid ''.
18-14-25-243| [ sndvol] [ 15.719137] Card 'ALSA'/'bcm2835 ALSA'.
18-14-25-243| [ sndvol] [ 15.719240] Mixer name: 'Broadcom Mixer'.
18-14-25-243| [ sndvol] [ 15.719319] Components: ''.
18-14-25-243| [ sndvol] [ 15.719396] Controls: 6.
18-14-25-243| [ sndvol] [ 15.719473] ALSA: control 'PCM Playback Volume'.
18-14-25-243| [ sndvol] [ 15.719552] ALSA: control 'PCM Playback Switch'.
18-14-25-243| [ sndvol] [ 15.719629] ALSA: control 'PCM Playback Route'.
18-14-25-243| [ sndvol] [ 15.719706] ALSA: control 'IEC958 Playback Default'.
18-14-25-243| [ sndvol] [ 15.719783] ALSA: control 'IEC958 Playback Con Mask'.
18-14-25-243| [ sndvol] [ 15.719864] ALSA: control 'IEC958 Playback PCM Stream'.
18-14-25-243| [ sndvol] [ 15.719941] Inactive control IEC958 Playback PCM Stream'.
18-14-25-243| [ pfac] [ 15.721288] Process pid 617 terminated, status 00000000.
18-14-25-243| [ gm] [ 15.722123] Run '/sbin/resolver 0x3d0c68 dns [192.168.0.129]', log '', env '', pid ''.
18-14-25-243| [ pfac] [ 15.722238] Run /sbin/resolver 0x3d0c68 dns [192.168.0.129].
18-14-25-243| [ gm] [ 15.722304] Nobody can control terminal by VNC.
18-14-25-243| [ pfac] [ 15.722602] Ok, PID 619.
18-14-25-243| [ rdpsnd] [ 15.726615] RDP Sound Redirector, WTware v.5.4.56/RPi.
18-14-25-243| [ pfac] [ 15.732172] Process pid 619 terminated, status 00000000.
18-14-25-243| [ rdpsnd] [ 15.735280] Card 'ALSA'/'bcm2835 ALSA'.
18-14-25-243| [ rdpsnd] [ 15.735461] Mixer name: 'Broadcom Mixer'.
18-14-25-243| [ rdpsnd] [ 15.735552] Components: ''.
18-14-25-243| [ rdpsnd] [ 15.735636] Controls: 6.
18-14-25-243| [ rdpsnd] [ 15.735715] ALSA: control 'PCM Playback Volume'.
18-14-25-243| [ gm] [ 15.735794] 192.168.0.129 => 192.168.0.129.
18-14-25-243| [ rdpsnd] [ 15.735837] ALSA: control 'PCM Playback Switch'.
18-14-25-243| [ gm] [ 15.735913] Free ram before fork terminal client /sbin/rdpclient (session 1): 91000 Kb.
18-14-25-243| [ rdpsnd] [ 15.735957] ALSA: control 'PCM Playback Route'.
18-14-25-243| [ gm] [ 15.736034] Run '/sbin/rdpclient 1', log '/tmp/rdpclient.out', env '', pid ''.
18-14-25-243| [ rdpsnd] [ 15.736077] ALSA: control 'IEC958 Playback Default'.
18-14-25-243| [ pfac] [ 15.736151] Run /sbin/rdpclient 1.
18-14-25-243| [ rdpsnd] [ 15.736194] ALSA: control 'IEC958 Playback Con Mask'.
18-14-25-243| [ rdpsnd] [ 15.736289] ALSA: control 'IEC958 Playback PCM Stream'.
18-14-25-243| [ pfac] [ 15.736398] Ok, PID 620.
18-14-25-243| [ rdpsnd] [ 15.736479] Inactive control IEC958 Playback PCM Stream'.
18-14-25-243| [ rdpclient 620] [ 15.743925] RDP Terminal Client, WTware v.5.4.56/RPi, pipe 1, pid 620.
18-14-25-243| [ rdpclient 620] [ 15.745492] Redirect sound.
18-14-25-243| [ rdpclient 620] [ 15.745720] Make RDP session with 192.168.0.129, port 3389.
18-14-25-243| [ rdpclient 620] [ 15.745808] Username: "Terkl".
18-14-25-243| [ rdpclient 620] [ 15.745888] No password.
18-14-25-243| [ rdpclient 620] [ 15.745967] No PIN.
18-14-25-243| [ rdpclient 620] [ 15.746088] No domain.
18-14-25-243| [ rdpclient 620] [ 15.746198] No shell.
18-14-25-243| [ rdpclient 620] [ 15.746277] No directory.
18-14-25-243| [ rdpclient 620] [ 15.746355] Window: 1920x1080@24.
18-14-25-243| [ rdpclient 620] [ 15.746433] PFlags 0x000000AF.
18-14-25-243| [ rdpclient 620] [ 15.746510] Keyboard 00000407:00000000.
18-14-25-243| [ rdpclient 620] [ 15.746591] My hostname "Pi3-A-DT".
18-14-25-243| [ rdpclient 620] [ 15.746669] TCP: connecting to 192.168.0.129:3389.
18-14-25-243| [ rdpclient 620] [ 15.746751] TCP: connection with 192.168.0.129:3389 established.
18-14-25-243| [ rdpclient 620] [ 15.746829] Turn keepalive on.
18-14-25-243| [ rdpclient 620] [ 15.747525] Free ram after buffers allocation: 90228 KB.
18-14-25-243| [ rdpclient 620] [ 15.749167] Process RDP server certificate.
18-14-25-243| [ rdpclient 620] [ 15.749252] RDP4 encryption.
18-14-25-243| [ rdpclient 620] [ 15.814975] 32-bit color.
18-14-25-243| [ rdpclient 620] [ 22.254375] errorInfo 0x00000000.
18-14-25-243| [ rdpclient 620] [ 22.296971] SessionId 0x0000000c: TC-Server-1\Andreas.
18-14-25-243| [ printer] [ 50.810442] First connection to printserver, device /dev/usb/lp0.
18-14-25-243| [ printer] [ 50.810787] Slow write mode.
18-14-25-275| Connection from wtc.exe at 192.168.0.129.

Re: Pi as USB2Parallel printserver - issues

by aka » Sat Dec 17, 2016 12:00 pm

Print one page with adapter and take a log: http://wtware.com/docs5/logs.html

Re: Pi as USB2Parallel printserver - issues

by Gnome » Sat Dec 17, 2016 2:04 am

Tried it again on another Pi WTware client using the USB-to-parallel adapter but this time a laserprinter (Kyocera FS 1030D). Same issues.

RDP printer redirection (rdp-printer=) works perfect/fast.

Printserver mode (printer=usb) is slow again. I tried different drivers - depending on driver the amount of data sent to the client/printserver varies from 37 to 150 kb. Printing time is 1 to 3 minutes. (Bidi mode activated causes print failure)

The FS 1030D also has a USB port. I connected the Pi WTware client directly to it using printer=USB - and it works fast/perfect!

So the problem seems to be related with the way RDP-printer and printserver communicate with the USB port respectively the USB-to-parallel adapter. Are there any differences that may explain that behaviour?


Any more Ideas?

Did anyone have the same problems?
has anyone managed to print without problems using printer=usb and a usb-to-parallel adapter?
Which adapter did you use?
Mine is this one:
http://i.ebayimg.com/00/s/MTAwMFgxMDAw/ ... 880000500F
Obviously also offered unter other brands:
https://img.conrad.de/medias/global/ce/ ... S_1000.jpg
http://www.bilder.delock.de/produkte/or ... 333802.jpg

Thanks for any hint.


By the way: WTware is really great! :wink:

Re: Pi as USB2Parallel printserver - issues

by aka » Thu Dec 15, 2016 2:00 pm

Gnome wrote:Tried to configure RDP printer redirection. It works fine - but the printer can't be used by other users than the one working on this Pi client.
It works fine when configured with "rdp_printer=" option in wtware config? If so, hardware works well.

WTware just sends bytes from network to usb device, and does it very similar in both cases, "printer=" and "rdp_priter=". Looks like windows drivers acts incorrect with printserver. Try to uncheck "bidirection" checkbox in windows printer settings when it configured with "printer=". If it will not help, I have no more ideas :(

Pi as USB2Parallel printserver - issues

by Gnome » Wed Dec 14, 2016 10:55 pm

I've connected a USB to Centronics/Parallel adapter cable to my Raspberry Pi running as WTware client and configured it to work as a printserver (printer = USB) with an old dot-matrix printer (Fujitsu DL9300). Have some issues with it:

- Printer doesn't initialize when switched on. (Normally rollers/printhead move and LEDs are flashing.) Printer is offline, no reaction to buttons.
- That's why I cannot load paper - have to switch the printer off, disconnect the adpter, switch on and reconnect.
- Mostly testpages are not printed. Jobs are stuck in the printers queue. They disappear when I disconnect the adapters USB plug.
- When printing works, it is very slow, printing line by line taking about one minute (normally 10-15 Seconds).
- Once working i could send multiple printjobs and feed paper as normal.
(This printer is a form printer - it is offline/inactive when no Paper is loaded. Loading a form makes it going online/active and starting pending printjob. Finished page is ejected automatically. Printer waits offline for new form to be loaded.)


The USB2LPT adapter cable is a cheap noname, but works perfekt when I connect it directly to a Windows PC using the same printer.
Configured it according to the description (http://wtware.com/docs5/printer.html) - static IP, disabled bidirectional support.
Tried to configure Pi as printserver only - it works with the same issues described above.
Tried to configure RDP printer redirection. It works fine - but the printer can't be used by other users than the one working on this Pi client.

Does anyone have experience with this? How can I get a stable, fast printer connection available to all of my Pi WTware clients?

Thanks!

Top