I didn’t get a chance to install Chasing your tail (I plan to do it soon), however I’ve been running kismet with gps with great success for a few weeks now. I use it for wardriving.
My m.o. is to open pygpsclient, untill I see all the satelites and the gps has a lock. after that, i close pygps, and open gpsd. and after that i run kismet. kismet will connect to gpsd and pull location data from there.
as of now, my gpsd doesn’t present SKY data (sattelies in view), only TPV data (coordinates, speed, etc), so that is why I use pygpsclient beforehand to see the status of satelite lock.
Tried the above command. Didn’t work. Gives an error ‘/home/ender/.local/lib/python3.11/site-packages’ (doesn’t exist). This is weird because when I look at the /home/ender/.local directory, there is no lib folder. It does raise the question on why python is it looking in the /.local directory instead of /usr/lib.
Update
Manually added /usr/lib/python3.11/site-packages directory. Script ran without errors. Ran the test command. Got a frowny face with the following output:[‘‘, ‘usr/lib/python311.zip’, ‘/usr/lib/python3.11’, /usr/lib/python3.11/lib-dynload’, ‘/home/ender/.pygpsclient/lib/python3.11/site-packages’]
I have the same problem with gpsd. Sometimes it seems to work and satellites show up in cgps, but rarely. Chasing your tail worked for me out of the box though, so you should have no issues with that.
As, at this point, we are troubleshooting a problem with your operating system configuration rather than the AIO board package, could you find the thread pertaining to your operating system and tag me there? We’re using an awful lot of this thread’s bandwidth.
First of all – thanks a lot for your amazing work!
I’m currently trying to install the following two packages from the Kali sources on your latest Bookworm-6.12.40 image in order to enable monitor mode and injection on my CM4 onboard WiFi:
brcmfmac-nexmon-dkms: DKMS-based version of the brcmfmac driver with Nexmon patches
firmware-nexmon: Nexmon-patched firmware for supported Broadcom chips
On your Kali-6.12.34 img I can install these packages without any issues, but with the latest Bookworm kernel I’m not sure if this should work the same way.
Do you know if this is supported (or maybe planned) for Bookworm as well?
Also, on Kali-6.12.34 I ran into problems installing your hackergadgets-uconsole-aio-board package – the installation always failed with errors.
Thanks a lot for your help and for maintaining these great builds!