LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   network card unclaimed (https://www.linuxquestions.org/questions/linux-newbie-8/network-card-unclaimed-4175521666/)

kgb200805 10-10-2014 05:28 AM

network card unclaimed
 
Hi guys ,

I was struggling with the r8168 error, I have managed to load the drivers but i now have a problem. its giving me a message "*-network UNCLAIMED" how do i make this card show me its MAC address and so that i will be able to configure ip addresses on it?

please find attched below:


pctech@Unigrad-File-Server:~$ lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.5 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 6 (rev c4)
00:1c.6 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Z77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 430] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 09)
04:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 03)
05:00.0 Ethernet controller: D-Link System Inc DGE-528T Gigabit Ethernet Adapter (rev 10)
pctech@Unigrad-File-Server:~$ su
Password:
root@Unigrad-File-Server:/home/pctech# lshw -C network
*-network
description: Ethernet interface
product: RTL8111/8168B PCI Express Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 09
serial: c8:60:00:ce:77:43
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8168 driverversion=8.039.00-NAPI duplex=full ip=10.0.0.10 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:41 ioport:d000(size=256) memory:f2104000-f2104fff memory:f2100000-f2103fff
*-network UNCLAIMED
description: Ethernet controller
product: DGE-528T Gigabit Ethernet Adapter
vendor: D-Link System Inc
physical id: 0
bus info: pci@0000:05:00.0
version: 10
width: 32 bits
clock: 66MHz
capabilities: pm bus_master cap_list
configuration: latency=32 maxlatency=64 mingnt=32
resources: ioport:c000(size=256) memory:f7120000-f71200ff memory:f7100000-f711ffff
root@Unigrad-File-Server:/home/pctech# nano /etc/udev/rules.d/70-persistent-net.rules
root@Unigrad-File-Server:/home/pctech# ifconfig
eth0 Link encap:Ethernet HWaddr c8:60:00:ce:77:43
inet addr:10.0.0.10 Bcast:10.255.255.255 Mask:255.0.0.0
inet6 addr: fe80::ca60:ff:fece:7743/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8472 errors:0 dropped:183 overruns:0 frame:0
TX packets:8424 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7929850 (7.5 MiB) TX bytes:1024872 (1000.8 KiB)
Interrupt:41 Base address:0xe000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:118 errors:0 dropped:0 overruns:0 frame:0
TX packets:118 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8972 (8.7 KiB) TX bytes:8972 (8.7 KiB)

root@Unigrad-File-Server:/home/pctech#

onebuck 10-10-2014 02:52 PM

Member Response
 
Hi,

From your list the MAC is 'Ethernet HWaddr c8:60:00:ce:77:43'
You should also be able to use 'ifconfig -a' to show the MAC address. It will list the address as 'ether' which is a five hex number separated by ':'.
Please use the vbcode tags # for code, quote is left of # sign at the top of reply window to make your post cleaner therefore easier to read
Hope this helps.
Have fun & enjoy!
:hattip:


All times are GMT -5. The time now is 08:33 AM.