You are not logged in.

#1 2013-06-23 15:44:57

jrussell
Member
From: Cape Town, South Africa
Registered: 2012-08-16
Posts: 510

I think my ethernet adapter just changed name after hardware changes

I have been using netctl since it was in the repos and been using the static device names with systemd. My ethernet adapter has always been 'enp1s5' and I have it setup with netctl to use a static IP.

So I just added in a new hdd into the compter and a new graphics card and now I get somthing like:
"Timed out waiting for device sys-subsystem-net-devices-enp1s5.device
"Dependancy failed for A basic static ethernet connection"
in my journal and no network.


ip addr

now says my device is called "enp2s5"

I assume its changed because of either the extra hdd or graphics card....surely this shouldnt happen?


*Edit
Seems like the graphics card turns my ethernet device's name from enp1s5 to enp2s5....annoying

Last edited by jrussell (2013-06-23 16:04:03)


bitcoin: 1G62YGRFkMDwhGr5T5YGovfsxLx44eZo7U

Offline

#2 2013-06-23 16:29:44

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: I think my ethernet adapter just changed name after hardware changes

Well yeah... you moved the device on the bus, so the name (based on the bus location), changes.

Offline

#3 2013-06-23 17:28:49

Durden
Member
Registered: 2011-06-19
Posts: 261

Re: I think my ethernet adapter just changed name after hardware changes

This is just one of the reasons I hate systemd but there ya go.

Offline

#4 2013-06-23 17:51:34

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,612

Re: I think my ethernet adapter just changed name after hardware changes

Durden wrote:

This is just one of the reasons I hate systemd but there ya go.

So, you hate systemd for something that has nothing to do with systemd?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#5 2013-06-23 17:58:13

jrussell
Member
From: Cape Town, South Africa
Registered: 2012-08-16
Posts: 510

Re: I think my ethernet adapter just changed name after hardware changes

I guess going back to eth0 is an option if I'm changing things often. It would be nice if other hardware didn't affect the naming. And I don't like the idea of a manual udev rule, Id prefer things to not be hardware specific.

*Edit

Or I could use a network manger that doesnt explicitly need a name for an adapter I guess

Last edited by jrussell (2013-06-23 18:00:14)


bitcoin: 1G62YGRFkMDwhGr5T5YGovfsxLx44eZo7U

Offline

#6 2013-06-23 17:58:58

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,694

Re: I think my ethernet adapter just changed name after hardware changes

ewaller wrote:
Durden wrote:

This is just one of the reasons I hate systemd but there ya go.

So, you hate systemd for something that has nothing to do with systemd?

Since udev is part of systemd, it is related: http://www.freedesktop.org/wiki/Softwar … faceNames/

Offline

#7 2013-06-23 18:03:44

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,612

Re: I think my ethernet adapter just changed name after hardware changes

Scimmia wrote:

Since udev is part of systemd, it is related:

Is udev part of systemd?  If so, I stand corrected and apologize.  I have always considered udev to be part of the replacement for HAL and independent of the init system.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#8 2013-06-23 18:07:40

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: I think my ethernet adapter just changed name after hardware changes

It's trivial to configure your system to use the "old" naming scheme.  As you have not done so, I find it odd that you blame systemd.  Hell I'm critical of systemd for lots of things, but this is just silly.  You hate systemd because of your failure to configure your system the way you want it.

Especially as an arch linux user, you should know you are responsible for your own system.  If systemd made it impossible to change this or reconfigure it, then I could agree with the criticism - but it's simple to change.

Last edited by Trilby (2013-06-23 18:08:36)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#9 2013-06-23 18:11:28

Max-P
Member
Registered: 2011-06-11
Posts: 164

Re: I think my ethernet adapter just changed name after hardware changes

If you don't like it, you could always disable it and revert to the old naming or change it to name by MAC addresses: http://www.freedesktop.org/wiki/Softwar … faceNames/

If you add more than one ethernet card later be careful, if changing a video card messes the predictables names, adding a new network card will mess up the names even with eth0 and eth1 names. But of course, if you have only one network card, eth0 will always be eth0 and is a decent solution. According to the wiki linked above, all you need is

ln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules

Offline

#10 2013-06-23 19:53:37

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: I think my ethernet adapter just changed name after hardware changes

Durden wrote:

This is just one of the reasons I hate systemd but there ya go.

