Jump to content
XPEnology Community

XPEnology gnoBoot


gnoboot

Recommended Posts

Hi gnoBoot,

I updated from Trantor DSM 4.3 build 3810++ (repack v1.0) to 5.0 (stock DS3612xs 4458 .pat from Synologu) and all went smooth

Can you maybe point out your basic steps of the upgrade? I'm looking at upgrading my installtion.

 

Cheers

Link to comment
Share on other sites

Hi all, I'm back :grin:

 

gnoboot, great work as usual. Using your latest image with the 5.0-4458 release, it's working fine so far. Only issue I have is that there's no sit0 support, and I can't initiate a tunnel through Hurricane Electric :/

 

Is there any chance that you could compile it into the next release?

You have to load ipv6 module, just google for it :smile:

 

Already did so, but no luck. The sit0 device simply does not appear, nor do the commands (IP addresses redacted):

 

ifconfig sit0 up
ifconfig sit0 inet6 tunnel ::xxx.xxx.xxx.xxx
ifconfig sit1 up
ifconfig sit1 inet6 add xxxx:xxxx:xxxx:xxxx::2/64
route -A inet6 add ::/0 dev sit1

 

modprobe ipv6
ip tunnel add he-ipv6 mode sit remote xxx.xxx.xxx.xxx local xxx.xxx.xxx.xxx ttl 255
ip link set he-ipv6 up
ip addr add xxxx:xxxx:xxxx:xxxx::2/64 dev he-ipv6
ip route add ::/0 dev he-ipv6
ip -f inet6 addr

 

The sit0 device simply doesn't exist, and by my knowledge it would require the sit.ko module (which is not compiled by default).

Link to comment
Share on other sites

Upgrade from 4.3 Trantor, no data lost, very fast turn on and shut off, all works perfectly except the WOL.

Users' permissions were reset that's make me afraid because cannot connect on W7 and understand it was because of that reset 5 minutes later xD

TY Gnoboot :smile:

Link to comment
Share on other sites

I'm running on bare hardware, no Esxi or the likes, how can I update from 10.3 to 10.5 without loosing what i have, thanks

Just replace the zImage, revert as needed.

 

Hi all, I'm back :grin:

 

gnoboot, great work as usual. Using your latest image with the 5.0-4458 release, it's working fine so far. Only issue I have is that there's no sit0 support, and I can't initiate a tunnel through Hurricane Electric :/

 

Is there any chance that you could compile it into the next release?

You have to load ipv6 module, just google for it :smile:

 

Already did so, but no luck. The sit0 device simply does not appear, nor do the commands (IP addresses redacted):

 

ifconfig sit0 up
ifconfig sit0 inet6 tunnel ::xxx.xxx.xxx.xxx
ifconfig sit1 up
ifconfig sit1 inet6 add xxxx:xxxx:xxxx:xxxx::2/64
route -A inet6 add ::/0 dev sit1

 

modprobe ipv6
ip tunnel add he-ipv6 mode sit remote xxx.xxx.xxx.xxx local xxx.xxx.xxx.xxx ttl 255
ip link set he-ipv6 up
ip addr add xxxx:xxxx:xxxx:xxxx::2/64 dev he-ipv6
ip route add ::/0 dev he-ipv6
ip -f inet6 addr

 

The sit0 device simply doesn't exist, and by my knowledge it would require the sit.ko module (which is not compiled by default).

 

Do you know the kernel config to enable?

Link to comment
Share on other sites

Hello,

 

I have managed to mount a ISCSI target but I have one problem

The ISCSI share doesn't appear on the storage management as a normal hard drive. Is it possible to make it or am I missing something?

 

Thank you

Marc

 

Here is what I did

Modify the line node.startup

vi /etc/iscsi/iscsid.conf

node.startup = automatic

 

1) Start he daemon

/usr/syno/etc/rc.iscsi start

 

2) Find the name of the target (192.168.1.4 : IP of the Iscsi target)-

iscsiadm -m discovery -t sendtargets -p 192.168.1.4

Returns the value iqn.2007-09.jp.ne.peach.istgt:disk0 (name of the target)

 

3) Connect the target

iscsiadm --mode node --targetname iqn.2007-09.jp.ne.peach.istgt:disk0 --portal 192.168.1.4:3260 --login

 

This will create a device /dev/isda

 

4) Create a partition (with sfdisk so it will be GPT and more than 2To will be possible)

sfdisk -N1 -z-1 -o8 -t83 /dev/isda

 

5) Format the partition

mkfs.ext4 /dev/isda1

 

