You are not logged in.

#1 2011-08-10 11:19:23

jchillerup
Member
From: Denmark
Registered: 2011-08-10
Posts: 19

"UNCLAIMED" network interface in lshw

Hi!

I don't see my wired network interface coming up on ifconfig. Doing ifconfig eth0 gives this:

eth0: error fetching interface information: Device not found

ifconfig -a

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:16180 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16180 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:14836785 (14.1 Mb)  TX bytes:14836785 (14.1 Mb)

wlan0     Link encap:Ethernet  HWaddr 00:26:C6:CC:13:9E  
          inet addr:81.162.145.51  Bcast:81.162.145.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:201204 errors:0 dropped:28 overruns:0 frame:0
          TX packets:9442 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:61376799 (58.5 Mb)  TX bytes:2278897 (2.1 Mb)

wwan0     Link encap:Ethernet  HWaddr 02:80:37:EC:02:00  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wwan0 is my onboard HDSPA modem.

lshw -C network gives the following output (snipped the relevant parts out):

  *-network UNCLAIMED     
       description: Ethernet controller
       product: 82567LM Gigabit Network Connection
       vendor: Intel Corporation
       physical id: 19
       bus info: pci@0000:00:19.0
       version: 03
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi cap_list
       configuration: latency=0
       resources: memory:f2700000-f271ffff memory:f2925000-f2925fff ioport:1840(size=32)

Here's the lsmod:

Module                  Size  Used by
fuse                   67290  3 
ext2                   63714  1 
snd_hda_codec_conexant    42148  1 
uvcvideo               62143  0 
videodev               78070  1 uvcvideo
zaurus                  2944  0 
cdc_ether               4246  1 zaurus
media                  10437  1 videodev
v4l2_compat_ioctl32     8364  1 videodev
usbnet                 15370  2 zaurus,cdc_ether
cdc_acm                16401  0 
cdc_wdm                 8445  0 
mii                     4003  1 usbnet
btusb                  11585  0 
bluetooth             128303  1 btusb
arc4                    1450  2 
ecb                     2113  2 
iwlagn                400315  0 
mac80211              211662  1 iwlagn
i915                  648410  2 
cfg80211              146369  2 iwlagn,mac80211
drm_kms_helper         27529  1 i915
snd_hda_intel          22186  2 
thinkpad_acpi          62359  0 
snd_hda_codec          77543  2 snd_hda_codec_conexant,snd_hda_intel
sg                     25621  0 
snd_hwdep               6342  1 snd_hda_codec
psmouse                54752  0 
snd_pcm                73736  2 snd_hda_intel,snd_hda_codec
snd_timer              19488  1 snd_pcm
pcspkr                  1891  0 
serio_raw               4366  0 
drm                   181991  3 i915,drm_kms_helper
tpm_tis                 8265  0 
snd                    57256  11 snd_hda_codec_conexant,snd_hda_intel,thinkpad_acpi,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
i2c_i801                8195  0 
e1000e                142738  0 
nvram                   5845  1 thinkpad_acpi
i2c_algo_bit            5239  1 i915
tpm                    11621  1 tpm_tis
soundcore               6178  1 snd
iTCO_wdt               12781  0 
battery                10945  0 
i2c_core               20165  6 videodev,i915,drm_kms_helper,drm,i2c_i801,i2c_algo_bit
wmi                     8387  0 
thermal                 7903  0 
tpm_bios                5097  1 tpm
intel_agp              10848  1 i915
iTCO_vendor_support     1969  1 iTCO_wdt
ac                      3305  0 
snd_page_alloc          7161  2 snd_hda_intel,snd_pcm
video                  11300  1 i915
button                  4510  1 i915
processor              24328  2 
intel_gtt              14359  3 i915,intel_agp
evdev                   9530  17 
rfkill                 15498  4 bluetooth,cfg80211,thinkpad_acpi
ext4                  368162  2 
mbcache                 5793  2 ext2,ext4
jbd2                   70956  1 ext4
crc16                   1337  2 bluetooth,ext4
sd_mod                 27379  5 
ahci                   20905  4 
uhci_hcd               22435  0 
libahci                18925  1 ahci
libata                173061  2 ahci,libahci
ehci_hcd               39359  0 
scsi_mod              130020  3 sg,sd_mod,libata
usbcore               142192  10 uvcvideo,zaurus,cdc_ether,usbnet,cdc_acm,cdc_wdm,btusb,uhci_hcd,ehci_hcd

Googling around it seems the 82567LM chipset needs the e1000e or igb, but modprobing the other one doesn't seem to help either. My dmesg is here: http://pastie.org/2349849.

What could be the problem here? How come the card is 'UNCLAIMED' when the proper driver is loaded? Thanks in advance.

EDIT:

I pacman -Syu'd for good measure. Here's my uname -a.

Linux basse 3.0-ARCH #1 SMP PREEMPT Sat Aug 6 16:18:35 CEST 2011 x86_64 Intel(R) Core(TM)2 Duo CPU P8400 @ 2.26GHz GenuineIntel GNU/Linux

Last edited by jchillerup (2011-08-10 12:05:45)

Offline

#2 2011-08-10 11:48:12

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: "UNCLAIMED" network interface in lshw

Welcome to the forums, jchillerup.
When pasting code, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode not [ quote ] tags.

like this

It makes the code more readable and more convenient to scroll through.

Please edit your post.

Offline

#3 2011-08-10 11:57:57

jchillerup
Member
From: Denmark
Registered: 2011-08-10
Posts: 19

Re: "UNCLAIMED" network interface in lshw

Thanks, I fixed it. (not the problem, though)

Last edited by jchillerup (2011-08-10 12:29:21)

Offline

Board footer

Powered by FluxBB