Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown symbol in module in kali linux #58

Closed
pfffo opened this issue Feb 13, 2019 · 4 comments
Closed

Unknown symbol in module in kali linux #58

pfffo opened this issue Feb 13, 2019 · 4 comments

Comments

@pfffo
Copy link

pfffo commented Feb 13, 2019

recently upgrade my kaly system and since that day every time i try to insert the auto-compiled module i get this error and i don't know why. i upgrade the system, reboot it, installed linux headers compatible to the system (with apt install linux-headers-$(uname -r))., reinstalled dkgp dependencies but anything seems to fix this.
if i run dmseg | tail i get this
[ 184.410219] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 186.038525] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 187.410651] wlan0: authenticate with bc:15:ac:94:79:c9
[ 187.670128] wlan0: send auth to bc:15:ac:94:79:c9 (try 1/3)
[ 187.671862] wlan0: authenticated
[ 187.673186] wlan0: associate with bc:15:ac:94:79:c9 (try 1/3)
[ 187.676554] wlan0: RX AssocResp from bc:15:ac:94:79:c9 (capab=0x411 status=0 aid=7)
[ 187.684968] wlan0: associated
[ 188.708934] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 456.569195] lime: loading out-of-tree module taints kernel.

someone can help me?

@kd8bny
Copy link
Collaborator

kd8bny commented Feb 13, 2019

Have you restarted the machine? If so build lime with debug enabled 'make debug' install and then post the tail of dmesg. Thanks!

@pfffo
Copy link
Author

pfffo commented Feb 14, 2019

I just get
[ 239.884020] lime: loading out-of-tree module taints kernel.
[ 239.884569] [LiME] Parameters
[ 239.884571] [LiME] PATH: /Scrivania/kalinew.mem
[ 239.884572] [LiME] DIO: 0
[ 239.884573] [LiME] FORMAT: lime
[ 239.884574] [LiME] LOCALHOSTONLY: 0
[ 239.884576] [LiME] DIGEST: (null)
[ 239.884577] [LiME] TIMEOUT: 1000
[ 239.884579] [LiME] Initializing Dump...
[ 239.884580] [LiME] Direct IO Disabled
[ 239.884596] [LiME] Error opening file -2
[ 239.884597] [LiME] Setup Error
the command in input was : sudo insmod lime-4.19.0-kali1-amd64.ko "path=/Scrivania/kalinew.mem format=lime"
Thank you for the help.

@kd8bny
Copy link
Collaborator

kd8bny commented Feb 15, 2019

You probably dont have permission to write in that directory (root).
Do this instead sudo insmod lime-4.19.0-kali1-amd64.ko "path=kalinew.mem format=lime"

@pfffo
Copy link
Author

pfffo commented Feb 15, 2019

kd8bny you are right! the problem was the path. Just change it in sudo insmod lime-4.19.0-kali1-amd64.ko "path=/root/Scrivania/kalinew.mem format=lime" everything went well. thank you!

@kd8bny kd8bny closed this as completed Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants