51lv3rb4ck Posted September 15, 2021 Share Posted September 15, 2021 So I'm trying to recover my firmware, due to my own stupidity I forgot the password I allocated when I first used the Pineapple. I have the Pineapple with a solid red light but nothing visible on my computer so obviously I can't do much. I've decided I need to install a drive so my computer recognises it and after downloading the driver from here tried to 'make' the driver. Unfortunately all I get is the following error, sadly it's not something I understand. Can anybody help resolve this for me?? make -C /lib/modules/5.10.0-kali9-amd64/build M=/home/silverback/__ty__/AX88772C_772B_772A_760_772_178_Linux_Driver_v4.26.0_Source modules make[1]: Entering directory '/usr/src/linux-headers-5.10.0-kali9-amd64' CC [M] /home/silverback/__ty__/AX88772C_772B_772A_760_772_178_Linux_Driver_v4.26.0_Source/asix.o /home/silverback/__ty__/AX88772C_772B_772A_760_772_178_Linux_Driver_v4.26.0_Source/asix.c:1096:20: error: initialization of ‘void (*)(struct net_device *, unsigned int)’ from incompatible pointer type ‘void (*)(struct net_device *)’ [-Werror=incompatible-pointer-types] 1096 | .ndo_tx_timeout = axusbnet_tx_timeout, | ^~~~~~~~~~~~~~~~~~~ /home/silverback/__ty__/AX88772C_772B_772A_760_772_178_Linux_Driver_v4.26.0_Source/asix.c:1096:20: note: (near initialization for ‘ax88x72_netdev_ops.ndo_tx_timeout’) /home/silverback/__ty__/AX88772C_772B_772A_760_772_178_Linux_Driver_v4.26.0_Source/asix.c:1115:20: error: initialization of ‘void (*)(struct net_device *, unsigned int)’ from incompatible pointer type ‘void (*)(struct net_device *)’ [-Werror=incompatible-pointer-types] 1115 | .ndo_tx_timeout = axusbnet_tx_timeout, | ^~~~~~~~~~~~~~~~~~~ /home/silverback/__ty__/AX88772C_772B_772A_760_772_178_Linux_Driver_v4.26.0_Source/asix.c:1115:20: note: (near initialization for ‘ax88178_netdev_ops.ndo_tx_timeout’) /home/silverback/__ty__/AX88772C_772B_772A_760_772_178_Linux_Driver_v4.26.0_Source/asix.c:2002:21: error: initialization of ‘void (*)(struct net_device *, unsigned int)’ from incompatible pointer type ‘void (*)(struct net_device *)’ [-Werror=incompatible-pointer-types] 2002 | .ndo_tx_timeout = axusbnet_tx_timeout, | ^~~~~~~~~~~~~~~~~~~ /home/silverback/__ty__/AX88772C_772B_772A_760_772_178_Linux_Driver_v4.26.0_Source/asix.c:2002:21: note: (near initialization for ‘ax88772b_netdev_ops.ndo_tx_timeout’) Quote Link to comment Share on other sites More sharing options...
includeV Posted September 21, 2021 Share Posted September 21, 2021 Im a bit lost in what your trying to achive, are you trying to install firmware on the device? If so, just do it via USB, ie no need to connect it to your computer. Try Hak5 Docs install Firmware via USB Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.