¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: JS8 and FT8 headless problem

 

Hi,
Only while headless operating, my IC-705 receives fine, but when I try and tx it begins, and halfway through transmission the program closes, and leaves transceiver in tx. Fl rig will not stop the transmission. Only turning the 705 off and on again works.
Then Wsjtx ,or JS8 needs to be opened again.
Any suggestions?
Paul
WD8SCV


Re: BAP on RasPi zero

 

¿ªÔÆÌåÓý

I think it was this video where he shows all the changes to make things work:


On Oct 30, 2021, at 8:12 AM, Bill Lamm <kd9mdl@...> wrote:

?I presume it will be a barebones BAP install.. the radio is the QRP Labs QDX .. it is pretty barebones itself..??


Errors in terminal on update

 

My attached /var/log/apt/term.log has several errors that began after updating to Version 3.1.2.? I'm not a 100% sure if this is the log from the terminal window that appears during an update but I can't copy but one screen when I try to copy that log.? Any help with resolving errors is appreciated.
73 Jeff KO4NCC


Re: BAP on RasPi zero

 

I presume it will be a barebones BAP install.. the radio is the QRP Labs QDX .. it is pretty barebones itself..??


Re: Installed current release of BAP have GPS problem

 

run this command:
gpsd -V
and see if it says you have 3.23.1 installed.

Anytime you need to find a library/package, you can use the apt-cache search tool:
apt-cache search <package-name>
apt-cache search matplotlib

--
73, de KM4ACK
|
|


Re: BAP on RasPi zero

 

The Pi Zero 2 looks pretty exciting from the initial videos I have seen. I have one on pre-order so hopefully I will have it soon. The big issue I see at the moment is getting the FLDIGI suite to build with only 512M ram. In order for it to build on the Pi 3 (1GB ram), we have to increase the swap file. This may work with the Zero as well but I haven't tested it. You can install the entire suite from the repository without issue but this will leave you with an older version of each application. For some this will be no issue. If you have a newer radio (lab599, IC705, etc), it may not be supported in the older version of FLRIG.?

--
73, de KM4ACK
|
|


Re: Pat fails: snd_pcm_status() failed: No such device #pat-mail

Chris Huchel
 

Hey guys. Consider this issue closed. I found a bad memory card. They can only take so many writes!

Do you guys think it's safe to say that peculiar behavior means bad storage? That case tends to be true with HDDs in the full size computer world. I'd normally replace a hard drive at work if we started getting odd errors and random behaviors.


Re: Pat fails: snd_pcm_status() failed: No such device #pat-mail

Chris Huchel
 

