April 20, 201214 yr Hello! Installed in the server wireless adapter Asus PCI-E N15. When you install the drivers have a problem: root@tower:/boot//RTL819x_DIR# make make: *** /lib/modules/3.1.1-unRAID/build: No such file or directory. Stop. make: *** [all] Error 2 unRAID Server 5.0 b14 uname -a: Linux tower 3.1.1-unRAID
April 20, 201214 yr I think it is trying to tell you /lib/modules/3.1.1-unRAID/build does not exist. (does it? ) If the directory does not exist, that would be created first. (or make pointed to the correct path)
April 20, 201214 yr Author I think it is trying to tell you /lib/modules/3.1.1-unRAID/build does not exist. (does it? ) If the directory does not exist, that would be created first. (or make pointed to the correct path) root@tower: ls -l total 508 lrwxrwxrwx 1 root root 20 Nov 25 20:40 build -> /usr/src/linux-3.1.1 drwxr-xr-x 7 root root 0 Nov 25 20:40 kernel -rw-r--r-- 1 root root 97381 Nov 25 20:40 modules.alias -rw-r--r-- 1 root root 86320 Nov 25 20:40 modules.alias.bin -rw-r--r-- 1 root root 4270 Nov 25 20:40 modules.builtin -rw-r--r-- 1 root root 5448 Nov 25 20:40 modules.builtin.bin -rw-r--r-- 1 root root 69 Nov 25 20:40 modules.ccwmap -rw-r--r-- 1 root root 5431 Nov 25 20:40 modules.dep -rw-r--r-- 1 root root 10510 Nov 25 20:40 modules.dep.bin -rw-r--r-- 1 root root 73 Nov 25 20:40 modules.ieee1394map -rw-r--r-- 1 root root 141 Nov 25 20:40 modules.inputmap -rw-r--r-- 1 root root 81 Nov 25 20:40 modules.isapnpmap -rw-r--r-- 1 root root 74 Nov 25 20:40 modules.ofmap -rw-r--r-- 1 root root 3886 Nov 25 20:40 modules.order -rw-r--r-- 1 root root 107024 Nov 25 20:40 modules.pcimap -rw-r--r-- 1 root root 43 Nov 25 20:40 modules.seriomap -rw-r--r-- 1 root root 11594 Nov 25 20:40 modules.symbols -rw-r--r-- 1 root root 14591 Nov 25 20:40 modules.symbols.bin -rw-r--r-- 1 root root 125803 Nov 25 20:40 modules.usbmap lrwxrwxrwx 1 root root 20 Nov 25 20:40 source -> /usr/src/linux-3.1.1 remove build, mkdir new folder build root@tower:/boot//RTL819x_DIR# make make[1]: Entering directory `/lib/modules/3.1.1-unRAID/build' make[1]: *** No rule to make target `modules'. Stop. make[1]: Leaving directory `/lib/modules/3.1.1-unRAID/build' make: *** [all] Error 2 cat Makefile | more NIC_SELECT = RTL8192CE LINUX_KSRC_MODULE = /lib/modules/$(shell uname -r)/kernel/drivers/net/wireless/ RTL819x_DIR = $(shell pwd) KVER = $(shell uname -r) KSRC = /lib/modules/$(KVER)/build RTL819x_FIRM_DIR = $(RTL819x_DIR)/firmware HAL_SUB_DIR = rtl8192 MODULE_FILE = $(RTL819x_DIR)/rtllib/Module.symvers SCRIPT_FOLDER = /etc/realtek I installed the package pciutils root@tower:/boot/# lspci -knn 02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8178] (rev 01) Subsystem: ASUSTeK Computer Inc. Device [1043:84b6] I downloaded the kernel to 3.1.1 and unpacked it in the folder /lib/modules/3.1.1-unRAID , still get make[1]: Entering directory `/lib/modules/3.1.1-unRAID/build' make[1]: *** No rule to make target `modules'. Stop. make[1]: Leaving directory `/lib/modules/3.1.1-unRAID/build' make: *** [all] Error 2 Sorry my english, i from Russia.
April 20, 201214 yr The one question I have to ask on this one is... why bother? It would be so much easier to set a router up in bridge mode and then connect the unRAID servers ethernet to that router in bridge mode.
April 20, 201214 yr Author Yes. make -v GNU Make 3.81 Do you have g++? Yes, installed root@tower:/# gcc -v Reading specs from /usr/lib/gcc/i486-slackware-linux/4.2.4/specs Target: i486-slackware-linux Configured with: ../gcc-4.2.4/configure --prefix=/usr --enable-shared --enable-languages=ada,c,c++,fortran,java,objc --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --with-arch=i486 --target=i486-slackware-linux --host=i486-slackware-linux Thread model: posix gcc version 4.2.4
April 20, 201214 yr Author The one question I have to ask on this one is... why bother? It would be so much easier to set a router up in bridge mode and then connect the unRAID servers ethernet to that router in bridge mode. The router is in another room, so I want to make a wireless connection.
April 20, 201214 yr The one question I have to ask on this one is... why bother? It would be so much easier to set a router up in bridge mode and then connect the unRAID servers ethernet to that router in bridge mode. The router is in another room, so I want to make a wireless connection. I understand that and gathered as much. If you buy another router you can put it in bridge mode and then just plug the unRAID server into that bridge-moded router. Make sure the router you get has a bridge mode function or you can at least install something like dd-wrt on it.
April 20, 201214 yr Yes, bridge mode means you use a second router and make it connect to your primary router and then connect the server to one of the Ethernet ports on this new router.
April 21, 201214 yr Author I already have a wireless adapter and I wanted to connect the server with it, not to buy second router
April 21, 201214 yr I already have a wireless adapter and I wanted to connect the server with it, not to buy second router makes sense if you already have the wireless adapter. Joe L.
January 22, 201313 yr Did you ever resolve this issue? I'm having similar issues trying to get the card (PCE-N15) working
January 23, 201313 yr Did you ever resolve this issue? I'm having similar issues trying to get the card (PCE-N15) working You'll need to compile a custom kernel to install any additional wireless drivers and then configure them yourself. unRAID has no configuration screens in its web-interface for wireless. It is not impossible, but not really a task for a newbie. Best bet is to use an external wireless adapter or a second router as a bridging router... that way unRAID needs no custom kernel or drivers.
Archived
This topic is now archived and is closed to further replies.