6) Mount in volume1

mount /dev/isda1 /volume1

 

 

When the syno restarts you must mount again the ISCSI drive so I have created a file

 

/usr/syno/etc.defaults/rc.d/S99SynoISCSI.sh

 

and I have put the lines

/usr/syno/etc/rc.iscsi start

iscsiadm --mode node --targetname iqn.2007-09.jp.ne.peach.istgt:disk0 --portal 192.168.1.4:3260 --login

mount /dev/isda1 /volume1

 

so when the syno starts the ISCSI is auto mounted

 

EDIT : Solved the problem with the 2Go partition

Edited by Guest
Link to comment
Share on other sites

I have a strange problem running gnoboot-alpha-10.4 with DSM 5.0-4458 on a Gigabyte GA-H87M-HD3. Either warm or cold booting the unit, I will lose LAN connectivity while it's staring services, maybe 5 to 10 minutes after boot. Unplugging and re-inserting the ethernet cable will restore LAN access. It continues to stay up, the longest I've left it alone has been 12hrs. I can transfer files and was also able to update to DSM 5.0-4458 Update 1.

Link to comment
Share on other sites

I'm having some issues with the SSD caching.

 

Runing gnoboot 10.4 with 4458 update 1

 

When creating a read-write SSD cache, the message "system failed to mount ssd cache ...."

 

The following appears in /var/log/messages:

 

