Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: please add support for Raspberry Pi 0 and 2 to the bookworm repos #490

Open
pdobrien3 opened this issue Nov 12, 2023 · 2 comments

Comments

@pdobrien3
Copy link

I have a raspberry pi 0 and a raspberry pi 2 that I use as a remote capture device. They work awesome on Bullseye for using just the Kismet components (kismet-capture-linux-wifi and kismet-capture-linux-bluetooth). I connect to my main Kismet install using TCP and an Autossh tunnel. With the recent addition of Bookworm to stable, I would like to update. I have tried to use the package installers (kali, bookworm, and bullseye) of the 2 component but run into dependencies error. I have also tried to build my own package locally but it was beyond my abilities. Thanks in advance for your consideration.

@pdobrien3
Copy link
Author

I struggled through trying to build locally several times yesterday. Made it all the way to sudo make suidinstall. That step crashes the Pi everytime. Even tried to put the SD card in a Pi3B+ after a successful make datasources and it crashed the Pi 3B+ also.

@pdobrien3
Copy link
Author

Here is the steps I took:

Install dependencies:
sudo apt install build-essential git libwebsockets-dev pkg-config zlib1g-dev libnl-3-dev libnl-genl-3-dev libcap-dev libpcap-dev libnm-dev libdw-dev libsqlite3-dev libprotobuf-dev libprotobuf-c-dev protobuf-compiler protobuf-c-compiler libsensors4-dev libusb-1.0-0-dev python3 python3-setuptools python3-protobuf python3-requests python3-numpy python3-serial python3-usb python3-dev python3-websockets librtlsdr0 libubertooth-dev libbtbb-dev
sudo apt-get install -y libmosquitto-dev (initial install)

cd ~/downloads
git clone https://www.kismetwireless.net/git/kismet.git 
cd ~/downloads/kismet
./configure --disable-libwebsockets --enable-capture-tools-only
make datasources
sudo make suidinstall
```  (never could make it through this step).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant