wismna

Results 27 comments of wismna

Sorry for late reply! Do you have any more details on the error? Did you make sure you have the bridge-utils package installed?

Ok, let me know. Though I'm wondering, are you saying that while there is an error bringing up br0, HackPi still seems to be working? E.g, when connected to a...

Ah! You're right, I will correct the default path. Also, concerning the kernel module, it is indeed built against the 4.38+ kernel and not the 4.48+. I will rebuild it...

Very nice installer, thanks! I built and uploaded the new kernel module (4.4.48+), and slightly modified your installer to reflect the changes I made to the project structure, as well...

Indeed. We could add a check to abort installation if the kernel version is different from the ones that exist. It should also be possible to script the kernel module...

It's possible that this error occurs at startup, when the dummy ethernet gadget is created for fingerprinting purposes. br0 can't start at this point (it's normal). Then, when the real...

I explained it in the readme file (agreed, it's a bit long!) :). Basically, each libcomposite function (the ECM function for Linux and MacOs and the RNDIS function for Windows)...

No, I simply meant this: ### /etc/network/interface > auto lo br0 However, the duplicates lines you've quoted are something I need to clean up. They shouldn't be needed in /etc/network/interface...

You're welcome. Actually, it should be possible to make it work for any OS. That would require some dedication and more advanced USB traffic analysis, however. See [this link](http://ix.cs.uoregon.edu/~butler/pubs/sadfe11.pdf). At...

Yeah probably. However, each time I changed anything to these lines, it would stop working altogether... I'm looking into it. Also, during my testing, I wasn't getting any error message...