systemd solves a longstanding problem that hasn't had a reliable solution in the past decade, and you hate the software for it? Well, ok.

Offline

#11 2013-06-23 20:42:58

Durden
Member
Registered: 2011-06-19
Posts: 261

Re: I think my ethernet adapter just changed name after hardware changes

falconindy wrote:
Durden wrote:

This is just one of the reasons I hate systemd but there ya go.

systemd solves a longstanding problem that hasn't had a reliable solution in the past decade, and you hate the software for it? Well, ok.

I never had a problem and I've been using Linux for 17 years. Systemd can rot for all I care. Problem looking for a solution. Pulseaudio all over again.

Offline

#12 2013-06-23 20:44:28

Durden
Member
Registered: 2011-06-19
Posts: 261

Re: I think my ethernet adapter just changed name after hardware changes

Trilby wrote:

It's trivial to configure your system to use the "old" naming scheme.  As you have not done so, I find it odd that you blame systemd.  Hell I'm critical of systemd for lots of things, but this is just silly.  You hate systemd because of your failure to configure your system the way you want it.

Especially as an arch linux user, you should know you are responsible for your own system.  If systemd made it impossible to change this or reconfigure it, then I could agree with the criticism - but it's simple to change.

Jump to conclusions much? Just because I hate it doesn't mean I can't deal with it. Yes I am aware I can change it, I have no need too right now but the thought has crossed my mind. I really don't care how "easy" it is to change it. The fact I have to change it because the defaults are utterly retarded is an issue.

Offline

#13 2013-06-23 20:57:49

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: I think my ethernet adapter just changed name after hardware changes

The defaults seem utterly retarded to you, because they don't suit your use.  But this is to be the case with all software: different users have different use-cases and tastes.  The only utterly retarded settings are the ones that can't be configured.

While I prefer the eth0 wlan0 settings for my use, I can easily see how beneficial the new naming scheme would be on more complicated hardware.  This strikes me as one thing that was done very well in systemd.

(sorry all for following this OT - I was a bit confused about who had said what).

Last edited by Trilby (2013-06-23 21:13:45)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#14 2013-06-23 21:00:35

ConnorBehan
Package Maintainer (PM)
From: Long Island NY
Registered: 2007-07-05
Posts: 1,359
Website

Re: I think my ethernet adapter just changed name after hardware changes

EDIT: Way too late.

jrussell is the one who said his interfaces have names like enp1s5, enp2s5.

Durden is the one who said he hated systemd for making this change.

They are not the same person. For all we know Durden *has* configured his system to use names like eth0 and is therefore not having the same issues as the OP.

Last edited by ConnorBehan (2013-06-23 21:43:44)


6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.

Offline

#15 2013-06-23 21:10:18

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: I think my ethernet adapter just changed name after hardware changes

Durden, your posts add nothing to this thread other than trolling: please stop.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#16 2013-06-23 21:36:43

jrussell
Member
From: Cape Town, South Africa
Registered: 2012-08-16
Posts: 510

Re: I think my ethernet adapter just changed name after hardware changes

Well I actually like the persistent (but actually not so persistent) names, it makes sense to me. It seems silly to me though that adding a graphics card (or whatever)  changes the names. I understand why that happens, but I dont like how everything else affects their names.

I understand I can change them myself or I can just do what Max-P said and not use the naming rules.

There should be persistent names that aren't affected by other hardware and that I don't have to set up for specific adapters/hardware with udev myself (say I have arch on a USB drive), that would make the most sense to me. But I know very little about all of that.


bitcoin: 1G62YGRFkMDwhGr5T5YGovfsxLx44eZo7U

Offline

#17 2013-06-23 21:41:35

Max-P
Member
Registered: 2011-06-11
Posts: 164

Re: I think my ethernet adapter just changed name after hardware changes

jrussell wrote:

Well I actually like the persistent (but actually not so persistent) names, it makes sense to me. It seems silly to me though that adding a graphics card (or whatever)  changes the names. I understand why that happens, but I dont like how everything else affects their names.

I understand I can change them myself or I can just do what Max-P said and not use the naming rules.

There should be persistent names that aren't affected by other hardware and that I don't have to set up for specific adapters/hardware with udev myself (say I have arch on a USB drive), that would make the most sense to me. But I know very little about all of that.

