Search found 940 matches

by aka
Wed Oct 28, 2020 12:51 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Dual network connection
Replies: 5
Views: 7507

Re: Dual network connection

Cobra_Phil wrote: Tue Oct 27, 2020 11:17 pm so is the dhclient command available instead of assigning an address using the ifconfig command?
No.
by aka
Mon Oct 26, 2020 11:20 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Dual network connection
Replies: 5
Views: 7507

Re: Dual network connection

Solution for Ethernet with static ip: 1. Configure wtware to work with WiFi. 2. On another machine create file 'runme' without extension with this text: #!/bin/sh modprobe genet modprobe lan78xx modprobe smsc95xx ifconfig eth1 192.168.2.200 netmask 255.255.255.0 up It runs drivers for all Raspberry ...
by aka
Tue Oct 20, 2020 3:38 pm
Forum: Other
Topic: Wi-Fi roaming (I'm tired)
Replies: 20
Views: 47305

Re: Wi-Fi roaming (I'm tired)

Return wl driver back?
by aka
Tue Oct 20, 2020 12:56 am
Forum: Other
Topic: Wi-Fi roaming (I'm tired)
Replies: 20
Views: 47305

Re: Wi-Fi roaming (I'm tired)

Add to wpa_supplicant command line: -f /tmp/wpa_supplicant.out So we can compare wpa_supplicant output. Unfortunately I'm not able to disable 5 GHz. The warehouse devices depend on this band. Disable 5 GHz only on this device? One line to wpa_supplicant.conf: freq_list=2412 2417 2422 2427 2432 2437 ...
by aka
Tue Oct 20, 2020 12:11 am
Forum: USB redirection using VirtualHere
Topic: How it works (complex way)
Replies: 13
Views: 184674

Re: How it works (complex way)

For microphone, add to config:

Code: Select all

sound = remote
by aka
Thu Oct 15, 2020 4:40 pm
Forum: Other
Topic: Wi-Fi roaming (I'm tired)
Replies: 20
Views: 47305

Re: Wi-Fi roaming (I'm tired)

Also
"But I didn't solve with this, after a while I just changed the Wireless mode in my router into
802.11 b/g/n mixed
Moreover, I disabled the 5 GHz in the router, probably it is overcharged.
All of this fixed my issue.
by aka
Thu Oct 15, 2020 4:21 pm
Forum: Other
Topic: Wi-Fi roaming (I'm tired)
Replies: 20
Views: 47305

Re: Wi-Fi roaming (I'm tired)

Look ad Debian command output:

Code: Select all

dmesg | grep firmware
It there such line ?
b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
by aka
Thu Oct 15, 2020 10:42 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Power button after remote shutdown
Replies: 11
Views: 19119

Re: Power button after remote shutdown

aj777 wrote: Thu Oct 15, 2020 10:40 am The issue is that WTWare does not shut down completely when you ask it to.
WTware or Raspberry hardware? Does Raspbian on same hardware shut down completely?
by aka
Wed Oct 14, 2020 9:17 pm
Forum: Other
Topic: Wi-Fi roaming (I'm tired)
Replies: 20
Views: 47305

Re: Wi-Fi roaming (I'm tired)

Please try this build: http://wtware.com/testing/202010141414.zip

It should use b43 for 14e4:432b.
by aka
Tue Oct 13, 2020 5:31 pm
Forum: Other
Topic: Wi-Fi roaming (I'm tired)
Replies: 20
Views: 47305

Re: Wi-Fi roaming (I'm tired)

Thanks, I attached the log to this reply. modprobe wl It's Broadcom STA with debian patches: https://salsa.debian.org/broadcom-sta-team/broadcom-sta/ The b43 driver (firmware-b43-installer) was the driver I used on debian. firmware-b43-installer download non-free firmwares for b43 driver. Please ru...
by aka
Thu Oct 08, 2020 9:43 pm
Forum: Google Chrome
Topic: Chrome popup: "Out-to-date"
Replies: 10
Views: 29783

Re: Chrome popup: "Out-to-date"

Did you try "chrome_url = --check-for-update-interval=604800 https://duckduckgo.com/" ?
by aka
Thu Oct 08, 2020 6:25 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: RDP Idle-Disconnection doesn't work
Replies: 8
Views: 8845

Re: RDP Idle-Disconnection doesn't work

RDP Idle-Disconnection depends on Monitor Poweroff?? Please, write more details.
by aka
Wed Sep 02, 2020 10:38 pm
Forum: Plans for development. Requests
Topic: Wireguard VPN
Replies: 4
Views: 9509

Re: Wireguard VPN

manuel@grasgruen.it wrote: Tue Sep 01, 2020 6:15 pm are there any plans to add Wireguard?
Yes. This year. Not this month.
manuel@grasgruen.it wrote: Tue Sep 01, 2020 6:15 pm Is it possible for myself to add it to a client?
No.