December 17, 200817 yr Hi all, I just started setting up an un-raid server for the first time. I'm using an Asus P5Q-SE as the mobo and two 1TB WD HDDs. Also using the recommended Sony flash device. I got the server built and booted into unRAID via the flash. Logged in as root. I'm not seeing any network activity. When I type ifconfig nothing comes up at all. When I try ifconfig eth0 (or 1) I get "error fetching interface information: Device not found." I'm also not seeing a link light on the router or the server itself. (Right now I'm just testing with a 10/100 router) Can someone point me in the right direction in order to get this thing on the network? Please tell me this mobo is compatible.... Thanks
December 17, 200817 yr See this thread... Your situation sounds very similar. http://lime-technology.com/forum/index.php?topic=2519.0 Let us know what you see when you log in as root and then type: ls -l /dev/disk/by-label and mount and lsmod The first command should show a device with the UNRAID label. The second command should show that device mounted at /boot. The third command should show the network interface driver loaded when the network chipset was identified by the kernel. (It shows all the kernel drivers loaded for your hardware, but one of them will be for the network interface) On my server it shows this: [pre]lsmod Module Size Used by md_mod 51816 10 ide_disk 10624 16 ata_piix 15748 2 piix 6024 4 sata_sil 7432 1 libata 129492 2 ata_piix,sata_sil pdc202xx_new 5376 4 ide_core 72324 3 ide_disk,piix,pdc202xx_new e1000 103364 0 <-- My network chipset driver module [/pre] Joe L.
Archived
This topic is now archived and is closed to further replies.