TheStapler Posted December 5, 2011 Posted December 5, 2011 Ok, so obviously the top one is a DLINK, but my onboard is not working... it lights up, looking for link, but nothing ever happens... HEre is my PCI device listing for the ETH 03:00.0 Ethernet controller: D-Link System Inc DGE-530T Gigabit Ethernet Adapter (rev 11) (rev 11) Subsystem: D-Link System Inc DGE-530T Gigabit Ethernet Adapter (rev 11) Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 17 Memory at fe620000 (32-bit, non-prefetchable) [size=16K] I/O ports at e000 [size=256] Expansion ROM at fe600000 [disabled] [size=128K] Capabilities: [48] Power Management version 2 Capabilities: [50] Vital Product Data Kernel driver in use: skge Kernel modules: skge 04:00.0 Ethernet controller: Attansic Technology Corp. Unknown device 1083 (rev c0) Subsystem: ASRock Incorporation Unknown device 1083 Flags: bus master, fast devsel, latency 0, IRQ 18 Memory at fe500000 (64-bit, non-prefetchable) [size=256K] I/O ports at d000 [size=128] Capabilities: [40] Power Management version 3 Capabilities: [48] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Capabilities: [58] Express Endpoint, MSI 00 Capabilities: [6c] Vital Product Data Capabilities: [100] Advanced Error Reporting Capabilities: [180] Device Serial Number ff-22-25-00-5a-c2-f1-ff Kernel driver in use: atl1c Kernel modules: atl1c
prostuff1 Posted December 5, 2011 Posted December 5, 2011 Ok, so obviously the top one is a DLINK, but my onboard is not working... it lights up, looking for link, but nothing ever happens... HEre is my PCI device listing for the ETH 03:00.0 Ethernet controller: D-Link System Inc DGE-530T Gigabit Ethernet Adapter (rev 11) (rev 11) Subsystem: D-Link System Inc DGE-530T Gigabit Ethernet Adapter (rev 11) Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 17 Memory at fe620000 (32-bit, non-prefetchable) [size=16K] I/O ports at e000 [size=256] Expansion ROM at fe600000 [disabled] [size=128K] Capabilities: [48] Power Management version 2 Capabilities: [50] Vital Product Data Kernel driver in use: skge Kernel modules: skge 04:00.0 Ethernet controller: Attansic Technology Corp. Unknown device 1083 (rev c0) Subsystem: ASRock Incorporation Unknown device 1083 Flags: bus master, fast devsel, latency 0, IRQ 18 Memory at fe500000 (64-bit, non-prefetchable) [size=256K] I/O ports at d000 [size=128] Capabilities: [40] Power Management version 3 Capabilities: [48] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Capabilities: [58] Express Endpoint, MSI 00 Capabilities: [6c] Vital Product Data Capabilities: [100] Advanced Error Reporting Capabilities: [180] Device Serial Number ff-22-25-00-5a-c2-f1-ff Kernel driver in use: atl1c Kernel modules: atl1c Completely disable the onboard controller in the BIOS if you have not already
ubuntuaddicted Posted December 5, 2011 Posted December 5, 2011 Wow, didn't think there was any Ethernet controllers that didn't have modules (drivers) in the kernel at this point in the kernels life. What is your motherboard? Something unusual? You could always google the name that appears for the failing NIC and see you can compile it against the kernel or just disable it if ya don't need it Tapatalk is tha shizzle
TheStapler Posted December 5, 2011 Author Posted December 5, 2011 MOBO: ASRock H61M/U3S3 CPU: Celeron Dual Core 2.5
ubuntuaddicted Posted December 6, 2011 Posted December 6, 2011 MOBO: ASRock H61M/U3S3 CPU: Celeron Dual Core 2.5 ok. Is it acceptable to disable the onboard NIC or not? (in your situation). What else would you like help with? I posted some general linux commands to see if your NIC is being seen by the kernel. Is unRAID suppose to just configure ALL NIC's to work immediately or does it only activate 1 NIC?
TheStapler Posted December 6, 2011 Author Posted December 6, 2011 what commands did you post? and where? I don't see anything here... I've had it disabled in the past, i've tried it with the card taken out ,a nd using the OB one only... the only thing that works right now, is the card. right now, the OB is enabled, and the CARD is connected, and the card is the only thing that works. I get sync lights on the OB if i put an ehternet cable in. anyways, if you can repost or link me to where those commands are, that would be great. Steve.
prostuff1 Posted December 6, 2011 Posted December 6, 2011 enable the onboard and remove the card, see what happens
ubuntuaddicted Posted December 6, 2011 Posted December 6, 2011 what commands did you post? and where? I don't see anything here... I've had it disabled in the past, i've tried it with the card taken out ,a nd using the OB one only... the only thing that works right now, is the card. right now, the OB is enabled, and the CARD is connected, and the card is the only thing that works. I get sync lights on the OB if i put an ehternet cable in. anyways, if you can repost or link me to where those commands are, that would be great. Steve. i apologize, must have been another thread. I am sorry. Check a few things out at the command line issuing some of these commands: dmesg | grep eth Mine returns [ 2.389860] eth0: RealTek RTL8139 at 0xec00, 00:c0:a8:7e:a3:da, IRQ 16 [ 45.366288] eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1 [ 55.952012] eth0: no IPv6 routers present sudo lshw | grep eth NOTE: not sure if unRAID uses sudo. logical name: eth0 capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation So this means that the NIC controller is supported and it's drivers are loaded in the kernel already. (i think, i may be wrong) LOL
TheStapler Posted December 7, 2011 Author Posted December 7, 2011 root@Tower:~# dmesg | grep eth skge 0000:03:00.0: eth0: addr 1c:af:f7:0d:f4:ca skge 0000:03:00.0: eth0: enabling interface skge 0000:03:00.0: eth0: Link is up at 1000 Mbps, full duplex, flow control both skge 0000:03:00.0: eth0: Link is down skge 0000:03:00.0: eth0: Link is up at 1000 Mbps, full duplex, flow control both skge 0000:03:00.0: eth0: Link is down skge 0000:03:00.0: eth0: Link is up at 1000 Mbps, full duplex, flow control both skge 0000:03:00.0: eth0: Link is down skge 0000:03:00.0: eth0: Link is up at 1000 Mbps, full duplex, flow control both and the other one, command not found... maybe i have to download a package...
ubuntuaddicted Posted December 7, 2011 Posted December 7, 2011 root@Tower:~# dmesg | grep eth skge 0000:03:00.0: eth0: addr 1c:af:f7:0d:f4:ca skge 0000:03:00.0: eth0: enabling interface skge 0000:03:00.0: eth0: Link is up at 1000 Mbps, full duplex, flow control both skge 0000:03:00.0: eth0: Link is down skge 0000:03:00.0: eth0: Link is up at 1000 Mbps, full duplex, flow control both skge 0000:03:00.0: eth0: Link is down skge 0000:03:00.0: eth0: Link is up at 1000 Mbps, full duplex, flow control both skge 0000:03:00.0: eth0: Link is down skge 0000:03:00.0: eth0: Link is up at 1000 Mbps, full duplex, flow control both and the other one, command not found... maybe i have to download a package... i made the assumption that lshw (which lists all hardware) was built into the kernel, I was wrong. So basically what we see here is that only your eth0 NIC card is having anything done to it upon boot up. "dmesg" is used to print or control the kernel ring buffer so it's showing you relavent activity from the kernel. Is it possible that unRAID only requires activating 1 NIC? Maybe eth1 is never brought "up" because unRAID never told it to bring it up. As i have mentioned I am in the process of building my first unRAID server so unfortunately I am in the dark of all things unRAID until I boot into it BUT since it is running on the llinux kernel i am able to attempt to help. WHat does this return? lspci | grep Ethernet
prostuff1 Posted December 7, 2011 Posted December 7, 2011 unRAID only uses one NIC by default. Which ever NIC is found first is set as eth0 and is used. If there is a second NIC (eth1) it WILL NOT be set up by unRAID. You can do it manually.
ubuntuaddicted Posted December 15, 2011 Posted December 15, 2011 unRAID only uses one NIC by default. Which ever NIC is found first is set as eth0 and is used. If there is a second NIC (eth1) it WILL NOT be set up by unRAID. You can do it manually. thanks for squishing down my answer and making it easier to read. I wasn't sure whether unRAID boroughs up eth1 or not Tapatalk is tha shizzle
Recommended Posts
Archived
This topic is now archived and is closed to further replies.