Can you paste a "lspci" and/or "lshw" from before and then after? Probably that the new hardware messes with the device enumeration and the card actually appears to have changed in your system. In theory, it shouldn't move (that's exactly why they made these new names), but probably that in your case it causes the devices to move. It could also be only graphics card that does because the BIOS does something weird with the device order to make it the first device or something.

Offline

#18 2013-06-24 12:10:09

jrussell
Member
From: Cape Town, South Africa
Registered: 2012-08-16
Posts: 510

Re: I think my ethernet adapter just changed name after hardware changes

ok so with no g-card:

admin@russell-server ~ % sudo lspci 
00:00.0 Host bridge: Intel Corporation 82946GZ/PL/GL Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82946GZ/GL Integrated Graphics Controller (rev 02)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01)
00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
01:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC Gigabit Ethernet (rev 10)
admin@russell-server ~ % sudo lshw
russell-server            
    description: Desktop Computer
    product: 946GMX-S2 ()
    vendor: Gigabyte Technology Co., Ltd.
    width: 64 bits
    capabilities: smbios-2.4 dmi-2.4 vsyscall32
    configuration: boot=normal chassis=desktop uuid=00000000-0000-0000-0000-001A4D7A6EFC
  *-core
       description: Motherboard
       product: 946GMX-S2
       vendor: Gigabyte Technology Co., Ltd.
       physical id: 0
       version: x.x
     *-firmware
          description: BIOS
          vendor: Award Software International, Inc.
          physical id: 0
          version: F4
          date: 10/23/2007
          size: 128KiB
          capacity: 448KiB
          capabilities: pci pnp apm upgrade shadowing cdboot bootselect edd int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification
     *-cpu
          description: CPU
          product: Genuine Intel(R) CPU            2140  @ 1.60GHz
          vendor: Intel Corp.
          physical id: 4
          bus info: cpu@0
          version: Genuine Intel(R) CPU 2140
          slot: Socket 775
          size: 1600MHz
          capacity: 4GHz
          width: 64 bits
          clock: 200MHz
          capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm
        *-cache:0
             description: L1 cache
             physical id: 8
             slot: Internal Cache
             size: 64KiB
             capacity: 64KiB
             capabilities: synchronous internal write-back
        *-cache:1
             description: L2 cache
             physical id: 9
             slot: External Cache
             size: 1MiB
             capacity: 2MiB
             capabilities: synchronous internal write-back
     *-memory
          description: System Memory
          physical id: 19
          slot: System board or motherboard
          size: 3006MiB
        *-bank:0
             description: DIMM 667 MHz (1.5 ns)
             physical id: 0
             slot: A0
             size: 1GiB
             width: 64 bits
             clock: 667MHz (1.5ns)
        *-bank:1
             description: DIMM 667 MHz (1.5 ns)
             physical id: 1
             slot: A1
             size: 1GiB
             width: 64 bits
             clock: 667MHz (1.5ns)
     *-pci
          description: Host bridge
          product: 82946GZ/PL/GL Memory Controller Hub
          vendor: Intel Corporation
          physical id: 100
          bus info: pci@0000:00:00.0
          version: 02
          width: 32 bits
          clock: 33MHz
          configuration: driver=agpgart-intel
          resources: irq:0
        *-display
             description: VGA compatible controller
             product: 82946GZ/GL Integrated Graphics Controller
             vendor: Intel Corporation
             physical id: 2
             bus info: pci@0000:00:02.0
             version: 02
             width: 64 bits
             clock: 33MHz
             capabilities: msi pm vga_controller bus_master cap_list rom
             configuration: driver=i915 latency=0
             resources: irq:41 memory:f2000000-f20fffff memory:e0000000-efffffff ioport:c000(size=8)
        *-multimedia
             description: Audio device
             product: NM10/ICH7 Family High Definition Audio Controller
             vendor: Intel Corporation
             physical id: 1b
             bus info: pci@0000:00:1b.0
             version: 01
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi pciexpress bus_master cap_list
             configuration: driver=snd_hda_intel latency=0
             resources: irq:40 memory:f2100000-f2103fff
        *-usb:0
             description: USB controller
             product: NM10/ICH7 Family USB UHCI Controller #1
             vendor: Intel Corporation
             physical id: 1d
             bus info: pci@0000:00:1d.0
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: uhci bus_master
             configuration: driver=uhci_hcd latency=0
             resources: irq:23 ioport:b000(size=32)
        *-usb:1
             description: USB controller
             product: NM10/ICH7 Family USB UHCI Controller #2
             vendor: Intel Corporation
             physical id: 1d.1
             bus info: pci@0000:00:1d.1
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: uhci bus_master
             configuration: driver=uhci_hcd latency=0
             resources: irq:19 ioport:b400(size=32)
        *-usb:2
             description: USB controller
             product: NM10/ICH7 Family USB UHCI Controller #3
             vendor: Intel Corporation
             physical id: 1d.2
             bus info: pci@0000:00:1d.2
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: uhci bus_master
             configuration: driver=uhci_hcd latency=0
             resources: irq:18 ioport:b800(size=32)
        *-usb:3
             description: USB controller
             product: NM10/ICH7 Family USB UHCI Controller #4
             vendor: Intel Corporation
             physical id: 1d.3
             bus info: pci@0000:00:1d.3
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: uhci bus_master
             configuration: driver=uhci_hcd latency=0
             resources: irq:16 ioport:bc00(size=32)
        *-usb:4
             description: USB controller
             product: NM10/ICH7 Family USB2 EHCI Controller
             vendor: Intel Corporation
             physical id: 1d.7
             bus info: pci@0000:00:1d.7
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pm ehci bus_master cap_list
             configuration: driver=ehci-pci latency=0
             resources: irq:23 memory:f2104000-f21043ff
        *-pci
             description: PCI bridge
             product: 82801 PCI Bridge
             vendor: Intel Corporation
             physical id: 1e
             bus info: pci@0000:00:1e.0
             version: e1
             width: 32 bits
             clock: 33MHz
             capabilities: pci subtractive_decode bus_master cap_list
             resources: ioport:a000(size=4096) memory:f0000000-f1ffffff ioport:f2200000(size=1048576)
           *-network
                description: Ethernet interface
                product: RTL-8110SC/8169SC Gigabit Ethernet
                vendor: Realtek Semiconductor Co., Ltd.
                physical id: 5
                bus info: pci@0000:01:05.0
                logical name: enp1s5
                version: 10
                serial: 00:1a:4d:7a:6e:fc
                size: 100Mbit/s
                capacity: 1Gbit/s
                width: 32 bits
                clock: 66MHz
                capabilities: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
                configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=10.0.0.3 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=MII speed=100Mbit/s
                resources: irq:21 ioport:a000(size=256) memory:f1000000-f10000ff memory:f2200000-f221ffff
        *-isa
             description: ISA bridge
             product: 82801GB/GR (ICH7 Family) LPC Interface Bridge
             vendor: Intel Corporation
             physical id: 1f
             bus info: pci@0000:00:1f.0
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: isa bus_master cap_list
             configuration: driver=lpc_ich latency=0
             resources: irq:0
        *-ide
             description: IDE interface
             product: NM10/ICH7 Family SATA Controller [IDE mode]
             vendor: Intel Corporation
             physical id: 1f.2
             bus info: pci@0000:00:1f.2
             version: 01
             width: 32 bits
             clock: 66MHz
             capabilities: ide pm bus_master cap_list
             configuration: driver=ata_piix latency=0
             resources: irq:19 ioport:1f0(size=8) ioport:3f6 ioport:170(size=8) ioport:376 ioport:f000(size=16)
        *-serial
             description: SMBus
             product: NM10/ICH7 Family SMBus Controller
             vendor: Intel Corporation
             physical id: 1f.3
             bus info: pci@0000:00:1f.3
             version: 01
             width: 32 bits
             clock: 33MHz
             configuration: driver=i801_smbus latency=0
             resources: irq:19 ioport:500(size=32)
     *-scsi
          physical id: 1
          logical name: scsi0
          capabilities: emulated
        *-disk:0
             description: ATA Disk
             product: ST3160811AS
             vendor: Seagate
             physical id: 0.0.0
             bus info: scsi@0:0.0.0
             logical name: /dev/sda
             version: 3.AA
             serial: 6PT5P4WZ
             size: 149GiB (160GB)
             capabilities: gpt-1.00 partitioned partitioned:gpt
             configuration: ansiversion=5 guid=35ae8cc3-3bbc-4174-ad66-d612c042c69b sectorsize=512
           *-volume
                description: EXT4 volume
                vendor: Linux
                physical id: 1
                bus info: scsi@0:0.0.0,1
                logical name: /dev/sda1
                logical name: /
                logical name: /srv/nfs4/pacman_cache
                version: 1.0
                serial: 644773b5-e113-4ad1-988a-f6758a883305
                size: 149GiB
                capacity: 149GiB
                capabilities: precious readonly hidden nomount journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized
                configuration: created=2012-10-07 15:03:07 filesystem=ext4 lastmountpoint=/ modified=2013-06-23 18:37:17 mount.fstype=ext4 mount.options=rw,relatime,data=ordered mounted=2013-06-23 18:37:20 state=mounted
        *-disk:1
             description: ATA Disk
             product: WDC WD20EARX-00P
             vendor: Western Digital
             physical id: 0.1.0
             bus info: scsi@0:0.1.0
             logical name: /dev/sdb
             version: 51.0
             serial: WD-WCAZAD562439
             size: 1863GiB (2TB)
             capabilities: gpt-1.00 partitioned partitioned:gpt
             configuration: ansiversion=5 guid=dccc4971-2044-4ec3-8772-86574168d146 sectorsize=4096
           *-volume
                description: EXT4 volume
                vendor: Linux
                physical id: 1
                bus info: scsi@0:0.1.0,1
                logical name: /dev/sdb1
                logical name: /storage
                version: 1.0
                serial: a628b153-4f97-45f7-b8b1-23c3557cdd72
                size: 1863GiB
                capacity: 1863GiB
                capabilities: journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized
                configuration: created=2012-12-15 11:10:36 filesystem=ext4 lastmountpoint=/storage modified=2013-06-23 18:37:23 mount.fstype=ext4 mount.options=rw,relatime,data=ordered mounted=2013-06-23 18:37:23 name=WD2TB_1_1 state=mounted

