JTA-STAR / J-STAR

Desktop PI-STAR for Raspberry Pi 5B
GNU General Public License v2.0
21 stars 2 forks source link

After upgraded J-Star from buster to Bullseye(Debian 11), Allstarlink not work anymore. #35

Open bi7jta opened 4 months ago

bi7jta commented 4 months ago

After upgraded J-Star from buster to Bullseye(Debian 11), Allstarlink not work anymore.

https://github.com/AllStarLink/ASL-Asterisk/issues/89

In this version I plan to integrate OpenWebrxPlus , DMR SDR decode, LinPhone app upgrade to the newest.

bi7jta commented 4 months ago

Hello I hope anyone can help me . I got a problem, after upgrade ASL2.0Beta OS from buster to bullseye , the asl-asterisk.service start error.

ERROR[19456] chan_dahdi.c: Unable to dup channel: No such file or directory
[Apr 14 19:49:48] WARNING[19457] chan_dahdi.c: Unable to open '/dev/dahdi/pseudo': No such file or directory
[Apr 14 19:49:48] ERROR[19457] chan_dahdi.c: Unable to dup channel: No such file or directory
[Apr 14 19:49:48] WARNING[19459] chan_dahdi.c: Unable to open '/dev/dahdi/pseudo': No such file or directory
[Apr 14 19:49:48] ERROR[19459] chan_dahdi.c: Unable to dup channel: No such file or directory
[Apr 14 19:49:48] WARNING[19458] chan_dahdi.c: Unable to open '/dev/dahdi/pseudo': No such file or directory
[Apr 14 19:49:48] ERROR[19458] chan_dahdi.c: Unable to dup channel: No such file or directory
^Z
[1]+  Stopped                 tail -100f /var/log/asterisk/messages
root@pi-star:~# ls /dev/dahdi/pseudo
ls: cannot access '/dev/dahdi/pseudo': No such file or directory

After compare to the buster OS , dahdi mod lost in new bullseye OS,

lsmod | grep dahdi
dahdi_dummy            16384  0
dahdi_transcode        16384  0
dahdi                 237568  2 dahdi_dummy,dahdi_transcode
crc_ccitt              16384  1 dahdi

I try to install it , but got more error .

W: GPG error: http://apt.allstarlink.org/repos/asl_builds bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6A72C389B517460F
E: The repository 'http://apt.allstarlink.org/repos/asl_builds bullseye InRelease' is not signed.

image

apt -y install allstar-dahdi-5.4.51-v7l-asl+-dkms allstar-dahdi-5.4.51-v7l-asl+-tools


allstarlink.list

deb http://apt.allstarlink.org/repos/asl_builds bullseye main

root@pi-star:~# apt update
Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease                                             
Hit:3 https://repo.openwebrx.de/debian bullseye InRelease                                                  
Get:4 http://apt.allstarlink.org/repos/asl_builds buster InRelease [7,361 B]
Err:4 http://apt.allstarlink.org/repos/asl_builds buster InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6A72C389B517460F
Reading package lists... Done
W: GPG error: http://apt.allstarlink.org/repos/asl_builds buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6A72C389B517460F
E: The repository 'http://apt.allstarlink.org/repos/asl_builds buster InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

uname -r
5.4.51-v7l-asl+

root@pi-star:~# apt -y install allstar-dahdi-5.4.51-v7l-asl+-dkms allstar-dahdi-5.4.51-v7l-asl+-tools
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package allstar-dahdi-5.4.51-v7l-asl+-dkms
E: Couldn't find any package by glob 'allstar-dahdi-5.4.51-v7l-asl+-dkms'
E: Unable to locate package allstar-dahdi-5.4.51-v7l-asl+-tools
E: Couldn't find any package by glob 'allstar-dahdi-5.4.51-v7l-asl+-tools'

Thank you very much!

bi7jta commented 4 months ago

Reference Debian Bullseye Packages and install https://community.allstarlink.org/t/debian-bullseye-packages-and-install/19399/14
Collected by KK4CMN