jks
About
- Username
- jks
- Joined
- Visits
- 36,261
- Last Active
- Roles
- Member, Administrator, Moderator
- Points
- 640
Reactions
Comments
-
Thanks guys. I have amended the instructions to include removing Beagle_SDR_GPS at the beginning.
-
Updates won't be affected by not having any serial number or a correct model number. I just looked at another Kiwi-1 that had the same issue of the Kiwi code not being able to open the Debian/Linux EEPROM device. But after a Kiwi restart it worked. …
-
Except for small changes and bug fixes I've given up on making major improvements to the code because it plays right into the hands of the Chinese cloners. There is simply no point anymore. I consider the Kiwi to be feature complete. Sales and suppo…
-
Alright, I see what's gone wrong here. I found a very old version of the code to compare against. There was code long ago to prevent updates to the frequency field from taking UI focus away during ALE scanning. Looks like that feature was lost durin…
-
I don't believe that's correct.
-
Oh, while a scan is active. Yes, you won't be able to interact with the user interface while a scan is in progress because of how HTML/Javascript works. While scanning the frequency box is updated. And that will take away focus from whatever else yo…
-
I don't see this behavior at all. When a single frequency is specified after ext=ale that frequency is set but scanning does not begin until the scan button is pressed. I believed it has always worked this way. If you had used the name of the scan m…
-
Yes, the browser zoom control can be used to simulate a device with a small screen (in terms of number of pixels) which is what your screenshot shows. It is acting more like a tablet held in landscape orientation than a usual desktop/laptop. There i…
-
Remember, please don't hesitate to contact me to fix your admin page looping-connect problem. support@kiwisdr.com I've manually fixed about 60 Kiwis now. Have even used Google Desktop to remotely connect to a browser on a local network pc in a few c…
-
So if I'm understanding correctly, the KiwiSDR saw there was an update to the DX Label database, and downloaded it (since I have that option enabled), and thus commenced a restart then to update the DX database. Is that right? Correct. And this poss…
-
What does "very long time" mean? On a power-up, after the Linux boot delay, kiwid purposely waits 30 seconds before allowing connections (it only does this on a power-up). It does this to allow things like the DHCP server and NTPd to stabi…
-
In the "good old days" (1980s) several of us would go out to Point Reyes (the same location Rob has installed all the Kiwis at KPH) and listen with audio frequency EM receivers for natural radio phenomena (e.g. whistlers). And you could al…
-
If you're still having trouble, and can ssh in, use htop to look at the processes. Set "tree" mode with the "t" key. You're looking for the "kiwid" process, not "udevd". See if it's crashing and restarting wit…
-
Hi George, So I don't quite understand. Where are you at with this? Is connecting to the admin page now stable? And on the admin status tab it says v1.800? And can you make a user connection that stays running?
-
So the Kiwi code is fine w.r.t IPv6 local network detection. In this case there was no IPv6 local network defined (with a subnet) for the Ethernet interface. Only point-to-point L2 links to other networking software (private proxy etc). The IPv4 sub…
-
Would pretty much have to be. Congrats. Nothing else would integrate like that to such a degree. I presume you can't actually hear it even in CWN mode. Look at all the 60 Hz harmonics too, lol.
-
Okay. Try this from a root shell: cdp msd (stops Kiwi server) cdk (goes to /root/kiwi.config) nano kiwi.json Add on the second line: "serial_number": 3561, nano admin.json Add on the second line: "kiwi_model": 1, cdp ku …
-
IPv6 is not well supported. Probably the code for detecting if you're on a local network doesn't support IPv6 or has an IPv6-related bug. Although I would be a little surprised by that. I don't have a way to enable IPv6 here, so difficult to debug. …
-
This should have nothing to do with v1.800. Failed EEPROMs do happen from time to time. Try completely power cycling your Kiwi and see if the Linux device for the EEPROM becomes readable. If not, then you can manually set a serial number & Kiwi …
-
Found a trivial way to do it. So will be part of the v1.801 release.
-
1) Realice una calibración manual de frecuencia. Siga las instrucciones de la página de administración, pestaña "config". Desplácese hasta la parte inferior de esa página. Debe tener acceso de administrador al Kiwi. 2) Conecte la antena GP…
-
Hi Jeff, Impossible for me to debug a weird problem like that without actually having access to the Kiwi. Is the Kiwi server still running? That is, can you still connect to the admin page? If so, does it have an admin password set and can it be acc…
-
Erwin, I see you had already posted the question there. So let's see what they say.
-
In that case I would suggest starting here: https://groups.io/g/wsprdaemon/topics
-
What's confusing me is that KA9Q-Radio is mentioned (RX-888 software mostly). Some Googling shows this issue is mentioned elsewhere, but without any indication of the true source. This is not Kiwi-related that I'm aware of.
-
http://kiwisdr.com/info/#id-net-reflash
-
Another way pointed out to me by a customer: If you have another Kiwi that is running v1.800 just use it to make a backup SD card. The re-flash the broken Kiwi using it. Reconfigure afterwards.
-
On the list of things to do, but very low priority.
-
I will be removing posts that talk about code security issues, weaknesses and strategy.
-
So a few of you have asked me to repair your Kiwi's that have the looping admin connect problem. But at some point you had disabled the admin console tab function by creating the file /root/kiwi.config/opt.no_console or opt.console_local as mentione…