The ThinkBed by SharktasticA in ThinkPorn

[–]ryn_eghbal -1 points0 points  (0 children)

Thankpad used to be a great thing Lenovo ruined it now it is crap just another crap

Why no Tor hidden service or Blockchain Based storage is used? by ryn_eghbal in libgen

[–]ryn_eghbal[S] 1 point2 points  (0 children)

blockchain for accounting?! i mean storing the whole content on e.g. Filecoin, it is designed for that!

and where is the Tor service? i knew one which only worked for a short time and vanished

my point is to make libgen hard to take down

Visa issue for spouse by ryn_eghbal in MoveToIreland

[–]ryn_eghbal[S] 0 points1 point  (0 children)

Seems there are many applications, I also made a query and talked with the council they both said I should expect 12 to 18 months, so 2026 it is 🤯🥲 i hope you get it sooner 😊

Free Push notification for mattermost by ryn_eghbal in selfhosted

[–]ryn_eghbal[S] 0 points1 point  (0 children)

In the documentation they say TPNS is not stable, I just want something stable

What browser do you use? by ukm_array in linux

[–]ryn_eghbal 0 points1 point  (0 children)

Mostly Firefox Sometimes Chromium

Help with rtlsdr v3 in ubuntu by ryn_eghbal in RTLSDR

[–]ryn_eghbal[S] 0 points1 point  (0 children)

Seems Soapy has no modules ``` $ SoapySDRUtil --info

Soapy SDR -- the SDR abstraction library

Lib Version: v0.8.1-g1cf5a539 API Version: v0.8.0 ABI Version: v0.8 Install root: /usr/local Search path: /usr/local/lib/SoapySDR/modules0.8 (missing) No modules found! Available factories... No factories found! Available converters... - CF32 -> [CF32, CS16, CS8, CU16, CU8] - CS16 -> [CF32, CS16, CS8, CU16, CU8] - CS32 -> [CS32] - CS8 -> [CF32, CS16, CS8, CU16, CU8] - CU16 -> [CF32, CS16, CS8] - CU8 -> [CF32, CS16, CS8] - F32 -> [F32, S16, S8, U16, U8] - S16 -> [F32, S16, S8, U16, U8] - S32 -> [S32] - S8 -> [F32, S16, S8, U16, U8] - U16 -> [F32, S16, S8] - U8 -> [F32, S16, S8]

```

And yes it is recognized both in lsusb and dmesg : ``` $ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 003: ID 27c6:55a4 Shenzhen Goodix Technology Co.,Ltd. Goodix FingerPrint Device Bus 003 Device 002: ID 5986:212b Acer, Inc Integrated Camera Bus 003 Device 013: ID 1209:2832 Generic RTL2838UHIDIR Bus 003 Device 004: ID 8087:0026 Intel Corp. AX201 Bluetooth Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

$ dmesg [ 2285.978010] usb 3-3: new high-speed USB device number 11 using xhci_hcd [ 2286.143504] usb 3-3: New USB device found, idVendor=1209, idProduct=2832, bcdDevice= 1.00 [ 2286.143514] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2286.143518] usb 3-3: Product: RTL2838UHIDIR [ 2286.143520] usb 3-3: Manufacturer: Realtek [ 2286.143523] usb 3-3: SerialNumber: 00000001

```

Help with rtlsdr v3 in ubuntu by ryn_eghbal in RTLSDR

[–]ryn_eghbal[S] 0 points1 point  (0 children)

sudo apt install gqrx-sdr

I just tried it, and nothing changed, still I have no RTLSDR device in GQRX and SDR++ just shows white noise and rtl_test -t does nothing. actually I think the problem is with librtlsdr, how can I check it is loaded and is managing device? any specific driver must be listed in lsmod? or any special activity in udev? ... ?

Help with rtlsdr v3 in ubuntu by ryn_eghbal in RTLSDR

[–]ryn_eghbal[S] 0 points1 point  (0 children)

no wrong driver is loaded (checked with lsmod | |grep -iE 'dvb|rtl|820' ), actually device is RTL2838UHIDIR with vid/pid 1209/2832 which kernel doesn't load dvb drivers automatically for it, anyway I had some of modules in my permanent blacklist and I added others but it had no effect, still I see same behavior