Search found 946 matches

by aka
Fri Sep 20, 2024 2:36 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Raspberry Pi 5
Replies: 9
Views: 37423

Re: Raspberry Pi 5

Yes, Pi 5 is working officially now.
by aka
Sat Aug 10, 2024 6:58 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: FAN Control - Raspberry Pi 4 Model B Rev 1.2
Replies: 1
Views: 1150

Re: FAN Control - Raspberry Pi 4 Model B Rev 1.2

No way with wtware 6.2.32 or earlier versions. We have neither overlays/gpio-fan.dtbo file nor corresponding gpio fan driver in kernel to control fan on gpio. Please try this build: http://wtware.com/testing/202408101838/wtware.6.2.33.en.raspberry.img.zip In Raspberry Pi Imager CHOOSE OS -> Use cust...
by aka
Tue Jul 02, 2024 12:33 pm
Forum: Other
Topic: Lenovo Thinkpad and Synaptics Touchpad
Replies: 13
Views: 4125

Re: Lenovo Thinkpad and Synaptics Touchpad

1. Write into config:

Code: Select all

mouse_accel_mult=16
2. Show me log after reboot and some movements.
by aka
Mon Jun 24, 2024 6:24 pm
Forum: Other
Topic: Lenovo Thinkpad and Synaptics Touchpad
Replies: 13
Views: 4125

Re: Lenovo Thinkpad and Synaptics Touchpad

i2c bus :?

Please, run in Debian 12:

Code: Select all

sudo lsmod > /tmp/2.txt
And show me /tmp/2.txt
by aka
Fri May 31, 2024 1:47 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Can't force portuguese keyboard in login screen
Replies: 8
Views: 28037

Re: Can't force portuguese keyboard in login screen

Please try wtware 6.2.24 or later version. In terminal config:

Code: Select all

language=pt-pt,default
by aka
Wed Apr 03, 2024 10:15 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Deactivation of the "mDNS" service port 5353 (WTwareClient)?
Replies: 3
Views: 1857

Re: Deactivation of the "mDNS" service port 5353 (WTwareClient)?

May be, it's vhusbdarm ? I saw bonjour and avahi words in Virtalhere, and 5353 port is a bonjour/avahi port too. Try to comment out "extra=" line. Will requests repeat?
by aka
Mon Mar 18, 2024 3:40 pm
Forum: USB redirection using VirtualHere
Topic: WTWare Virtualhere USB Server shutdown after licensing
Replies: 4
Views: 4611

Re: WTWare Virtualhere USB Server shutdown after licensing

Here is logging manual: http://wtware.com/logs.html The most important here is second point: 2. Remove all lines from terminal configuration file. Absolutely all. Think what should be in configuration file to reproduce the error. For example, if you have problem with usb barcode scanner, specify onl...
by aka
Thu Mar 14, 2024 11:50 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Enhancing Raspberry Pi Terminal Security with Remote Micro SD Card Monitoring
Replies: 1
Views: 1615

Re: Enhancing Raspberry Pi Terminal Security with Remote Micro SD Card Monitoring

WTware is for network boot. Even if we boot from SD in most cases we unmount card after reading needed files. It should make SD card life longer. But we know nothing about unmounted card.

If you have Pi 4, turn it to network boot and work without SD.
by aka
Sat Feb 24, 2024 12:27 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: screenswitch with arrows
Replies: 6
Views: 2631

Re: screenswitch with arrows

Please try 6.2.16 version. In config:

Code: Select all

screenswitch = Win-Alt-N
by aka
Fri Jan 05, 2024 12:33 am
Forum: Plans for development. Requests
Topic: 802.1x Support for wired connection
Replies: 9
Views: 18174

Re: 802.1x Support for wired connection

WTware does not support 802.1x now.
by aka
Thu Jan 04, 2024 10:03 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Raspberry Pi 5
Replies: 9
Views: 37423

Re: Raspberry Pi 5

It will be a general release.
by aka
Thu Jan 04, 2024 2:34 am
Forum: Plans for development. Requests
Topic: Raspberry Pi 5
Replies: 2
Views: 17389

Re: Raspberry Pi 5

March or April 2024, I think. viewtopic.php?f=23&t=57621&p=89510#p89510
by aka
Thu Jan 04, 2024 2:34 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Raspberry Pi 5
Replies: 9
Views: 37423

Re: Raspberry Pi 5

Update: wtware version v6.2.34, August 13, 2024, supports Pi5. Not supported now. Not in short term. March or April 2024, I think. RPi5 is 64-bit only. New Linux kernel and full set of 64-bit binaries needed, +200MB to WTware distributive. Now in WTware we have two Linux kernels for all thousands o...
by aka
Mon Dec 18, 2023 1:17 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Is this functionality not effective?
Replies: 1
Views: 18331

Re: Is this functionality not effective?

DHCP 018 functionality is effective for network boot. While booting locally WTware waits for "Press DEL to enter Setup". In Setup you may choose WiFi or Ethernet, local IP or DHCP and so on. Network card driver starts after Setup (or when "Press DEL to enter Setup" is hidden). On...