프로그램 사용/rtl-sdr2024. 8. 26. 14:44

gqrx를 설치해서 원격으로 음악이나 들으려고 했더니

연결 거부되었다고 에러가 나서 검색.

 

$ gqrx 
"Pulseaudio error: 연결 거부됨"
$ pax11publish -r

$ gqrx 
gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.10.1.1

[링크 : https://unix.stackexchange.com/questions/193208/program-run-in-ssh-accessing-pulseaudio-on-the-machine-where-it-runs]

 

-r 곱션을 찾아보니 remove의 r인 것 같은데.

$ pax11publish -help
pax11publish [-D display] [-S server] [-O sink] [-I source] [-c file]  [-d|-e|-i|-r]

 -d    X11 디스플레이에 연결된 최신 PulseAudio 데이터 표시 (기본값)
 -e    X11 디스플레이에 로컬 PulseAudio 데이터를 내보내기
 -i    X11 디스플레이에서 로컬 환경 변수 및 쿠키 파일에 PulseAudio 데이터 가져오기.
 -r    X11 디스플레이에서 PulseAudio 데이터 삭제

 

이걸 한다고 해서 SSH client 쪽으로 소리가 나는 것도 아니고.. 애매하네

$ man pax11publish
pax11publish(1)             General Commands Manual            pax11publish(1)

NAME
       pax11publish - PulseAudio X11 Credential Utility

SYNOPSIS
       pax11publish -h
       pax11publish [options] [-d]
       pax11publish [options] -e
       pax11publish [options] -i
       pax11publish [options] -r

DESCRIPTION
       The pax11publish utility can be used to dump or manipulate the PulseAu‐
       dio server credentials that can be stored as properties on the X11 root
       window.

       Please  note  that  the  loadable module module-x11-publish exports the
       same information directly from the PulseAudio sound server, and  should
       in most cases be used in preference over this tool.

       Use the following command to dump the raw PulseAudio-specific data that
       is stored in your X11 root window:

       xprop -root | grep ^PULSE_

OPTIONS
       -h     Show help.

       -d     Read the PulseAudio server credentials currently set on the  X11
              root  window  and dump them in a human readable form. This reads
              the  PULSE_SERVER,  PULSE_SINK,  PULSE_SOURCE  and  PULSE_COOKIE
              properties.

       -i     Similar  to  -d, however dumps them in a Bourne shell compatible
              format so they may be used together with the eval shell  command
              to set the $PULSE_SERVER, $PULSE_SINK, $PULSE_SOURCE environment
              variables. Also reads the authentication cookie  from  the  root
              window and stores it in ~/.config/pulse/cookie.

       -e     Export  the  currently  locally  used sound server, sink, source
              configuration to the X11 root window. This takes the  data  from
              the  $PULSE_SERVER, $PULSE_SINK, $PULSE_SOURCE environment vari‐
              ables  and  combines   them   with   the   data   from   ~/.con‐
              fig/pulse/client.conf  (or  /etc/pulse/client.conf  if that file
              does not exist). If specific options are passed on  the  command
              line (-S, -O, -I, -c, see below), they take precedence. Also up‐
              loads the local authentication cookie ~/.config/pulse/cookie  to
              the X11 server.

       -r     Removes  the  configured  PulseAudio  configuration from the X11
              root window.

       -D DISPLAY
              Connect to the specified X11 display, instead of the default one
              configured in $DISPLAY.

       -S SERVER
              Only valid for -e: export the specified PulseAudio server as de‐
              fault to the X11 display instead of the one configured via local
              configuration.

       -O SINK
              Only  valid for -e: export the specified sink as default sink to
              the X11 display instead of the one configured via local configu‐
              ration.

       -I SOURCE
              Only valid for -e: export the specified source as default to the
              X11 display instead of the one configured via  local  configura‐
              tion.

       -c FILE
              Only  valid  for -e: export the PulseAudio authentication cookie
              stored in the specified file to the X11 display instead  of  the
              one stored in ~/.config/pulse/cookie.

AUTHORS
       The   PulseAudio   Developers   <pulseaudio-discuss  (at)  lists  (dot)
       freedesktop (dot) org>; PulseAudio is  available  from  http://pulseau‐
       dio.org/

SEE ALSO
       pulseaudio(1), xprop(1)

Manuals                              User                      pax11publish(1)

 

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

gqrx, gnu radio, rfcat  (0) 2024.08.21
rtl sdr 다중 채널 디코딩  (0) 2022.08.30
ubuntu 18.04에 사운드 카드가 갑자기 사라졌다?  (0) 2022.07.20
RTL-SDR 11시 땡!  (0) 2022.01.07
gqrx 오디오 스트리밍  (0) 2022.01.07
Posted by 구차니
프로그램 사용/rtl-sdr2024. 8. 21. 21:19

자동차 RF 키가 발생시키는 rf 주파수를 녹음하고, 분석하고, 송신하는 예제

[링크 : https://leonjza.github.io/blog/2016/10/02/reverse-engineering-static-key-remotes-with-gnuradio-and-rfcat/]

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

pulseaudio error : access denied  (0) 2024.08.26
rtl sdr 다중 채널 디코딩  (0) 2022.08.30
ubuntu 18.04에 사운드 카드가 갑자기 사라졌다?  (0) 2022.07.20
RTL-SDR 11시 땡!  (0) 2022.01.07
gqrx 오디오 스트리밍  (0) 2022.01.07
Posted by 구차니
프로그램 사용/rtl-sdr2022. 8. 30. 18:16

 

SDRangel can decode multiple broadcast FM channels simultaneously

[링크 : https://www.reddit.com/r/RTLSDR/comments/ql1jpe/problem_rtl_sdr_recording_multiple_fm_channel/]

 

SDRangel is an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.

[링크 : https://github.com/f4exb/sdrangel]

[링크 : https://github.com/f4exb/sdrangelcli]

 

[링크 : https://github.com/szpajder/RTLSDR-Airband]

[링크 : https://github.com/pvachon/tsl-sdr]

  [링크 : https://www.rtl-sdr.com/a-multichannel-fm-demodulator/]

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

pulseaudio error : access denied  (0) 2024.08.26
gqrx, gnu radio, rfcat  (0) 2024.08.21
ubuntu 18.04에 사운드 카드가 갑자기 사라졌다?  (0) 2022.07.20
RTL-SDR 11시 땡!  (0) 2022.01.07
gqrx 오디오 스트리밍  (0) 2022.01.07
Posted by 구차니
프로그램 사용/rtl-sdr2022. 7. 20. 13:23

22.04 시대에 18.04라니.. 긴 한데

아무튼 gqrx 틀어 보니 가짜 출력(fake? dummy?) 라고 나오길래 찾아보니

 

아래의 모듈이 없어서 그렇다는데, 실행하고 나니 아래와 같이 헤드폰으로 잘 나온다.

$ sudo modprobe snd-hda-intel

[링크 : https://www.linuxuprising.com/2018/06/fix-no-sound-dummy-output-issue-in.html]

 

 

 

생각해보니.. rtl-sdr 관련 /dev/dsp 이런거 해보려고 oss 설치했던게 생각이 나네 -_-

젠장 역시나!!

/etc/modprobe.d$ grep -rni intel .
./blacklist-modem.conf:3:# blacklist snd-intel8x0m
./blacklist-framebuffer.conf:13:blacklist intelfb
./alsa-base.conf:31:options snd-intel8x0m index=-2
./oss4-base_noALSA.conf:83:blacklist snd-hda-intel
./oss4-base_noALSA.conf:94:blacklist snd-intel8x0
./oss4-base_noALSA.conf:95:blacklist snd-intel8x0m
./blacklist.conf:21:# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
./blacklist.conf:23:blacklist snd_intel8x0m

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

gqrx, gnu radio, rfcat  (0) 2024.08.21
rtl sdr 다중 채널 디코딩  (0) 2022.08.30
RTL-SDR 11시 땡!  (0) 2022.01.07
gqrx 오디오 스트리밍  (0) 2022.01.07
rpi gqrx  (0) 2022.01.07
Posted by 구차니

두개 방송국이 같이 보이는데 동시에 땡~! 해주니까 파형도 이쁘게 종모양으로 나온다.

어떻게 보면..  AND 게이트 3개가 보이는 느낌이네 ㅋㅋ

 

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

rtl sdr 다중 채널 디코딩  (0) 2022.08.30
ubuntu 18.04에 사운드 카드가 갑자기 사라졌다?  (0) 2022.07.20
gqrx 오디오 스트리밍  (0) 2022.01.07
rpi gqrx  (0) 2022.01.07
rtl sdr am  (0) 2022.01.07
Posted by 구차니

gqrx에 네트워크로 스트리밍 하는 옵션을 본 것 같은데 

찾아보니 오디오를 스트리밍 하고 해당 기능은 아래 명령을 이용하여 aplay로 재생이 가능 하다고..

 

$ nc -l -u 7355 | aplay -r 48k -f S16_LE -t raw -c 1

[링크 : https://gqrx.dk/doc/streaming-audio-over-udp]

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

ubuntu 18.04에 사운드 카드가 갑자기 사라졌다?  (0) 2022.07.20
RTL-SDR 11시 땡!  (0) 2022.01.07
rpi gqrx  (0) 2022.01.07
rtl sdr am  (0) 2022.01.07
/dev/dsp snd pcm  (0) 2021.12.27
Posted by 구차니

호오.. 소스로 받아서 하면 된다는데

라즈베리 파이 3 정도면 FFT 사이즈를 줄이면(PC에서는 64K 정도지만..) 가능은 한 듯?

 

Tudor has also reduced the FFT size to 8192 points and the FFT rate to 15 Hz, which helps keep the CPU load low.

Download Gqrx for the Raspberry Pi 3

[링크 : https://gqrx.dk/blog/airspy-hf-and-gqrx-running-on-raspberry-pi]

[링크 : https://gqrx.dk/download/gqrx-sdr-for-the-raspberry-pi]

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

RTL-SDR 11시 땡!  (0) 2022.01.07
gqrx 오디오 스트리밍  (0) 2022.01.07
rtl sdr am  (0) 2022.01.07
/dev/dsp snd pcm  (0) 2021.12.27
rtl-sdr noaa 안테나 만들어서 재시도  (0) 2021.12.27
Posted by 구차니

생각해보니.. direct_samp 주고 리눅스에서 해보고

윈도우에서는 i branch, q branch 둘다 해봤는지 기억이 안나네

 

[링크 : https://www.youtube.com/watch?v=I6Kh9A1Nd_s]

 

+

rtl_tcp 에서 옵션을 보는데 direct sampling에 대한 건 없는 듯..

$ rtl_tcp --help
rtl_tcp: invalid option -- '-'
rtl_tcp, an I/Q spectrum server for RTL2832 based DVB-T receivers

Usage:  [-a listen address]
        [-p listen port (default: 1234)]
        [-f frequency to tune to [Hz]]
        [-g gain (default: 0 for auto)]
        [-s samplerate in Hz (default: 2048000 Hz)]
        [-b number of buffers (default: 15, set by library)]
        [-n max number of linked list buffers to keep (default: 500)]
        [-d device index (default: 0)]
        [-P ppm_error (default: 0)]
        [-T enable bias-T on GPIO PIN 0 (works for rtl-sdr.com v3 dongles)

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

gqrx 오디오 스트리밍  (0) 2022.01.07
rpi gqrx  (0) 2022.01.07
/dev/dsp snd pcm  (0) 2021.12.27
rtl-sdr noaa 안테나 만들어서 재시도  (0) 2021.12.27
부품 도착! + 공짜 도착!  (2) 2021.12.27
Posted by 구차니
프로그램 사용/rtl-sdr2021. 12. 27. 21:30

/dev/dsp는 OSS의 일부인데

해당 기능을 활성화 하려면 아래의 모듈을 불러오면 된다고

# modprobe snd-pcm-oss

 

아래처럼 하면 소리가 난다는 것 같다.

sudo sh -c 'cat file.wav > /dev/dsp'

[링크 : https://unix.stackexchange.com/questions/103746/why-wont-linux-let-me-play-with-dev-dsp]

 

+

2022.01.03

xwxtoimg 에서 해보려고 찾아두고는 얼마나 안해보고 있는거냐..

 

+

2022.06.08

ubuntu 18.04에서 시도해보았으나 동일한 모듈은 없고.

비슷한걸 찾아서 넣어봐도 /dev/dsp나 sound 등이 생성되진 않았다.

$ grep -rni oss  /lib/modules/5.4.0-113-generic/
/lib/modules/5.4.0-113-generic/modules.alias:26312:alias sound-service-?-0 snd_mixer_oss
/lib/modules/5.4.0-113-generic/modules.order:1161:kernel/drivers/net/ethernet/alacritech/slicoss.ko
/lib/modules/5.4.0-113-generic/modules.order:4550:kernel/sound/core/oss/snd-mixer-oss.ko

$ sudo modprobe snd_mixer_oss

$ lsmod | grep oss
snd_mixer_oss          24576  0
snd                    86016  18 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_pcm,snd_hda_codec_idt,snd_rawmidi,snd_mixer_oss

 

+
pulseaudio와 osspd 라는 녀석을 설치하니 뜬다!

$ sudo apt-get install pulseaudio libpulse-dev osspd
$ ls -al /dev/dsp
crw-rw-rw- 1 root root 14, 3  6월  8 12:14 /dev/dsp

[링크 : https://askubuntu.com/questions/1025532/initaudi-cannot-open-oss-audio-device-dev-dsp]

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

rpi gqrx  (0) 2022.01.07
rtl sdr am  (0) 2022.01.07
rtl-sdr noaa 안테나 만들어서 재시도  (0) 2021.12.27
부품 도착! + 공짜 도착!  (2) 2021.12.27
wxtoimg linux  (0) 2021.12.26
Posted by 구차니
프로그램 사용/rtl-sdr2021. 12. 27. 20:47

흐음.. 여전하네 머가 문제일까?

이번 변경사항

1. 안테나 만듦

2. hardware gain off / gain 34dB 정도로 고정

 

 

 

 

여긴 윈도우 버전 (2.11.2 beta)

 

 

 

아 몰라 귀찮아 안할래!!!

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

rtl sdr am  (0) 2022.01.07
/dev/dsp snd pcm  (0) 2021.12.27
부품 도착! + 공짜 도착!  (2) 2021.12.27
wxtoimg linux  (0) 2021.12.26
multiple rtl-sdr 사용하기  (0) 2021.12.26
Posted by 구차니