Search found 959 matches

by aka
Fri Mar 11, 2022 5:56 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: 2-4K resolution possible?
Replies: 1
Views: 9984

Re: 2-4K resolution possible?

Please try:

https://forums.raspberrypi.com/viewtopic.php?t=280976

The following lines in /boot/config.txt worked to get a single 2560 x 1440 display working at 50hz:

# uncomment to force a specific HDMI mode (this will force VGA)
hdmi_group=2
hdmi_mode=88
hdmi_cvt=2560 1440 50 3 0 0

Or another ...
by aka
Mon Jan 31, 2022 6:15 pm
Forum: USB Redirection via RDP
Topic: USB key hidden of RDP session
Replies: 1
Views: 13949

Re: USB key hidden of RDP session

"usb=" option redirects physical USB device. It's impossible to redirect one device to two servers. Remove "usb=" line from config.

Filesystem can be redirected to two servers. Write this line at the beginning of the config file:

disk=usb

Note that it still can cause errors if two servers ...
by aka
Fri Dec 31, 2021 1:09 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: 5GHz band
Replies: 1
Views: 10461

Re: 5GHz band

Country code should be specified to run on some WiFi channels. WTware 6.0.66 version allows to specify WiFi country code in Setup menu.
by aka
Tue Dec 14, 2021 5:15 pm
Forum: Other
Topic: Log4J?
Replies: 2
Views: 16184

Re: Log4J?

Log4J is a logging framework for Java. There is no Java in WTware.
by aka
Fri Dec 10, 2021 11:47 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Audio by jack and microphone by usb
Replies: 8
Views: 21038

Re: Audio by jack and microphone by usb

Please try:

Code: Select all

microphone=raw
Or with hardware device, if needed:

Code: Select all

microphone=raw, hw:2:0
by aka
Tue Nov 30, 2021 11:46 am
Forum: USB Redirection via RDP
Topic: Full USB Redirection to RDP Session
Replies: 1
Views: 15080

Re: Full USB Redirection to RDP Session


Has anyone achieved full USB Redirection of devices like this via RDP? Is it possible?

No. That is why RDP protocol have disk redirection, sound redirection (and local SIP in WTware because sound redirection does not work too in many cases), smart card redirection, not single USB redirection for ...
by aka
Thu Nov 18, 2021 4:46 pm
Forum: USB Redirection via RDP
Topic: USB Printer redirection not working
Replies: 4
Views: 20607

Re: USB Printer redirection not working

https://wtware.com/logs.html

For printer= parameter, nothing should appear on server. You should add network printer on server, manually.
by aka
Fri Nov 05, 2021 7:56 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: [Solved]WTware on Raspberry Pi 3B+ / HomeOffice : please wait after openvpn connection
Replies: 2
Views: 10412

Re: WTware on Raspberry Pi 3B+ / HomeOffice : please wait after openvpn connection

1. I don't see "OpenVpn enable and connection OK" in this log.

2. http://wtware.com/docs5/openvpn.html
In configuration file must be such line:

Code: Select all

daemon
It's about openvpn configuratin file openvpn.cfg
by aka
Thu Nov 04, 2021 5:09 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: VEYON + RASPBERRY + WINDOWS SERVER 2019 + WTWARE
Replies: 1
Views: 8843

Re: VEYON + RASPBERRY + WINDOWS SERVER 2019 + WTWARE

From VEYON site:

"Network Discovery
Have you ever wanted Veyon Master to simply show all computers including all RDP sessions in your network? Then you should try the Network Discovery add-on."

WTware displays RDP session and they tell that they can "simply show" RDP session. "simple", yea...

In ...
by aka
Fri Oct 29, 2021 11:28 pm
Forum: WTware versions
Topic: Can WTware be used as a kiosk?
Replies: 1
Views: 19598

Re: Can WTware be used as a kiosk?

WTware can be used as a kiosk. Local chromium, without terminal server.:

application = chromium
chrome_mode = kiosk

Or:

application = chromium
chrome_mode = kiosk-nopointer

There is no URL filtering in wtware. You can specify start url with chrome_url= option. User can go further if there ...
by aka
Fri Oct 15, 2021 8:54 pm
Forum: Tips and tricks
Topic: Received different responses from DHCP servers (2) when there is really only one DHCP server
Replies: 7
Views: 243806

Re: Received different responses from DHCP servers (2) when there is really only one DHCP server


Thinking he might have set up his wtware configurator slightly differently,

There is DHCP server in wtware distributive. Run wtware installler again and uncheck DHCP service: Untitled.png


Is there a way for me to indicate in the WTware configuration file which DHCP server to use?

You can ...
by aka
Sun Sep 19, 2021 9:14 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Audio by jack and microphone by usb
Replies: 8
Views: 21038

Re: Audio by jack and microphone by usb

Please try:

Code: Select all

microphone=on, hw:2:0
by aka
Sat Sep 18, 2021 3:42 pm
Forum: Other
Topic: ERRINFO_SERVER_INSUFFICIENT_PRIVILEGES
Replies: 1
Views: 16498

Re: ERRINFO_SERVER_INSUFFICIENT_PRIVILEGES

Everything I know about this error is https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpbcgr/a21a1bd9-2303-49c1-90ec-3932435c248c


ERRINFO_SERVER_INSUFFICIENT_PRIVILEGES

The user cannot connect to the server due to insufficient access privileges.

Can you access to the same ...