Search found 473 matches
- 28 Mar 2024, 03:30
- Forum: VMware version
- Topic: Torrouter v22.03.x with Tor 0.4.7.14
- Replies: 3
- Views: 3371
Re: Torrouter v22.03.5 for VMware (VM03)
TorRouter v22.03.5 latest build /KINGSTON/OpenWrt/vmware/TorRouter v22.03.5 Tor 0.4.7.14 Privoxy 3.0.34 opkg list: alsa-lib - 1.2.6.1-1 alsa-ucm-conf - 1.2.6.2-1 alsa-utils - 1.2.6-1 base-files - 1502-r20134-5f15225c1e block-mount - 2022-06-02-93369be0-2 bnx2-firmware - 20220411-1 busybox - 1.35.0-...
- 27 Mar 2024, 13:14
- Forum: VMware version
- Topic: TorRouter v23.05.x with Tor 0.4.8.10
- Replies: 6
- Views: 8297
Re: v23.05.2 WiP
Testing TorRouter v23.05.2:
DG.
DG.
- 27 Mar 2024, 02:13
- Forum: ZyXEL P-2812HNU-F1
- Topic: TorRouter v23.05.x, WiP
- Replies: 8
- Views: 6680
Re: TorRouter v23.05.2, WiP
Clean TorRouter v23.05.2 can not run tor-geoip anymore on the P2812-F1. The router will crash due to low on memory. We make a final TorRouter v23.05.2 (or v23.05.3) release available, without tor-geoip for the P2812-F1, after testing. Also a TorRouter v22.03.6 version will be available with latest ...
- 25 Mar 2024, 21:23
- Forum: ZyXEL P-2812HNU-F1
- Topic: TorRouter v23.05.x, WiP
- Replies: 8
- Views: 6680
Re: TorRouter v23.05.2, WiP
We have a TorRouter v23.05.2 running in test with minimum 10MB free (just after boot). /DGWP03/wp-content/uploads/2024/03/Screenshot-from-2024-03-20-01-10-12a.png After 30 minutes it is 30MB free. /DGWP03/wp-content/uploads/2024/03/Screenshot-from-2024-03-19-16-55-54a.png opkg packages installed: ba...
- 20 Mar 2024, 18:36
- Forum: VMware version
- Topic: TorRouter v23.05.x with Tor 0.4.8.10
- Replies: 6
- Views: 8297
Re: v23.05.x building errors
Found luci-app-tor available within openwrt-23.05 environment. But there is an issue if selected, it also select tor-hs which is NOT in the build list? It is in other location during make menuconfig : Network / IP Addresses and Names / After de-selecting luci-app-tor you are unable to de-select tor ...
- 19 Mar 2024, 23:35
- Forum: ZyXEL P-2812HNU-F1
- Topic: TorRouter v23.05.x, WiP
- Replies: 8
- Views: 6680
Re: TorRouter v23.05.2, WiP
We do run some more tests with v23.05.2 As we discovered strange things during build, which may related to branch changes, as I also read on the wiki: https://openwrt.org/docs/guide-developer/toolchain/use-buildsystem :!: When changing branches, it is recommended to perform a thorough scrub of your ...
- 17 Mar 2024, 15:47
- Forum: ZyXEL P-2812HNU-F1
- Topic: TorRouter v22.03.6
- Replies: 1
- Views: 3605
TorRouter v22.03.6
Latest (and final? No, we have also v23.05.x running) version for ZyXEL F1 machines. /DGWP03/wp-content/uploads/2024/03/Screenshot-from-2024-03-19-00-42-31a.png Working on the latest version, as we already facing memory issues due to 128MB capacity. Removed luci-VPN, we only keep USB storage availab...
- 06 Mar 2024, 00:58
- Forum: Hardware
- Topic: Raspberry 3B+, RF Light On, Light Off, Dim Light
- Replies: 9
- Views: 3933
Re: Raspberry 3B+, Robot-Pi ...
And on my Robot-Pi ... the Wifi is -spontaneously- not working anymore? Raspberry Pi's hardware is not that 'good' after all. It was working fine for some months ago, and now it won't start anymore: missing wlan0. Have done nothing special. Another Rpi3, which does Flightradar24 did not have this is...
- 24 Feb 2024, 19:16
- Forum: Hardware
- Topic: Raspberry 3B+, RF Light On, Light Off, Dim Light
- Replies: 9
- Views: 3933
Re: Raspberry 3B+, RF Light On, Light Off, Dim Light
With the new code from https://github.com/breisa/433mhz RF Switches: We found for SW1ON the following data: [[0, 461], [1, 1216], [0, 1309], [1, 585], [0, 110895], [1, 590], [0, 1340], [1, 605], [0, 640], [1, 1255], [0, 1340], [1, 591], [0, 655], [1, 1274], [0, 1346], [1, 594], [0, 660], [1, 1260], ...
- 12 Feb 2024, 21:47
- Forum: Hardware
- Topic: Raspberry 3B+, RF Light On, Light Off, Dim Light
- Replies: 9
- Views: 3933
Re: Raspberry 3B+, RF Light On, Light Off, Dim Light
As of Debian bookworm, we need to run python scripts within its own container/environment, as wriiten on: https://www.raspberrypi.com/documentation/computers/os.html#python-on-raspberry-pi Start of the environment: source env./bin/activate Stop the environment: deactivate To make new RF code we will...