Mar 30 01:20:54 SKW-SAN hotplugd: ##### ACTION:add
Mar 30 01:20:54 SKW-SAN hotplugd: DEVICE:/proc/bus/usb/000/000
Mar 30 01:20:54 SKW-SAN hotplugd: hotplugd.c:1406 Device  is not in hotplugd supported list.
Mar 30 01:22:00 SKW-SAN hotplugd: usb_get_device_id.c:56 failed get usb id Vendor=0000, ProdID=0000, SN=ffffffd0ffffffa2ffffffc3ffffffac
Mar 30 01:22:00 SKW-SAN hotplugd: hotplugd.c:990 failed get usb device id from usb config, DEVICE=/proc/bus/usb/000/000
Mar 30 01:22:00 SKW-SAN hotplugd: ##### ACTION:add
Mar 30 01:22:00 SKW-SAN hotplugd: DEVICE:/proc/bus/usb/000/000
Mar 30 01:22:00 SKW-SAN hotplugd: hotplugd.c:1406 Device  is not in hotplugd supported list.
Mar 30 01:22:51 SKW-SAN synocheckshare: synocheckshare_vol_mount.c:47 Export Share [iNTERNAL] [/dev/vg1/volume_1] [/volume1]
Mar 30 01:22:52 SKW-SAN cupsd[28626]: [conf.c:1893] Filter "pstoraster" not found.
Mar 30 01:22:59 SKW-SAN synoindex: index_index_add_ex.c:125 Indexing daemon is not running
Mar 30 01:23:18 SKW-SAN flashcachehandler.cgi: space_ssd_cache_disk_init.c:71 [iNFO] Clean all partitions of [/dev/sde]
Mar 30 01:23:18 SKW-SAN flashcachehandler.cgi: space_ssd_cache_disk_init.c:79 [iNFO] Create [/dev/sde1]
Mar 30 01:23:18 SKW-SAN flashcachehandler.cgi: space_ssd_cache_disk_init.c:71 [iNFO] Clean all partitions of [/dev/sdf]
Mar 30 01:23:18 SKW-SAN flashcachehandler.cgi: space_ssd_cache_disk_init.c:79 [iNFO] Create [/dev/sdf1]
killall: synolunbkp: no process killed
Mar 30 01:23:24 SKW-SAN hotplugd: usb_get_device_id.c:56 failed get usb id Vendor=0000, ProdID=0000, SN=ffffffd0ffffffa2ffffffc3ffffffac
Mar 30 01:23:24 SKW-SAN hotplugd: hotplugd.c:990 failed get usb device id from usb config, DEVICE=/proc/bus/usb/000/000
Mar 30 01:23:24 SKW-SAN hotplugd: ##### ACTION:add
Mar 30 01:23:24 SKW-SAN hotplugd: DEVICE:/proc/bus/usb/000/000
Mar 30 01:23:24 SKW-SAN hotplugd: hotplugd.c:1406 Device  is not in hotplugd supported list.
Mar 30 01:23:25 SKW-SAN kernel: [ 1258.355767] EXT_INFO: EXIT Extent-Pool
Mar 30 01:23:26 SKW-SAN kernel: [ 1259.026918] init: crond main process (16962) killed by TERM signal
Mar 30 01:23:30 SKW-SAN synocheckshare: synocheckshare_vol_unmount.c:147 Unmount Share [iNTERNAL] [/dev/vg1/volume_1] [/volume1]
Mar 30 01:23:31 SKW-SAN flashcachehandler.cgi: flashcache_create.c:130 failed to [/usr/syno/sbin/flashcache_create -s 57671680k -p back cachedev_0 /dev/md4 /dev/vg1/volume_1 1>/tmp/flashcache.system 2>&1], errno=No such file or directory, ret=256, WEXITSTATUS=1
Mar 30 01:23:31 SKW-SAN flashcachehandler.cgi: virtual_space_implement_op_lib.c:172 Failed to create layer on device [/dev/vg1/volume_1] of space [/dev/vg1/volume_1], ret=-1
Mar 30 01:23:31 SKW-SAN flashcachehandler.cgi: vspace_wrapper_create.c:77 failed to create virtual space on [/volume1]
Mar 30 01:23:31 SKW-SAN synocheckshare: synocheckshare_vol_mount.c:47 Export Share [iNTERNAL] [/dev/vg1/volume_1] [/volume1]
Mar 30 01:23:32 SKW-SAN cupsd[30809]: [conf.c:1893] Filter "pstoraster" not found.
Mar 30 01:23:32 SKW-SAN synorelayd: register_api_key.cpp:226 failed to send https request to [apiauth.synology.com], err=[0x2000]
Mar 30 01:23:32 SKW-SAN synorelayd[31054]: synorelayd.cpp:1221 stoped
Mar 30 01:23:32 SKW-SAN isccore: synocomm_types.c:268 szName eth0 10.2.0.4 is Active
Mar 30 01:23:32 SKW-SAN isccore: synocomm_types.c:268 szName eth0 10.2.0.4 is Active
Mar 30 01:23:32 SKW-SAN isccore: synocomm_types.c:268 szName eth1 10.3.0.4 is Active
Mar 30 01:23:32 SKW-SAN isccore: synocomm_types.c:268 szName eth2 172.16.2.1 is Active
Mar 30 01:23:33 SKW-SAN iss: synocomm_types.c:268 szName eth0 10.2.0.4 is Active
Mar 30 01:23:33 SKW-SAN iss: synocomm_types.c:268 szName eth0 10.2.0.4 is Active
Mar 30 01:23:33 SKW-SAN iss: synocomm_types.c:268 szName eth1 10.3.0.4 is Active
Mar 30 01:23:33 SKW-SAN iss: synocomm_types.c:268 szName eth2 172.16.2.1 is Active
Mar 30 01:23:33 SKW-SAN kernel: [ 1266.176294] EXT_INFO: INIT Extent-Pool
Mar 30 01:23:36 SKW-SAN flashcachehandler.cgi: flashcachehandler.cpp:238 Failed to create flashcache on /volume1 [0xEB00 servicecfg_internal_lib.c:104]
Mar 30 01:23:36 SKW-SAN kernel: [ 1269.215393] md: md4: set sdf1 to auto_remap [0]
Mar 30 01:23:36 SKW-SAN kernel: [ 1269.215394] md: md4: set sde1 to auto_remap [0]
Mar 30 01:23:36 SKW-SAN flashcachehandler.cgi: raid_remove.c:48 [info] clean RAID superblock of /dev/md4
Mar 30 01:23:37 SKW-SAN flashcachehandler.cgi: raid_clean_superblock.c:87 [info] Clean RAID superblock on '/dev/sde1'
Mar 30 01:23:37 SKW-SAN flashcachehandler.cgi: raid_clean_superblock.c:87 [info] Clean RAID superblock on '/dev/sdf1'
Mar 30 01:23:43 SKW-SAN hotplugd: usb_get_device_id.c:56 failed get usb id Vendor=0000, ProdID=0000, SN=ffffffd0ffffffa2ffffffc3ffffffac
Mar 30 01:23:43 SKW-SAN hotplugd: hotplugd.c:990 failed get usb device id from usb config, DEVICE=/proc/bus/usb/000/000
Mar 30 01:23:43 SKW-SAN hotplugd: ##### ACTION:add
Mar 30 01:23:43 SKW-SAN hotplugd: DEVICE:/proc/bus/usb/000/000
Mar 30 01:23:43 SKW-SAN hotplugd: hotplugd.c:1406 Device  is not in hotplugd supported list.
Mar 30 01:23:43 SKW-SAN hotplugd: usb_get_device_id.c:56 failed get usb id Vendor=0000, ProdID=0000, SN=ffffffd0ffffffa2ffffffc3ffffffac
Mar 30 01:23:43 SKW-SAN hotplugd: hotplugd.c:990 failed get usb device id from usb config, DEVICE=/proc/bus/usb/000/000
Mar 30 01:23:43 SKW-SAN hotplugd: ##### ACTION:add
Mar 30 01:23:43 SKW-SAN hotplugd: DEVICE:/proc/bus/usb/000/000
Mar 30 01:23:43 SKW-SAN hotplugd: hotplugd.c:1406 Device  is not in hotplugd supported list.


Link to comment
Share on other sites

Checked with irqpoll boot parameter. 15 hours of runtime. No problem with irq 16 in dmesg. So it shall be the problem you imply.

 

Let me know if ever you still get kernel traceback. So I can include the patch for 10.5. :wink:

34 hours of runtime:

[spoiler=][123490.605535] irq 16: nobody cared (try booting with the "irqpoll" option)

[123490.605540] Pid: 0, comm: swapper/0 Tainted: P C O 3.2.40 #6

[123490.605543] Call Trace:

[123490.605545] [] ? __report_bad_irq+0x2c/0xb4

[123490.605556] [] ? note_interrupt+0x15d/0x1b7

[123490.605560] [] ? handle_irq_event_percpu+0xfa/0x117

[123490.605564] [] ? handle_irq_event+0x48/0x70

[123490.605569] [] ? handle_fasteoi_irq+0x74/0xae

[123490.605572] [] ? handle_irq+0x87/0x90

[123490.605576] [] ? do_IRQ+0x48/0x9f

[123490.605580] [] ? common_interrupt+0x6e/0x6e

[123490.605582] [] ? lapic_next_event+0x10/0x15

[123490.605590] [] ? IO_APIC_get_PCI_irq_vector+0x1c7/0x1c7

[123490.605595] [] ? intel_idle+0xd6/0x10c

[123490.605598] [] ? intel_idle+0xb6/0x10c

[123490.605603] [] ? cpuidle_idle_call+0x6d/0xb4

[123490.605607] [] ? cpu_idle+0x60/0x8c

[123490.605612] [] ? start_kernel+0x327/0x333

[123490.605617] [] ? early_idt_handlers+0x140/0x140

[123490.605621] [] ? x86_64_start_kernel+0x10b/0x118

[123490.605623] handlers:

[123490.605639] [] usb_hcd_irq

[123490.605642] Disabling IRQ #16

 

And to be sure on irqpoll:

[spoiler=]XPEnologyU> dmesg |grep irqpoll

[ 0.000000] Command line: irqpoll

[ 0.000000] Kernel command line: root=/dev/md0 ihd_num=1 netif_num=4 syno_hw_version=DS3612xs irqpoll

[123490.605535] irq 16: nobody cared (try booting with the "irqpoll" option)

 

Link to comment
Share on other sites

I have a strange problem running gnoboot-alpha-10.4 with DSM 5.0-4458 on a Gigabyte GA-H87M-HD3. Either warm or cold booting the unit, I will lose LAN connectivity while it's staring services, maybe 5 to 10 minutes after boot. Unplugging and re-inserting the ethernet cable will restore LAN access. It continues to stay up, the longest I've left it alone has been 12hrs. I can transfer files and was also able to update to DSM 5.0-4458 Update 1.

 

dmesg or lspci?

 

I'm having some issues with the SSD caching.

 

Runing gnoboot 10.4 with 4458 update 1

 

When creating a read-write SSD cache, the message "system failed to mount ssd cache ...."

 

The following appears in /var/log/messages:

 

Mar 30 01:20:54 SKW-SAN hotplugd: ##### ACTION:add
Mar 30 01:20:54 SKW-SAN hotplugd: DEVICE:/proc/bus/usb/000/000
Mar 30 01:20:54 SKW-SAN hotplugd: hotplugd.c:1406 Device  is not in hotplugd supported list.
Mar 30 01:22:00 SKW-SAN hotplugd: usb_get_device_id.c:56 failed get usb id Vendor=0000, ProdID=0000, SN=ffffffd0ffffffa2ffffffc3ffffffac
Mar 30 01:22:00 SKW-SAN hotplugd: hotplugd.c:990 failed get usb device id from usb config, DEVICE=/proc/bus/usb/000/000
Mar 30 01:22:00 SKW-SAN hotplugd: ##### ACTION:add
Mar 30 01:22:00 SKW-SAN hotplugd: DEVICE:/proc/bus/usb/000/000
Mar 30 01:22:00 SKW-SAN hotplugd: hotplugd.c:1406 Device  is not in hotplugd supported list.
Mar 30 01:22:51 SKW-SAN synocheckshare: synocheckshare_vol_mount.c:47 Export Share [iNTERNAL] [/dev/vg1/volume_1] [/volume1]
Mar 30 01:22:52 SKW-SAN cupsd[28626]: [conf.c:1893] Filter "pstoraster" not found.
Mar 30 01:22:59 SKW-SAN synoindex: index_index_add_ex.c:125 Indexing daemon is not running
Mar 30 01:23:18 SKW-SAN flashcachehandler.cgi: space_ssd_cache_disk_init.c:71 [iNFO] Clean all partitions of [/dev/sde]
Mar 30 01:23:18 SKW-SAN flashcachehandler.cgi: space_ssd_cache_disk_init.c:79 [iNFO] Create [/dev/sde1]
Mar 30 01:23:18 SKW-SAN flashcachehandler.cgi: space_ssd_cache_disk_init.c:71 [iNFO] Clean all partitions of [/dev/sdf]
Mar 30 01:23:18 SKW-SAN flashcachehandler.cgi: space_ssd_cache_disk_init.c:79 [iNFO] Create [/dev/sdf1]
killall: synolunbkp: no process killed
Mar 30 01:23:24 SKW-SAN hotplugd: usb_get_device_id.c:56 failed get usb id Vendor=0000, ProdID=0000, SN=ffffffd0ffffffa2ffffffc3ffffffac
Mar 30 01:23:24 SKW-SAN hotplugd: hotplugd.c:990 failed get usb device id from usb config, DEVICE=/proc/bus/usb/000/000
Mar 30 01:23:24 SKW-SAN hotplugd: ##### ACTION:add
Mar 30 01:23:24 SKW-SAN hotplugd: DEVICE:/proc/bus/usb/000/000
Mar 30 01:23:24 SKW-SAN hotplugd: hotplugd.c:1406 Device  is not in hotplugd supported list.
Mar 30 01:23:25 SKW-SAN kernel: [ 1258.355767] EXT_INFO: EXIT Extent-Pool
Mar 30 01:23:26 SKW-SAN kernel: [ 1259.026918] init: crond main process (16962) killed by TERM signal
Mar 30 01:23:30 SKW-SAN synocheckshare: synocheckshare_vol_unmount.c:147 Unmount Share [iNTERNAL] [/dev/vg1/volume_1] [/volume1]
Mar 30 01:23:31 SKW-SAN flashcachehandler.cgi: flashcache_create.c:130 failed to [/usr/syno/sbin/flashcache_create -s 57671680k -p back cachedev_0 /dev/md4 /dev/vg1/volume_1 1>/tmp/flashcache.system 2>&1], errno=No such file or directory, ret=256, WEXITSTATUS=1
Mar 30 01:23:31 SKW-SAN flashcachehandler.cgi: virtual_space_implement_op_lib.c:172 Failed to create layer on device [/dev/vg1/volume_1] of space [/dev/vg1/volume_1], ret=-1
Mar 30 01:23:31 SKW-SAN flashcachehandler.cgi: vspace_wrapper_create.c:77 failed to create virtual space on [/volume1]
Mar 30 01:23:31 SKW-SAN synocheckshare: synocheckshare_vol_mount.c:47 Export Share [iNTERNAL] [/dev/vg1/volume_1] [/volume1]
Mar 30 01:23:32 SKW-SAN cupsd[30809]: [conf.c:1893] Filter "pstoraster" not found.
Mar 30 01:23:32 SKW-SAN synorelayd: register_api_key.cpp:226 failed to send https request to [apiauth.synology.com], err=[0x2000]
Mar 30 01:23:32 SKW-SAN synorelayd[31054]: synorelayd.cpp:1221 stoped
Mar 30 01:23:32 SKW-SAN isccore: synocomm_types.c:268 szName eth0 10.2.0.4 is Active
Mar 30 01:23:32 SKW-SAN isccore: synocomm_types.c:268 szName eth0 10.2.0.4 is Active
Mar 30 01:23:32 SKW-SAN isccore: synocomm_types.c:268 szName eth1 10.3.0.4 is Active
Mar 30 01:23:32 SKW-SAN isccore: synocomm_types.c:268 szName eth2 172.16.2.1 is Active
Mar 30 01:23:33 SKW-SAN iss: synocomm_types.c:268 szName eth0 10.2.0.4 is Active
Mar 30 01:23:33 SKW-SAN iss: synocomm_types.c:268 szName eth0 10.2.0.4 is Active
Mar 30 01:23:33 SKW-SAN iss: synocomm_types.c:268 szName eth1 10.3.0.4 is Active
Mar 30 01:23:33 SKW-SAN iss: synocomm_types.c:268 szName eth2 172.16.2.1 is Active
Mar 30 01:23:33 SKW-SAN kernel: [ 1266.176294] EXT_INFO: INIT Extent-Pool
Mar 30 01:23:36 SKW-SAN flashcachehandler.cgi: flashcachehandler.cpp:238 Failed to create flashcache on /volume1 [0xEB00 servicecfg_internal_lib.c:104]
Mar 30 01:23:36 SKW-SAN kernel: [ 1269.215393] md: md4: set sdf1 to auto_remap [0]
Mar 30 01:23:36 SKW-SAN kernel: [ 1269.215394] md: md4: set sde1 to auto_remap [0]
Mar 30 01:23:36 SKW-SAN flashcachehandler.cgi: raid_remove.c:48 [info] clean RAID superblock of /dev/md4
Mar 30 01:23:37 SKW-SAN flashcachehandler.cgi: raid_clean_superblock.c:87 [info] Clean RAID superblock on '/dev/sde1'
Mar 30 01:23:37 SKW-SAN flashcachehandler.cgi: raid_clean_superblock.c:87 [info] Clean RAID superblock on '/dev/sdf1'
Mar 30 01:23:43 SKW-SAN hotplugd: usb_get_device_id.c:56 failed get usb id Vendor=0000, ProdID=0000, SN=ffffffd0ffffffa2ffffffc3ffffffac
Mar 30 01:23:43 SKW-SAN hotplugd: hotplugd.c:990 failed get usb device id from usb config, DEVICE=/proc/bus/usb/000/000
Mar 30 01:23:43 SKW-SAN hotplugd: ##### ACTION:add
Mar 30 01:23:43 SKW-SAN hotplugd: DEVICE:/proc/bus/usb/000/000
Mar 30 01:23:43 SKW-SAN hotplugd: hotplugd.c:1406 Device  is not in hotplugd supported list.
Mar 30 01:23:43 SKW-SAN hotplugd: usb_get_device_id.c:56 failed get usb id Vendor=0000, ProdID=0000, SN=ffffffd0ffffffa2ffffffc3ffffffac
Mar 30 01:23:43 SKW-SAN hotplugd: hotplugd.c:990 failed get usb device id from usb config, DEVICE=/proc/bus/usb/000/000
Mar 30 01:23:43 SKW-SAN hotplugd: ##### ACTION:add
Mar 30 01:23:43 SKW-SAN hotplugd: DEVICE:/proc/bus/usb/000/000
Mar 30 01:23:43 SKW-SAN hotplugd: hotplugd.c:1406 Device  is not in hotplugd supported list.


[/quote

 

Not sure, though, your SSD must be supported or listed to vendor's flash cache. I'll have dig more on your issue.

 

@vasiliy_gr

I'll patch 10.5 and try again. Have your tried Debian Wheezy using kernel 3.2 on this machine?

Link to comment
Share on other sites

I have a strange problem running gnoboot-alpha-10.4 with DSM 5.0-4458 on a Gigabyte GA-H87M-HD3. Either warm or cold booting the unit, I will lose LAN connectivity while it's staring services, maybe 5 to 10 minutes after boot. Unplugging and re-inserting the ethernet cable will restore LAN access. It continues to stay up, the longest I've left it alone has been 12hrs. I can transfer files and was also able to update to DSM 5.0-4458 Update 1.

 

dmesg or lspci?

 

From what I can tell, the GA-H87M-HD3 has a Realtek 8111F NIC

 

I also have the dmesg but it won't fit in one post.

 

lspci

DS> lspci -vvv
00:00.0 Class 0600: Device 8086:0c00 (rev 06)
Subsystem: Device 1458:5000
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 	Latency: 0
Capabilities: [e0] Vendor Specific Information: Len=0c <?>

00:02.0 Class 0300: Device 8086:0402 (rev 06)
Subsystem: Device 1458:d000
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 	Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: Memory at f0000000 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at f000 [size=3]
Expansion ROM at  [disabled]
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
	Address: 00000000  Data: 0000
Capabilities: [d0] Power Management version 2
	Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
	Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a4] PCI Advanced Features
	AFCap: TP+ FLR+
	AFCtrl: FLR-
	AFStatus: TP-

00:03.0 Class 0403: Device 8086:0c0c (rev 06)
Subsystem: Device 8086:2010
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 	Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 11
Region 0: Memory at f0514000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
	Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
	Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit-
	Address: 00000000  Data: 0000
Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
	DevCap:	MaxPayload 128 bytes, PhantFunc 0
		ExtTag- RBE-
	DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
		RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
		MaxPayload 128 bytes, MaxReadReq 128 bytes
	DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

00:14.0 Class 0c03: Device 8086:8c31 (rev 04) (prog-if 30)
Subsystem: Device 1458:5007
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- 	Latency: 0
Interrupt: pin A routed to IRQ 42
Region 0: Memory at f0500000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [70] Power Management version 2
	Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
	Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
	Address: 00000000fee0100c  Data: 4169
Kernel driver in use: xhci_hcd

00:16.0 Class 0780: Device 8086:8c3a (rev 04)
Subsystem: Device 1458:1c3a
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 	Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: Memory at f051f000 (64-bit, non-prefetchable) [size=1]
Capabilities: [50] Power Management version 3
	Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
	Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
	Address: 0000000000000000  Data: 0000

00:16.3 Class 0700: Device 8086:8c3d (rev 04) (prog-if 02)
Subsystem: Device 1458:1c3a
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 	Latency: 0
Interrupt: pin B routed to IRQ 19
Region 0: I/O ports at f0c0 [size=1]
Region 1: Memory at f051d000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [c8] Power Management version 3
	Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
	Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
	Address: 0000000000000000  Data: 0000
Kernel driver in use: serial

00:1a.0 Class 0c03: Device 8086:8c2d (rev 04) (prog-if 20)
Subsystem: Device 1458:5006
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- 	Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at f051c000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
	Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
	Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
	AFCap: TP+ FLR+
	AFCtrl: FLR-
	AFStatus: TP-
Kernel driver in use: ehci_hcd

00:1b.0 Class 0403: Device 8086:8c20 (rev 04)
Subsystem: Device 1458:a002
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 	Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 3
Region 0: Memory at f0510000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
	Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
	Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+
	Address: 0000000000000000  Data: 0000
Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
	DevCap:	MaxPayload 128 bytes, PhantFunc 0
		ExtTag- RBE-
	DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
		RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
		MaxPayload 128 bytes, MaxReadReq 128 bytes
	DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
Capabilities: [100 v1] Virtual Channel
	Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
	Arb:	Fixed- WRR32- WRR64- WRR128-
	Ctrl:	ArbSelect=Fixed
	Status:	InProgress-
	VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
		Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
		Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
		Status:	NegoPending- InProgress-
	VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
		Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
		Ctrl:	Enable+ ID=2 ArbSelect=Fixed TC/VC=04
		Status:	NegoPending- InProgress-

00:1c.0 Class 0604: Device 8086:8c10 (rev d4)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 	Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- 	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
	PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00
	DevCap:	MaxPayload 128 bytes, PhantFunc 0
		ExtTag- RBE+
	DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
		RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
		MaxPayload 128 bytes, MaxReadReq 128 bytes
	DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
	LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM not supported, Exit Latency L0s <1us, L1 <4us
		ClockPM- Surprise- LLActRep+ BwNot+
	LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
		ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
	LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train+ SlotClk+ DLActive- BWMgmt- ABWMgmt-
	RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
	RootCap: CRSVisible-
	RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Via WAKE# ARIFwd-
	DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd-
	LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
		 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
		 Compliance De-emphasis: -6dB
	LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
		 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
	Address: 00000000  Data: 0000
Capabilities: [90] Subsystem: Device 1458:5001
Capabilities: [a0] Power Management version 3
	Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
	Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: pcieport

00:1c.2 Class 0604: Device 8086:8c14 (rev d4)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 	Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 0000e000-0000efff
Memory behind bridge: f0400000-f04fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- 	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
	PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
	DevCap:	MaxPayload 128 bytes, PhantFunc 0
		ExtTag- RBE+
	DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
		RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
		MaxPayload 128 bytes, MaxReadReq 128 bytes
	DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
	LnkCap:	Port #3, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
		ClockPM- Surprise- LLActRep+ BwNot+
	LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
		ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
	LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
	SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
		Slot #2, PowerLimit 10.000W; Interlock- NoCompl+
	SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
		Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
	SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
		Changed: MRL- PresDet- LinkState-
	RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
	RootCap: CRSVisible-
	RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd-
	DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd-
	LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
		 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
		 Compliance De-emphasis: -6dB
	LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
		 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
	Address: 00000000  Data: 0000
Capabilities: [90] Subsystem: Device 1458:5001
Capabilities: [a0] Power Management version 3
	Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
	Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: pcieport

00:1c.3 Class 0604: Device 8086:244e (rev d4) (prog-if 01)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 	Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=03, subordinate=04, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- 	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
	PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
	DevCap:	MaxPayload 128 bytes, PhantFunc 0
		ExtTag- RBE+
	DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
		RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
		MaxPayload 128 bytes, MaxReadReq 128 bytes
	DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
	LnkCap:	Port #4, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <16us
		ClockPM- Surprise- LLActRep+ BwNot+
	LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
		ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
	LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
	SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
		Slot #3, PowerLimit 10.000W; Interlock- NoCompl+
	SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
		Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
	SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
		Changed: MRL- PresDet- LinkState-
	RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
	RootCap: CRSVisible-
	RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd-
	DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd-
	LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
		 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
		 Compliance De-emphasis: -6dB
	LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
		 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
	Address: 00000000  Data: 0000
Capabilities: [90] Subsystem: Device 1458:5001
Capabilities: [a0] Power Management version 3
	Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
	Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

00:1d.0 Class 0c03: Device 8086:8c26 (rev 04) (prog-if 20)
Subsystem: Device 1458:5006
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- 	Latency: 0
Interrupt: pin A routed to IRQ 23
Region 0: Memory at f051b000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
	Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
	Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
	AFCap: TP+ FLR+
	AFCtrl: FLR-
	AFStatus: TP-
Kernel driver in use: ehci_hcd

00:1f.0 Class 0601: Device 8086:8c4a (rev 04)
Subsystem: Device 1458:5001
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- 	Latency: 0
Capabilities: [e0] Vendor Specific Information: Len=0c <?>

00:1f.2 Class 0106: Device 8086:8c02 (rev 04) (prog-if 01)
Subsystem: Device 1458:b005
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- 	Latency: 0
Interrupt: pin B routed to IRQ 40
Region 0: I/O ports at f0b0 [size=1]
Region 1: I/O ports at f0a0 [size=1]
Region 2: I/O ports at f090 [size=1]
Region 3: I/O ports at f080 [size=1]
Region 4: I/O ports at f060 [size=2]
Region 5: Memory at f051a000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Address: fee0100c  Data: 4159
Capabilities: [70] Power Management version 3
	Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
	Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
Kernel driver in use: ahci

00:1f.3 Class 0c05: Device 8086:8c22 (rev 04)
Subsystem: Device 1458:5001
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- 	Interrupt: pin C routed to IRQ 11
Region 0: Memory at f0519000 (64-bit, non-prefetchable) [disabled] [size=11]
Region 4: I/O ports at f040 [size=2]

02:00.0 Class 0200: Device 10ec:8168 (rev 06)
Subsystem: Device 1458:e000
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 	Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 41
Region 0: I/O ports at e000 [size=11]
Region 2: Memory at f0404000 (64-bit, non-prefetchable) [size=4K]
Region 4: Memory at f0400000 (64-bit, prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
	Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
	Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Address: 00000000fee0100c  Data: 4161
Capabilities: [70] Express (v2) Endpoint, MSI 01
	DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
		ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
	DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
		RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
		MaxPayload 128 bytes, MaxReadReq 4096 bytes
	DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend+
	LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 <64us
		ClockPM+ Surprise- LLActRep- BwNot-
	LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
		ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
	LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
	DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
		 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
		 Compliance De-emphasis: -6dB
	LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
		 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
	Vector table: BAR=4 offset=00000000
	PBA: BAR=4 offset=00000800
Capabilities: [d0] Vital Product Data
	No end tag found
Capabilities: [100 v1] Advanced Error Reporting
	UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
	UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
	UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
	CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
	CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
	AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [140 v1] Virtual Channel
	Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
	Arb:	Fixed- WRR32- WRR64- WRR128-
	Ctrl:	ArbSelect=Fixed
	Status:	InProgress-
	VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
		Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
		Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
		Status:	NegoPending- InProgress-
Capabilities: [160 v1] Device Serial Number 00-00-00-00-68-4c-e0-00
Kernel driver in use: r8168

03:00.0 Class 0604: Device 8086:244e (rev 41) (prog-if 01)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 	Latency: 0, Cache Line Size: 64 bytes
Bus: primary=03, secondary=04, subordinate=04, sec-latency=32
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- 	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
	PriDiscTmr- SecDiscTmr+ DiscTmrStat- DiscTmrSERREn-
Capabilities: [90] Power Management version 2
	Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=55mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
	Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a0] Subsystem: Device 1458:8892

Edited by Guest
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...