Wi5 / odin-wi5

Odin framework: Patches + Wiki (Instructions)
8 stars 17 forks source link

Odin agents in Virtualbox #27

Closed alissonlimasilva closed 7 years ago

alissonlimasilva commented 8 years ago

I'm trying to run the OpenWRT with Click and card ath9k wi-fi in virtualbox. I want to create a Odin environment using virtual machines running OpenWRT, it is possible to make?

luissequeira commented 7 years ago

I think it is possible. You can use a usb dongle as a wireless interface.

alissonlimasilva commented 7 years ago

I'm using the TP-WN722N. My problem is the installation of Click, I am very doubtful, you do not have some link with a tutorial to help me. I am a graduate student, my knowledge is still little

josemariasaldana commented 7 years ago

You have information in the wiki: https://github.com/Wi5/odin-wi5/wiki/Cross-compiling-Click-Modular-Router-for-Odin

Best regards

alissonlimasilva commented 7 years ago

Could you guys help me on how to apply the ath9k patch. I tried everything but I could not.

josemariasaldana commented 7 years ago

Please have a look to this page: https://github.com/Wi5/odin-wi5/wiki/Create-OpenWRT-bin-image-including-openvswitch-and-the-ath9k-patch

alissonlimasilva commented 7 years ago

Sorry for the inconvenience again but the ath9k patch seems incomplete. How could I apply?

peterrz commented 7 years ago

Copy "ath9k-bssid-mask.patch" to the directory and use this commend: $patch debug.c < ath9k-bssid-mask.patch this link has been updated " https://github.com/Wi5/odin-wi5/wiki/Create-OpenWRT-bin-image-including-openvswitch-and-the-ath9k-patch"

josemariasaldana commented 7 years ago

Thanks, @peterrz !