No worries Terry. It's beginning to look like a problem in ALSA. When I look for what processes are using sound devices, I get this:
________________________________________________
fuser -fv /dev/snd/* /dev/dsp*
Specified filename /dev/dsp* does not exist.
? ? ? ? ? ? ? ? ? ? ?USER? ? ? ? PID ACCESS COMMAND
/dev/snd/controlC0:? pi? ? ? ? 23842 F.... pulseaudio
/dev/snd/controlC1:? pi? ? ? ? 23842 F.... pulseaudio
/dev/snd/controlC2:? pi? ? ? ? 23842 F.... pulseaudio
---------------------------------------------------------------------------------
These processes I can kill by PID. It doesn't help though. Here's lsusb:
____________________________________________________________
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 010: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 028: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP2102/CP2109 UART Bridge Controller [CP210x family]
Bus 001 Device 027: ID 0d8c:013c C-Media Electronics, Inc. CM108 Audio Controller <---------
Bus 001 Device 026: ID 0424:2412 Standard Microsystems Corp.?
Bus 001 Device 008: ID 10c4:ea70 Cygnal Integrated Products, Inc. CP210x UART Bridge
Bus 001 Device 004: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 003: ID 1546:01a7 U-Blox AG [u-blox 7]
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

The device with the arrow is the one that's inaccessible. If it's in this list, it's seen by the OS.

I'll continue working through this and post my results here.
Unless Jason has some brilliance in this.... B-)



Re: Pat fails: snd_pcm_status() failed: No such device #pat-mail

 

¿ªÔÆÌåÓý

Sorry Chris,
I have no experience with a digirig and can¡¯t think of anything else to try myself right now

Terry

On Oct 29, 2021, at 8:41 PM, Chris Huchel <chris@...> wrote:

?
arecord -l results:

**** List of CAPTURE Hardware Devices ****
card 2: Device [USB PnP Sound Device], device 0: USB Audio [USB Audio]
? Subdevices: 1/1
? Subdevice #0: subdevice #0


This is a digirig mobile. It works when connected to my laptop, but not the Pi, so it's not hardware. I have a sinking suspicion that it's that last update I did that broke something.


Re: Pat fails: snd_pcm_status() failed: No such device #pat-mail

Chris Huchel
 
Edited

arecord -l results:
----------------------------------------------------------------------------------------
**** List of CAPTURE Hardware Devices ****
card 2: Device [USB PnP Sound Device], device 0: USB Audio [USB Audio]
? Subdevices: 1/1
? Subdevice #0: subdevice #0
----------------------------------------------------------------------------------------

This is a digirig mobile. It works when connected to my laptop, but not the Pi, so it's not hardware. I have a sinking suspicion that it's that last update I did that broke something.

Where can I find the ardop log?


Re: BAP on RasPi zero

 

I have one on pre order, plus a usb hat.. also found a 4th Gen iPad on sale at pc recycle site I watch (my first apple! what is wrong with me?!) Goal is a one small dry box with every thing needed to operate..?

I will start a new thread

KD9MDL?
?Bill


Re: Pat fails: snd_pcm_status() failed: No such device #pat-mail

 

¿ªÔÆÌåÓý

Did you run this command that Jason posted earlier?

arecord -l

Can you post the results along with?your pat menu config? ?This could be that for some reason the sound card addesss changed at the Linux os level.?

Another place to look for more info would be the ardop log.

Terry, k4hnt

On Oct 29, 2021, at 6:31 PM, Chris Huchel <chris@...> wrote:

?
This was after a fresh restart and the only app running before Pat was Flrig. This was an ARDOP connection.


Re: Pat fails: snd_pcm_status() failed: No such device #pat-mail

Chris Huchel
 

This was after a fresh restart and the only app running before Pat was Flrig. This was an ARDOP connection.


Re: BAP on RasPi zero

 

¿ªÔÆÌåÓý

You may want to checkout the digipi videos where he talks about changing the processor capacity from 70% to 100% which opens more options. The pi zero 2 should only be better.

I really wish they would have released a 1gb version for a higher cost.

Good luck and keep us posted! I¡¯m going to try and get one next week when I¡¯m near a microcenter!

On Oct 29, 2021, at 12:59 PM, Bill Lamm <kd9mdl@...> wrote:

?I noticed a new Pi on the way.. (Pi zero 2 W) Same processor as the pi 3 but only 512MB of ram..? I am thinking it would be a good partner to QRP Labs new QDX digital transceiver and similarly sized projects...? would you start experimenting with the current BAP v3?, pull something out of your pi zero files? or use something with more memory?

73
KD9MDL
Bill


Re: BAP on RasPi zero

 

I noticed a new Pi on the way.. (Pi zero 2 W) Same processor as the pi 3 but only 512MB of ram..? I am thinking it would be a good partner to QRP Labs new QDX digital transceiver and similarly sized projects...? would you start experimenting with the current BAP v3?, pull something out of your pi zero files? or use something with more memory?

73
KD9MDL
Bill


Re: Installed current release of BAP have GPS problem

 

Got down to this line in your install instructions

sudo scons udev-instal

But it stopped with this:
WARNING: gpsplot is missing required runtime module matplotlib
WARNING: Python2.7 too old (need 3.6): gps/aiogps.py will not be installed
Ensure your PYTHONPATH includes /usr/local/lib/python2.7/dist-packages/

Python 3.6 is currently installed.? I can't find matplotlib to install.? Can you help me furher?


Re: Pat fails: snd_pcm_status() failed: No such device #pat-mail

 

Do you have any other apps open (JS8Call, FT8, etc) that could be using the sound card? Linux only allows one app at a time to use the sound card by default. Run this command
arecord -l
and post the results. Also, post your pat menu settings. Was this a packet (direwolf) connection or ARDOP?

--
73, de KM4ACK
|
|


Pat fails: snd_pcm_status() failed: No such device #pat-mail

Chris Huchel
 

Hey guys. Was working a few days ago. Not sure what changed. When I run Pat and try to establish a connection, I get this error in the console:

snd_pcm_status() failed: No such device

And then each consecutive attempt is very short, a PTT ker-chunk one could say, and each PTT generates this:

cannot open playback audio device plughw:2,0 (Device or resource busy)

No problems a few days ago, and now this. I did do an apt update and upgrade, but thought that could be separate since most of BAP's stuff installs outside of the APT system. What logs can I post to help diagnose the problem?


Re: Installed current release of BAP have GPS problem

 

There was an API change in the latest gpsd which has caused as well. We are waiting for the developers of other projects to update with the fix. I don't think it will help but if you want to install gpsd manually, these steps should work:

sudo ldconfig
cd $HOME/Downloads
wget http://download.savannah.gnu.org/releases/gpsd/gpsd-3.23.1.tar.gz
tar -xzf gpsd-3.23.1.tar.gz
rm gpsd-3.23.1.tar.gz
cd gpsd-3.23.1/
scons prefix=/usr --config=force
sudo scons udev-install
sudo ldconfig
sudo apt-get -y install scons libncurses5-dev python-dev pps-tools chrony

On my Pi, xgps will load but will not display the skyview. You can also use cgps which gives you the same data minus the pretty interface.

--
73, de KM4ACK
|
|


Re: Installed current release of BAP have GPS problem

 

I found the gpsd ver 3.23.1 here:?



I unpacked it, but I don't know how to install it.? Please help.

I don't know what to do about updating the xgps API from 3.12 to 3.14.? Please help.