stan

About

Username
stan
Joined
Visits
12
Last Active
Roles
Member
Points
1

Comments

  • Think I found the source of last error on PinePhone. It`s numpy version 2.3.1. Debian has ver. 1.24.2 from his apt repository. When I removed it and installed new one from pip repository (also ver. 2.3.1) got the same above error on Debian. Restored…
  • Installed on Debian 12.11 with python 3.11.2 and plays OK. Thank you for help, must see myself what is wrong on PinePhone.
  • python 3.12.11 on postmarketOS edge linux on PinePhone
  • Thank you for quick response, updated and now have: Traceback (most recent call last):  File "/home/user/kiwiclient/kiwi/worker.py", line 48, in run    self._recorder.run()  File "/home/user/kiwiclient/kiwi/client.py", line 794, …
  • Since updating kiwiclient directory to v1.5 can`t use kiwiclientd any more: Traceback (most recent call last):  File "/home/user/kiwiclient/kiwiclientd.py", line 566, in <module>    main()  File "/home/user/kiwiclient/kiwiclient…
  • studentkra, thanks for interest. L401 simulation mirrors reality. Now both kiwis share the same antenna and we can compare. Months ago, after weeks of fixing attempts, nothing bothered me when finally got working radio which went to other place. Att…
  • jks, thanks for inductors specification, you are right, my mistake, it is U408. After repair, attenuator set to 0dB still reduced signal to S3 below Kiwi1 S-meter. After crossing attenuator In-Out both kiwi S-meters almost equaled but attenuator sli…
  • Thunderstorm I missed months ago did not destroyed attenuator U401 but did L401 and U405 (LTC6401-20) which got shorted inputs. While replacing U405 I destroyed L405 and L406 (wire replaced). Attenuating still worked but 0dB was about S3 below (comp…
  • I do manual updates only, so after reading posts I did ssh as root (keys auth) and done these: rm -r Beagle_SDR_GPS build build.log gclone KiwiSDR ; cd KiwiSDR ; gup ; mc ; m ; mi ; ku After ku got sth like: can't cd to Beagle_SDR_GPS so did Ctrl-C.…