If you notice spammers in the forum, please notify Bas ON5HB, so they can be removed and banned. Give a link in the chatbox or send a PM to me. Thanks.
QuoteWhat a pity Darko. I cannot think something that it could help you.
QuoteDo you want me to send you the zip of v.3.1.1.
QuoteCan you please send me your .toml file?
[server]
port=8905 # Server port
html_root="frontend/dist/" # HTML files to be hosted
otherusers=1 # Send where other users are listening, 0 to disable
#threads=2
#threads=8 #2
#threads=8 #4 #2
[websdr]
register_online=true #false # If the SDR should be registered on https://sdr-list.xyz then put it to true
register_urls=[
"https://sdr-list.xyz/api/update_websdr",
"http://list.novasdr.fun/api/update_websdr"] # One or more directory endpoints that accept the same JSON payload
name="9A7AOF PhantomSDR+" # Name that is shown on https://sdr-list.xyz
antenna="Active Loop" # Antenna that is shown on https://sdr-list.xyz
grid_locator="JN86da" # 4 or 6 length Grid Locatlr shown on https://sdr-list.xyz and for the Distance of FT8 Signals
hostname="http://9a7aof.ddns.net" # If you use ddns or something to host with a domain enter it here for https://sdr-list.xyz
[limits]
audio=100
waterfall=100
events=100
[input]
sps=60000000 # Input Sample Rate
#fft_size=1048576
#fft_size=2097152
fft_size=4194304 # FFT bins for spectral analysis (very large for ultra-high sample rates)
#fft_size=8388608
#fft_size=16777216
#fft_threads=12 #16 #12 #8 #2
brightness_offset=-2 # Waterfall brightness offset. Reduce to negative if you see black regions in the waterfall
frequency=0 # Baseband frequency
signal="real" # real or iq
accelerator="opencl" #"none" # Accelerator: none, cuda, opencl, mkl
audio_sps=12000 # Audio Sample Rate
audio_compression="flac" # flac or opus
waterfall_size=1024 #2048
waterfall_compression="zstd" # zstd or av1
#smeter_offset=4
smeter_offset=5 # digital-only S-meter offset
analog_smeter_offset=5 # analog-only S-meter offset
[input.driver]
name="stdin" # Driver name
format="s16" # Sample format: u8, s8, u16, s16, u32, s32, f32, f64
[input.defaults]
frequency=3675000 # Default frequency to show user
modulation="LSB" # Default modulation
QuoteWell, the repo has now the new repo, all clean, without the older files. Maybe something I've messed writing the newer files over the older ones. Please retry.
QuoteCan you please try this install.sh and let me know!
QuoteCompilation for RSP1A work fine, all is OK
QuoteInstall.sh has not been changed!....
Can you please retry clean install after switching off and on your pc and then try to see the USB with "lsusb" command? This seems to be a connecting RX-888 problem and a simple switch off/on maybe will resolve it.
lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 04b4:00f3 Cypress Semiconductor Corp. FX3 micro-controller (DFU mode)
Bus 001 Device 003: ID 0573:1573 Zoran Co. Personal Media Division (Nogatech) USB Audio and HID
Bus 001 Device 004: ID 0bda:b85b Realtek Semiconductor Corp. Bluetooth Radio
Bus 001 Device 005: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 05e3:0626 Genesys Logic, Inc. Hub
Cloning rx888_stream...
Kloniranje u 'rx888_stream'...
remote: Enumerating objects: 152, done.
remote: Counting objects: 100% (41/41), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 152 (delta 35), reused 33 (delta 33), pack-reused 111 (from 1)
Primanje objekata: 100% (152/152), 153.95 KiB | 1.33 MiB/s, završeno.
Razrješavanja delta: 100% (76/76), završeno.
Building rx888_stream...
./install.sh: redak 34: RUSTFLAGS=-C target-cpu=native: naredba nije pronađena
❌ Fatal: Command failed: RUSTFLAGS=-C target-cpu=native cargo build --release
darko@minipc:~/PhantomSDR-Plus$

Quotein docker-compose.yml find the ubersdr ports section:
ports:
- 8080:8080 # Main UberSDR web interface
- 8073:8073 # KiwiSDR protocol compatibility (if enabled in config)
- 8901:8901 # websdr.org
Add that third one and restart. I can't get mine to register even though it's byte-perfect responses on the wire.
Page created in 0.041 seconds with 18 queries.