Two printers with rasp pi3 error config

Topics that doesn't fall into the categories above
Post Reply
dalton_lopes
Posts: 5
Joined: Wed Mar 07, 2018 10:33 pm

Two printers with rasp pi3 error config

Post by dalton_lopes »

Hello

I`m using 2 USB printers connected on raspberry pi3 with this config:

printer = usb(03f0:0a2a), usb(1664:015a)

I received an boot error message saying that my config is wrong.
i`ve tried remove ( , : and changes caracters... nothing works

how solve this?
akatik
SUPPORT
SUPPORT
Posts: 688
Joined: Mon Jan 17, 2005 6:30 pm
Contact:

Re: Two printers with rasp pi3 error config

Post by akatik »

Code: Select all

printer = usb(03f0:0a2a), usb(1664:015a)
is correct right syntax. Please, read logging manual and make log as described:

http://wtware.com/logs.html
dalton_lopes
Posts: 5
Joined: Wed Mar 07, 2018 10:33 pm

Re: Two printers with rasp pi3 error config

Post by dalton_lopes »

akatik wrote: Tue Jan 28, 2025 5:08 am

Code: Select all

printer = usb(03f0:0a2a), usb(1664:015a)
is correct right syntax. Please, read logging manual and make log as described:

http://wtware.com/logs.html
i'm using the same parameter


WTware 5.6.22/RPi supervisor.
[ KERNEL] [ 0.000000] Booting Linux on physical CPU 0x0
[ KERNEL] [ 0.000000] Linux version 4.9.65 (aka@c12) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.4) ) #4 SMP Fri Dec 1 22:25:55 +04 2017
[ KERNEL] [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[ KERNEL] [ 0.000000] CPU: div instructions available: patching division code
[ KERNEL] [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ KERNEL] [ 0.000000] OF: fdt:Machine model: Raspberry Pi 3 Model B Rev 1.2
[ KERNEL] [ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
[ KERNEL] [ 0.000000] Memory policy: Data cache writealloc
[ KERNEL] [ 0.000000] On node 0 totalpages: 242688
[ KERNEL] [ 0.000000] free_area_init_node: node 0, pgdat 80c22b40, node_mem_map ba3a1000
[ KERNEL] [ 0.000000] Normal zone: 2133 pages used for memmap
[ KERNEL] [ 0.000000] Normal zone: 0 pages reserved
[ KERNEL] [ 0.000000] Normal zone: 242688 pages, LIFO batch:31
[ KERNEL] [ 0.000000] percpu: Embedded 11 pages/cpu @ba367000 s15948 r8192 d20916 u45056
[ KERNEL] [ 0.000000] pcpu-alloc: s15948 r8192 d20916 u45056 alloc=11*4096
[ KERNEL] [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ KERNEL] [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 240555
[ KERNEL] [ 0.000000] Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=1360 bcm2708_fb.fbheight=768 bcm2708_fb.fbdepth=32 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 quiet wtboot=mmc
[ KERNEL] [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ KERNEL] [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ KERNEL] [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ KERNEL] [ 0.000000] Memory: 941160K/970752K available (5120K kernel code, 143K rwdata, 920K rodata, 5120K init, 365K bss, 21400K reserved, 8192K cma-reserved)
[ KERNEL] [ 0.000000] Virtual kernel memory layout:
[ KERNEL] [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ KERNEL] [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ KERNEL] [ 0.000000] vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
[ KERNEL] [ 0.000000] lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
[ KERNEL] [ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
[ KERNEL] [ 0.000000] .text : 0x80008000 - 0x80600000 (6112 kB)
[ KERNEL] [ 0.000000] .init : 0x80700000 - 0x80c00000 (5120 kB)
[ KERNEL] [ 0.000000] .data : 0x80c00000 - 0x80c23df8 ( 144 kB)
[ KERNEL] [ 0.000000] .bss : 0x80c25000 - 0x80c805a0 ( 366 kB)
[ KERNEL] [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ KERNEL] [ 0.000000] Hierarchical RCU implementation.
[ KERNEL] [ 0.000000] Build-time adjustment of leaf fanout to 32.
[ KERNEL] [ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ KERNEL] [ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
[ KERNEL] [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ KERNEL] [ 0.000006] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ KERNEL] [ 0.000017] Switching to timer-based delay loop, resolution 52ns
[ KERNEL] [ 0.000211] Console: colour dummy device 80x30
[ KERNEL] [ 0.000225] console [tty0] enabled
[ KERNEL] [ 0.000241] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ KERNEL] [ 0.000254] pid_max: default: 32768 minimum: 301
[ KERNEL] [ 0.000386] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ KERNEL] [ 0.000393] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ KERNEL] [ 0.001239] Disabling memory control group subsystem
[ KERNEL] [ 0.001292] CPU: Testing write buffer coherency: ok
[ KERNEL] [ 0.001622] CPU0: update cpu_capacity 1024
[ KERNEL] [ 0.001630] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ KERNEL] [ 0.001654] Setting up static identity map for 0x100000 - 0x100034
[ KERNEL] [ 0.003161] CPU1: update cpu_capacity 1024
[ KERNEL] [ 0.003168] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ KERNEL] [ 0.003718] CPU2: update cpu_capacity 1024
[ KERNEL] [ 0.003724] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ KERNEL] [ 0.004269] CPU3: update cpu_capacity 1024
[ KERNEL] [ 0.004276] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ KERNEL] [ 0.004353] Brought up 4 CPUs
[ KERNEL] [ 0.004362] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ KERNEL] [ 0.004366] CPU: All CPU(s) started in HYP mode.
[ KERNEL] [ 0.004369] CPU: Virtualization extensions available.
[ KERNEL] [ 0.004907] devtmpfs: initialized
[ KERNEL] [ 0.014589] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ KERNEL] [ 0.014970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ KERNEL] [ 0.014986] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ KERNEL] [ 0.015467] pinctrl core: initialized pinctrl subsystem
[ KERNEL] [ 0.015997] NET: Registered protocol family 16
[ KERNEL] [ 0.017832] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ KERNEL] [ 0.028004] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ KERNEL] [ 0.111149] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb80f000, dmachans=0x1
[ KERNEL] [ 0.113472] usbcore: registered new interface driver usbfs
[ KERNEL] [ 0.113592] usbcore: registered new interface driver hub
[ KERNEL] [ 0.113676] usbcore: registered new device driver usb
[ KERNEL] [ 0.120124] raspberrypi-firmware soc:firmware: Attached to firmware from 2017-11-17 15:19
[ KERNEL] [ 0.122397] clocksource: Switched to clocksource arch_sys_counter
[ KERNEL] [ 0.137481] NET: Registered protocol family 2
[ KERNEL] [ 0.138053] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ KERNEL] [ 0.138161] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ KERNEL] [ 0.138346] TCP: Hash tables configured (established 8192 bind 8192)
[ KERNEL] [ 0.138434] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ KERNEL] [ 0.138474] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ KERNEL] [ 0.138649] NET: Registered protocol family 1
[ KERNEL] [ 2.243877] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ KERNEL] [ 2.282176] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ KERNEL] [ 2.282188] io scheduler noop registered
[ KERNEL] [ 2.282193] io scheduler deadline registered (default)
[ KERNEL] [ 2.291995] BCM2708FB: allocated DMA memory fad10000
[ KERNEL] [ 2.292034] BCM2708FB: allocated DMA channel 0 @ bb80f000
[ KERNEL] [ 2.322007] Console: switching to colour frame buffer device 170x48
[ KERNEL] [ 2.341584] bcm2835-rng 3f104000.rng: hwrng registered
[ KERNEL] [ 2.341793] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ KERNEL] [ 2.342918] vc-sm: Videocore shared memory driver
[ KERNEL] [ 2.346811] zram: Added device: zram0
[ KERNEL] [ 2.346858] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ KERNEL] [ 2.575010] Core Release: 2.80a
[ KERNEL] [ 2.575020] Setting default values for core params
[ KERNEL] [ 2.575045] Finished setting default values for core params
[ KERNEL] [ 2.775404] Using Buffer DMA mode
[ KERNEL] [ 2.775410] Periodic Transfer Interrupt Enhancement - disabled
[ KERNEL] [ 2.775413] Multiprocessor Interrupt Enhancement - disabled
[ KERNEL] [ 2.775419] OTG VER PARAM: 0, OTG VER FLAG: 0
[ KERNEL] [ 2.775446] Dedicated Tx FIFOs mode
[ KERNEL] [ 2.776008] WARN::dwc_otg_hcd_init:1032: FIQ DMA bounce buffers: virt = 0xbad04000 dma = 0xfad04000 len=9024
[ KERNEL] [ 2.776032] FIQ FSM acceleration enabled for :
[ KERNEL] [ 2.776032] Non-periodic Split Transactions
[ KERNEL] [ 2.776032] Periodic Split Transactions
[ KERNEL] [ 2.776032] High-Speed Isochronous Endpoints
[ KERNEL] [ 2.776032] Interrupt/Control Split Transaction hack enabled
[ KERNEL] [ 2.776038] dwc_otg: Microframe scheduler enabled
[ KERNEL] [ 2.776082] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x80397d28
[ KERNEL] [ 2.776092] WARN::hcd_init_fiq:460: FIQ ASM at 0x8039808c length 36
[ KERNEL] [ 2.776102] WARN::hcd_init_fiq:486: MPHI regs_base at 0xbb925000
[ KERNEL] [ 2.776154] dwc_otg 3f980000.usb: DWC OTG Controller
[ KERNEL] [ 2.776187] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ KERNEL] [ 2.776217] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ KERNEL] [ 2.776262] Init: Port Power? op_state=1
[ KERNEL] [ 2.776265] Init: Power Port (0)
[ KERNEL] [ 2.776450] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ KERNEL] [ 2.776459] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ KERNEL] [ 2.776466] usb usb1: Product: DWC OTG Controller
[ KERNEL] [ 2.776473] usb usb1: Manufacturer: Linux 4.9.65 dwc_otg_hcd
[ KERNEL] [ 2.776480] usb usb1: SerialNumber: 3f980000.usb
[ KERNEL] [ 2.777208] hub 1-0:1.0: USB hub found
[ KERNEL] [ 2.777242] hub 1-0:1.0: 1 port detected
[ KERNEL] [ 2.777932] dwc_otg: FIQ enabled
[ KERNEL] [ 2.777938] dwc_otg: NAK holdoff enabled
[ KERNEL] [ 2.777941] dwc_otg: FIQ split-transaction FSM enabled
[ KERNEL] [ 2.777955] Module dwc_common_port init
[ KERNEL] [ 2.778322] usbcore: registered new interface driver usbtouchscreen
[ KERNEL] [ 2.779682] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ KERNEL] [ 2.780081] bcm2835-cpufreq: min=600000 max=1200000
[ KERNEL] [ 2.781250] sdhost-bcm2835 3f202000.sdhost: could not get clk, deferring probe
[ KERNEL] [ 2.783677] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
[ KERNEL] [ 2.786195] ledtrig-cpu: registered to indicate activity on CPUs
[ KERNEL] [ 2.786346] hidraw: raw HID events driver (C) Jiri Kosina
[ KERNEL] [ 2.787099] usbcore: registered new interface driver usbhid
[ KERNEL] [ 2.787103] usbhid: USB HID core driver
[ KERNEL] [ 2.788297] vchiq: vchiq_init_state: slot_zero = 0xbad80000, is_master = 0
[ KERNEL] [ 2.794212] [vc_sm_connected_init]: start
[ KERNEL] [ 2.801596] [vc_sm_connected_init]: end - returning 0
[ KERNEL] [ 2.801828] NET: Registered protocol family 17
[ KERNEL] [ 2.801977] Registering SWP/SWPB emulation handler
[ KERNEL] [ 2.802564] registered taskstats version 1
[ KERNEL] [ 2.806469] sdhost: log_buf @ bad07000 (fad07000)
[ KERNEL] [ 2.882412] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ KERNEL] [ 2.884522] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[ KERNEL] [ 2.884526] mmc-bcm2835 3f300000.mmc: DMA channel allocated
[ KERNEL] [ 2.952473] of_cfs_init
[ KERNEL] [ 2.952529] of_cfs_init: OK
[ KERNEL] [ 2.967453] Freeing unused kernel memory: 5120K
[ KERNEL] [ 2.987962] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ KERNEL] [ 2.989490] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ KERNEL] [ 2.991001] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ KERNEL] [ 2.992511] Indeed it is in host mode hprt0 = 00021501
[ KERNEL] [ 3.053731] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ KERNEL] [ 3.062726] mmc0: host does not support reading read-only switch, assuming write-enable
[ KERNEL] [ 3.065540] mmc0: new high speed SDHC card at address aaaa
[ KERNEL] [ 3.065957] mmcblk0: mmc0:aaaa ABLCD 29.7 GiB
[ KERNEL] [ 3.068505] mmcblk0: p1
[ KERNEL] [ 3.069666] random: fast init done
[ hotplug] [ 3.067728] Block device 179:1. No action.
[ hotplug] [ 3.068003] Block device 179:0. No action.
[ KERNEL] [ 3.143992] mmc1: new high speed SDIO card at address 0001
[ KERNEL] [ 3.202463] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ KERNEL] [ 3.202634] Indeed it is in host mode hprt0 = 00001101
[ hotplug] [ 3.250415] Block device 254:0. No action.
[ pfac] [ 3.288095] Run /sbin/initrd.
[ pfac] [ 3.288585] Ok, PID 607.
[ initrd] [ 3.291569] WTware shell 5.6.22/RPi
[ initrd] [ 3.319598] HDD/MMC/SD boot.
[ KERNEL] [ 3.432658] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ KERNEL] [ 3.432670] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ KERNEL] [ 3.433460] hub 1-1:1.0: USB hub found
[ KERNEL] [ 3.433587] hub 1-1:1.0: 5 ports detected
[ KERNEL] [ 3.752429] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ KERNEL] [ 3.882672] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ KERNEL] [ 3.882683] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ KERNEL] [ 3.982441] usb 1-1.2: new low-speed USB device number 4 using dwc_otg
[ KERNEL] [ 4.116474] usb 1-1.2: New USB device found, idVendor=0461, idProduct=4d0f
[ KERNEL] [ 4.116485] usb 1-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ KERNEL] [ 4.116492] usb 1-1.2: Product: USB Optical Mouse
[ KERNEL] [ 4.121796] input: USB Optical Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:0461:4D0F.0001/input/input0
[ KERNEL] [ 4.122466] hid-generic 0003:0461:4D0F.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-3f980000.usb-1.2/input0
[ KERNEL] [ 4.422439] usb 1-1.3: new low-speed USB device number 5 using dwc_otg
[ KERNEL] [ 4.584224] usb 1-1.3: New USB device found, idVendor=2a7a, idProduct=6a18
[ KERNEL] [ 4.584234] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ KERNEL] [ 4.584242] usb 1-1.3: Product: CASUE USB Keyboard
[ KERNEL] [ 4.584249] usb 1-1.3: Manufacturer: CASUE
[ KERNEL] [ 4.611436] input: CASUE CASUE USB Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:2A7A:6A18.0002/input/input1
[ KERNEL] [ 4.673785] hid-generic 0003:2A7A:6A18.0002: input,hidraw1: USB HID v1.10 Keyboard [CASUE CASUE USB Keyboard] on usb-3f980000.usb-1.3/input0
[ KERNEL] [ 4.700725] input: CASUE CASUE USB Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:2A7A:6A18.0003/input/input2
[ KERNEL] [ 4.762890] hid-generic 0003:2A7A:6A18.0003: input,hidraw2: USB HID v1.10 Device [CASUE CASUE USB Keyboard] on usb-3f980000.usb-1.3/input1
[ initrd] [ 4.805460] Success: media /dev/mmcblk0p1 mounted to /bootmedia.
/--- FILE "/bootmedia/config.txt" -----------------------
| # For more options and information see
| # http://www.raspberrypi.org/documentatio ... fig-txt.md
| # Some settings may impact device functionality. See link above for details
| # Uncomment if you get no picture on HDMI for a default "safe" mode.
| #hdmi_safe=1
| # Uncomment this if your display has a black border of unused pixels visible
| # and your display can output without overscan.
| disable_overscan=1
| # Uncomment if hdmi display is not detected and composite is being output.
| #hdmi_force_hotplug=1
| # Uncomment to force a specific HDMI mode (this will force VGA).
| #hdmi_group=1
| #hdmi_mode=1
| # Force the monitor to HDMI mode so that sound will be sent over HDMI cable.
| #hdmi_drive=2
| # Uncomment to increase signal to HDMI, if you have interference, blanking, or
| # no display.
| #config_hdmi_boost=4
| # Uncomment to overclock the arm. 700 MHz is the default.
| #arm_freq=800
| disable_splash=1
| hdmi_group=2
| hdmi_mode=39
| # 800x600: hdmi_mode=9
| # 1024x768: hdmi_mode=16
| # 1280x1024: hdmi_mode=35
| # 1360x768: hdmi_mode=39
| # 1400x1050: hdmi_mode=42
| # 1440x900: hdmi_mode=47
| # 1600x1200: hdmi_mode=51
| # 1680x1050: hdmi_mode=58
| # 1366x768: hdmi_mode=81
| # 1920x1080: hdmi_mode=82
| # 1920x1200: hdmi_mode=69
| framebuffer_depth=32
| # Uncomment for 16-bit color. It is up to two
| # times faster than default 32-bit.
| #framebuffer_depth=16
| # Enable onboard audio (HDMI or jack).
| dtparam=audio=on
| # Removes the warning overlay.
| avoid_warnings=1
| # Additionally allows turbo when low-voltage is present.
| avoid_warnings=2
| boot_delay=5
\----------------------------------------------------
[ initrd] [ 4.809803] WTpassword present: 5d4ccf115e3d3ac8722afd0a18ff2ca2.
[ KERNEL] [ 4.862449] usb 1-1.4: new high-speed USB device number 6 using dwc_otg
[ KERNEL] [ 4.992970] usb 1-1.4: New USB device found, idVendor=03f0, idProduct=0a2a
[ KERNEL] [ 4.992981] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ KERNEL] [ 4.992989] usb 1-1.4: Product: HP LaserJet Professional P1606dn
[ KERNEL] [ 4.992996] usb 1-1.4: Manufacturer: Hewlett-Packard
[ KERNEL] [ 4.993003] usb 1-1.4: SerialNumber: 000000000YN516JQPR1a
[ KERNEL] [ 5.092423] usb 1-1.5: new full-speed USB device number 7 using dwc_otg
[ KERNEL] [ 5.226849] usb 1-1.5: New USB device found, idVendor=1664, idProduct=015a
[ KERNEL] [ 5.226861] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ KERNEL] [ 5.226869] usb 1-1.5: Product: ARGOX OS-2140 PPLA
[ KERNEL] [ 5.226876] usb 1-1.5: Manufacturer: ARGOX
[ KERNEL] [ 5.226883] usb 1-1.5: SerialNumber: 016777216
/--- FILE "/bootmedia/configs/initrd.wtc" -----------------------
| [BOM]
| clientIP=*
| config=local
| netmedia=ethernet
| setupPassword=5d4ccf115e3d3ac8722afd0a18ff2ca2
\----------------------------------------------------
[ initrd] [ 6.823938] Load ethernet drivers.
[ initrd] [ 6.828875] modprobe smsc95xx.
[ KERNEL] [ 6.838729] smsc95xx v1.0.5
[ KERNEL] [ 6.928282] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:dc:42:5d
[ KERNEL] [ 6.928570] usbcore: registered new interface driver smsc95xx
[ KERNEL] [ 7.034317] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ KERNEL] [ 7.782605] random: crng init done
[ KERNEL] [ 8.477591] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
[ initrd] [ 8.534982] WTpassword present: 5d4ccf115e3d3ac8722afd0a18ff2ca2.
[ initrd] [ 9.770161] dhcp: 333 bytes from 192.168.1.2.
[ initrd] [ 9.770277] 00000000:000001390000000000110000C0A80102C0A80127004300440139000002010600 ...9..............'.C.D.9......
[ initrd] [ 9.770349] 00000020:67458B6B0000000000000000C0A801270000000000000000B827EBDC425D0000 gE.k...........'.........'..B]..
[ initrd] [ 9.770418] 00000040:0000000000000000000000000000000000000000000000000000000000000000 ................................
[ initrd] [ 9.770485] 00000060:0000000000000000000000000000000000000000000000000000000000000000 ................................
[ initrd] [ 9.770552] 00000080:0000000000000000000000000000000000000000000000000000000000000000 ................................
[ initrd] [ 9.770639] 000000a0:0000000000000000000000000000000000000000000000000000000000000000 ................................
[ initrd] [ 9.770706] 000000c0:0000000000000000000000000000000000000000000000000000000000000000 ................................
[ initrd] [ 9.770774] 000000e0:0000000000000000000000000000000000000000000000000000000000000000 ................................
[ initrd] [ 12.020137] dhcp: 333 bytes from 192.168.1.2.
[ initrd] [ 12.020236] 00000000:000001390000000000110000C0A80102C0A80127004300440139000002010600 ...9..............'.C.D.9......
[ initrd] [ 12.020307] 00000020:67458B6B0000000000000000C0A801270000000000000000B827EBDC425D0000 gE.k...........'.........'..B]..
[ initrd] [ 12.020375] 00000040:0000000000000000000000000000000000000000000000000000000000000000 ................................
[ initrd] [ 12.020443] 00000060:0000000000000000000000000000000000000000000000000000000000000000 ................................
[ initrd] [ 12.020510] 00000080:0000000000000000000000000000000000000000000000000000000000000000 ................................
[ initrd] [ 12.020577] 000000a0:0000000000000000000000000000000000000000000000000000000000000000 ................................
[ initrd] [ 12.020644] 000000c0:0000000000000000000000000000000000000000000000000000000000000000 ................................
[ initrd] [ 12.020711] 000000e0:0000000000000000000000000000000000000000000000000000000000000000 ................................
[ initrd] [ 12.070089] dhcp: server address 192.168.1.2.
[ initrd] [ 12.070161] dhcp: 192.168.1.39/255.255.255.0.
[ initrd] [ 12.070229] dhcp: default gateway 192.168.1.2.
[ initrd] [ 12.070296] dhcp: DNS 192.168.1.5.
[ initrd] [ 12.070363] dhcp: hostname wtwB827EBDC425D.
[ initrd] [ 12.070429] dhcp: domain maxpar.local.
[ initrd] [ 12.070496] dhcp: TFTP = DHCP 192.168.1.2.
[ initrd] [ 12.070561] dhcp: TFTP 192.168.1.2.
[ initrd] [ 12.070627] No boot file from DHCP.
[ initrd] [ 12.070693] TFTP binary "", configs prefix "", using "/" slash.
WTC listener is active.
WTC broadcast listener is active.
Send broadcast WTCU discover.
[ pfac] [ 12.072989] Run /sbin/httpd.
[ initrd] [ 12.073054] Run '/sbin/httpd', log '/tmp/httpd.out', env '', pid ''.
[ pfac] [ 12.073156] Ok, PID 653.
[ httpd] [ 12.077285] HTTP Server, WTware 5.6.22/RPi
[ initrd] [ 12.189609] USB: 1664:015a .
[ initrd] [ 12.189807] USB: 2a7a:6a18 .
[ initrd] [ 12.189940] USB: 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter.
[ initrd] [ 12.190097] USB: 0424:9514 Standard Microsystems Corp. SMC9514 Hub.
[ initrd] [ 12.190221] USB: 03f0:0a2a Hewlett-Packard.
[ initrd] [ 12.190342] USB: 0461:4d0f Primax Electronics, Ltd HP Optical Mouse.
[ initrd] [ 12.190800] Copy /bootmedia/configs/config.wtc to /tmp/config.wtc.
[ initrd] [ 12.193520] Common local disk config:
/--- FILE "/tmp/config.wtc" -----------------------
| [BOM]
| server=192.168.1.54
| keyboard=pt-br
| graphic=abcdfg
| sound=on
| numlock=on
| printer = usb(03f0:0a2a), usb(1664:015a)
\----------------------------------------------------
/--- FILE "/etc/config.compiled" -----------------------
| [BOM]
| server=192.168.1.54
| keyboard=pt-br
| graphic=abcdfg
| sound=on
| numlock=on
| printer=usb(03f0:0a2a), usb(1664:015a)
| connection
\----------------------------------------------------
[ initrd] [ 12.194775] Hostname: "wtwB827EBDC425D".
Everyone can control terminal by RSH.
RSH: listener is active.
Send broadcast WTCU discover.
[ initrd] [ 12.446545] ERROR: Incorrect "printer" parameter value.
[ httpd] [ 12.446611] Reread settings.
[ httpd] [ 12.446694] Everyone can control terminal by HTTP.
[ httpd] [ 69.895920] SSL_accept() failed, ret 0, error code 1.
[ httpd] [ 69.896101] httpd.cpp ( 152): -- ERROR -- INTERNAL ERROR. Please, contact WTware tech support.
[ httpd] [ 69.898751] SSL_accept() failed, ret 0, error code 1.
[ httpd] [ 69.898871] httpd.cpp ( 152): -- ERROR -- INTERNAL ERROR. Please, contact WTware tech support.
[ httpd] [ 71.838681] SSL_accept() failed, ret 0, error code 1.
[ httpd] [ 71.838830] httpd.cpp ( 152): -- ERROR -- INTERNAL ERROR. Please, contact WTware tech support.
[ httpd] [ 71.849047] SSL_accept() failed, ret 0, error code 1.
[ httpd] [ 71.849164] httpd.cpp ( 152): -- ERROR -- INTERNAL ERROR. Please, contact WTware tech support.
[ httpd] [ 71.853307] SSL_accept() failed, ret 0, error code 1.
[ httpd] [ 71.853438] httpd.cpp ( 152): -- ERROR -- INTERNAL ERROR. Please, contact WTware tech support.
[ httpd] [ 71.854201] SSL_accept() failed, ret 0, error code 1.
[ httpd] [ 71.854285] httpd.cpp ( 152): -- ERROR -- INTERNAL ERROR. Please, contact WTware tech support.
aka
SUPPORT
SUPPORT
Posts: 959
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

Re: Two printers with rasp pi3 error config

Post by aka »

dalton_lopes wrote: Tue Jan 28, 2025 4:49 pm WTware 5.6.22/RPi supervisor.
[ KERNEL] [ 0.000000] Linux version 4.9.65 (aka@c12) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.4) ) #4 SMP Fri Dec 1 22:25:55 +04 2017
Seven years ago.

Please, try recent WTware version.
dalton_lopes
Posts: 5
Joined: Wed Mar 07, 2018 10:33 pm

Re: Two printers with rasp pi3 error config

Post by dalton_lopes »

aka wrote: Tue Jan 28, 2025 10:27 pm
dalton_lopes wrote: Tue Jan 28, 2025 4:49 pm WTware 5.6.22/RPi supervisor.
[ KERNEL] [ 0.000000] Linux version 4.9.65 (aka@c12) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.4) ) #4 SMP Fri Dec 1 22:25:55 +04 2017
Seven years ago.

Please, try recent WTware version.

recent versions are not free... haha
Post Reply