Search found 637 matches

by akatik
Fri Feb 03, 2023 8:59 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: automatic NEW Screen
Replies: 3
Views: 6050

Re: automatic NEW Screen

Numbers are too complicated for some users. We have screen color instead of number:

Code: Select all

background=ff0000,00ff00,3a6ea5,0000ff
by akatik
Thu Feb 02, 2023 10:02 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: automatic NEW Screen
Replies: 3
Views: 6050

Re: automatic NEW Screen

No way. All virtual screens configured in config file and created on boot. You can make a menu with connection and shutdown on every screen so it will not connect automatically: connection displayName Server on the first screen server 192.168.1.1 connection application shutdown next screen connectio...
by akatik
Sat Jan 21, 2023 11:58 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Login screen does not show up using Duo Authentication
Replies: 9
Views: 12098

Re: Login screen does not show up using Duo Authentication

Everything looks good in log. No errors. I have no ideas what to do from our side. If you send me another log from wtware connecting successfully to Windows 11, I can compare them. Low probability that I will find a significant difference...
by akatik
Wed Jan 18, 2023 6:05 am
Forum: WTware versions
Topic: Disable TLS 1.0 & 1.1?
Replies: 3
Views: 5839

Re: Disable TLS 1.0 & 1.1?

We have no such setting now.

httpd= config file option controls web interface assess list and turns it off: http://wtware.com/docs5/config.html#httpd

I can add "httpd=tls 1.2" value to disable SSL and TLS below 1.2.

Will it work for you?
by akatik
Tue Jan 17, 2023 5:55 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Login screen does not show up using Duo Authentication
Replies: 9
Views: 12098

Re: Login screen does not show up using Duo Authentication

Imagine we have Windows computer. Only Windows. Fresh, just installed, not joined to domain. Nothing more. No software from DUO. Let's run mstsc.exe on this windows machine and connect to your server with Duo Authentication installed. Will it work? Or it will require to install something from DUO on...
by akatik
Mon Jan 16, 2023 1:35 pm
Forum: WTware versions
Topic: Disable TLS 1.0 & 1.1?
Replies: 3
Views: 5839

Re: Disable TLS 1.0 & 1.1?

We have no such setting. You can disable TLS 1.0 & 1.1 on your server so WTware should connect with TLS 1.2.

Here is the guide: viewtopic.php?p=75811#p75811
by akatik
Thu Jan 05, 2023 4:46 pm
Forum: USB Redirection via RDP
Topic: Can't use smartcard reader with wtware in Raspberry Pi 3B
Replies: 9
Views: 20122

Re: Can't use smartcard reader with wtware in Raspberry Pi 3B

I can not 🙁

I have two acr39u. They look the same and have the same stickers on them. One of them works with Raspberry, second does not.
by akatik
Sun Jan 01, 2023 4:24 pm
Forum: Plans for development. Requests
Topic: Raspi Bluetooth Headset
Replies: 1
Views: 5426

Re: Raspi Bluetooth Headset

WTware does not support Bluetooth headsets for now, sorry.
by akatik
Fri Dec 30, 2022 10:28 am
Forum: USB Redirection via RDP
Topic: Can't use smartcard reader with wtware in Raspberry Pi 3B
Replies: 9
Views: 20122

Re: Can't use smartcard reader with wtware in Raspberry Pi 3B

It seems to be related to the raspberry drivers. Raspberry USB controller drivers, or Raspberry USB hardware. Sorry, I see no solution at our level 🙁
by akatik
Sat Dec 10, 2022 6:25 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Lag on VNC connect to the Raspberry
Replies: 3
Views: 6658

Re: Lag on VNC connect to the Raspberry

Ask Google about Remote Desktop Shadowing. In 2000/2003 servers it was trivial, but later Microsoft hid this mode to some non-intuitive places. But it's still working. With session shadowing, Windows server sends the same image to both. With VNC/WTRC, Windows server sends image to Raspberry, Raspber...
by akatik
Sat Dec 10, 2022 6:23 am
Forum: Other
Topic: Microphone Jack not recognized on Fujitsu Futro S740
Replies: 8
Views: 86753

Re: Microphone Jack not recognized on Fujitsu Futro S740

Mixer shows: numid=18,iface=CARD,name='Front Headphone Jack' ; type=BOOLEAN,access=r-------,values=1 : values=off "access=r-------" mean we can only read this setting, not write. Try some popular linux on this device. If it will work with microphone, we can try to dig what we do wrong.
by akatik
Thu Dec 01, 2022 7:26 am
Forum: Other
Topic: List of working laptops
Replies: 1
Views: 5684

Re: List of working laptops

Please try 6.0.92 wtware version with touchpads.
by akatik
Wed Nov 30, 2022 10:46 am
Forum: USB Redirection via RDP
Topic: Can't use smartcard reader with wtware in Raspberry Pi 3B
Replies: 9
Views: 20122

Re: Can't use smartcard reader with wtware in Raspberry Pi 3B

I don't see trivial problem. Both logs look good. We need to go deeper. I'm not sure we'll find something useful there. Write to config: smartcard=auto, debug, debug_pcscd And show me the same log from Raspberry. Log can be large. Please save the log immediately after first wrong behavior. Btw, did ...
by akatik
Thu Nov 10, 2022 9:11 pm
Forum: Plans for development. Requests
Topic: Change SIP User and Password in the Linphone-Box
Replies: 1
Views: 5465

Re: Change SIP User and Password in the Linphone-Box

Would it be possible to set up an additional tab or button/menu for user and password in the Linphone infobox? 1. Download curl.exe and place somewhere. 2. Place shortcut on user's desktop: curl.exe --insecure --user wtware:123 --form "command=register sip:supuser@sip.linphone.org sip.linphone...