Code Monkey home page Code Monkey logo

Comments (13)

dominicgs avatar dominicgs commented on July 17, 2024

Hi,

Does the symbolic link to the plugin-ubertooth directory go anywhere? i.e. does it point to the plugin in the Ubertooth source directory?

Do you have any output from the build process?
Specifically the sudo make plugins-install step?

Dominic

from ubertooth.

OpenFerret avatar OpenFerret commented on July 17, 2024

Thanks for taking time to reply Dominic!

I'm using to symbolic link command to point to the ubertooth-2014-02-R2 folder which is sitting in my home directory. It isn't giving any return:

openferret@ubuntu:$ cd kismet-2013-03-R1b
openferret@ubuntu:
/kismet-2013-03-R1b$ ln -s ../ubertooth-2014-02-R2/host/kismet/plugin-ubertooth .
openferret@ubuntu:~/kismet-2013-03-R1b$ ./configure

Then when I run the sudo make plugins-install step I get:

openferret@ubuntu:/kismet-2013-03-R1b$ sudo make plugins-install
PLUGIN-INSTALL: plugin-alertsyslog/
make[1]: Entering directory /home/openferret/kismet-2013-03-R1b/plugin-alertsyslog' mkdir -p //usr/local/lib/kismet install -o "root" -g "root" -m 644 alertsyslog.so //usr/local/lib/kismet/alertsyslog.so make[1]: Leaving directory/home/openferret/kismet-2013-03-R1b/plugin-alertsyslog'
PLUGIN-INSTALL: plugin-btscan/
make[1]: Entering directory /home/openferret/kismet-2013-03-R1b/plugin-btscan' mkdir -p //usr/local/lib/kismet /usr/bin/install -c -o "root" -g "root" -m 644 btscan.so //usr/local/lib/kismet/btscan.so mkdir -p //usr/local/lib/kismet_client /usr/bin/install -c -o "root" -g "root" -m 644 btscan_ui.so //usr/local/lib/kismet_client/btscan_ui.so make[1]: Leaving directory/home/openferret/kismet-2013-03-R1b/plugin-btscan'
PLUGIN-INSTALL: plugin-spectools/
make[1]: Entering directory /home/openferret/kismet-2013-03-R1b/plugin-spectools' mkdir -p //usr/local/lib/kismet /usr/bin/install -c -o "root" -g "root" -m 644 spectool_net.so //usr/local/lib/kismet/spectool_net.so mkdir -p //usr/local/lib/kismet_client /usr/bin/install -c -o "root" -g "root" -m 644 spectools_ui.so //usr/local/lib/kismet_client/spectools_ui.so make[1]: Leaving directory/home/openferret/kismet-2013-03-R1b/plugin-spectools'
PLUGIN-INSTALL: plugin-syslog/
make[1]: Entering directory /home/openferret/kismet-2013-03-R1b/plugin-syslog' mkdir -p //usr/local/lib/kismet /usr/bin/install -c -o "root" -g "root" -m 644 kismet-syslog.so //usr/local/lib/kismet/kismet-syslog.so make[1]: Leaving directory/home/openferret/kismet-2013-03-R1b/plugin-syslog'
PLUGIN-INSTALL: plugin-ubertooth/
make[1]: Entering directory /home/openferret/ubertooth-2014-02-R2/host/kismet/plugin-ubertooth' mkdir -p /usr/local//lib/kismet/ install -o "root" -g "root" -m 644 ubertooth.so /usr/local//lib/kismet/ubertooth.so mkdir -p /usr/local//lib/kismet_client/ install -o "root" -g "root" -m 644 ubertooth_ui.so /usr/local//lib/kismet_client/ubertooth_ui.so make[1]: Leaving directory/home/openferret/ubertooth-2014-02-R2/host/kismet/plugin-ubertooth'
openferret@ubuntu:
/kismet-2013-03-R1b$

from ubertooth.

OpenFerret avatar OpenFerret commented on July 17, 2024

UPDATE*

Apologies, please cancel my last... For some reason that time it seems to have worked?!?

I can select the plugin in kismet.

It still isn't quite working as it isn't collecting any bluetooth traffic, but its moving forwards:

screenshot from 2014-06-08 17 50 12

from ubertooth.

dominicgs avatar dominicgs commented on July 17, 2024

It looks like you have a permissions error there when trying to access the Ubertooth. You may want to try running as root or adding the udev rule that's in the ubertooth source host/libubertooth/ directory.

from ubertooth.

OpenFerret avatar OpenFerret commented on July 17, 2024

Apologies, where do I add that udev rule to?

from ubertooth.

dominicgs avatar dominicgs commented on July 17, 2024

The rule goes in to /etc/udev/rules.d/. Then unplug and re-connect the device.

from ubertooth.

OpenFerret avatar OpenFerret commented on July 17, 2024

Yep, that has sorted it. Had to edit the .rules file slightly and change GROUP="usb" to GROUP="plugdev".

Many thanks for all your help buddy!

from ubertooth.

dominicgs avatar dominicgs commented on July 17, 2024

No problem, if it's working now, I'll close this issue.

from ubertooth.

OpenFerret avatar OpenFerret commented on July 17, 2024

I have found that starting wireshark gives the error:

Couldn't load module /usr/lib/x86_64-linux-gnu/wireshark/plugins/1.12.0/btbb.so: /usr/lib/x86_64-linux-gnu/wireshark/plugins/1.12.0/btbb.so: undefined symbol: check_col

Apologies for bringing more stuff back to you!

from ubertooth.

dominicgs avatar dominicgs commented on July 17, 2024

Ah, now I see why this wasn't fixed in the release but was working on git master, I fixed the issue after the release. There are more commits that I need to add to the new version.

from ubertooth.

OpenFerret avatar OpenFerret commented on July 17, 2024

I've also left a comment on the wrong issue... This was for issue #36

Will teach me for playing with linux and a bottle of wine... apologies again.

from ubertooth.

buidang avatar buidang commented on July 17, 2024

Hi guys. Help me
"Couldn't load module /usr/local/lib/wireshark/plugins/1.12.8/packet-openflow.so: /usr/local/lib/wireshark/plugins/1.12.8/packet-openflow.so: undefined symbol: check_col"
screenshot from 2015-11-28 10 45 20

from ubertooth.

dominicgs avatar dominicgs commented on July 17, 2024

@buidang That error has nothing to do with this issue or the Ubertooth project. I suggest you ask the Wireshark developers or the developers of the OpenFlow dissector.

from ubertooth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.