Package: src:linux Version: 3.16.7-ckt25-2 Severity: important Tags: upstream
Hi, This machine has two ethernet cards. $ lspci -nn | grep Ether 02:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8161 Gigabit Ethernet [1969:1091] (rev 10) 03:05.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8100/8101L/8139 PCI Fast Ethernet Adapter [10ec:8139] (rev 10) I use AR8161 as default network interface card. The problem is each time system boots, AR8161's MAC address changes. [ 1.579415] alx 0000:02:00.0 eth1: Qualcomm Atheros AR816x/AR817x Ethernet [02:ec:0d:e1:fe:8a] [ 97.262720] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 97.263491] alx 0000:02:00.0 eth1: NIC Up: 100 Mbps Full [ 97.263687] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready [ 560.923170] alx 0000:02:00.0 eth1: NIC Up: 100 Mbps Full [ 1061.098093] alx 0000:02:00.0 eth1: NIC Up: 100 Mbps Full [17500.371445] alx 0000:02:00.0 eth1: NIC Up: 100 Mbps Full I made a udevd file to create permanent network interface device for two cards. But AR8161 becomes eth1 not eth0 which I assigned. In rare occasion, network connection gets lost after reboot or resume from hibernation. $ more 70-persistent-net.rules # This file was automatically generated by the /lib/udev/write_net_rules # program, run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single # line, and change only the value of the NAME= key. # lspci -nn | grep Eth # Retrieve MAC address of each adapter # udevadm info -a -p /sys/class/net/eth0 [eth1] # ifconfig -a # or # ifconfig eth0 [eth1] # Qualcomm Atheros AR8161 Gigabit Ethernet [1969:1091] # Kernel module: alx SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="a2:71:b7:12:2d:c 0", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" # Realtek Semiconductor Co., Ltd. RTL-8100/8101L/8139 PCI Fast Ethernet Adapter # Kernel module: 8139too SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0e:e8:de:d2:e 9", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1" When I changed eth1 to eth0 in /etc/network/interfaces file, the system lost network connection because eth0 was assigned to Realteck ethernet card and the network cable wasn't plugged in. So I forced to get back to eth1. $ more interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto eth1 # iface lo inet loopback # The primary network interface # eth1 is wrong? (8/27/2016) # allow-hotplug eth0 iface eth1 inet static address 192.168.1.100 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 Does MAC address alignment problem is related to floating MAC address I've experienced for three years since 2013? http://code.metager.de/source/history/linux/stable/drivers/net/ethernet/atheros/alx/hw.c alx: fix MAC address alignment problem In two places, parts of MAC addresses are used as u32/u16 values. This can cause alignment problems, use put_unaligned and get_unaligned to fix this. Reported-by: Ben Hutchings <b...@decadent.org.uk> Signed-off-by: Johannes Berg <johan...@sipsolutions.net> Signed-off-by: David S. Miller <da...@davemloft.net> Kernel 4.6.0's alx module has the same problem too. I tested it yesterday. The network driver should access the factory MAC address of ethernet card, use it to create a network interface device in consistent manner. -- Package-specific info: ** Version: Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) ** Command line: BOOT_IMAGE=/vmlinuz-3.16.0-4-amd64 root=/dev/mapper/main--vg-root ro quiet ** Not tainted ** Kernel log: [ 1060.004897] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1060.006030] ata6.00: configured for UDMA/133 [ 1060.016879] usb 1-4: reset high-speed USB device number 4 using ehci-pci [ 1060.040896] usb 3-1: reset full-speed USB device number 2 using ohci-pci [ 1060.432956] usb 1-4.4: reset high-speed USB device number 5 using ehci-pci [ 1060.481109] usb 3-3: reset low-speed USB device number 3 using ohci-pci [ 1060.813373] PM: restore of devices complete after 1298.665 msecs [ 1060.813579] PM: Image restored successfully. [ 1060.813597] PM: Basic memory bitmaps freed [ 1060.813598] Restarting tasks ... done. [ 1061.098093] alx 0000:02:00.0 eth1: NIC Up: 100 Mbps Full [17497.796600] PM: Syncing filesystems ... done. [17497.829749] Freezing user space processes ... (elapsed 0.001 seconds) done. [17497.831260] PM: Marking nosave pages: [mem 0x0009f000-0x000fffff] [17497.831264] PM: Marking nosave pages: [mem 0x8fe80000-0xffffffff] [17497.832091] PM: Marking nosave pages: [mem 0x84000000-0x87ffffff] [17497.832352] PM: Basic memory bitmaps created [17497.832372] PM: Preallocating image memory... done (allocated 297152 pages) [17498.114173] PM: Allocated 1188608 kbytes in 0.28 seconds (4245.02 MB/s) [17498.114175] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [17498.115476] Suspending console(s) (use no_console_suspend to debug) [17498.116011] serial 00:02: disabled [17498.116015] serial 00:02: System wakeup disabled by ACPI [17498.241472] PM: freeze of devices complete after 125.954 msecs [17498.241868] PM: late freeze of devices complete after 0.394 msecs [17498.242664] PM: noirq freeze of devices complete after 0.795 msecs [17498.243444] ACPI: Preparing to enter system sleep state S4 [17498.245056] PM: Saving platform NVS memory [17498.245203] Disabling non-boot CPUs ... [17498.246540] kvm: disabling virtualization on CPU1 [17498.246546] smpboot: CPU 1 is now offline [17498.248541] kvm: disabling virtualization on CPU2 [17498.349334] smpboot: CPU 2 is now offline [17498.350817] kvm: disabling virtualization on CPU3 [17498.350829] smpboot: CPU 3 is now offline [17498.352340] kvm: disabling virtualization on CPU4 [17498.453362] smpboot: CPU 4 is now offline [17498.454746] kvm: disabling virtualization on CPU5 [17498.557390] smpboot: CPU 5 is now offline [17498.557669] PM: Creating hibernation image: [17498.769761] PM: Need to copy 304785 pages [17498.769763] PM: Normal pages needed: 304785 + 1024, available pages: 1509098 [17498.559333] PM: Restoring platform NVS memory [17498.559395] PCI-DMA: Resuming GART IOMMU [17498.559396] PCI-DMA: Restoring GART aperture settings [17498.559586] LVT offset 0 assigned for vector 0x400 [17498.559670] Enabling non-boot CPUs ... [17498.559771] x86: Booting SMP configuration: [17498.559772] smpboot: Booting Node 0 Processor 1 APIC 0x11 [17498.571218] kvm: enabling virtualization on CPU1 [17498.573563] CPU1 is up [17498.573641] smpboot: Booting Node 0 Processor 2 APIC 0x12 [17498.584606] kvm: enabling virtualization on CPU2 [17498.586853] CPU2 is up [17498.586928] smpboot: Booting Node 0 Processor 3 APIC 0x13 [17498.597892] kvm: enabling virtualization on CPU3 [17498.600162] CPU3 is up [17498.600233] smpboot: Booting Node 0 Processor 4 APIC 0x14 [17498.611196] kvm: enabling virtualization on CPU4 [17498.613465] CPU4 is up [17498.613533] smpboot: Booting Node 0 Processor 5 APIC 0x15 [17498.624502] kvm: enabling virtualization on CPU5 [17498.626820] CPU5 is up [17498.637360] ACPI: Waking up from system sleep state S4 [17498.651547] PM: noirq restore of devices complete after 12.728 msecs [17498.652428] PM: early restore of devices complete after 0.836 msecs [17498.751388] serial 00:02: activated [17498.753118] sd 5:0:0:0: [sda] Starting disk [17498.756917] alx 0000:02:00.0: irq 41 for MSI/MSI-X [17498.759465] [drm] PCIE GART of 512M enabled (table at 0x00000000C0040000). [17498.759513] radeon 0000:01:05.0: WB enabled [17498.759515] radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x00000000a0000c00 and cpu addr 0xffff88022423ac00 [17498.791279] [drm] ring test on 0 succeeded in 1 usecs [17498.791295] [drm] ib test on ring 0 succeeded in 0 usecs [17498.807637] usb usb5: root hub lost power or was reset [17498.807698] usb usb6: root hub lost power or was reset [17498.807699] usb usb3: root hub lost power or was reset [17498.807703] usb usb4: root hub lost power or was reset [17498.807731] usb usb7: root hub lost power or was reset [17498.807749] usb usb1: root hub lost power or was reset [17498.807763] usb usb2: root hub lost power or was reset [17499.067683] ata5: SATA link down (SStatus 0 SControl 300) [17499.067738] ata4: SATA link down (SStatus 0 SControl 300) [17499.071683] ata3: SATA link down (SStatus 0 SControl 300) [17499.239726] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [17499.240825] ata6.00: configured for UDMA/133 [17499.247738] usb 1-4: reset high-speed USB device number 4 using ehci-pci [17499.419782] usb 3-3: reset low-speed USB device number 3 using ohci-pci [17499.663852] usb 1-4.4: reset high-speed USB device number 5 using ehci-pci [17499.859896] usb 3-1: reset full-speed USB device number 2 using ohci-pci [17500.028227] PM: restore of devices complete after 1278.902 msecs [17500.028430] PM: Image restored successfully. [17500.028450] PM: Basic memory bitmaps freed [17500.028451] Restarting tasks ... done. [17500.371445] alx 0000:02:00.0 eth1: NIC Up: 100 Mbps Full [20762.395441] usb 1-4.4-port3: Cannot enable. Maybe the USB cable is bad? [20763.227810] usb 1-4.4-port3: Cannot enable. Maybe the USB cable is bad? [20764.060037] usb 1-4.4-port3: Cannot enable. Maybe the USB cable is bad? [20764.892122] usb 1-4.4-port3: Cannot enable. Maybe the USB cable is bad? [20764.892492] usb 1-4.4-port3: unable to enumerate USB device ** Model information sys_vendor: System manufacturer product_name: System Product Name product_version: System Version chassis_vendor: Chassis Manufacture chassis_version: Chassis Version bios_vendor: American Megatrends Inc. bios_version: 1201 board_vendor: ASUSTeK Computer INC. board_name: M5A78L-M LX3 board_version: Rev X.0x ** Loaded modules: binfmt_misc nfsd auth_rpcgss oid_registry nfs_acl nfs lockd fscache sunrpc parport_pc ppdev lp parport joydev hid_generic kvm_amd kvm usbhid crc32_pclmul aesni_intel hid wacom aes_x86_64 lrw gf128mul glue_helper ablk_helper snd_hda_codec_realtek snd_hda_codec_generic cryptd pcspkr evdev serio_raw radeon ttm drm_kms_helper drm snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep snd_pcm snd_timer snd i2c_algo_bit wmi fam15h_power edac_mce_amd shpchp k10temp soundcore asus_atk0110 sp5100_tco edac_core i2c_piix4 button i2c_core acpi_cpufreq processor thermal_sys ext4 crc16 mbcache jbd2 dm_mod sg sd_mod crc_t10dif crct10dif_generic ata_generic ohci_pci crct10dif_pclmul crct10dif_common crc32c_intel ahci psmouse pata_atiixp libahci ehci_pci ohci_hcd ehci_hcd 8139too 8139cp libata mii usbcore scsi_mod usb_common alx mdio ** Network interface configuration: # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto eth1 # iface lo inet loopback # The primary network interface # eth1 is wrong? (8/27/2016) # allow-hotplug eth0 iface eth1 inet static address 192.168.1.100 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 #IPv6 address #iface eth1 inet6 static # address 2001:db8::c0ca:1eaf # netmask 64 # gateway 2001:db8::1ead:ed:beef ** Network status: *** IP interfaces and addresses: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever 2: rename2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 00:0e:e8:de:d2:e9 brd ff:ff:ff:ff:ff:ff 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 02:ec:0d:e1:fe:8a brd ff:ff:ff:ff:ff:ff inet 192.168.1.100/24 brd 192.168.1.255 scope global eth1 valid_lft forever preferred_lft forever *** Device statistics: Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed eth1: 287100260 256749 0 0 0 0 0 382 110172225 218590 0 0 0 0 0 0 rename2: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 lo: 100 2 0 0 0 0 0 0 100 2 0 0 0 0 0 0 *** Protocol statistics: Ip: 251425 total packets received 0 forwarded 0 incoming packets discarded 251425 incoming packets delivered 218250 requests sent out Icmp: 0 ICMP messages received 0 input ICMP message failed. ICMP input histogram: 30 ICMP messages sent 0 ICMP messages failed ICMP output histogram: destination unreachable: 30 IcmpMsg: OutType3: 30 Tcp: 3792 active connections openings 0 passive connection openings 1 failed connection attempts 17 connection resets received 0 connections established 249784 segments received 216806 segments send out 157 segments retransmited 63 bad segments received. 1407 resets sent InCsumErrors: 1 Udp: 1223 packets received 30 packets to unknown port received. 0 packet receive errors 1257 packets sent UdpLite: TcpExt: 2451 TCP sockets finished time wait in fast timer 1 packets rejects in established connections because of timestamp 1603 delayed acks sent 1 delayed acks further delayed because of locked socket Quick ack mode was activated 258 times 3 packets directly queued to recvmsg prequeue. 2 bytes directly received in process context from prequeue 186064 packet headers predicted 8510 acknowledgments not containing data payload received 31992 predicted acknowledgments 1 times recovered from packet loss by selective acknowledgements 35 congestion windows recovered without slow start after partial ack 1 fast retransmits 1 retransmits in slow start 48 other TCP timeouts TCPLossProbes: 86 TCPLossProbeRecovery: 52 228 DSACKs sent for old packets 28 DSACKs sent for out of order packets 55 DSACKs received 387 connections reset due to unexpected data 1 connections reset due to early user close 3 connections aborted due to timeout TCPDSACKIgnoredNoUndo: 43 TCPSackShiftFallback: 9 TCPRcvCoalesce: 11316 TCPOFOQueue: 5716 TCPOFOMerge: 29 TCPChallengeACK: 64 TCPSYNChallenge: 62 TCPAutoCorking: 1244 TCPSynRetrans: 35 TCPOrigDataSent: 78121 IpExt: InMcastPkts: 382 InBcastPkts: 6 InOctets: 283239050 OutOctets: 107031806 InMcastOctets: 10696 InBcastOctets: 1973 InNoECTPkts: 255918 InECT0Pkts: 467 ** PCI devices: 00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] RS780 Host Bridge [1022:9600] Subsystem: ASUSTeK Computer Inc. Device [1043:8388] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx- Latency: 0 Capabilities: <access denied> 00:01.0 PCI bridge [0604]: ASUSTeK Computer Inc. AMD RS780/RS880 PCI to PCI bridge (int gfx) [1043:9602] (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 Bus: primary=00, secondary=01, subordinate=01, sec-latency=64 I/O behind bridge: 0000c000-0000cfff Memory behind bridge: fe800000-fe9fffff Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> 00:04.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] RS780/RS880 PCI to PCI bridge (PCIE port 0) [1022:9604] (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: fea00000-feafffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:11.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode] [1002:4390] (prog-if 01 [AHCI 1.0]) Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard [1043:8389] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 22 Region 0: I/O ports at b000 [size=8] Region 1: I/O ports at a000 [size=4] Region 2: I/O ports at 9000 [size=8] Region 3: I/O ports at 8000 [size=4] Region 4: I/O ports at 7000 [size=16] Region 5: Memory at fe7ffc00 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ahci 00:12.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:8389] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 Region 0: Memory at fe7fe000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci-pci 00:12.1 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0 USB OHCI1 Controller [1002:4398] (prog-if 10 [OHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:8389] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 Region 0: Memory at fe7fd000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci-pci 00:12.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:8389] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 17 Region 0: Memory at fe7ff800 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> Kernel driver in use: ehci-pci 00:13.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:8389] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 18 Region 0: Memory at fe7fc000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci-pci 00:13.1 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0 USB OHCI1 Controller [1002:4398] (prog-if 10 [OHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:8389] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 18 Region 0: Memory at fe7fb000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci-pci 00:13.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:8389] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 19 Region 0: Memory at fe7ff400 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> Kernel driver in use: ehci-pci 00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller [1002:4385] (rev 3c) Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard [1043:8389] Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 00:14.1 IDE interface [0101]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 IDE Controller [1002:439c] (prog-if 8a [Master SecP PriP]) Subsystem: ASUSTeK Computer Inc. Device [1043:8389] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 Interrupt: pin A routed to IRQ 16 Region 0: I/O ports at 01f0 [size=8] Region 1: I/O ports at 03f4 Region 2: I/O ports at 0170 [size=8] Region 3: I/O ports at 0374 Region 4: I/O ports at ff00 [size=16] Capabilities: <access denied> Kernel driver in use: pata_atiixp 00:14.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) [1002:4383] Subsystem: ASUSTeK Computer Inc. Device [1043:8445] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 Region 0: Memory at fe7f4000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel 00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] Subsystem: ASUSTeK Computer Inc. Device [1043:8389] Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 00:14.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge [1002:4384] (prog-if 01 [Subtractive decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 Bus: primary=00, secondary=03, subordinate=03, sec-latency=64 I/O behind bridge: 0000e000-0000efff Memory behind bridge: feb00000-febfffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- 00:14.5 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:8389] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin C routed to IRQ 18 Region 0: Memory at fe7fa000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci-pci 00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 0 [1022:1600] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> 00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 1 [1022:1601] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- 00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 2 [1022:1602] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- 00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 3 [1022:1603] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Capabilities: <access denied> Kernel driver in use: k10temp 00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 4 [1022:1604] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Kernel driver in use: fam15h_power 00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 5 [1022:1605] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- 01:05.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RS780L [Radeon 3000] [1002:9616] (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:8388] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 18 Region 0: Memory at d0000000 (32-bit, prefetchable) [size=256M] Region 1: I/O ports at c000 [size=256] Region 2: Memory at fe9f0000 (32-bit, non-prefetchable) [size=64K] Region 5: Memory at fe800000 (32-bit, non-prefetchable) [size=1M] Expansion ROM at <unassigned> [disabled] Capabilities: <access denied> Kernel driver in use: radeon 02:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8161 Gigabit Ethernet [1969:1091] (rev 10) Subsystem: ASUSTeK Computer Inc. Device [1043:8507] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 41 Region 0: Memory at feac0000 (64-bit, non-prefetchable) [size=256K] Region 2: I/O ports at dc00 [size=128] Capabilities: <access denied> Kernel driver in use: alx 03:05.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8100/8101L/8139 PCI Fast Ethernet Adapter [10ec:8139] (rev 10) Subsystem: Realtek Semiconductor Co., Ltd. RTL-8100/8101L/8139 PCI Fast Ethernet Adapter [10ec:8139] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 (8000ns min, 16000ns max) Interrupt: pin A routed to IRQ 20 Region 0: I/O ports at e800 [size=256] Region 1: Memory at febffc00 (32-bit, non-prefetchable) [size=256] Expansion ROM at febe0000 [disabled] [size=64K] Capabilities: <access denied> Kernel driver in use: 8139too ** USB devices: Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 005: ID 050d:706a Belkin Components 2-N-1 7-Port Hub (Upper half) Bus 001 Device 004: ID 050d:0706 Belkin Components 2-N-1 7-Port Hub (Lower half) Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 003: ID 04b4:0101 Cypress Semiconductor Corp. Keyboard/Hub Bus 003 Device 002: ID 056a:0017 Wacom Co., Ltd CTE-450 [Bamboo Fun] Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub -- System Information: Debian Release: 8.2 Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/6 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages linux-image-3.16.0-4-amd64 depends on: ii debconf [debconf-2.0] 1.5.56 ii initramfs-tools [linux-initramfs-tool] 0.120+deb8u2 ii kmod 18-3 ii linux-base 3.5 Versions of packages linux-image-3.16.0-4-amd64 recommends: pn firmware-linux-free <none> pn irqbalance <none> Versions of packages linux-image-3.16.0-4-amd64 suggests: pn debian-kernel-handbook <none> ii grub-pc 2.02~beta2-22+deb8u1 pn linux-doc-3.16 <none> Versions of packages linux-image-3.16.0-4-amd64 is related to: pn firmware-atheros <none> pn firmware-bnx2 <none> pn firmware-bnx2x <none> pn firmware-brcm80211 <none> pn firmware-intelwimax <none> pn firmware-ipw2x00 <none> pn firmware-ivtv <none> pn firmware-iwlwifi <none> pn firmware-libertas <none> pn firmware-linux <none> ii firmware-linux-nonfree 0.43 pn firmware-myricom <none> pn firmware-netxen <none> pn firmware-qlogic <none> pn firmware-ralink <none> pn firmware-realtek <none> pn xen-hypervisor <none> -- debconf information: linux-image-3.16.0-4-amd64/postinst/depmod-error-initrd-3.16.0-4-amd64: false * linux-image-3.16.0-4-amd64/prerm/removing-running-kernel-3.16.0-4-amd64: false linux-image-3.16.0-4-amd64/postinst/mips-initrd-3.16.0-4-amd64: