×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

1.5.9 Wifi Adapter Problem

  • Posts: 36
  • Thank you received: 2
I finally got around to installing 1.5.9. I'm running it an RPi 4 with an external SSD. I flashed the SSD with 1.5.9, and went through my usual post-update steps using the app. I have a TrendTech/BrosTrend AC3L wifi adapter which requires using the terminal to install drivers. I normally don't have any problems. This time I did. See below for a full copy/paste of the terminal text. Tried a sudo apt update and essentially got the same error public key error. I flashed SM 1.5.6 to a card and tried again. No problems there. So something changed between 1.5.6 and 1.5.9 updates (I did not update 1.5.7/8 by flashing the SSD) that is now giving me that public key/headers package error. Copying and pasting terminal code is the extent of my RPi skills, so this one is way beyond me. Any help is appreciated! Thanks. 

stellarmate@stellarmate:~ $ sh -c 'busybox wget deb.trendtechcn.com/install -O /tmp/install && sh /tmp/install'
Connecting to deb.trendtechcn.com (185.199.109.153:80)
Connecting to deb.trendtechcn.com (185.199.110.153:443)
install              100% |********************************| 16512  0:00:00 ETA
Root access is required
Package manager is: apt-get
Installing prerequisites
Get:1 mirrors.ocf.berkeley.edu/debian buster InRelease [122 kB]
Hit:2 raspbian.raspberrypi.org/raspbian buster InRelease               
Hit:3 ppa.stellarmate.com/repos/apt/stable buster InRelease           
Err:1 mirrors.ocf.berkeley.edu/debian buster InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 04EE7237B7D453EC NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY DCC9EFBF77E11517
Reading package lists... Done
W: GPG error: mirrors.ocf.berkeley.edu/debian buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 04EE7237B7D453EC NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY DCC9EFBF77E11517
E: The repository 'mirrors.ocf.berkeley.edu/debian 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.
Warning, command failed: apt-get update
Couldn't detect the appropriate kernel headers package!
 
2 years 7 months ago #74018

Please Log in or Create an account to join the conversation.

  • Posts: 54
  • Thank you received: 4
Hi Tim
Did you get this problem sorted out? I, too have an acl3 dongle and just upgraded to SM1.5.9 and am having trouble executing the Brostrend command line. Did you contact Brostrend?
Mike
2 years 7 months ago #74212

Please Log in or Create an account to join the conversation.

  • Posts: 36
  • Thank you received: 2

Replied by Tim on topic Re:1.5.9 Wifi Adapter Problem


I didn’t. I’ve had problems in the past and gotten really good customer service from BrosTrend/TrendTech. I’ve tried them multiple times, and haven’t had received a single response this time. I ended up getting a new adapter.


Sent from my iPhone using Tapatalk
2 years 7 months ago #74213

Please Log in or Create an account to join the conversation.

  • Posts: 276
  • Thank you received: 52
The below may or may not help.
Info is taken from this thread

askubuntu.com/questions/732985/force-upd...-unsigned-repository

Note this is a generic override of all repositories at mirrors.ocf.berkeley.edu/debian and is not the best way to do this but may allow the install to happen.
As super user, edit using your favorite editor
/etc/apt/sources.list

Add the line
deb [trusted=yes] mirrors.ocf.berkeley.edu/debian buster main

And save the file.

Try the install again

 
2 years 7 months ago #74226

Please Log in or Create an account to join the conversation.

  • Posts: 6
  • Thank you received: 1

Replied by lttnono on topic 1.5.9 Wifi Adapter Problem

Taking the public keys from the Ubuntu keyserver works.

discuss.freedombox.org/t/solved-buster-b...-raspberry-pi-1b/327

sudo apt-key adv --keyserver  keyserver.ubuntu.com  --recv-keys 04EE7237B7D453EC

To be repeated for each of the three key IDs that show up in the error message.
Last edit: 2 years 7 months ago by lttnono. Reason: Typo in the Ubuntu keyserver URL (a '494' was added when I copy-pasted from the website where the issue was discussed)
2 years 7 months ago #74238

Please Log in or Create an account to join the conversation.

  • Posts: 36
  • Thank you received: 2

Replied by Tim on topic 1.5.9 Wifi Adapter Problem

Thanks! Unfortunately it only solved half the problem. I'm getting this now:

stellarmate@stellarmate:~ $ sh -c 'busybox wget deb.trendtechcn.com/install -O /tmp/install && sh /tmp/install'
Connecting to deb.trendtechcn.com (185.199.108.153:80)
Connecting to deb.trendtechcn.com (185.199.110.153:443)
install              100% |********************************| 16512  0:00:00 ETA
Root access is required
Package manager is: apt-get
Installing prerequisites
Hit:1 ppa.stellarmate.com/repos/apt/stable buster InRelease
Hit:2 mirrors.ocf.berkeley.edu/debian buster InRelease                  
Hit:3 raspbian.raspberrypi.org/raspbian buster InRelease                
Reading package lists... Done
Couldn't detect the appropriate kernel headers package!

 
2 years 7 months ago #74240

Please Log in or Create an account to join the conversation.

  • Posts: 6
  • Thank you received: 1

Replied by lttnono on topic 1.5.9 Wifi Adapter Problem

I had an error that was a bit similar.  The TrendTech program was trying to build kernel modules for kernel version 5.10.52 but my Stellarmate was in 5.10.17.   Updated the packages (Menu-->System Tools-->Package Updater) and then everything went smoothly.  

What's your kernel version? ( uname -r )

You could also try to install the kernel headers (sudo apt-get install raspberrypi-kernel-headers )

 
Last edit: 2 years 7 months ago by lttnono. Reason: afterthought : install kernel headers for the RPi
2 years 7 months ago #74241

Please Log in or Create an account to join the conversation.

  • Posts: 36
  • Thank you received: 2

Replied by Tim on topic 1.5.9 Wifi Adapter Problem

I ran package updater. There was plenty that needed updating. 

My version is also 5.10.17. 

That command you suggested returns the following error:
E: Unable to locate package raspberrypi-kernel-headers

Regardless, I still got the same header error when I tried to install the TrendTech drivers again.
 
2 years 7 months ago #74242

Please Log in or Create an account to join the conversation.

  • Posts: 6
  • Thank you received: 1

Replied by lttnono on topic 1.5.9 Wifi Adapter Problem

Hmmm...ok you should try 
1- sudo apt-get update
2- sudo apt-get install raspberrypi-kernel-headers
3- run the TrendTech command to install the drivers

If this still fails, maybe there's a repository to point to (I remember I uncommented the "sources" repo in the /etc/apt/sources.list file - using midnight commander and its integrated editor that I had previously installed with sudo apt-get install mc and run with sudo mc.  Great little clone of Norton Commander from the good old days of Microsoft DOS ^^ )

BTW after all your updates are you still in 5.10.17 or have you moved up to 5.10.52?

 
2 years 7 months ago #74244

Please Log in or Create an account to join the conversation.

  • Posts: 36
  • Thank you received: 2

Replied by Tim on topic 1.5.9 Wifi Adapter Problem

I uncommented that line in the sources.list. It did something because the sudo update command showed a few more things happening than normal. However, I'm still getting the "Unable to locate package raspberrypi-kernel-headers" error when I run the install headers command. And I'm still on the .17 version. Thanks for trying to help. 
2 years 7 months ago #74266

Please Log in or Create an account to join the conversation.

  • Posts: 6
  • Thank you received: 1

Replied by lttnono on topic 1.5.9 Wifi Adapter Problem

Well, if apt can't get to those headers, neither will the install script from TrendTech.  One more thing I fiddled with is the /etc/apt/sources.list.d/raspi.list file in which I think I uncommented the three repos.  Could you try uncommenting those, re-run a sudo apt-get update and then try again with the rasberrypi-kernel-headers (or go straight for the TrendTech install process which does the same thing at some point)? 


 
2 years 7 months ago #74267

Please Log in or Create an account to join the conversation.

  • Posts: 36
  • Thank you received: 2

Replied by Tim on topic 1.5.9 Wifi Adapter Problem

Still no luck. If nothing else, I'm learning a little more about RPi than I thought I ever would. Thanks for all of the suggestions. I got another adapter that is actually working, so not all is lost. Hopefully it will perform well compared to the old one. And maybe this header install problem will randomly fix itself in a future update.
2 years 7 months ago #74269

Please Log in or Create an account to join the conversation.

Time to create page: 1.398 seconds