Search found 694 matches

by akatik
Tue Feb 04, 2025 7:00 pm
Forum: Video cards and speed
Topic: Clone RDP onto 2 monitors RPI4
Replies: 5
Views: 89760

Re: Clone RDP onto 2 monitors RPI4

Does it work from text config?
by akatik
Tue Jan 28, 2025 5:09 am
Forum: Plans for development. Requests
Topic: Add DNS registration (in Windows DNS Server?)
Replies: 2
Views: 26270

Re: Add DNS registration (in Windows DNS Server?)

In Microsoft world, Windows DNS updated by Windows DHCP server, and it works. WTware report hostname from clienthostname= to DHCP.

There is no minimalistic nsupdate in busybox. In my Debian, /usr/bin/nsupdate binary requires about 15 megabytes of libraries to run. Sorry, I don't want to increase ...
by akatik
Tue Jan 28, 2025 5:08 am
Forum: Other
Topic: Two printers with rasp pi3 error config
Replies: 4
Views: 52159

Re: Two printers with rasp pi3 error config

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
by akatik
Fri Jan 17, 2025 6:34 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Power button after remote shutdown
Replies: 13
Views: 98449

Re: Power button after remote shutdown

I'm sure it does not write "not accepted by wtware" text on screen.

What exactly you do and what exactly goes wrong?

Also, show me the log: http://wtware.com/logs.html
by akatik
Thu Jan 16, 2025 8:07 am
Forum: Other
Topic: WTDHCP lease duration
Replies: 3
Views: 13071

Re: WTDHCP lease duration


I always have to free unused IP manually.

Why?

If new device can not obtain IP, please show me DHCP service log. After problem and before you delete IP manually. Wtcenter > Button with wrench in top left corner - Open DHCP Service screen - reboot client and reproduce problem with no IP - Save ...
by akatik
Wed Jan 15, 2025 11:13 am
Forum: Other
Topic: WTDHCP lease duration
Replies: 3
Views: 13071

Re: WTDHCP lease duration

I think, change IP after long vacation is more annoying, if redirected printer was bound to this IP.

WTDHCP should take used IP with the longest inactivity time it it found no free IP. What is the problem?
by akatik
Tue Jan 14, 2025 3:02 pm
Forum: Other
Topic: Chrome Mode - VNC Remote Controll not working
Replies: 1
Views: 8553

Re: Chrome Mode - VNC Remote Controll not working

Try our own WTRC remote control instead of VNC: http://wtware.com/docs5/config.html#wtrc
by akatik
Fri Jan 10, 2025 1:09 pm
Forum: Boot ways
Topic: Boot from HD in LENOVO IdeaCentre AIO
Replies: 3
Views: 32944

Re: Boot from HD in LENOVO IdeaCentre AIO


The option to install on HD is not avalable from the SD card boot.

Its not easy for us to differ SD from nvme HD. Is this really necessary? Why not boot from USB flash? The option to install on HD should be available from the USB flash boot.


I send the bootstrap log take from the web log page ...
by akatik
Fri Jan 10, 2025 5:43 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: SmartCard reader doesn't work in recent builds
Replies: 5
Views: 126851

Re: SmartCard reader doesn't work in recent builds

I can not find a bug that I can fix 🙁 We do things right. Somewhere on lower levels things goes wrong. Since 5.6.22, additional lower levels were added, and I can not revert changes back...

Here is similar error: https://github.com/LudovicRousseau/PCSC/issues/16 Same reader Gemalto GemPC Twin, same ...
by akatik
Thu Jan 09, 2025 5:33 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Network connector on - pi5
Replies: 8
Views: 22617

Re: Network connector on - pi5

Jecat wrote: Wed Jan 08, 2025 3:17 pm It would probably be possible to run wake on lan, because the wake-up software...
Software can not wake device up if wake on lan is not implemented in hardware.

On Raspberry forum people write wake on lan is not supported in Pi5 hardware: https://forums.raspberrypi.com/viewtopic.php?t=361644
by akatik
Wed Jan 08, 2025 3:10 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Network connector on - pi5
Replies: 8
Views: 22617

Re: Network connector on - pi5

I have no ideas. Why do you think it is possible in hardware? With Raspberry OS, you can turn Raspberry off but leave network on?
by akatik
Wed Jan 08, 2025 11:00 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Network connector on - pi5
Replies: 8
Views: 22617

Re: Network connector on - pi5

Sorry, don't understand what are you talking about. Pi5 can sleep?
by akatik
Sat Dec 14, 2024 5:18 am
Forum: Google Chrome
Topic: Bluetooth HID Scanner with Chrome Modus
Replies: 7
Views: 63459

Re: Bluetooth HID Scanner with Chrome Modus

WTware is too limited. We cut off many standard linux features to be small. Related to this topic: there is no udev in wtware. We only statically configure input devices detected on boot for Chromium. Input devices connected after boot (even USB mouse) will not work in Chromium (but work in wtware ...
by akatik
Thu Dec 12, 2024 11:59 am
Forum: Google Chrome
Topic: Bluetooth HID Scanner with Chrome Modus
Replies: 7
Views: 63459

Re: Bluetooth HID Scanner with Chrome Modus

Sorry, we can't use bluetooth HID in Chrome. Bluetooth HID works only in WTware RDP client.
by akatik
Thu Dec 12, 2024 11:57 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: RPI5 graphics card
Replies: 1
Views: 8728

Re: RPI5 graphics card

In RDP h264 encoding may be used to send video.
In RPI4 there is hardware decoder for h264.
In RPI5 decoder for h264 was removed from hardware. Ask them why, not me.
By the way RPI5 CPU is faster than RPI4. So there are no visible performance losses.

If your server is not configured to compress ...