EightBitOni Posted August 14, 2019 Share Posted August 14, 2019 After I install a module like nmap on my sd card it then says that the Dependencies are not installed, after I try to install them on the sd card it would say installing however after 20 or 30 seconds it would go back to Not installed. I have factory reset and reboot the nano but still having the same issues. If there is anyone who could help me in the right direction that would be really helpful. Thank you Link to comment Share on other sites More sharing options...
EightBitOni Posted August 14, 2019 Author Share Posted August 14, 2019 Sorry forgot to mention in the post that this is for the wifi pineapple nano Link to comment Share on other sites More sharing options...
b0N3z Posted August 14, 2019 Share Posted August 14, 2019 This is a known problem and is being worked on. Modules are created by community and need to be fixed by the devs, if they choose to do so. Foxtrot said he would work on the issue, give him some time. Link to comment Share on other sites More sharing options...
EightBitOni Posted August 15, 2019 Author Share Posted August 15, 2019 So do you think that I should downgrade the firmware, because this is for almost all modules that need dependencies or is there another workaround? Also I am wondering if changing the usb fstab also breaks this because I was not able to use the sd card with out changing the config mount. Do you think this could also be the issue? thank you original config config mount option target '/sd' option device '/dev/sdcard/sd1' option fstype 'auto' option options 'rw,sync' option enabled '1' new config config mount option target '/sd' option device '/dev/sda1' option fstype 'auto' option options 'rw,sync' option enabled '1' Link to comment Share on other sites More sharing options...
b0N3z Posted August 16, 2019 Share Posted August 16, 2019 give it time and they will get it fixed, for the sd issue, make sure you select the drop down and format the card. Link to comment Share on other sites More sharing options...
EightBitOni Posted August 16, 2019 Author Share Posted August 16, 2019 Thank you for the help, I am still new to these forums and truth be told I have never really posted to anything before, this is the first time that I am doing that. Funny thing is I have learned a lot in these last few days about my first pineapple I am really excited to learn more once this issue is fixed. Thank you Link to comment Share on other sites More sharing options...
georgemartinez Posted August 17, 2019 Share Posted August 17, 2019 On 1/5/2016 at 8:23 PM, Darren Kitchen said: hello friends I have likewise problem, not installed dependencies nano pineapple, please help me, I want to use my pineapple 16 hours ago, EightBitOni said: Thank you for the help, I am still new to these forums and truth be told I have never really posted to anything before, this is the first time that I am doing that. Funny thing is I have learned a lot in these last few days about my first pineapple I am really excited to learn more once this issue is fixed. Thank you Link to comment Share on other sites More sharing options...
netnem Posted August 20, 2019 Share Posted August 20, 2019 In my case the problem is mdk3 package was not found. The dependencies.sh just call opkg update to install mdk3 but there is no mdk3 package installed. How to solve this problem? Link to comment Share on other sites More sharing options...
Just_a_User Posted August 20, 2019 Share Posted August 20, 2019 6 hours ago, netnem said: How to solve this problem? For now, wait or cross compile your own from source. It wont be much longer i'm sure. Its often the case that an update to the OS breaks some packages and modules for a while. . Link to comment Share on other sites More sharing options...
fan Posted August 20, 2019 Share Posted August 20, 2019 i have problem with the pineapple the dependencies for the modules not working when i want installing modules I hope the group can solve this problem Link to comment Share on other sites More sharing options...
Krydex Posted August 20, 2019 Share Posted August 20, 2019 I can't get the SD card to be recognized. Is there an actual fix for this? I've read through other posts, no luck so far. Link to comment Share on other sites More sharing options...
EightBitOni Posted August 20, 2019 Author Share Posted August 20, 2019 1 hour ago, Krydex said: I can't get the SD card to be recognized. Is there an actual fix for this? I've read through other posts, no luck so far. I got it to work with the flowing changes config mount option target '/sd' option device '/dev/sdcard/sd1' option fstype 'auto' option options 'rw,sync' option enabled '1' new config config mount option target '/sd' option device '/dev/sda1' option fstype 'auto' option options 'rw,sync' option enabled '1' I took out the sdcard directory and changed sd1 to sda1 Link to comment Share on other sites More sharing options...
xotan Posted August 21, 2019 Share Posted August 21, 2019 On 8/16/2019 at 2:42 PM, b0N3z said: give it time and they will get it fixed, for the sd issue, make sure you select the drop down and format the card. LOL I have had my nano for months and this has been and issue ever since i got the thing. Link to comment Share on other sites More sharing options...
Krydex Posted August 21, 2019 Share Posted August 21, 2019 9 hours ago, EightBitOni said: I got it to work with the flowing changes config mount option target '/sd' option device '/dev/sdcard/sd1' option fstype 'auto' option options 'rw,sync' option enabled '1' new config config mount option target '/sd' option device '/dev/sda1' option fstype 'auto' option options 'rw,sync' option enabled '1' I took out the sdcard directory and changed sd1 to sda1 Hey, thanks. I'll give that a shot now. Is that all you have in your fstab? Link to comment Share on other sites More sharing options...
EightBitOni Posted August 21, 2019 Author Share Posted August 21, 2019 10 hours ago, Krydex said: Hey, thanks. I'll give that a shot now. Is that all you have in your fstab? yes that is all I have in my fstab, note the sda1 I was able to figure that out by ssh into the pineapple and seeing what the sd card was named by typing fdisk -l and changed the fstab. Link to comment Share on other sites More sharing options...
deto Posted August 21, 2019 Share Posted August 21, 2019 Hi, I have the same problem impossible to install the dependencies from the interface nano wifi pineappell it always parks in the end and those regardless of the module no installed. Is there a solution that works?PS It works more since the 2.6 firmwareHi , Link to comment Share on other sites More sharing options...
EightBitOni Posted August 22, 2019 Author Share Posted August 22, 2019 Looks like the modules are finally working for me, now I just need to figure out how to install kismet. Thank you for all who responded Link to comment Share on other sites More sharing options...
Foxtrot Posted August 22, 2019 Share Posted August 22, 2019 11 minutes ago, EightBitOni said: I just need to figure out how to install kismet. opkg update && opkg install kismet-hak5 --dest=sd Link to comment Share on other sites More sharing options...
EightBitOni Posted August 22, 2019 Author Share Posted August 22, 2019 5 minutes ago, Foxtrot said: opkg update && opkg install kismet-hak5 --dest=sd Thank you that seemed to work other than all the other commands that I have tried. One question though, is it only usable in the command line for now? Link to comment Share on other sites More sharing options...
Foxtrot Posted August 22, 2019 Share Posted August 22, 2019 No, the Kismet we package is the newest one. Run it over SSH and follow the instructions on screen to access it's UI. Link to comment Share on other sites More sharing options...
EightBitOni Posted August 22, 2019 Author Share Posted August 22, 2019 I did run it over SSH from putty and it would seem that the package installed with no errors however I do not see any instructions on the screen, I looked around and to think about it now I am not really sure that it installed at all after looking root@EightBitOni:/sd/modules# ls DWall Occupineapple SiteSurvey nmap EvilPortal SSLsplit ettercap Locate SignalStrength get when I ran the kismet command this was the output I got not sure if I am missing something here. root@EightBitOni:/# opkg update && opkg install kismet-hak5 --dest=sd Downloading https://downloads.hak5.org/packages/mk6/1907/Packages.gz Updated list of available packages in /var/opkg-lists/1907_pineapple Downloading https://downloads.openwrt.org/releases/packages-19.07/mips_24kc/base/Packages.gz Updated list of available packages in /var/opkg-lists/1907_base Downloading https://downloads.openwrt.org/releases/packages-19.07/mips_24kc/packages/Packages.gz Updated list of available packages in /var/opkg-lists/1907_packages Downloading https://downloads.openwrt.org/releases/packages-19.07/mips_24kc/routing/Packages.gz Updated list of available packages in /var/opkg-lists/1907_routing Installing kismet-hak5 (master-1) to sd... Downloading https://downloads.hak5.org/packages/mk6/1907/kismet-hak5_master-1_mips_24kc.ipk Installing libgpg-error (1.36-2) to sd... Downloading https://downloads.openwrt.org/releases/packages-19.07/mips_24kc/packages/libgpg-error_1.36-2_mips_24kc.ipk Installing libgcrypt (1.8.4-1) to sd... Downloading https://downloads.openwrt.org/releases/packages-19.07/mips_24kc/packages/libgcrypt_1.8.4-1_mips_24kc.ipk Installing libnettle6 (3.4.1-2) to sd... Downloading https://downloads.openwrt.org/releases/packages-19.07/mips_24kc/base/libnettle6_3.4.1-2_mips_24kc.ipk Installing libgnutls (3.6.9-1) to sd... Downloading https://downloads.openwrt.org/releases/packages-19.07/mips_24kc/packages/libgnutls_3.6.9-1_mips_24kc.ipk Installing libmicrohttpd-ssl (0.9.62-3) to sd... Downloading https://downloads.openwrt.org/releases/packages-19.07/mips_24kc/packages/libmicrohttpd-ssl_0.9.62-3_mips_24kc.ipk Installing libcap (2.27-1) to sd... Downloading https://downloads.openwrt.org/releases/packages-19.07/mips_24kc/packages/libcap_2.27-1_mips_24kc.ipk Installing libprotobuf-c (1.3.1-2) to sd... Downloading https://downloads.openwrt.org/releases/packages-19.07/mips_24kc/packages/libprotobuf-c_1.3.1-2_mips_24kc.ipk Installing libdw1 (0.176-2) to sd... Downloading https://downloads.openwrt.org/releases/packages-19.07/mips_24kc/base/libdw1_0.176-2_mips_24kc.ipk Configuring libgpg-error. Configuring libgcrypt. Configuring libprotobuf-c. Configuring libcap. Configuring libnettle6. Configuring libgnutls. Configuring libmicrohttpd-ssl. Configuring libdw1. Configuring kismet-hak5. Link to comment Share on other sites More sharing options...
Foxtrot Posted August 22, 2019 Share Posted August 22, 2019 It installed. Run kismet Link to comment Share on other sites More sharing options...
EightBitOni Posted August 22, 2019 Author Share Posted August 22, 2019 root@EightBitOni:~# kismet ERROR: Error reading config file '/etc/kismet/kismet.conf': No such file or directory root@EightBitOni:/etc# ls TZ inittab preinit banner iproute2 profile banner.failsafe localtime protocols board.d modules-boot.d rc.button board.json modules.d rc.common config mtab rc.d crontabs nginx rc.local device_info openwrt_release resolv.conf diag.sh openwrt_version services dnsmasq.conf opkg shadow e2fsck.conf opkg.conf shells ethers os-release ssh firewall.user passwd ssl fstab php.ini sysctl.conf group php7 sysctl.d hosts php7-fpm.conf sysupgrade.conf hotplug-preinit.json php7-fpm.d uci-defaults hotplug.d pineape urandom.seed hotplug.json pineapple usb-mode.json init.d ppp Thank you Link to comment Share on other sites More sharing options...
Tiennot Posted March 4, 2020 Share Posted March 4, 2020 HI, I also have since last week a NANO. Trying to install Ettercap. It downloads, however when clicking install the dependencies it actually does not seem to work. Is there allready a work around available? Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.