Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

11
  • I got error: /bin/sh: arm-none-linux -gnueabi-gcc: not found Commented Sep 16, 2015 at 10:20
  • $(uname-r) is apparently wrong... You need to call the shell built-in: $(shell uname -r) Commented Nov 21, 2015 at 8:35
  • 2
    @AlbusDumbledore I also see cases where $(shell uname -r) doesn't work. Why is $(uname -r) so apparently wrong? Commented Apr 8, 2016 at 9:55
  • I had to also call echo "search extra built-in" | sudo tee /etc/depmod.d/00-extra.conf so that depmod sees the newly updated file in .../extra. Commented Aug 31, 2016 at 13:11
  • 1
    What to do with module signing error, how to avoid it? ``` INSTALL /home/envek/linux-4.10.0/drivers/hwmon/dell-smm-hwmon.ko At main.c:158: - SSL error:02001002:system library:fopen:No such file or directory: bss_file.c:175 - SSL error:2006D080:BIO routines:BIO_new_file:no such file: bss_file.c:178 sign-file: certs/signing_key.pem: No such file or directory ``` Commented May 27, 2017 at 21:48