January 1, 201115 yr I'm trying to compile this kernel module a user a MediaSmartSever forums coded to control the leds on the Acer Easystore H340: http://www.mediasmartserver.net/forums/viewtopic.php?f=23&t=7720 I installed the compiler and dev tools package via unmenu and ran make and came up with this result: root@Tower:/boot/led# make make -C /lib/modules/2.6.32.9-unRAID/build SUBDIRS=/boot/led modules make: *** /lib/modules/2.6.32.9-unRAID/build: No such file or directory. Stop. make: *** [default] Error 2 root@Tower:/boot/led# I have very limited linux knowledge, but I'm assuming this is because the package installs the 2.6.27.7 headers, while unraid 4.6 uses 2.6.32. Is there anything I can do to get past this error?
February 21, 201115 yr Author Bumpity-bump, only this time with 4.7. Does anyone have any input on this?
February 21, 201115 yr You merely need to get the appropriate linux kernel source and use those to make your own kernel or kernel modules. All Linux Kernel source can be found at http://kernel.org/ and this will link you into the 2.6 file listings: http://www.kernel.org/pub/linux/kernel/v2.6/
February 21, 201115 yr Author 'Merely' being quite a bold statement for this linux sprout The extent of my knowledge involves installing the header package from unmenu and running 'make'. Can I have a bit more hand holding here? There don't appear to be slackware packages for the kernel unraid is running. Would I be able to get the source from your link and compile the module on my ubuntu box (and move the module over to unraid)?
Archived
This topic is now archived and is closed to further replies.