And after adding the g-card: (I saved output to a file because there was no network when I did this)

admin@russell-server ~ % cat lspci
00:00.0 Host bridge: Intel Corporation 82946GZ/PL/GL Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82946GZ/PL/GL PCI Express Root Port (rev 02)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01)
00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series]
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300 Series]
02:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC Gigabit Ethernet (rev 10)
admin@russell-server ~ % cat lshw 
russell-server
    description: Desktop Computer
    product: 946GMX-S2 ()
    vendor: Gigabyte Technology Co., Ltd.
    width: 64 bits
    capabilities: smbios-2.4 dmi-2.4 vsyscall32
    configuration: boot=normal chassis=desktop uuid=00000000-0000-0000-0000-001A4D7A6EFC
  *-core
       description: Motherboard
       product: 946GMX-S2
       vendor: Gigabyte Technology Co., Ltd.
       physical id: 0
       version: x.x
     *-firmware
          description: BIOS
          vendor: Award Software International, Inc.
          physical id: 0
          version: F4
          date: 10/23/2007
          size: 128KiB
          capacity: 448KiB
          capabilities: pci pnp apm upgrade shadowing cdboot bootselect edd int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification
     *-cpu
          description: CPU
          product: Genuine Intel(R) CPU            2140  @ 1.60GHz
          vendor: Intel Corp.
          physical id: 4
          bus info: cpu@0
          version: Genuine Intel(R) CPU 2140
          slot: Socket 775
          size: 1600MHz
          capacity: 4GHz
          width: 64 bits
          clock: 200MHz
          capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm
        *-cache:0
             description: L1 cache
             physical id: 8
             slot: Internal Cache
             size: 64KiB
             capacity: 64KiB
             capabilities: synchronous internal write-back
        *-cache:1
             description: L2 cache
             physical id: 9
             slot: External Cache
             size: 1MiB
             capacity: 2MiB
             capabilities: synchronous internal write-back
     *-memory
          description: System Memory
          physical id: 19
          slot: System board or motherboard
          size: 3014MiB
        *-bank:0
             description: DIMM 667 MHz (1.5 ns)
             physical id: 0
             slot: A0
             size: 1GiB
             width: 64 bits
             clock: 667MHz (1.5ns)
        *-bank:1
             description: DIMM 667 MHz (1.5 ns)
             physical id: 1
             slot: A1
             size: 1GiB
             width: 64 bits
             clock: 667MHz (1.5ns)
     *-pci
          description: Host bridge
          product: 82946GZ/PL/GL Memory Controller Hub
          vendor: Intel Corporation
          physical id: 100
          bus info: pci@0000:00:00.0
          version: 02
          width: 32 bits
          clock: 33MHz
        *-pci:0
             description: PCI bridge
             product: 82946GZ/PL/GL PCI Express Root Port
             vendor: Intel Corporation
             physical id: 1
             bus info: pci@0000:00:01.0
             version: 02
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:40 ioport:9000(size=4096) memory:f0000000-f1ffffff ioport:e0000000(size=268435456)
           *-display
                description: VGA compatible controller
                product: Cedar [Radeon HD 5000/6000/7350/8350 Series]
                vendor: Advanced Micro Devices, Inc. [AMD/ATI]
                physical id: 0
                bus info: pci@0000:01:00.0
                version: 00
                width: 64 bits
                clock: 33MHz
                capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
                configuration: driver=radeon latency=0
                resources: irq:43 memory:e0000000-efffffff memory:f1000000-f101ffff ioport:9000(size=256) memory:f0000000-f001ffff
           *-multimedia
                description: Audio device
                product: Cedar HDMI Audio [Radeon HD 5400/6300 Series]
                vendor: Advanced Micro Devices, Inc. [AMD/ATI]
                physical id: 0.1
                bus info: pci@0000:01:00.1
                version: 00
                width: 64 bits
                clock: 33MHz
                capabilities: pm pciexpress msi bus_master cap_list
                configuration: driver=snd_hda_intel latency=0
                resources: irq:42 memory:f1020000-f1023fff
        *-multimedia
             description: Audio device
             product: NM10/ICH7 Family High Definition Audio Controller
             vendor: Intel Corporation
             physical id: 1b
             bus info: pci@0000:00:1b.0
             version: 01
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi pciexpress bus_master cap_list
             configuration: driver=snd_hda_intel latency=0
             resources: irq:41 memory:f4000000-f4003fff
        *-usb:0
             description: USB controller
             product: NM10/ICH7 Family USB UHCI Controller #1
             vendor: Intel Corporation
             physical id: 1d
             bus info: pci@0000:00:1d.0
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: uhci bus_master
             configuration: driver=uhci_hcd latency=0
             resources: irq:23 ioport:bc00(size=32)
        *-usb:1
             description: USB controller
             product: NM10/ICH7 Family USB UHCI Controller #2
             vendor: Intel Corporation
             physical id: 1d.1
             bus info: pci@0000:00:1d.1
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: uhci bus_master
             configuration: driver=uhci_hcd latency=0
             resources: irq:19 ioport:b000(size=32)
        *-usb:2
             description: USB controller
             product: NM10/ICH7 Family USB UHCI Controller #3
             vendor: Intel Corporation
             physical id: 1d.2
             bus info: pci@0000:00:1d.2
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: uhci bus_master
             configuration: driver=uhci_hcd latency=0
             resources: irq:18 ioport:b400(size=32)
        *-usb:3
             description: USB controller
             product: NM10/ICH7 Family USB UHCI Controller #4
             vendor: Intel Corporation
             physical id: 1d.3
             bus info: pci@0000:00:1d.3
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: uhci bus_master
             configuration: driver=uhci_hcd latency=0
             resources: irq:16 ioport:b800(size=32)
        *-usb:4
             description: USB controller
             product: NM10/ICH7 Family USB2 EHCI Controller
             vendor: Intel Corporation
             physical id: 1d.7
             bus info: pci@0000:00:1d.7
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pm ehci bus_master cap_list
             configuration: driver=ehci-pci latency=0
             resources: irq:23 memory:f4004000-f40043ff
        *-pci:1
             description: PCI bridge
             product: 82801 PCI Bridge
             vendor: Intel Corporation
             physical id: 1e
             bus info: pci@0000:00:1e.0
             version: e1
             width: 32 bits
             clock: 33MHz
             capabilities: pci subtractive_decode bus_master cap_list
             resources: ioport:a000(size=4096) memory:f2000000-f3ffffff ioport:f4100000(size=1048576)
           *-network DISABLED
                description: Ethernet interface
                product: RTL-8110SC/8169SC Gigabit Ethernet
                vendor: Realtek Semiconductor Co., Ltd.
                physical id: 5
                bus info: pci@0000:02:05.0
                logical name: enp2s5
                version: 10
                serial: 00:1a:4d:7a:6e:fc
                size: 100Mbit/s
                capacity: 1Gbit/s
                width: 32 bits
                clock: 66MHz
                capabilities: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
                configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full latency=64 link=no maxlatency=64 mingnt=32 multicast=yes port=MII speed=100Mbit/s
                resources: irq:21 ioport:a000(size=256) memory:f3000000-f30000ff memory:f4100000-f411ffff
        *-isa
             description: ISA bridge
             product: 82801GB/GR (ICH7 Family) LPC Interface Bridge
             vendor: Intel Corporation
             physical id: 1f
             bus info: pci@0000:00:1f.0
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: isa bus_master cap_list
             configuration: driver=lpc_ich latency=0
             resources: irq:0
        *-ide
             description: IDE interface
             product: NM10/ICH7 Family SATA Controller [IDE mode]
             vendor: Intel Corporation
             physical id: 1f.2
             bus info: pci@0000:00:1f.2
             version: 01
             width: 32 bits
             clock: 66MHz
             capabilities: ide pm bus_master cap_list
             configuration: driver=ata_piix latency=0
             resources: irq:19 ioport:1f0(size=8) ioport:3f6 ioport:170(size=8) ioport:376 ioport:f000(size=16)
        *-serial
             description: SMBus
             product: NM10/ICH7 Family SMBus Controller
             vendor: Intel Corporation
             physical id: 1f.3
             bus info: pci@0000:00:1f.3
             version: 01
             width: 32 bits
             clock: 33MHz
             configuration: driver=i801_smbus latency=0
             resources: irq:19 ioport:500(size=32)
     *-scsi
          physical id: 1
          logical name: scsi0
          capabilities: emulated
        *-disk:0
             description: ATA Disk
             product: ST3160811AS
             vendor: Seagate
             physical id: 0.0.0
             bus info: scsi@0:0.0.0
             logical name: /dev/sda
             version: 3.AA
             serial: 6PT5P4WZ
             size: 149GiB (160GB)
             capabilities: gpt-1.00 partitioned partitioned:gpt
             configuration: ansiversion=5 guid=35ae8cc3-3bbc-4174-ad66-d612c042c69b sectorsize=512
           *-volume
                description: EXT4 volume
                vendor: Linux
                physical id: 1
                bus info: scsi@0:0.0.0,1
                logical name: /dev/sda1
                logical name: /
                logical name: /srv/nfs4/pacman_cache
                version: 1.0
                serial: 644773b5-e113-4ad1-988a-f6758a883305
                size: 149GiB
                capacity: 149GiB
                capabilities: precious readonly hidden nomount journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized
                configuration: created=2012-10-07 15:03:07 filesystem=ext4 lastmountpoint=/ modified=2013-06-24 14:19:11 mount.fstype=ext4 mount.options=rw,relatime,data=ordered mounted=2013-06-24 14:19:14 state=mounted
        *-disk:1
             description: ATA Disk
             product: WDC WD20EARX-00P
             vendor: Western Digital
             physical id: 0.1.0
             bus info: scsi@0:0.1.0
             logical name: /dev/sdb
             version: 51.0
             serial: WD-WCAZAD562439
             size: 1863GiB (2TB)
             capabilities: gpt-1.00 partitioned partitioned:gpt
             configuration: ansiversion=5 guid=dccc4971-2044-4ec3-8772-86574168d146 sectorsize=4096
           *-volume
                description: EXT4 volume
                vendor: Linux
                physical id: 1
                bus info: scsi@0:0.1.0,1
                logical name: /dev/sdb1
                logical name: /storage
                version: 1.0
                serial: a628b153-4f97-45f7-b8b1-23c3557cdd72
                size: 1863GiB
                capacity: 1863GiB
                capabilities: journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized
                configuration: created=2012-12-15 11:10:36 filesystem=ext4 lastmountpoint=/storage modified=2013-06-24 14:19:18 mount.fstype=ext4 mount.options=rw,relatime,data=ordered mounted=2013-06-24 14:19:18 name=WD2TB_1_1 state=mounted

Last edited by jrussell (2013-06-24 12:24:08)


bitcoin: 1G62YGRFkMDwhGr5T5YGovfsxLx44eZo7U

Offline

Board footer

Powered by FluxBB