H

Yüzbaşı
10 Haziran 2014
Tarihinde Katıldı
Takip Ettikleri
2 üye
Görüntülenme (?)
168 (Bu ay: 0)
Gönderiler Hakkında
H
3 ay
Openwrt ve Huawei Superbox
Merhabalar

Ben sacma bir sekilde, hali hazirda calisan fiber internetimi tasinacagim diye iptal ettim ve gittim data hatti aldim bununda yaninda huawei b618-22d lte modem aldim(kule gibi olan superbox).

Benim dusuncem bu modemi sanki vdsl modemmis gibi baglayip yani tum internet islemlerini routerdan yapmakti. Yani vdsl modemi kopru modunda baglamakti fakat bu modemde de kopru modu yokmus. Normalde kullandigim router zyxel nbg6617
H
3 yıl
Oneplus Türkiye Sitesi Açıldı
Merhabalar Oneplus'in orjinal sitesi artik Turkiyeye yonlendirme yapiyor.

https://www.oneplus.com/tr

Turkce tanitim sayfasi filan var gorunen cihazlar 9 Pro/9/N10 5G su anda hatta kullanma kilavuzu var turkce olarak. Yakinda resmi olarak satilmaya baslanir diye dusunuyorum

Getiren firma OPPO bu arada yani tamamen resmi olarak geliyor.


https://oneplussupport.s3.amazonaws.com/Turkey/OnePlus+9+5G+LE2113+Kullan%C4%B1m+k%C4%B1lavuzu.pdf
H
3 yıl
İnternet Sitesinde 79,90₺ Fatura 89,90₺
Merhabalar, turknetin zam yapmasından sonra bende millenicom'a geçiş yaptım. Turknet YAPA sisteminde olduğum için sıfırdan bağlantı olacağını belirttiler, 4 ay sonra fıyatın 79,90₺ olacağını söylediler. Bende kabul ettim. Geçen ay bu taksitlendirme işi bitti ve bu ay gelen fatura 89,90₺, az önce aradım ve zam yapıldığını taahhatsüz kullandığım için böyle olduğunu söylediler. Hatta daha önceki faturada belirtmişler bunu tabi fatura detayına bakmadığım için görmedim. Benim için sıkıntı yok nasıl olsa e devlet üzerinden iptal geldi, basarım geçerim geri turknet'e fakat, bu fiyatlandırma millenicom sitesine yazmadığı için benim gibi sıkıntı çekecekler dikkat etsin.

< Resime gitmek için tıklayın >
< Resime gitmek için tıklayın >
Edit

İnternet sitesinden SS

< Resime gitmek için tıklayın >


@millenicom
H
4 yıl
Raspberry Pi ve NAS Kurulumu
Merhabalar, harici diski sürekli bilgisayara takıp çıkarmaktan sıkıldı. Bu yüzden modeme bağlayayım dedim, fakat bu seferde modemin işlemci şişmesi ve lan bağlantı sınırına takıldım. Bu yüzden gigabit portlu bir router alıp bu sorunu çözmek istedim. Router geldi, fakat bu seferde torrent indirmek için bilgisayarı açık bıraktığım aklıma geldi. Aldığım router aslında bu işi de yapabiliyor fakat ben daha kapsamlı bir şey yapmak istedim. Aşağıda bunda bahsedeceğim. O yüzden Raspberry Pi 4 4GB aldım fakat diğer modelleri de alabilirsiniz. Aşağıda bundan da bahsedeceğim.


Şimdi aldığım ürünler şunlar oldu

- Raspberry Pi 4 4GB
- Lisanslı Güç adaptörü
- Fanlı Muhafaza Kutusu
- Micro SD Kart

Kesinlikle fanlı bir kutu alın, çünkü cihaz ısınıyor.

Ürünler gelince işletim sistemi(Raspberry Pi OS Lite) ve imaj yazdırıcı(balenaEtcher) programını indirdim. SD kartı bilgisayara takıp, Etcher programını açtım.

Ondan sonrası bu şekilde

< Resime gitmek için tıklayın >

İmaj dosyamız yazıldıktan sonra, bilgisayar üzerinde açıp ana klasörün içine metin belgesi açıp ismini ssh yapalım ve .txt uzantısını silelim. Çünkü sistem ilk kurulduğu zaman ssh aktif değil ve klavye monitör kullanmadığımız için cihaza uzaktan erişmemiz şart. Sd kartı adaptörden çıkarıp, raspberry pi'ye takalım. Bundan sonra pi'yi güç adaptörüne bağlayalım. Cihaz çalışacaktır ve çalışmaya başladığı zaman modem/router'a kablo ile bağlayalım. Cihaz bir kaç dakika içinde yüklemeyi bitirecektir ve modem/router arayüzünde cihazı ve ip'sini görebileceksiniz. Tavsiyem pi'ye sabıt bir ip atayın.

Şimdi yapmamız gereken Putty veya Windows komut satırından pi'ye bağlanmak, işte burada sabit ip atamamızın önemi ortaya çıkıyor. Çünkü hangi ip'ye bağlanacağımızı bilmemiz gerekli

Ben Windows komut satırı kullanacağım ve onun için gerekli kodları paylaşacağım.

Komut satırını açtıktan sonra yazmamız gereken

ssh pi@belirlediğiniz ip


Bu kodu girdikten sonra sistem sizden şifre isteyecek ve standart şifremiz

raspberry


Ve böyle bir ekranla karşılaşıyoruz.

< Resime gitmek için tıklayın >

Bundan sonra yapmamız gereken ilk iş şifremizi değiştirmek onun için bu komutu kullanıyoruz

passwd


ve bizden yeni şifre belirlemizi istiyor. Belirledikten sonra ki en önemli ikinci durum ise sistemi güncelleştirmek, onun için sırasıyla


sudo apt-get update

sudo apt-get upgrade -y

sudo rm -f /etc/systemd/network/99-default.link



bu kodları giriyoruz, her kodun bittiğini komut satırında yazan

pi@raspberry


ile anlayabiliriz. Bunlar bittikten sonra cihazı yeniden başlatmamız gerekiyor. Onun içinde bu kodu giriyoruz

sudo reboot


(Bu kodu cihazı her zaman yeniden başlatmak için kullanın normal reboot yazarsanız kod çalışmayacaktır)

Cihazımız tekrar açıldı ve openmediavault kurulumuna geçebiliriz. Yine cihaza SSH üzerinden bağlanıyoruz, ve bu kodu yapıştırıyoruz.

wget -O -https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash


Bu işlem bitince pi otomatik olarak yeniden başlayacak ve bundan sonra pi'ye atadığımız ip ile web tarayıcı üzerinden yapacağız. Onun için tek yapmanız gereken web tarayıcınıza pi'ye atağımız ip'yi girmek ve girince böyle bir sayfa karşınıza çıkacak

< Resime gitmek için tıklayın >

Giriş yaptıktan sonra şifreyi şu sekmelerden değiştirebilirsiniz

< Resime gitmek için tıklayın >

Kurulum işlemi tamamlanmış oldu.

Yukarıda neden router yerine raspberry pi kullanıyorum durumunu açıklayayım. Elimdeki router'ın 4 çekirdekli 700mhz de çalışan bir işlemcisi var ve tek usb girişine sahip. Maalesef samba server işlemciye yüklenen bir servis bu yüzden okuma/yazma hızlarının sınırına yaklaşamıyorsunuz ve router/modem'e ekstra yük bindiriyor bu durum. Bir de tek usb girişi olunca daha fazla hdd bağlamak için hdd dock tarzı bir ürün almak zorundasınız. Bu durumda raspberry pi öne çıkıyor. Birde ben 4GB modeli neden aldım onu açıklayayım, söyle bir kasa almak istiyorum ve kurulumlarında 4GB ramli modeli tercih edin yazılmış fakat benim kullandığım şekilde şu an cihaz %6-8 ram tüketiyor. Yani 2GB'lik modeli de tercih edebilirsiniz. İkinci mesajda samba kurulumunu yazacağım.
H
4 yıl
Zyxel NBG6617 OpenWRT Kurulumu ve Reklam Engelleme
*****BAŞLAMADAN ÖNCE, BU İŞLEMLER CİHAZINIZI BRİCK EDEBİLİR VE GERİ DÖNÜŞÜ OLMAYAN SORUNLAR DOĞURABİLİR. İŞLEMLER TAMAMEN İSTEĞİNİZE BAĞLIDIR. SORUMLULUK KABUL ETMİYORUM.*****




Merhabalar, sürekli harici diski bilgisayarıma takıp çıkardığım için bir NAS sistem kurmak istedim. Öncelikle elimde Türk Telekomun verdiği Tp-Link TD-W9970 vardı. Bu modemin usb girişi ile harici hdd'yi bağladım. Tabi modemde samba server özelliği vardı. Fakat bu seferde 100mbit portun hız sınırına ve modemin işlem gücü düşüklüğüne yakalandım. Bu sebeple gigabit porta sahip bir router aradım. 300 liraya Zyxel NBG6617 router'ı aldım.

Routerın özellikleri şu şekilde

< Resime gitmek için tıklayın >

Fiyatına göre gayet güzel şeyler vaat ediyor. Birde OpenWRT yazılımı destekliyordu.

Cihaz gelince modemi köprü moduna alıp, wifi ve dhcp server özelliklerini kapattım. Modemin lan çıkışından routerın wan girişine cat5 kabloyu çektim. Sonrasında ise OpenWRT yükledim.

Sırasıyla gidecek olursak

1) Yazılımı indirin

Link

< Resime gitmek için tıklayın >

2) Roueterın arayüzünü açın

< Resime gitmek için tıklayın >

3) Maintenance sekmesine gelip, firmware upgrade'i seçin. Buradan da gözat seçeneği ile yukarıda indirdiğimiz dosyayı seçin ve upload'ı seçelim. Sonrasında modem dosyayı yükleyip, bir kaç dakika içinde açılacaktır.

< Resime gitmek için tıklayın >

4) Artık modemin bağlantısı 10.0.0.1 olmayacak(daha sonra değiştirebiliriz), 192.168.1.1 ile bağlanacaksınız.

< Resime gitmek için tıklayın >


Cihaz kurulumu bitti, ilk başta gelen ekranda kullanıcıyı root yazıp giriyoruz fakat hemen şifreyi değiştirmemizi istiyor, kendi şifremizi belirliyoruz.

Cihaz kurulumu bittikten sonra wifi ayarlarına geçebiliriz.

1)Network sekmesine gelin, açılan kısımdan wireless seçeneğini seçin.

< Resime gitmek için tıklayın >

2)Açılan sayfada edit kısımından ayarlarımızı yapacağız, diğer seçenekleri kapatmak ve silmek. Birde radio1 yazan kısım var orası diğer modemlere bağlanmak için

< Resime gitmek için tıklayın >

3)Edit seçeneğine bastığımız zaman gelen pencere bu olacak

< Resime gitmek için tıklayın >

< Resime gitmek için tıklayın >

General setup kısmında frekansını, modunu vs. şeyleri degiştiriyoruz. Country olarak US gözüküyor bende, advenced settings kısmından onu Türkiye yapabilirsiniz. Fakat o zaman cihazın yayın gücü düşüyor gibi geldi. Alt kısımda ise isim ve güvenlik ayarlarını görüyorsunuz. En son sürümle WPA3 desteği geldi fakat daha kurup denemedim.

4) Bunları ayarladıktan sonra eğer modem-router bağlantısını benim gibi yaptıysanız, PPPoE ayarlarını girmeniz gerekmekte o da şu şekilde olacak

< Resime gitmek için tıklayın >

< Resime gitmek için tıklayın >

< Resime gitmek için tıklayın >

Bunları ayarladıktan sonra router internete erişecektir.


Fakat şu anda modem arayüzüne erişemiyoruz, olurda erişmek istersek router'a ssh ile bağlanmamız gerekiyor. (Bu kısım biraz ssh/komut satırı/linuz bilgisi gerektiriyor.) Bunun için ya putty indirip kuracaksınız ya da Windows 10 komut satırından


ssh root@192.168.1.1


Yazıp şifrenizi gireceksiniz. Sonrasında ise

< Resime gitmek için tıklayın >


nano /etc/config/network


burada nano not found yazabilir onun içinde

< Resime gitmek için tıklayın >

< Resime gitmek için tıklayın >

Listeyi güncelleyince bir pencere açılacak altında dismiss yazıyor ona basıp kapatabilirsiniz.

< Resime gitmek için tıklayın >

< Resime gitmek için tıklayın >

Çıkan pencereyi dismiss ile kapatın.

Sonrasında ise ssh ekranına dönüp komutu tekrarlayın.


nano /etc/config/network


Şimdi bir metin belgesi açıldı ve bu şekilde değiştirin. (Burada biraz eksik kısımlar var fakat size değiştirmeniz gereken kısımları ekledim, diğer kısımlara ellemeyin.)



config interface 'lan'
option type 'bridge'
option ifname 'eth0'
option proto 'static'
option netmask '255.255.255.0'
option ipaddr '10.0.0.1'

config interface 'wan'
option ifname 'eth1'
option proto 'pppoe'
option ipv6 'auto'
option username 'modem kullanıcı adı'
option password 'modem şifresi'

config interface 'modem'
option ifname 'eth1'
option proto 'static'
option netmask '255.255.255.0'
option ipaddr '192.168.1.2'

config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'

config switch_vlan
option device 'switch0'
option vlan '1'
option ports '1 2 3 4 0'


CTRL+X tuşlarına basınca nano size kaydedeyim mi diye soracak o zaman da Y tuşuna basın ve nano kapanmış olacak.

Şimdi tekrar şu kodu giriyoruz


nano /etc/config/firewall


Sonrasında ise sadece option name 'wan' yazan kısmı bulup aşağıdaki gibi düzenleyin


config zone
option name 'wan'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
option masq '1'
option mtu_fix '1'
option network 'wan modem '



Bundan sonra ise network sekmesinden interfaces kısmını açıyoruz ve wan bağlantısını restart yapıyoruz.

< Resime gitmek için tıklayın >

Artık router'a 192.168.1.1 ile değil 10.0.0.1 ile, modeme ise 192.168.1.1 ile bağlanacağız. Kurulum bitmiştir, bundan sonra OpenWRT'nin sağladığı programları software kısmından yükleyebilirsiniz.


Yardımları için @Lxde 'e teşekkür ederim.
H
4 yıl
Turknet Santral Uzakligi YALANI
Merhabalar, 7 haziranda saat 00:00-01:00 civarinda internet hizim 14mbitten 4mbite dustu. Bende sabahina destek kaydi actim. DEstek kaydina istinaden turktelekom ekibinin gelecegi yazildi ve ertesi gun bir kisi geldi. Bina ankastresini kontrol etti ve bir problem olmadigini belirtti.(Bu arada sorunun buyuk ihtimalle YAPA portundan kaynaklandigini soyledi.) Bundan sonra is emri yine turknete aktarildi. Turknet tekrardan ayni is emrini acti ve 3 gun boyunca turktelekom ayni seyi yazdi. Bundan sonra turknet baska bir is emri acti ve turktelekom bir kac saat sonra yine ayni cevabi verdi. Cevap budur:

Ilk is emri

Arıza Bildirim Tarihi : 07-06-2020 07:33:29
İşlem Zamanı : 10-06-2020 12:08
Arıza ID : **********1101
İlgili Ekip : Teknik Saha Ekibi
Santral Ekip Açıklama : Teknik ekipler teyit amaçlı arıza kaydını TukNet’e aktardı. Kontrol ederek size bilgi vereceğiz.
Kapama Kodu: TT Kaynaklı Arıza Yok


Ikinci is emri

Arıza Bildirim Tarihi : 07-06-2020 07:33:29
İşlem Zamanı : 12-06-2020 14:00
Arıza ID : *******3620
İlgili Ekip : Teknik Saha Ekibi
Santral Ekip Açıklama : Teknik ekipler teyit amaçlı arıza kaydını TukNet’e aktardı. Kontrol ederek size bilgi vereceğiz.
Kapama Kodu: TT Kaynaklı Arıza Yok


Bende btk sisteminden sikayet actim, orada ilk olarak sorunu cozduk diyip sikayeti kapattilar. Ben tekrar actim sonradan sorununuz incelenmektedir yazildi ve destek kaydina atilan mesajlar oraya da atilmaya basladi. Sonrasinda Ic tesisati ve modemi kontrol ettirmek icin ekibimiz gelecek yazdilar, 3 gun de o surdu ve destek elemani geldi. Ankastreyi kontrol etti, yanindaki modemi ankastreye bagladi ve benim aldigim hizin aynisini aldi. O da YAPA sisteminde bakim var, tum musteriler su an dusuk hiz aliyor dedi. Sonra ariza icin kagit imzalatip gitti. Bu sabah soyle bir mesaj geldi oim'e

< Resime gitmek için tıklayın >

Arkadas siz insanla dalga mi geciyorsunuz? Ayin 7'sine kadar adsl filan aliyorduk 14mbit, ne oldu?

Simdi atacagim ekran goruntuleri mayis ayina ait

< Resime gitmek için tıklayın >

< Resime gitmek için tıklayın >

Bu ikisi yetmez ise yine 29 mayista forumda soyle bir mesaj atmisim


YAPA detayi

Bu da yetmez ise, oim'de 32921669 numarali kayitta 08.05.2020 17:52 tarihinde acik acik hizimi yazmislar

< Resime gitmek için tıklayın >

Bu da yeni aldigim, alt komsuma ait turknet altyapi sorgulamadaki hiz degerleri

< Resime gitmek için tıklayın >

Bunlarda su anda aldigim hiz degerleri

< Resime gitmek için tıklayın >

< Resime gitmek için tıklayın >


Simdi burada kim hakli kim haksiz?

@skurmus

@TurkNetDestek
H
4 yıl
Turknet BTK Sikayet
Merhabalar, bir sorun uzerine btk uzerinden sikayet olusturmak istedim fakat 3 adet hizmet numarasi gozukuyor. Bunlardan birisi pasif diger iki numarayi da oim uzerinde bulamadim. Daha once btk'ya sikayet olusturan var midir? Durumu bilen var midir? Hizmet numarami nasil bulabilirim?
H
4 yıl
Anormal Ekran Karti Sicakligi
Merhabalar, ekran kartim son zamanlarda cok fazla isinmaya basladi. Bilgisayarim MSI GP63 Leopard 8RF, donanim ozellikleri kisacasi soyle:

- i7 8750h
- GTX1070
- 16GB 2666Mhz Ram

Gectigimiz kasim ayinda serviste termal macun yenilemesi yaptirdim. Kullandigim termal macun cooler master maker nano idi. Son zamanlara kadar isinma problemi yasamiyordum. Fakat nedense ekran kartim isinmaya basladi. Ekran karti driverini guncelledim fakat cozum olmadi. Ekran karti %40-60 yukte bile 90 dereceyi buluyor, tam yuk bindirirsem yine 90 derecede calisiyor. Bazi oyunlardan ekran goruntusu paylasiyorum.

Witcher 3 nvidia hair works haric her sey son ayarda ve 60fps kilitli

< Resime gitmek için tıklayın >

Witcher 3 nvidia hair works haric her sey son ayarda ve fps kilidi yok

< Resime gitmek için tıklayın >

Elite dangerous her sey son ayarda 60fps kilitli

< Resime gitmek için tıklayın >

Elite dangerous her sey son ayarda 120fps kilitli

< Resime gitmek için tıklayın >

No Man's Sky

< Resime gitmek için tıklayın >

Termal macun islevini yitirmis olsa cpu 60-70 derece araliginda calismaz diye dusunuyorum, o yuzden o ihtimali dusuk buluyorum.

Birde HWInfo detayini ekliyorum.

MSI-HASAN

[Current Computer]
Computer Name: MSI-HASAN
Computer Brand Name: MSI GP63 Leopard 8RF

[Operating System]
Operating System: Microsoft Windows 10 Professional (x64) Build 18363.778 (1909/November 2019 Update)
UEFI Boot: Present
Secure Boot: Not Present



Central Processor(s)

[CPU Unit Count]
Number Of Processor Packages (Physical): 1
Number Of Processor Cores: 6
Number Of Logical Processors: 12


Intel Core i7-8750H

[General Information]
Processor Name: Intel Core i7-8750H
Original Processor Frequency: 2200.0 MHz
Original Processor Frequency [MHz]: 2200

CPU ID: 000906EA
CPU Brand Name: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
CPU Vendor: GenuineIntel
CPU Stepping: U0
CPU Code Name: Coffee Lake-H
CPU Technology: 14 nm
CPU S-Spec: SR3YY
CPU Thermal Design Power (TDP): 45.0 W
CPU Power Limits (Max): Power = Unlimited, Time = Unlimited
CPU Power Limit 1 - Long Duration: (45.00 W) (28.00 sec) [Unlocked]
CPU Power Limit 2 - Short Duration: (90.00 W) (2.44 ms) [Unlocked]
Configurable TDP Level 1 (Down): 35.00 W (Unlimited range), 1700 MHz
Current Configurable TDP Level: Nominal [Unlocked]
CPU Max. Junction Temperature (Tj,max): 100 °C
CPU Type: Production Unit
CPU Platform: BGA1440
Microcode Update Revision: B4
Favored Cores List: 1, 2, 3, 4, 5, 6

Number of CPU Cores: 6
Number of Logical CPUs: 12

[Operating Points]
CPU MFM (LowPower): 800.0 MHz = 8 x 100.0 MHz
CPU LFM (Minimum): 800.0 MHz = 8 x 100.0 MHz
CPU HFM (Base): 2200.0 MHz = 22 x 100.0 MHz
CPU Turbo Max: 4100.0 MHz = 41 x 100.0 MHz [Unlocked]
Turbo Ratio Limits - IA/SSE: 41x (1-2c), 40x (3-4c), 39x (5-6c)
Turbo Ratio Limits - AVX2, Resolved: 41x (1-2c), 40x (3-4c), 39x (5-6c)
CPU Current: 897.8 MHz = 9 x 99.8 MHz @ 0.5674 V
LLC/Ring Maximum: 3800.0 MHz = 38.00 x 100.0 MHz
LLC/Ring Current: 798.0 MHz = 8.00 x 99.8 MHz
System Agent Current: 997.6 MHz = 10.00 x 99.8 MHz

CPU Bus Type: Intel Direct Media Interface (DMI) v3.0
Maximum DMI Link Speed: 8.0 GT/s
Current DMI Link Speed: 8.0 GT/s
Ring to Core Offset: Enabled

[IA Overclocking]
Voltage Offset: Supported
Voltage Override: Supported
Ratio Overclocking: Not Supported
Fused Ratio Limit: 41x
OC Ratio Limit: N/A
Voltage Mode: Interpolative
Voltage Offset: -155 mV
IccMax: 128.00 A
[GT (Slice) Overclocking]
Voltage Offset: Supported
Voltage Override: Supported
Ratio Overclocking: Supported
Fused Ratio Limit: 60x
OC Ratio Limit: N/A
Voltage Mode: Interpolative
Voltage Offset: 0 mV
IccMax: 32.00 A
[CLR (CBo/LLC/Ring) Overclocking]
Voltage Offset: Supported
Voltage Override: Supported
Ratio Overclocking: Not Supported
Fused Ratio Limit: 38x
OC Ratio Limit: N/A
Voltage Mode: Interpolative
Voltage Offset: -155 mV
IccMax: 128.00 A
[GT (Unslice) Overclocking]
Voltage Offset: Supported
Voltage Override: Supported
Ratio Overclocking: Supported
Fused Ratio Limit: 60x
OC Ratio Limit: N/A
Voltage Mode: Interpolative
Voltage Offset: 0 mV
IccMax: 32.00 A
[Uncore/SA Overclocking]
Voltage Offset: Supported
Voltage Override: Not Supported
Ratio Overclocking: Not Supported
Fused Ratio Limit: N/A
OC Ratio Limit: N/A
Voltage Mode: Interpolative
Voltage Offset: 0 mV
IccMax: 11.00 A

IA Domain Loadline (AC/DC): 1.800 / 1.800 mOhm
GT Domain Loadline (AC/DC): 2.700 / 2.700 mOhm

[Cache and TLB]
L1 Cache: Instruction: 6 x 32 KBytes, Data: 6 x 32 KBytes
L2 Cache: Integrated: 6 x 256 KBytes
L3 Cache: 9 MBytes
Instruction TLB: 2MB/4MB Pages, Fully associative, 8 entries
Data TLB: 4 KB Pages, 4-way set associative, 64 entries

[Standard Feature Flags]
FPU on Chip Present
Enhanced Virtual-86 Mode Present
I/O Breakpoints Present
Page Size Extensions Present
Time Stamp Counter Present
Pentium-style Model Specific Registers Present
Physical Address Extension Present
Machine Check Exception Present
CMPXCHG8B Instruction Present
APIC On Chip / PGE (AMD) Present
Fast System Call Present
Memory Type Range Registers Present
Page Global Feature Present
Machine Check Architecture Present
CMOV Instruction Present
Page Attribute Table Present
36-bit Page Size Extensions Present
Processor Number Not Present
CLFLUSH Instruction Present
Debug Trace and EMON Store Present
Internal ACPI Support Present
MMX Technology Present
Fast FP Save/Restore (IA MMX-2) Present
Streaming SIMD Extensions Present
Streaming SIMD Extensions 2 Present
Self-Snoop Present
Multi-Threading Capable Present
Automatic Clock Control Present
IA-64 Processor Not Present
Signal Break on FERR Present
Virtual Machine Extensions (VMX) Present
Safer Mode Extensions (Intel TXT) Not Present
Streaming SIMD Extensions 3 Present
Supplemental Streaming SIMD Extensions 3 Present
Streaming SIMD Extensions 4.1 Present
Streaming SIMD Extensions 4.2 Present
AVX Support Present
Fused Multiply Add (FMA) Present
Carryless Multiplication (PCLMULQDQ)/GFMUL Present
CMPXCHG16B Support Present
MOVBE Instruction Present
POPCNT Instruction Present
XSAVE/XRSTOR/XSETBV/XGETBV Instructions Present
XGETBV/XSETBV OS Enabled Present
Float16 Instructions Present
AES Cryptography Support Present
Random Number Read Instruction (RDRAND) Present
Extended xAPIC Present
MONITOR/MWAIT Support Present
Thermal Monitor 2 Present
Enhanced SpeedStep Technology Present
L1 Context ID Not Present
Send Task Priority Messages Disabling Present
Processor Context ID Present
Direct Cache Access Not Present
TSC-deadline Timer Present
Performance/Debug Capability MSR Present
IA32 Debug Interface Support Present
64-Bit Debug Store Present
CPL Qualified Debug Store Present
[Extended Feature Flags]
64-bit Extensions Present
RDTSCP and TSC_AUX Support Present
1 GB large page support Present
No Execute Present
SYSCALL/SYSRET Support Present
Bit Manipulation Instructions Set 1 Present
Bit Manipulation Instructions Set 2 Present
Advanced Vector Extensions 2 (AVX2) Present
Advanced Vector Extensions 512 (AVX-512) Not Present
AVX-512 Prefetch Instructions Not Present
AVX-512 Exponential and Reciprocal Instructions Not Present
AVX-512 Conflict Detection Instructions Not Present
AVX-512 Doubleword and Quadword Instructions Not Present
AVX-512 Byte and Word Instructions Not Present
AVX-512 Vector Length Extensions Not Present
AVX-512 52-bit Integer FMA Instructions Not Present
Secure Hash Algorithm (SHA) Extensions Not Present
Software Guard Extensions (SGX) Support Present
Supervisor Mode Execution Protection (SMEP) Present
Supervisor Mode Access Prevention (SMAP) Present
Hardware Lock Elision (HLE) Not Present
Restricted Transactional Memory (RTM) Not Present
Memory Protection Extensions (MPX) Present
Read/Write FS/GS Base Instructions Present
Enhanced Performance String Instruction Present
INVPCID Instruction Present
RDSEED Instruction Present
Multi-precision Add Carry Instructions (ADX) Present
PCOMMIT Instructions Not Present
CLFLUSHOPT Instructions Present
CLWB Instructions Not Present
TSC_THREAD_OFFSET Present
Platform Quality of Service Monitoring (PQM) Not Present
Platform Quality of Service Enforcement (PQE) Not Present
FPU Data Pointer updated only on x87 Exceptions Not Present
Deprecated FPU CS and FPU DS Present
Intel Processor Trace Present
PREFETCHWT1 Instruction Not Present
AVX-512 Vector Bit Manipulation Instructions Not Present
AVX-512 Vector Bit Manipulation Instructions 2 Not Present
AVX-512 Galois Fields New Instructions Not Present
AVX-512 Vector AES Not Present
AVX-512 Vector Neural Network Instructions Not Present
AVX-512 Bit Algorithms Not Present
AVX-512 Carry-Less Multiplication Quadword (VPCLMULQDQ) Not Present
AVX-512 Vector POPCNT (VPOPCNTD/VPOPCNTQ) Not Present
User-Mode Instruction Prevention Not Present
Protection Keys for User-mode Pages Not Present
OS Enabled Protection Keys Not Present
Wait and Pause Enhancements (WAITPKG) Not Present
Total Memory Encryption Not Present
Read Processor ID Not Present
Cache Line Demote Not Present
MOVDIRI: Direct Stores Not Present
MOVDIR64B: Direct Stores Not Present
ENQCMD: Enqueue Stores Not Present
SGX Launch Configuration Present
Control-Flow Enforcement Technology (CET) Shadow Stack Not Present
AVX-512 BFLOAT16 Instructions Not Present

[Enhanced Features]
Thermal Monitor 1: Supported, Enabled
Thermal Monitor 2: Supported, Enabled
Enhanced Intel SpeedStep (GV3): Supported, Enabled
Bi-directional PROCHOT#: N/A
Extended Auto-HALT State C1E: Enabled
MLC Streamer Prefetcher Supported, Enabled
MLC Spatial Prefetcher Supported, Enabled
DCU Streamer Prefetcher Supported, Enabled
DCU IP Prefetcher Supported, Enabled
Intel Dynamic Acceleration (IDA) Technology: Not Supported
Intel Dynamic FSB Switching: Not Supported
Intel Turbo Boost Technology: Supported, Enabled
Programmable Ratio Limits: Supported, Disabled
Programmable TDC/TDP Limits: Supported, Disabled
Hardware Duty Cycling: Supported, Enabled

[CPU SKU Features]
Display HD Audio: Supported
DMI x4: Supported
DRAM ECC: Not Supported
VT-d: Supported
DMI in Gen2 Mode: Supported
PEG in Gen2 Mode: Supported
1N Mode DDR Timings: Supported
Camarillo Device: Supported
2 DIMMs per Channel: Supported
X2APIC: Supported
Dual Memory Channel: Supported
Integrated GPU: Enabled
DDR Overclocking: Enabled
Overclocking by DSKU: Disabled
DDR3L: Supported
Maximum Memory Size per Channel: 64 GB (unlimited)
DDR Frequency Support (100 MHz RefClk): 1300 MHz
Overclocking: Disabled
SMT: Supported
Additive Graphics: Supported
Additive Graphics: Enabled
PCIe Gen 3: Supported
DMI Gen 3: Supported
HDCP: Supported
DDR4: Supported
LPDDR3: Supported
BCLK OC Limit: 100 MHz
Maximum Supported LPDDR3 Frequency: 1067 MHz
Maximum Supported DDR4 Frequency: 1333 MHz

SVID Status: Enabled

[Memory Ranges]
Maximum Physical Address Size: 39-bit (512 GBytes)
Maximum Virtual Address Size: 48-bit (256 TBytes)
[MTRRs]
Range 80000000-90000000 (2048MB-2304MB) Type: Write Combining (WC)
Range 0-80000000 (0MB-2048MB) Type: Write Back (WB)
Range 7B800000-7C000000 (1976MB-1984MB) Type: Uncacheable (UC)
Range 7C000000-80000000 (1984MB-2048MB) Type: Uncacheable (UC)
Range 100000000-200000000 (4096MB-8192MB) Type: Write Back (WB)
Range 200000000-400000000 (8192MB-16384MB) Type: Write Back (WB)
Range 400000000-480000000 (16384MB-18432MB) Type: Write Back (WB)


Motherboard

[Computer]
Computer Brand Name: MSI GP63 Leopard 8RF

[Motherboard]
Motherboard Model: MSI MS-16P5
Motherboard Chipset: Intel HM370 (Cannon Lake-H)
Motherboard Slots: 4xPCI Express x1, 1xPCI Express x4, 1xPCI Express x16
PCI Express Version Supported: v3.0
USB Version Supported: v3.1

[BIOS]
BIOS Manufacturer: American Megatrends Inc.
BIOS Date: 05/20/2019
BIOS Version: E16P5IMS.110
UEFI BIOS: Capable

Super-IO/LPC Chip: Unknown


ACPI Devices



Radio Switch Device

Device Name: Radio Switch Device

[Assigned Resources]
Memory Location: FC0008DB - FC0008DC

[Alternative 1]
Memory Location: FC0008DB - FC0008DC
Memory Location: FC000000 - FC0008DA
Memory Location: FC0008DD - FC00FFFF


Motherboard resources

Device Name: Motherboard resources

[Assigned Resources]
I/O Port: 1854 - 1857

[Alternative 1]
I/O Port: 1854 - 1857


Trusted Platform Module 2.0

Device Name: Trusted Platform Module 2.0

[Assigned Resources]
Memory Location: FED40000 - FED44FFF

[Alternative 1]
Memory Location: FED40000 - FED44FFF


SteelSeries PS/2 Keyboard

Device Name: SteelSeries PS/2 Keyboard

[Assigned Resources]
I/O Port: 0060
I/O Port: 0000

[Alternative 1]
I/O Port: 0060
I/O Port: 0064
IRQ: 1


Programmable interrupt controller

Device Name: Programmable interrupt controller

[Assigned Resources]
I/O Port: 0020 - 0021
I/O Port: 0030 - 0031
I/O Port: 00A0 - 00A1
I/O Port: 00B0 - 00B1
IRQ: 1114369
IRQ: 1114369
IRQ: 1114369
IRQ: 1114369

[Alternative 1]
I/O Port: 0020 - 0021
I/O Port: 0024 - 0025
I/O Port: 0028 - 0029
I/O Port: 002C - 002D
I/O Port: 0030 - 0031
I/O Port: 0034 - 0035
I/O Port: 0038 - 0039
I/O Port: 003C - 003D
I/O Port: 00A0 - 00A1
I/O Port: 00A4 - 00A5
I/O Port: 00A8 - 00A9
I/O Port: 00AC - 00AD
I/O Port: 00B0 - 00B1
I/O Port: 00B4 - 00B5
I/O Port: 00B8 - 00B9
I/O Port: 00BC - 00BD
I/O Port: 04D0 - 04D1


System timer

Device Name: System timer

[Assigned Resources]
I/O Port: 0040 - 0043
DMA: 0

[Alternative 1]
I/O Port: 0040 - 0043
I/O Port: 0050 - 0053
IRQ: 0


High precision event timer

Device Name: High precision event timer

[Assigned Resources]
Memory Location: FED00000 - FED003FF

[Alternative 1]
Memory Location: FED00000 - FED003FF


PCI Express Root Complex

Device Name: PCI Express Root Complex

[Assigned Resources]
I/O Port: 0000 - FFFFFFFF
Memory Location: 000A0000 - 000BFFFF
Memory Location: 000E4000 - 000E3FFF
Memory Location: 000EC000 - 000EFFFF
Memory Location: 80000000 - 7FFFFFFF

[Alternative 1]
I/O Port: 0000 - 0CF7
I/O Port: 0D00 - FFFF
Memory Location: 000A0000 - 000BFFFF
Memory Location: 000E0000 - 000E3FFF
Memory Location: 000E4000 - 000E7FFF
Memory Location: 000E8000 - 000EBFFF
Memory Location: 000EC000 - 000EFFFF
Memory Location: 000F0000 - 000FFFFF
Memory Location: 80000000 - DFFFFFFF
Memory Location: FC800000 - FE7FFFFF
Memory Location: FC000000 - FC00FFFF


System CMOS/real time clock

Device Name: System CMOS/real time clock

[Assigned Resources]
I/O Port: 0070 - 0077

[Alternative 1]
I/O Port: 0070 - 0077
IRQ: 8


Motherboard resources

Device Name: Motherboard resources

[Assigned Resources]
Memory Location: FED10000 - FED17FFF
Memory Location: FED20000 - FED3FFFF

[Alternative 1]
Memory Location: FED10000 - FED17FFF
Memory Location: FED18000 - FED18FFF
Memory Location: FED19000 - FED19FFF
Memory Location: E0000000 - EFFFFFFF
Memory Location: FED20000 - FED3FFFF
Memory Location: FED90000 - FED93FFF
Memory Location: FED45000 - FED8FFFF
Memory Location: FEE00000 - FEEFFFFF


Motherboard resources

Device Name: Motherboard resources

[Assigned Resources]
I/O Port: 002E - 002F
I/O Port: 0065
I/O Port: 0000 - 006F
I/O Port: 0092
IRQ: 1114369

[Alternative 1]
I/O Port: 002E - 002F
I/O Port: 004E - 004F
I/O Port: 0061
I/O Port: 0063
I/O Port: 0065
I/O Port: 0067
I/O Port: 0070
I/O Port: 0080
I/O Port: 0092
I/O Port: 00B2 - 00B3
I/O Port: 0680 - 069F
I/O Port: 164E - 164F


Motherboard resources

Device Name: Motherboard resources

[Assigned Resources]
Memory Location: FD6E0000 - FD6EFFFF

[Alternative 1]
Memory Location: FD6E0000 - FD6EFFFF
Memory Location: FD6D0000 - FD6DFFFF
Memory Location: FD6B0000 - FD6BFFFF
Memory Location: FD6A0000 - FD6AFFFF
IRQ: 14


Motherboard resources

Device Name: Motherboard resources

[Assigned Resources]
I/O Port: 2000 - 20FE

[Alternative 1]
I/O Port: 2000 - 20FE


Motherboard resources

Device Name: Motherboard resources

[Assigned Resources]
Memory Location: FD000000 - FD69FFFF
Memory Location: FE200000 - FE7FFFFF

[Alternative 1]
I/O Port: 1800 - 18FE
Memory Location: FD000000 - FD69FFFF
Memory Location: FD6C0000 - FD6CFFFF
Memory Location: FD6F0000 - FDFFFFFF
Memory Location: FE000000 - FE01FFFF
Memory Location: FE200000 - FE7FFFFF
Memory Location: FF000000 - FFFFFFFF


Numeric data processor

Device Name: Numeric data processor

[Assigned Resources]
I/O Port: 00F0

[Alternative 1]
I/O Port: 00F0
IRQ: 13


Microsoft ACPI-Compliant Embedded Controller

Device Name: Microsoft ACPI-Compliant Embedded Controller

[Assigned Resources]
I/O Port: 0062

[Alternative 1]
I/O Port: 0062
I/O Port: 0066


Synaptics SMBus TouchPad

Device Name: Synaptics SMBus TouchPad

[Assigned Resources]
IRQ: 12

[Alternative 1]
IRQ: 12


SMBIOS DMI





OEM Strings

$BIOSE1110000000000010200


BIOS

BIOS Vendor: American Megatrends Inc.
BIOS Version: E16P5IMS.110
BIOS Release Date: 05/20/2019
BIOS Start Segment: F000
BIOS Size: 16 MBytes

System BIOS Version: 1.16

ISA Support: Not Present
MCA Support: Not Present
EISA Support: Not Present
PCI Support: Present
PC Card (PCMCIA) Support: Not Present
Plug-and-Play Support: Not Present
APM Support: Not Present
Flash BIOS: Present
BIOS Shadow: Present
VL-VESA Support: Not Present
ESCD Support: Not Present
Boot from CD: Present
Selectable Boot: Present
BIOS ROM Socketed: Not Present
Boot from PC Card: Not Present
EDD Support: Present
NEC PC-98 Support: Not Present
ACPI Support: Present
USB Legacy Support: Present
AGP Support: Not Present
I2O Boot Support: Not Present
LS-120 Boot Support: Not Present
ATAPI ZIP Drive Boot Support: Not Present
IEE1394 Boot Support: Not Present
Smart Battery Support: Not Present
BIOS Boot Specification Support: Present
Function key-initiated Network Service Boot Support: Not Present
Targeted Content Distribution Support: Present
UEFI Specification Support: Present
Virtual Machine: Not Present


System

System Manufacturer: Micro-Star International Co., Ltd.
Product Name: GP63 Leopard 8RF
Product Version: REV:1.0
Product Serial Number: 9S716P522428ZI9000960
UUID: {1144F24C-5149-8942-BBF4-1C96BC1E839F}
SKU Number: 16P5.1
Family: GP


Mainboard

Mainboard Manufacturer: Micro-Star International Co., Ltd.
Mainboard Name: MS-16P5
Mainboard Version: REV:1.0
Mainboard Serial Number: BSS-0123456789
Asset Tag: Default string
Location in chassis: Default string


System Enclosure

Manufacturer: Micro-Star International Co., Ltd.
Case Type: Notebook
Version: N/A
Serial Number: 18PN081322
Asset Tag Number: No Asset Tag


On Board Device

Device Description: To Be Filled By O.E.M.
Device Type: Video Adapter
Device Status: Enabled



System Configuration Options

Default string


System Boot Information

Boot Status: No error occured


Management Device

Device Description: LM78-1
Device Type: National Semiconductor LM78
Device Address: I/O: 0


Voltage Probe

Description: LM78A
Location: Motherboard
Status: OK
Maximum Value: Unknown
Minimum Value: Unknown
Resolution: Unknown
Tolerance: Unknown
Accuracy: Unknown


Management Device Threshold Data



Management Device Component



Temperature Probe

Description: LM78A
Location: Motherboard
Status: OK
Maximum Value: Unknown
Minimum Value: Unknown
Resolution: Unknown
Tolerance: Unknown
Accuracy: Unknown


Management Device Threshold Data



Management Device Component



Cooling Device

Type: Power Supply Fan
Description: Cooling Dev 1
Status: OK


Management Device Threshold Data



Management Device Component



Cooling Device

Type: Power Supply Fan
Description:
Status: OK


Management Device Threshold Data



Management Device Component



Electrical Current Probe

Description: ABC
Location: Motherboard
Status: OK
Maximum Value: Unknown
Minimum Value: Unknown
Resolution: Unknown
Tolerance: Unknown
Accuracy: Unknown


Management Device Threshold Data



Management Device Component



Voltage Probe

Description: LM78A
Location: Power Unit
Status: OK
Maximum Value: Unknown
Minimum Value: Unknown
Resolution: Unknown
Tolerance: Unknown
Accuracy: Unknown


Temperature Probe

Description: LM78A
Location: Power Unit
Status: OK
Maximum Value: Unknown
Minimum Value: Unknown
Resolution: Unknown
Tolerance: Unknown
Accuracy: Unknown


Cooling Device

Type: Power Supply Fan
Description: Cooling Dev 1
Status: OK


Electrical Current Probe

Description: ABC
Location: Power Unit
Status: OK
Maximum Value: Unknown
Minimum Value: Unknown
Resolution: Unknown
Tolerance: Unknown
Accuracy: Unknown


System Power Supply

Location: To Be Filled By O.E.M.
Device Name: To Be Filled By O.E.M.
Manufacturer: To Be Filled By O.E.M.
Serial Number: To Be Filled By O.E.M.
Asset Tag Number: To Be Filled By O.E.M.
Model Part Number: To Be Filled By O.E.M.
Revision Level: To Be Filled By O.E.M.
Power Supply Status: Present
Power Supply Type: Switching
Power Status: OK
Hot replaceable: No
Unplugged from wall: No


Firmware Version Information

Reference Code - CPU 7.0.37.49
uCode Version 0.0.0.180
TXT ACM version


Firmware Version Information

Reference Code - ME 11.0 7.0.37.49
MEBx version 0.0.0.0
ME Firmware Version Consumer SKU


Firmware Version Information

Reference Code - CNL PCH 7.0.37.49
PCH-CRID Status Disabled
PCH-CRID Original Value 0x10
PCH-CRID New Value 0x10
OPROM - RST - RAID
CNL PCH H A0 Hsio Version 2.0.0.0
CNL PCH H Ax Hsio Version 9.0.0.0
CNL PCH H Bx Hsio Version 6.0.0.0
CNL PCH LP Ax Hsio Version 19.0.0.0
CNL PCH LP B0 Hsio Version 7.0.0.0
CNL PCH LP Bx Hsio Version 6.0.0.0
CNL PCH LP Dx Hsio Version 3.0.0.0


Firmware Version Information

Reference Code - SA - System Agent 7.0.37.49
Reference Code - MRC 0.7.1.48
SA - PCIe Version 7.0.37.49
SA-CRID Status Disabled
SA-CRID Original Value 0.0.0.7
SA-CRID New Value 0.0.0.7
OPROM - VBIOS


Firmware Version Information

4.0.0.0


L1 Cache

Socket Designation: L1 Cache
Cache State: Enabled
Cache Location: Internal
Cache Type: L1 Unified
Cache Scheme: Write-Back
Supported SRAM Type: Synchronous
Current SRAM Type: Synchronous
Cache Speed: Unknown
Error Correction Type: Parity
Maximum Cache Size: 384 KBytes
Installed Cache Size: 384 KBytes
Cache Associativity: 8-way Set-Associative


L2 Cache

Socket Designation: L2 Cache
Cache State: Enabled
Cache Location: Internal
Cache Type: L2 Unified
Cache Scheme: Write-Back
Supported SRAM Type: Synchronous
Current SRAM Type: Synchronous
Cache Speed: Unknown
Error Correction Type: Single-bit ECC
Maximum Cache Size: 1536 KBytes
Installed Cache Size: 1536 KBytes
Cache Associativity: 4-way Set-Associative


L3 Cache

Socket Designation: L3 Cache
Cache State: Enabled
Cache Location: Internal
Cache Type: L3 Unified
Cache Scheme: Write-Back
Supported SRAM Type: Synchronous
Current SRAM Type: Synchronous
Cache Speed: Unknown
Error Correction Type: Multi-bit ECC
Maximum Cache Size: 9216 KBytes
Installed Cache Size: 9216 KBytes
Cache Associativity: 12-way Set-Associative


Processor

Processor Manufacturer: Intel(R) Corporation
Processor Version: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
External Clock: 100 MHz
Maximum Clock Supported: 8300 MHz
Current Clock: 2100 MHz
CPU Socket: Populated
CPU Status: Enabled
Processor Type: Central Processor
Processor Voltage: 0.8 V
Processor Upgrade: Unknown (1)
Socket Designation: U3E1


Intel vPro

CPU VT-x Support: Supported
CPU VT-x Status: Enabled
CPU VT-x2 Support: Not Supported
CPU VT-x2 Status: Disabled
CPU TXT Support: Not Supported
CPU TXT Status: Disabled
CPU VMX Status: Enabled
CPU SMX Status: Disabled
Intel ME Status: Enabled
Intel OST Firmware Support: Not Supported
Intel ASF Firmware Support: Not Supported
Intel AMT Pro Firmware Support: Not Supported
Intel AMT Basic Firmware Support: Not Supported
Intel TPM Firmware Support: Not Supported
Intel Castle Peak Support: Not Supported
Intel WoX Support: Not Supported
Intel Virtualization Engine Support: Not Supported
Intel Anti-Theft Technology Support: Not Supported
TPM On-board: Not Supported
Intel Anti-Theft Technology Enrolled: Not Supported
Intel ME Version: v12.0, Build 1062, Hotfix 0
BIOS VT-x Support: Not Supported
BIOS VT-d Support: Supported
BIOS TXT Support: Not Supported
BIOS TPM Support: Not Supported
BIOS ME Support: Not Supported
BIOS VA Extensions Support: Supported
Intel AT PBA For Recovery Support: Not Supported
Intel AT WWAN Support: Not Supported


BIOS Language

en|US|iso8859-1 <Active>
zh|CN|unicode
zh|TW|unicode


On Board Device

Device Description: Onboard - Other
Device Type: Unknown
Device Status: Enabled



On Board Device

Device Description: Onboard - Video
Device Type: Video Adapter
Device Status: Enabled



On Board Device

Device Description: Onboard - Other
Device Type: Unknown
Device Status: Enabled



On Board Device

Device Description: Onboard - Other
Device Type: Unknown
Device Status: Enabled



On Board Device

Device Description: Onboard - Other
Device Type: Unknown
Device Status: Enabled



On Board Device

Device Description: Onboard - Ethernet
Device Type: Ethernet Adapter
Device Status: Enabled



On Board Device

Device Description: Onboard - Other
Device Type: Unknown
Device Status: Enabled



On Board Device

Device Description: Onboard - SATA
Device Type: SATA Controller
Device Status: Enabled



On Board Device

Device Description: Onboard - Other
Device Type: Unknown
Device Status: Enabled



On Board Device

Device Description: Onboard - Sound
Device Type: Audio Device
Device Status: Enabled



On Board Device

Device Description: Onboard - Other
Device Type: Unknown
Device Status: Enabled



On Board Device

Device Description: Onboard - Other
Device Type: Unknown
Device Status: Enabled



Firmware Version Information

Lan Phy Version
Sensor Firmware Version
Debug Mode Status Disabled
Performance Mode Status Disabled
Debug Use USB(Disabled:Serial) Disabled
ICC Overclocking Version 0.0.0.0
UNDI Version
EC FW Version 0.0
GOP Version 0.9.0.4212
Royal Park Version BP1.4.1.0_RP07
Platform Version 0.7.0.0
Client Silicon Version 0.2.0.10


Group Associations



Group Associations



Memory Devices



Physical Memory Array

Array Location: System board
Array Use: System memory
Error Detecting Method: None
Memory Capacity: 32 GBytes
Memory Devices: 2


Memory Device

Total Width: 64 bits
Data Width: 64 bits
Device Size: 8192 MBytes
Device Form Factor: SODIMM
Device Locator: ChannelA-DIMM0
Bank Locator: BANK 0
Device Type: DDR4
Device Type Detail: Synchronous
Memory Speed: 2667 MHz
Manufacturer: SK Hynix
Serial Number: 3332DF14
Part Number: HMA81GS6CJR8N-VK
Asset Tag: 9876543210


Memory Device

Total Width: 64 bits
Data Width: 64 bits
Device Size: 8192 MBytes
Device Form Factor: SODIMM
Device Locator: ChannelB-DIMM0
Bank Locator: BANK 2
Device Type: DDR4
Device Type Detail: Synchronous
Memory Speed: 2667 MHz
Manufacturer: SK Hynix
Serial Number: 3332DE47
Part Number: HMA81GS6CJR8N-VK
Asset Tag: 9876543210


Memory Array Mapped Address

Starting Address: 00000000
Ending Address: 00FFFFFF
Partition Width: 2


Memory Device Mapped Address

Starting Address: 00000000
Ending Address: 007FFFFF
Partition Row Position: Unknown
Interleave Position: 1
Interleave Data Depth: 1


Memory Device Mapped Address

Starting Address: 00800000
Ending Address: 00FFFFFF
Partition Row Position: Unknown
Interleave Position: 2
Interleave Data Depth: 1


Port Connectors



Mouse Port

Port Type: Mouse Port
Internal Reference: J1A1
Internal Connector Type: None
External Reference: PS2Mouse
External Connector Type: PS/2


Keyboard Port

Port Type: Keyboard Port
Internal Reference: J1A1
Internal Connector Type: None
External Reference: Keyboard
External Connector Type: PS/2


Port Connector

Port Type: Unknown
Internal Reference: J2A1
Internal Connector Type: None
External Reference: TV Out
External Connector Type: Mini-Centronics Type-14


Serial Port 16550A Compatible

Port Type: Serial Port 16550A Compatible
Internal Reference: J2A2A
Internal Connector Type: None
External Reference: COM A
External Connector Type: DB-9 pin male


Video Port

Port Type: Video Port
Internal Reference: J2A2B
Internal Connector Type: None
External Reference: Video
External Connector Type: DB-15 pin female


USB

Port Type: USB
Internal Reference: J3A1
Internal Connector Type: None
External Reference: USB1
External Connector Type: Access Bus (USB)


USB

Port Type: USB
Internal Reference: J3A1
Internal Connector Type: None
External Reference: USB2
External Connector Type: Access Bus (USB)


USB

Port Type: USB
Internal Reference: J3A1
Internal Connector Type: None
External Reference: USB3
External Connector Type: Access Bus (USB)


Port Connector

Port Type: Unknown
Internal Reference: J9A1 - TPM HDR
Internal Connector Type: Unknown
External Reference:
External Connector Type: None


Port Connector

Port Type: Unknown
Internal Reference: J9C1 - PCIE DOCKING CONN
Internal Connector Type: Unknown
External Reference:
External Connector Type: None


Port Connector

Port Type: Unknown
Internal Reference: J2B3 - CPU FAN
Internal Connector Type: Unknown
External Reference:
External Connector Type: None


Port Connector

Port Type: Unknown
Internal Reference: J6C2 - EXT HDMI
Internal Connector Type: Unknown
External Reference:
External Connector Type: None


Port Connector

Port Type: Unknown
Internal Reference: J3C1 - GMCH FAN
Internal Connector Type: Unknown
External Reference:
External Connector Type: None


Port Connector

Port Type: Unknown
Internal Reference: J1D1 - ITP
Internal Connector Type: Unknown
External Reference:
External Connector Type: None


Port Connector

Port Type: Unknown
Internal Reference: J9E2 - MDC INTPSR
Internal Connector Type: Unknown
External Reference:
External Connector Type: None


Port Connector

Port Type: Unknown
Internal Reference: J9E4 - MDC INTPSR
Internal Connector Type: Unknown
External Reference:
External Connector Type: None


Port Connector

Port Type: Unknown
Internal Reference: J9E3 - LPC HOT DOCKING
Internal Connector Type: Unknown
External Reference:
External Connector Type: None


Port Connector

Port Type: Unknown
Internal Reference: J9E1 - SCAN MATRIX
Internal Connector Type: Unknown
External Reference:
External Connector Type: None


Port Connector

Port Type: Unknown
Internal Reference: J9G1 - LPC SIDE BAND
Internal Connector Type: Unknown
External Reference:
External Connector Type: None


Port Connector

Port Type: Unknown
Internal Reference: J8F1 - UNIFIED
Internal Connector Type: Unknown
External Reference:
External Connector Type: None


Port Connector

Port Type: Unknown
Internal Reference: J6F1 - LVDS
Internal Connector Type: Unknown
External Reference:
External Connector Type: None


Port Connector

Port Type: Unknown
Internal Reference: J2F1 - LAI FAN
Internal Connector Type: Unknown
External Reference:
External Connector Type: None


Port Connector

Port Type: Unknown
Internal Reference: J2G1 - GFX VID
Internal Connector Type: Unknown
External Reference:
External Connector Type: None


Port Connector

Port Type: Unknown
Internal Reference: J1G6 - AC JACK
Internal Connector Type: Unknown
External Reference:
External Connector Type: None


System Slots



J6B2

Slot Designation: J6B2
Slot Type: PCI Express
Slot Usage: In use
Slot Data Bus Width: 16x / x16
Slot Length: Long


J6B1

Slot Designation: J6B1
Slot Type: PCI Express
Slot Usage: In use
Slot Data Bus Width: 1x / x1
Slot Length: Short


J6D1

Slot Designation: J6D1
Slot Type: PCI Express
Slot Usage: In use
Slot Data Bus Width: 1x / x1
Slot Length: Short


J7B1

Slot Designation: J7B1
Slot Type: PCI Express
Slot Usage: In use
Slot Data Bus Width: 1x / x1
Slot Length: Short


J8B4

Slot Designation: J8B4
Slot Type: PCI Express
Slot Usage: In use
Slot Data Bus Width: 1x / x1
Slot Length: Short


Memory

[General information]
Total Memory Size: 16 GBytes
Total Memory Size [MB]: 16384

[Current Performance Settings]
Maximum Supported Memory Clock: 1333.3 MHz
Current Memory Clock: 1330.1 MHz
Current Timing (tCAS-tRCD-tRP-tRAS): 19-19-19-43
Memory Channels Supported: 2
Memory Channels Active: 2

Command Rate: 2T
Read to Read Delay (tRD_RD) Same Rank: 7T
Read to Read Delay (tRD_RD) Different Rank: 4T
Read to Read Delay (tRD_RD) Different DIMM: 7T
Write to Write Delay (tWR_WR) Same Rank: 7T
Write to Write Delay (tWR_WR) Different Rank: 4T
Write to Write Delay (tWR_WR) Different DIMM: 7T
Read to Write Delay (tRD_WR) Same Rank: 9T
Read to Write Delay (tRD_WR) Different Rank: 9T
Read to Write Delay (tRD_WR) Different DIMM: 11T
Write to Read Delay (tWR_RD) Same Rank (tWTR): 33T
Write to Read Delay (tWR_RD) Different Rank: 27T
Write to Read Delay (tWR_RD) Different DIMM: 6T
RAS# to RAS# Delay (tRRD): 7T
Refresh Cycle Time (tRFC): 467T
Four Activate Window (tFAW): 28T


Row: 0 - 8 GB PC4-21300 DDR4 SDRAM SK Hynix HMA81GS6CJR8N-VK

[General Module Information]
Module Number: 0
Module Size: 8 GBytes
Memory Type: DDR4 SDRAM
Module Type: SO-DIMM
Memory Speed: 1333.3 MHz (DDR4-2666 / PC4-21300)
Module Manufacturer: SK Hynix
Module Part Number: HMA81GS6CJR8N-VK
Module Revision: 0.0
Module Serial Number: 350171699
Module Manufacturing Date: Year: 2018, Week: 34
Module Manufacturing Location: 1
SDRAM Manufacturer: SK Hynix
Error Check/Correction: None

[Module Characteristics]
Row Address Bits: 16
Column Address Bits: 10
Module Density: 8192 Mb
Number Of Ranks: 1
Device Width: 8 bits
Bus Width: 64 bits
Die Count: 1
Module Nominal Voltage (VDD): 1.2 V
Minimum SDRAM Cycle Time (tCKAVGmin): 0.75000 ns
Maximum SDRAM Cycle Time (tCKAVGmax): 1.60000 ns
CAS# Latencies Supported: 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20
Minimum CAS# Latency Time (tAAmin): 13.750 ns
Minimum RAS# to CAS# Delay (tRCDmin): 13.750 ns
Minimum Row Precharge Time (tRPmin): 13.750 ns
Minimum Active to Precharge Time (tRASmin): 32.000 ns

Supported Module Timing at 1333.3 MHz: 19-19-19-43
Supported Module Timing at 1200.0 MHz: 17-17-17-39
Supported Module Timing at 1066.7 MHz: 15-15-15-35
Supported Module Timing at 933.3 MHz: 13-13-13-30
Supported Module Timing at 800.0 MHz: 11-11-11-26
Supported Module Timing at 666.7 MHz: 10-10-10-22

Minimum Active to Active/Refresh Time (tRCmin): 45.750 ns
Minimum Refresh Recovery Time Delay (tRFC1min): 350.000 ns
Minimum Refresh Recovery Time Delay (tRFC2min): 260.000 ns
Minimum Refresh Recovery Time Delay (tRFC4min): 160.000 ns
Minimum Four Activate Window Delay Time (tFAWmin): 21.000 ns
Minimum Active to Active Delay Time - Different Bank Group (tRRD_Smin): 3.000 ns
Minimum Active to Active Delay Time - Same Bank Group (tRRD_Lmin): 4.900 ns
Minimum CAS to CAS Delay Time - Same Bank Group (tCCD_Lmin): 5.000 ns

[Features]
Module Temperature Sensor (TSOD): Not Supported
Module Nominal Height: 29 - 30 mm
Module Maximum Thickness (Front): 1 - 2 mm
Module Maximum Thickness (Back): 1 - 2 mm
Address Mapping from Edge Connector to DRAM: Standard


Row: 2 - 8 GB PC4-21300 DDR4 SDRAM SK Hynix HMA81GS6CJR8N-VK

[General Module Information]
Module Number: 2
Module Size: 8 GBytes
Memory Type: DDR4 SDRAM
Module Type: SO-DIMM
Memory Speed: 1333.3 MHz (DDR4-2666 / PC4-21300)
Module Manufacturer: SK Hynix
Module Part Number: HMA81GS6CJR8N-VK
Module Revision: 0.0
Module Serial Number: 1205744179
Module Manufacturing Date: Year: 2018, Week: 34
Module Manufacturing Location: 1
SDRAM Manufacturer: SK Hynix
Error Check/Correction: None

[Module Characteristics]
Row Address Bits: 16
Column Address Bits: 10
Module Density: 8192 Mb
Number Of Ranks: 1
Device Width: 8 bits
Bus Width: 64 bits
Die Count: 1
Module Nominal Voltage (VDD): 1.2 V
Minimum SDRAM Cycle Time (tCKAVGmin): 0.75000 ns
Maximum SDRAM Cycle Time (tCKAVGmax): 1.60000 ns
CAS# Latencies Supported: 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20
Minimum CAS# Latency Time (tAAmin): 13.750 ns
Minimum RAS# to CAS# Delay (tRCDmin): 13.750 ns
Minimum Row Precharge Time (tRPmin): 13.750 ns
Minimum Active to Precharge Time (tRASmin): 32.000 ns

Supported Module Timing at 1333.3 MHz: 19-19-19-43
Supported Module Timing at 1200.0 MHz: 17-17-17-39
Supported Module Timing at 1066.7 MHz: 15-15-15-35
Supported Module Timing at 933.3 MHz: 13-13-13-30
Supported Module Timing at 800.0 MHz: 11-11-11-26
Supported Module Timing at 666.7 MHz: 10-10-10-22

Minimum Active to Active/Refresh Time (tRCmin): 45.750 ns
Minimum Refresh Recovery Time Delay (tRFC1min): 350.000 ns
Minimum Refresh Recovery Time Delay (tRFC2min): 260.000 ns
Minimum Refresh Recovery Time Delay (tRFC4min): 160.000 ns
Minimum Four Activate Window Delay Time (tFAWmin): 21.000 ns
Minimum Active to Active Delay Time - Different Bank Group (tRRD_Smin): 3.000 ns
Minimum Active to Active Delay Time - Same Bank Group (tRRD_Lmin): 4.900 ns
Minimum CAS to CAS Delay Time - Same Bank Group (tCCD_Lmin): 5.000 ns

[Features]
Module Temperature Sensor (TSOD): Not Supported
Module Nominal Height: 29 - 30 mm
Module Maximum Thickness (Front): 1 - 2 mm
Module Maximum Thickness (Back): 1 - 2 mm
Address Mapping from Edge Connector to DRAM: Standard


Bus



PCI Bus #0



Intel Coffee Lake-H 6 - Host Bridge/DRAM Controller [U0]

[General Information]
Device Name: Intel Coffee Lake-H 6 - Host Bridge/DRAM Controller [U0]
Original Device Name: Intel Coffee Lake-H 6 - Host Bridge/DRAM Controller [U0]
Device Class: Host-to-PCI Bridge
Revision ID: 7 [U0]
PCI Address (Bus:Device:Function) Number: 0:0:0
PCI Latency Timer: 0
Hardware ID: PCI\VEN_8086&DEV_3EC4&SUBSYS_12141462&REV_07

[System Resources]
Interrupt Line: N/A
Interrupt Pin: N/A

[Features]
Bus Mastering: Enabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Capable

[Driver Information]
Driver Manufacturer: INTEL
Driver Description: Intel(R) Host Bridge/DRAM Registers - 3EC4
Driver Provider: INTEL
Driver Version: 10.1.14.7
DeviceInstanceId PCI\VEN_8086&DEV_3EC4&SUBSYS_12141462&REV_07\3&11583659&0&00
Location Paths PCIROOT(0)#PCI(0000)


Intel Skylake/Kaby Lake/Coffee Lake - PCI Express x16 Controller [R0]

[General Information]
Device Name: Intel Skylake/Kaby Lake/Coffee Lake - PCI Express x16 Controller [R0]
Original Device Name: Intel Skylake/Kaby Lake/Coffee Lake - PCI Express x16 Controller [R0]
Device Class: PCI-to-PCI Bridge
Revision ID: 7 [R0]
PCI Address (Bus:Device:Function) Number: 0:1:0
PCI Latency Timer: 0
Hardware ID: PCI\VEN_8086&DEV_1901&SUBSYS_00000000&REV_07

[PCI Express]
Version: 3.0
Maximum Link Width: 16x
Current Link Width: 16x
Maximum Link Speed: 8.0 GT/s
Current Link Speed: 2.5 GT/s
Device/Port Type: Root Port of PCI Express Root Complex
Slot Implemented: Yes
Hot-Plug: Not Capable
Hot-Plug Surprise: Not Capable
Slot Power Limit: 75.000 W
Emergency Power Reduction: Not Supported
Active State Power Management (ASPM) Support: L0s and L1
Active State Power Management (ASPM) Status: L1 Entry
L0s Exit Latency: 128 - 256 ns
L1 Exit Latency: 4 - 8 us
Maximum Payload Size Supported: 256 bytes
Maximum Payload Size: 256 bytes

[System Resources]
Interrupt Line: N/A
Interrupt Pin: INTA#

[Features]
Bus Mastering: Enabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Not Capable

[Driver Information]
Driver Manufacturer: INTEL
Driver Description: Intel(R) PCIe Controller (x16) - 1901
Driver Provider: INTEL
Driver Version: 10.1.7.3
DeviceInstanceId PCI\VEN_8086&DEV_1901&SUBSYS_12141462&REV_07\3&11583659&0&08
Location Paths PCIROOT(0)#PCI(0100)


PCI Express x16 Bus #1



NVIDIA GeForce GTX 1070 [MSI]

[General Information]
Device Name: NVIDIA GeForce GTX 1070 [MSI]
Original Device Name: NVIDIA GeForce GTX 1070 (GP104M)
Device Class: VGA Compatible Adapter
Revision ID: A1
PCI Address (Bus:Device:Function) Number: 1:0:0
PCI Latency Timer: 0
Hardware ID: PCI\VEN_10DE&DEV_1BA1&SUBSYS_12141462&REV_A1

[PCI Express]
Version: 3.0
Maximum Link Width: 16x
Current Link Width: 16x
Maximum Link Speed: 8.0 GT/s
Current Link Speed: 2.5 GT/s
Device/Port Type: PCI Express Endpoint
Slot Implemented: No
Emergency Power Reduction: Not Supported
Active State Power Management (ASPM) Support: L0s and L1
Active State Power Management (ASPM) Status: L1 Entry
L0s Exit Latency: 256 - 512 ns
L1 Exit Latency: 8 - 16 us
Maximum Payload Size Supported: 256 bytes
Maximum Payload Size: 256 bytes

[System Resources]
Interrupt Line: N/A
Interrupt Pin: INTA#
Memory Base Address 0 A3000000
Memory Base Address 1 90000000
Memory Base Address 3 A0000000
I/O Base Address 5 0

[Features]
Bus Mastering: Enabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Not Capable

[Driver Information]
Driver Manufacturer: NVIDIA
Driver Description: NVIDIA GeForce GTX 1070
Driver Provider: NVIDIA
Driver Version: 26.21.14.4587 (GeForce 445.87)
Driver Date: 03-Apr-2020
DCH/UWD Driver: Not Capable
DeviceInstanceId PCI\VEN_10DE&DEV_1BA1&SUBSYS_12141462&REV_A1\4&81E7250&0&0008
Location Paths PCIROOT(0)#PCI(0100)#PCI(0000)


Intel UHD Graphics 630 (Coffee Lake-H GT2)

[General Information]
Device Name: Intel UHD Graphics 630 (Coffee Lake-H GT2)
Original Device Name: Intel UHD Graphics 630 (Coffee Lake-H GT2)
Device Class: VGA Compatible Adapter
Revision ID: 0
PCI Address (Bus:Device:Function) Number: 0:2:0
PCI Latency Timer: 0
Hardware ID: PCI\VEN_8086&DEV_3E9B&SUBSYS_12141462&REV_00

[PCI Express]
Version: 1.1
Current Link Width: Not negotiated
Device/Port Type: Root Complex Integrated Endpoint
Slot Implemented: No
Emergency Power Reduction: Not Supported
Active State Power Management (ASPM) Support: None
Active State Power Management (ASPM) Status: Disabled
L0s Exit Latency: < 64 ns
L1 Exit Latency: < 1 us
Maximum Payload Size Supported: 128 bytes
Maximum Payload Size: 128 bytes

[System Resources]
Interrupt Line: N/A
Interrupt Pin: INTA#
Memory Base Address 0 A2000000
Memory Base Address 2 80000000
I/O Base Address 4 5000

[Features]
Bus Mastering: Enabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Not Capable

[Driver Information]
Driver Manufacturer: Intel Corporation
Driver Description: Intel(R) UHD Graphics 630
Driver Provider: Intel Corporation
Driver Version: 26.20.100.7262
Driver Date: 25-Sep-2019
DCH/UWD Driver: Capable
DeviceInstanceId PCI\VEN_8086&DEV_3E9B&SUBSYS_12141462&REV_00\3&11583659&0&10
Location Paths PCIROOT(0)#PCI(0200)


Intel Cannon Lake-H/S - Thermal Subsystem [B0]

[General Information]
Device Name: Intel Cannon Lake-H/S - Thermal Subsystem [B0]
Original Device Name: Intel Cannon Lake-H/S - Thermal Subsystem [B0]
Device Class: Other Data Acquisition/Signal Processing Controller
Revision ID: 10 [B0]
PCI Address (Bus:Device:Function) Number: 0:18:0
PCI Latency Timer: 0
Hardware ID: PCI\VEN_8086&DEV_A379&SUBSYS_12141462&REV_10

[System Resources]
Interrupt Line: N/A
Interrupt Pin: INTA#
Memory Base Address 0 A4421000

[Features]
Bus Mastering: Disabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Not Capable

[Driver Information]
Driver Manufacturer: INTEL
Driver Description: Intel(R) Thermal Subsystem - A379
Driver Provider: INTEL
Driver Version: 10.1.16.6
DeviceInstanceId PCI\VEN_8086&DEV_A379&SUBSYS_12141462&REV_10\3&11583659&0&90
Location Paths PCIROOT(0)#PCI(1200)


Intel Cannon Lake-H/S - USB 3.1 xHCI Host Controller [B0]

[General Information]
Device Name: Intel Cannon Lake-H/S - USB 3.1 xHCI Host Controller [B0]
Original Device Name: Intel Cannon Lake-H/S - USB 3.1 xHCI Host Controller [B0]
Device Class: USB xHCI Controller
Revision ID: 10 [B0]
PCI Address (Bus:Device:Function) Number: 0:20:0
PCI Latency Timer: 0
Hardware ID: PCI\VEN_8086&DEV_A36D&SUBSYS_12141462&REV_10

[System Resources]
Interrupt Line: N/A
Interrupt Pin: N/A
Memory Base Address 0 A4400000

[Features]
Bus Mastering: Enabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Capable

USB Version Supported: 3.1

[Driver Information]
Driver Manufacturer: Genel USB xHCI Ana Bilgisayar Denetleyicisi
Driver Description: USB xHCI Uyumlu Ana Bilgisayar Denetleyicisi
Driver Provider: Microsoft
Driver Version: 10.0.18362.693
Driver Date: 20-Feb-2020
DeviceInstanceId PCI\VEN_8086&DEV_A36D&SUBSYS_12141462&REV_10\3&11583659&0&A0
Location Paths PCIROOT(0)#PCI(1400)


USB Root Hub



[Port1] : Logitech Cordless Gaming Receiver

[Device Information]
Device Manufacturer: Logitech
Product Name: USB Receiver
Serial Number: N/A
USB Version Supported: 2.00
USB Device Speed: USB 1.1 Full-speed
Driver Description: USB Bileşik Aygıt
Hardware ID: USB\VID_046D&PID_C537

[Driver Information]
Driver Manufacturer: (Standart USB Ana Bilgisayar Denetleyicisi)
Driver Description: USB Bileşik Aygıt
Driver Provider: Microsoft
Driver Version: 10.0.18362.693
Driver Date: 21-Jun-2006
DeviceInstanceId USB\VID_046D&PID_C537\5&1BCF6F5D&0&1
Location Paths PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(1)


[Port2] : No Device Connected



[Port3] : No Device Connected



[Port4] : No Device Connected



[Port5] : No Device Connected



[Port6] : No Device Connected



[Port7] : Realtek Semiconductor Realtek USB 2.0 Card Reader

[Device Information]
Device Manufacturer: Realtek Semiconductor
Product Name: Realtek Semiconductor Realtek USB 2.0 Card Reader
Serial Number: -
USB Version Supported: 2.00
USB Device Speed: USB 2.0 High-speed
Driver Description: Realtek USB 2.0 Card Reader
Hardware ID: USB\VID_0BDA&PID_0129

[Driver Information]
Driver Manufacturer: Realtek Semiconductor Corp.
Driver Description: Realtek USB 2.0 Card Reader
Driver Provider: Realtek Semiconductor Corp.
Driver Version: 10.0.17763.31244
Driver Date: 15-Oct-2018
DeviceInstanceId USB\VID_0BDA&PID_0129\20100201396000000
Location Paths PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(7)


[Port8] : No Device Connected



[Port9] : No Device Connected



[Port10] : precisionWave, PID=EF35

[Device Information]
Device Manufacturer: precisionWave
Product Name: precisionWave, PID=EF35
Serial Number: -
USB Version Supported: 1.10
USB Device Speed: USB 1.1 Full-speed
Driver Description: USB Giriş Aygıtı
Hardware ID: USB\VID_1770&PID_FF00

[Driver Information]
Driver Manufacturer: (Standart sistem aygıtları)
Driver Description: USB Giriş Aygıtı
Driver Provider: Microsoft
Driver Version: 10.0.18362.175
Driver Date: 21-Jun-2006
DeviceInstanceId USB\VID_1770&PID_FF00\MSI_EPF_USB
Location Paths PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(10)


[Port11] : No Device Connected



[Port12] : No Device Connected



[Port13] : No Device Connected



[Port14] : Intel Wireless Bluetooth

[Device Information]
Device Manufacturer: Intel
Product Name: Intel Wireless Bluetooth
Serial Number: -
USB Version Supported: 2.00
USB Device Speed: USB 1.1 Full-speed
Driver Description: Intel(R) Wireless Bluetooth(R)
Hardware ID: USB\VID_8087&PID_0AAA

[Driver Information]
Driver Manufacturer: Intel Corporation
Driver Description: Intel(R) Wireless Bluetooth(R)
Driver Provider: Intel Corporation
Driver Version: 21.60.0.4
Driver Date: 20-Nov-2019
DeviceInstanceId USB\VID_8087&PID_0AAA\5&1BCF6F5D&0&14
Location Paths PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(14)


[Port15] : No Device Connected



[Port16] : No Device Connected



[Port17] : No Device Connected



[Port18] : No Device Connected



[Port19] : No Device Connected



[Port20] : No Device Connected



[Port21] : No Device Connected



[Port22] : No Device Connected



[Port23] : No Device Connected



[Port24] : No Device Connected



Intel Cannon Lake-H/S - Shared SRAM [B0]

[General Information]
Device Name: Intel Cannon Lake-H/S - Shared SRAM [B0]
Original Device Name: Intel Cannon Lake-H/S - Shared SRAM [B0]
Device Class: RAM/Memory Controller
Revision ID: 10 [B0]
PCI Address (Bus:Device:Function) Number: 0:20:2
PCI Latency Timer: 0
Hardware ID: PCI\VEN_8086&DEV_A36F&SUBSYS_72708086&REV_10

[System Resources]
Interrupt Line: N/A
Interrupt Pin: N/A
Memory Base Address 0 A441A000
Memory Base Address 2 A4420000

[Features]
Bus Mastering: Disabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Not Capable

[Driver Information]
Driver Manufacturer: (Standart sistem aygıtları)
Driver Description: PCI standart RAM Denetleyicisi
Driver Provider: Microsoft
Driver Version: 10.0.18362.267
Driver Date: 21-Jun-2006
DeviceInstanceId PCI\VEN_8086&DEV_A36F&SUBSYS_72708086&REV_10\3&11583659&0&A2
Location Paths PCIROOT(0)#PCI(1402)


Intel Wireless-AC 9560 160MHz

[General Information]
Device Name: Intel Wireless-AC 9560 160MHz
Original Device Name: Intel Cannon Lake-H/S - CNVi: WiFi (sku 0) [B0]
Device Class: Other Network Adapter
Revision ID: 10 [B0]
PCI Address (Bus:Device:Function) Number: 0:20:3
PCI Latency Timer: 0
Hardware ID: PCI\VEN_8086&DEV_A370&SUBSYS_00348086&REV_10

[PCI Express]
Version: 1.1
Current Link Width: Not negotiated
Device/Port Type: Root Complex Integrated Endpoint
Slot Implemented: No
Emergency Power Reduction: Not Supported
Active State Power Management (ASPM) Support: None
Active State Power Management (ASPM) Status: Disabled
L0s Exit Latency: < 64 ns
L1 Exit Latency: < 1 us
Maximum Payload Size Supported: 128 bytes
Maximum Payload Size: 128 bytes

[System Resources]
Interrupt Line: N/A
Interrupt Pin: INTA#
Memory Base Address 0 FE0F8000

[Features]
Bus Mastering: Enabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Not Capable

[Driver Information]
Driver Manufacturer: Intel Corporation
Driver Description: Intel(R) Wireless-AC 9560 160MHz
Driver Provider: Intel
Driver Version: 21.50.1.1
Driver Date: 06-Oct-2019
DeviceInstanceId PCI\VEN_8086&DEV_A370&SUBSYS_00348086&REV_10\3&11583659&0&A3
Location Paths PCIROOT(0)#PCI(1403)


Intel Cannon Lake-H/S - HECI #1 [B0]

[General Information]
Device Name: Intel Cannon Lake-H/S - HECI #1 [B0]
Original Device Name: Intel Cannon Lake-H/S - HECI #1 [B0]
Device Class: Other Communication Device
Revision ID: 10 [B0]
PCI Address (Bus:Device:Function) Number: 0:22:0
PCI Latency Timer: 0
Hardware ID: PCI\VEN_8086&DEV_A360&SUBSYS_12141462&REV_10

[System Resources]
Interrupt Line: N/A
Interrupt Pin: INTA#
Memory Base Address 0 A441F000

[Features]
Bus Mastering: Disabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Not Capable

[Driver Information]
Driver Manufacturer: INTEL
Driver Description: Intel(R) Management Engine Interface - A360
Driver Provider: INTEL
Driver Version: 0.0.0.1
Driver Date: 04-Jan-2013
DeviceInstanceId PCI\VEN_8086&DEV_A360&SUBSYS_12141462&REV_10\3&11583659&0&B0
Location Paths PCIROOT(0)#PCI(1600)


Intel Cannon Lake-H/S - SATA AHCI Controller (Mobile) [B0]

[General Information]
Device Name: Intel Cannon Lake-H/S - SATA AHCI Controller (Mobile) [B0]
Original Device Name: Intel Cannon Lake-H/S - SATA AHCI Controller (Mobile) [B0]
Device Class: SATA AHCI Controller
Revision ID: 10 [B0]
PCI Address (Bus:Device:Function) Number: 0:23:0
PCI Latency Timer: 0
Hardware ID: PCI\VEN_8086&DEV_A353&SUBSYS_12141462&REV_10

[System Resources]
Interrupt Line: N/A
Interrupt Pin: INTA#
Memory Base Address 0 A4418000
Memory Base Address 1 A441E000
I/O Base Address 2 5090
I/O Base Address 3 5080
I/O Base Address 4 5060
Memory Base Address 5 A441D000

[Features]
Bus Mastering: Enabled
Running At 66 MHz: Capable
Fast Back-to-Back Transactions: Capable

[SATA Host Controller]
Interface Speed Supported: Gen3 6.0 Gbps
Number Of Ports: 4
External SATA Support: Not Capable
Aggressive Link Power Management: Capable
Staggered Spin-up: Not Capable
Mechanical Presence Switch: Not Capable
Command Queue Acceleration: Capable
64-bit Addressing: Capable
AHCI Status: Enabled
AHCI Version: 1.31
Ports Implemented: 0, 1, 4, 5

[SATA Port#0]
Port Status: Phy in offline mode
External SATA Port: Not Capable
Hot Plug: Not Capable

[SATA Port#1]
Port Status: Device Present, Phy communication not established
Current Interface Speed: Gen3 6.0 Gbps
External SATA Port: Not Capable
Hot Plug: Not Capable
Device Type: SATA

[SATA Port#4]
Port Status: Phy in offline mode
External SATA Port: Not Capable
Hot Plug: Not Capable

[SATA Port#5]
Port Status: Device Present, Phy communication not established
Current Interface Speed: Gen3 6.0 Gbps
External SATA Port: Not Capable
Hot Plug: Not Capable
Device Type: SATA

[Driver Information]
Driver Manufacturer: Standart SATA AHCI Denetleyici
Driver Description: Standart SATA AHCI Denetleyici
Driver Provider: Microsoft
Driver Version: 10.0.18362.693
Driver Date: 21-Jun-2006
DeviceInstanceId PCI\VEN_8086&DEV_A353&SUBSYS_12141462&REV_10\3&11583659&0&B8
Location Paths PCIROOT(0)#PCI(1700)


Intel Cannon Lake-H/S - PCI Express Root Port #17 [B0]

[General Information]
Device Name: Intel Cannon Lake-H/S - PCI Express Root Port #17 [B0]
Original Device Name: Intel Cannon Lake-H/S - PCI Express Root Port #17 [B0]
Device Class: PCI-to-PCI Bridge
Revision ID: F0 [B0]
PCI Address (Bus:Device:Function) Number: 0:27:0
PCI Latency Timer: 0
Hardware ID: PCI\VEN_8086&DEV_A340&SUBSYS_00000000&REV_F0

[PCI Express]
Version: 3.0
Maximum Link Width: 1x
Current Link Width: Not negotiated
Maximum Link Speed: 8.0 GT/s
Current Link Speed: 2.5 GT/s
Device/Port Type: Root Port of PCI Express Root Complex
Slot Implemented: No
Emergency Power Reduction: Not Supported
Active State Power Management (ASPM) Support: L0s and L1
Active State Power Management (ASPM) Status: L0s and L1 Entry
L0s Exit Latency: 512 ns - 1 us
L1 Exit Latency: 2 - 4 us
Maximum Payload Size Supported: 256 bytes
Maximum Payload Size: 128 bytes

[System Resources]
Interrupt Line: N/A
Interrupt Pin: N/A

[Features]
Bus Mastering: Enabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Not Capable

[Driver Information]
Driver Manufacturer: INTEL
Driver Description: Intel(R) PCI Express Root Port #17 - A340
Driver Provider: INTEL
Driver Version: 10.1.16.6
DeviceInstanceId PCI\VEN_8086&DEV_A340&SUBSYS_12141462&REV_F0\3&11583659&0&D8
Location Paths PCIROOT(0)#PCI(1B00)


PCI Express x1 Bus #2



Intel Cannon Lake-H/S - PCI Express Root Port #21 [B0]

[General Information]
Device Name: Intel Cannon Lake-H/S - PCI Express Root Port #21 [B0]
Original Device Name: Intel Cannon Lake-H/S - PCI Express Root Port #21 [B0]
Device Class: PCI-to-PCI Bridge
Revision ID: F0 [B0]
PCI Address (Bus:Device:Function) Number: 0:27:4
PCI Latency Timer: 0
Hardware ID: PCI\VEN_8086&DEV_A32C&SUBSYS_00000000&REV_F0

[PCI Express]
Version: 3.0
Maximum Link Width: 4x
Current Link Width: 4x
Maximum Link Speed: 8.0 GT/s
Current Link Speed: 8.0 GT/s
Device/Port Type: Root Port of PCI Express Root Complex
Slot Implemented: Yes
Hot-Plug: Not Capable
Hot-Plug Surprise: Not Capable
Slot Power Limit: 25.000 W
Emergency Power Reduction: Not Supported
Active State Power Management (ASPM) Support: L1
Active State Power Management (ASPM) Status: L1 Entry
L0s Exit Latency: 512 ns - 1 us
L1 Exit Latency: 8 - 16 us
Maximum Payload Size Supported: 256 bytes
Maximum Payload Size: 256 bytes

[System Resources]
Interrupt Line: N/A
Interrupt Pin: INTA#

[Features]
Bus Mastering: Enabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Not Capable

[Driver Information]
Driver Manufacturer: INTEL
Driver Description: Intel(R) PCI Express Root Port #21 - A32C
Driver Provider: INTEL
Driver Version: 10.1.16.6
DeviceInstanceId PCI\VEN_8086&DEV_A32C&SUBSYS_72708086&REV_F0\3&11583659&0&DC
Location Paths PCIROOT(0)#PCI(1B04)


PCI Express x4 Bus #3



ADATA Technology NVMe Controller

[General Information]
Device Name: ADATA Technology NVMe Controller
Original Device Name: ADATA Technology NVMe Controller
Device Class: NVMe Controller
Revision ID: 3
PCI Address (Bus:Device:Function) Number: 3:0:0
PCI Latency Timer: 0
Hardware ID: PCI\VEN_1CC1&DEV_8201&SUBSYS_82011CC1&REV_03

[PCI Express]
Version: 3.0
Maximum Link Width: 4x
Current Link Width: 4x
Maximum Link Speed: 8.0 GT/s
Current Link Speed: 8.0 GT/s
Device/Port Type: PCI Express Endpoint
Slot Implemented: No
Emergency Power Reduction: Not Supported
Active State Power Management (ASPM) Support: L1
Active State Power Management (ASPM) Status: L1 Entry
L0s Exit Latency: 512 ns - 1 us
L1 Exit Latency: 4 - 8 us
Maximum Payload Size Supported: 256 bytes
Maximum Payload Size: 256 bytes

[System Resources]
Interrupt Line: N/A
Interrupt Pin: INTA#
Memory Base Address 0 A4300000

[Features]
Bus Mastering: Enabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Not Capable

[Driver Information]
Driver Manufacturer: Standart NVM Express Denetleyicisi
Driver Description: Standart NVM Express Denetleyicisi
Driver Provider: Microsoft
Driver Version: 10.0.18362.693
Driver Date: 21-Jun-2006
DeviceInstanceId PCI\VEN_1CC1&DEV_8201&SUBSYS_82011CC1&REV_03\4&C798F68&0&00DC
Location Paths PCIROOT(0)#PCI(1B04)#PCI(0000)


Intel Cannon Lake-H/S - PCI Express Root Port #9 [B0]

[General Information]
Device Name: Intel Cannon Lake-H/S - PCI Express Root Port #9 [B0]
Original Device Name: Intel Cannon Lake-H/S - PCI Express Root Port #9 [B0]
Device Class: PCI-to-PCI Bridge
Revision ID: F0 [B0]
PCI Address (Bus:Device:Function) Number: 0:29:0
PCI Latency Timer: 0
Hardware ID: PCI\VEN_8086&DEV_A330&SUBSYS_00000000&REV_F0

[PCI Express]
Version: 3.0
Maximum Link Width: 4x
Current Link Width: Not negotiated
Maximum Link Speed: 8.0 GT/s
Current Link Speed: 2.5 GT/s
Device/Port Type: Root Port of PCI Express Root Complex
Slot Implemented: No
Emergency Power Reduction: Not Supported
Active State Power Management (ASPM) Support: L0s and L1
Active State Power Management (ASPM) Status: L0s and L1 Entry
L0s Exit Latency: 512 ns - 1 us
L1 Exit Latency: 2 - 4 us
Maximum Payload Size Supported: 256 bytes
Maximum Payload Size: 128 bytes

[System Resources]
Interrupt Line: N/A
Interrupt Pin: N/A

[Features]
Bus Mastering: Enabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Not Capable

[Driver Information]
Driver Manufacturer: INTEL
Driver Description: Intel(R) PCI Express Root Port #9 - A330
Driver Provider: INTEL
Driver Version: 10.1.16.6
DeviceInstanceId PCI\VEN_8086&DEV_A330&SUBSYS_12141462&REV_F0\3&11583659&0&E8
Location Paths PCIROOT(0)#PCI(1D00)


PCI Express x4 Bus #4



Intel Cannon Lake-H/S - PCI Express Root Port #15 [B0]

[General Information]
Device Name: Intel Cannon Lake-H/S - PCI Express Root Port #15 [B0]
Original Device Name: Intel Cannon Lake-H/S - PCI Express Root Port #15 [B0]
Device Class: PCI-to-PCI Bridge
Revision ID: F0 [B0]
PCI Address (Bus:Device:Function) Number: 0:29:6
PCI Latency Timer: 0
Hardware ID: PCI\VEN_8086&DEV_A336&SUBSYS_00000000&REV_F0

[PCI Express]
Version: 3.0
Maximum Link Width: 1x
Current Link Width: 1x
Maximum Link Speed: 8.0 GT/s
Current Link Speed: 2.5 GT/s
Device/Port Type: Root Port of PCI Express Root Complex
Slot Implemented: Yes
Hot-Plug: Not Capable
Hot-Plug Surprise: Not Capable
Slot Power Limit: 10.000 W
Emergency Power Reduction: Not Supported
Active State Power Management (ASPM) Support: L0s and L1
Active State Power Management (ASPM) Status: L0s and L1 Entry
L0s Exit Latency: 512 ns - 1 us
L1 Exit Latency: 8 - 16 us
Maximum Payload Size Supported: 256 bytes
Maximum Payload Size: 256 bytes

[System Resources]
Interrupt Line: N/A
Interrupt Pin: INTC#

[Features]
Bus Mastering: Enabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Not Capable

[Driver Information]
Driver Manufacturer: INTEL
Driver Description: Intel(R) PCI Express Root Port #15 - A336
Driver Provider: INTEL
Driver Version: 10.1.16.6
DeviceInstanceId PCI\VEN_8086&DEV_A336&SUBSYS_12141462&REV_F0\3&11583659&0&EE
Location Paths PCIROOT(0)#PCI(1D06)


PCI Express x1 Bus #5



Qualcomm/Atheros e2400 PCI-E Gigabit Ethernet Controller

[General Information]
Device Name: Qualcomm/Atheros e2400 PCI-E Gigabit Ethernet Controller
Original Device Name: Qualcomm/Atheros e2400 PCI-E Gigabit Ethernet Controller
Device Class: Ethernet Adapter
Revision ID: 10
PCI Address (Bus:Device:Function) Number: 5:0:0
PCI Latency Timer: 0
Hardware ID: PCI\VEN_1969&DEV_E0A1&SUBSYS_12141462&REV_10

[PCI Express]
Version: 1.1
Maximum Link Width: 1x
Current Link Width: 1x
Maximum Link Speed: 2.5 GT/s
Current Link Speed: 2.5 GT/s
Device/Port Type: PCI Express Endpoint
Slot Implemented: No
Emergency Power Reduction: Not Supported
Active State Power Management (ASPM) Support: L0s and L1
Active State Power Management (ASPM) Status: L0s and L1 Entry
L0s Exit Latency: >4 us
L1 Exit Latency: >64 us
Maximum Payload Size Supported: 4096 bytes
Maximum Payload Size: 256 bytes

[System Resources]
Interrupt Line: IRQ18
Interrupt Pin: INTA#
Memory Base Address 0 A4200000
I/O Base Address 2 3000

[Features]
Bus Mastering: Enabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Not Capable

[Driver Information]
Driver Manufacturer: Rivet Networks
Driver Description: Killer E2400 Gigabit Ethernet Controller
Driver Provider: Rivet Networks
Driver Version: 9.0.0.49
Driver Date: 20-Sep-2018
DeviceInstanceId PCI\VEN_1969&DEV_E0A1&SUBSYS_12141462&REV_10\4&16AD2A1&0&00EE
Location Paths PCIROOT(0)#PCI(1D06)#PCI(0000)


Intel HM370 PCH (Cannon Lake-H) - LPC Controller/eSPI Controller [B0]

[General Information]
Device Name: Intel HM370 PCH (Cannon Lake-H) - LPC Controller/eSPI Controller [B0]
Original Device Name: Intel HM370 PCH (Cannon Lake-H) - LPC Controller/eSPI Controller [B0]
Device Class: PCI-to-ISA Bridge
Revision ID: 10 [B0]
PCI Address (Bus:Device:Function) Number: 0:31:0
PCI Latency Timer: 0
Hardware ID: PCI\VEN_8086&DEV_A30D&SUBSYS_12141462&REV_10

[System Resources]
Interrupt Line: N/A
Interrupt Pin: N/A

[Features]
Bus Mastering: Enabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Not Capable

[Driver Information]
Driver Manufacturer: INTEL
Driver Description: Intel(R) 300 Series Chipset Family LPC Controller (HM370) - A30D
Driver Provider: INTEL
Driver Version: 10.1.16.6
DeviceInstanceId PCI\VEN_8086&DEV_A30D&SUBSYS_12141462&REV_10\3&11583659&0&F8
Location Paths PCIROOT(0)#PCI(1F00)


Intel Cannon Lake-H/S - cAVS (Audio, Voice, Speech) [B0]

[General Information]
Device Name: Intel Cannon Lake-H/S - cAVS (Audio, Voice, Speech) [B0]
Original Device Name: Intel Cannon Lake-H/S - cAVS (Audio, Voice, Speech) [B0]
Device Class: High Definition Audio
Revision ID: 10 [B0]
PCI Address (Bus:Device:Function) Number: 0:31:3
PCI Latency Timer: 32
Hardware ID: PCI\VEN_8086&DEV_A348&SUBSYS_12281462&REV_10

[System Resources]
Interrupt Line: IRQ16
Interrupt Pin: INTA#
Memory Base Address 0 FE0FC000
Memory Base Address 4 FE100000

[Features]
Bus Mastering: Enabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Not Capable

[Driver Information]
Driver Manufacturer: Microsoft
Driver Description: High Definition Audio Denetleyicisi
Driver Provider: Microsoft
Driver Version: 10.0.18362.693
Driver Date: 20-Feb-2020
DeviceInstanceId PCI\VEN_8086&DEV_A348&SUBSYS_12281462&REV_10\3&11583659&0&FB
Location Paths PCIROOT(0)#PCI(1F03)


Intel Cannon Lake-H/S - SMBus Controller [B0]

[General Information]
Device Name: Intel Cannon Lake-H/S - SMBus Controller [B0]
Original Device Name: Intel Cannon Lake-H/S - SMBus Controller [B0]
Device Class: SMBus (System Management Bus)
Revision ID: 10 [B0]
PCI Address (Bus:Device:Function) Number: 0:31:4
PCI Latency Timer: 0
Hardware ID: PCI\VEN_8086&DEV_A323&SUBSYS_12141462&REV_10

[System Resources]
Interrupt Line: IRQ16
Interrupt Pin: INTA#
Memory Base Address 0 A441C000
I/O Base Address 4 EFA0

[Features]
Bus Mastering: Disabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Capable

[Driver Information]
Driver Manufacturer: Synaptics
Driver Description: Synaptics SMBus Driver
Driver Provider: Synaptics
Driver Version: 19.5.31.11
Driver Date: 17-Aug-2018
DeviceInstanceId PCI\VEN_8086&DEV_A323&SUBSYS_12141462&REV_10\3&11583659&0&FC
Location Paths PCIROOT(0)#PCI(1F04)


Intel Cannon Lake-H/S - SPI (flash) Controller [B0]

[General Information]
Device Name: Intel Cannon Lake-H/S - SPI (flash) Controller [B0]
Original Device Name: Intel Cannon Lake-H/S - SPI (flash) Controller [B0]
Device Class: Other Serial Bus Controller
Revision ID: 10 [B0]
PCI Address (Bus:Device:Function) Number: 0:31:5
PCI Latency Timer: 0
Hardware ID: PCI\VEN_8086&DEV_A324&SUBSYS_12141462&REV_10

[System Resources]
Interrupt Line: N/A
Interrupt Pin: N/A
Memory Base Address 0 FE010000

[Features]
Bus Mastering: Disabled
Running At 66 MHz: Not Capable
Fast Back-to-Back Transactions: Not Capable

[Driver Information]
Driver Manufacturer: INTEL
Driver Description: Intel(R) SPI (flash) Controller - A324
Driver Provider: INTEL
Driver Version: 10.1.16.6
DeviceInstanceId PCI\VEN_8086&DEV_A324&SUBSYS_12141462&REV_10\3&11583659&0&FD
Location Paths PCIROOT(0)#PCI(1F05)


Video Adapter



Intel UHD Graphics 630

[Video chipset]
Video Chipset: Intel UHD Graphics 630
Video Chipset Codename: Coffee Lake-H GT2
Video Memory: 1024 MBytes

[Video Card]
Video Card: Intel UHD Graphics 630 (Coffee Lake-H GT2) [MSI]
Video Bus: Integrated
Video RAMDAC: Internal

[Performance]
Graphics Memory Clock: 1330.0 MHz

Hardware ID: PCI\VEN_8086&DEV_3E9B&SUBSYS_12141462&REV_00
PCI Location (Bus:Dev:Fnc): 0:02:0

[Driver Information]
Driver Manufacturer: Intel Corporation
Driver Description: Intel(R) UHD Graphics 630
Driver Provider: Intel Corporation
Driver Version: 26.20.100.7262
Driver Date: 25-Sep-2019
DCH/UWD Driver: Capable
DeviceInstanceId PCI\VEN_8086&DEV_3E9B&SUBSYS_12141462&REV_00\3&11583659&0&10
Location Paths PCIROOT(0)#PCI(0200)


NVIDIA GeForce GTX 1070

[Video chipset]
Video Chipset: NVIDIA GeForce GTX 1070
Video Chipset Codename: GP104M
Video Memory: 8192 MBytes of GDDR5 SDRAM [Samsung]

[Video Card]
Video Card: NVIDIA GeForce GTX 1070 [MSI]
Video Bus: PCIe v3.0 x16 (8.0 GT/s) @ x16 (2.5 GT/s)
Video RAMDAC: Integrated RAMDAC
Video BIOS Version: 86.04.7d.00.29
Video Chipset Revision: A1

[Performance]
Graphics Processor Clock: 139.0 MHz
Video Unit Clock: 544.0 MHz
Graphics Memory Clock: 202.5 MHz (Effective 810.0 MHz)
Graphics Memory Bus Width: 256-bit
Number Of ROPs: 64
Number Of Unified Shaders: 2048
Number Of TMUs (Texture Mapping Units): 128
NVIDIA SLI Status: Not Present

Hardware ID: PCI\VEN_10DE&DEV_1BA1&SUBSYS_12141462&REV_A1
PCI Location (Bus:Dev:Fnc): 1:00:0

[Driver Information]
Driver Manufacturer: NVIDIA
Driver Description: NVIDIA GeForce GTX 1070
Driver Provider: NVIDIA
Driver Version: 26.21.14.4587 (GeForce 445.87)
Driver Date: 03-Apr-2020
DCH/UWD Driver: Not Capable
DeviceInstanceId PCI\VEN_10DE&DEV_1BA1&SUBSYS_12141462&REV_A1\4&81E7250&0&0008
Location Paths PCIROOT(0)#PCI(0100)#PCI(0000)


Monitor



Chi Mei [Unknown Model: CMN15F4]

[General information]
Monitor Name: Chi Mei [Unknown Model: CMN15F4]
Monitor Name (Manuf): N156HHE-GA1 CMN N156HHE-GA1
Serial Number: Unknown
Date Of Manufacture: Week: 6, Year: 2017
Monitor Hardware ID: Monitor\CMN15F4

Max. Vertical Size: 19 cm
Max. Horizontal Size: 34 cm

[Advanced parameters]
Input Signal: Digital
Color Bit Depth: 8 Bits per Primary Color
Digital Video Interface Standard Supported: DisplayPort
Gamma Factor: 2.20

[DPMS Modes]
Standby: Not Supported
Suspend: Not Supported
Active Off: Not Supported
Standard Colour Space (sRGB) Default: Not Supported
Preferred Timing Mode: Supported
Default GTF (Continuous Frequency): Not Supported
DFP 1.x Compatible: Yes

[Supported Video Modes]
1920 x 1080 344 x 193 mm, Pixel Clock 285.05 MHz


Drives



(S)ATA/ATAPI Drives



KINGSTON RBUSNS8180S3128GJ

[General Information]
Drive Controller: Serial ATA 6Gb/s @ 6Gb/s
Host Controller: Intel Cannon Lake-H/S - SATA AHCI Controller (Mobile) [B0]
Drive Model: KINGSTON RBUSNS8180S3128GJ
Drive Firmware Revision: SBFK61D1
Drive Serial Number: 50026B728218AA77
World Wide Name: 50026B728218AA77
Drive Capacity: 122,104 MBytes (128 GB)
Drive Capacity [MB]: 122104
Media Rotation Rate: SSD Drive (Non-rotating)
ATA Major Version Supported: ATA/ATAPI-5, ATA/ATAPI-6, ATA/ATAPI-7, ATA8-ACS, ACS-2, ACS-3
ATA Minor Version Supported: ACS-3 Revision 4
ATA Transport Version Supported: SATA 3.2

[Drive Geometry]
Number of Cylinders: 16383
Number of Heads: 16
Sectors Per Track: 63
Number of Sectors: 16514064
Total 32-bit LBA Sectors: 250069680
Total 48-bit LBA Sectors: 250069680
Logical Sector Size: 512 Bytes
Cache Buffer Size: N/A

[Transfer Modes]
Sectors Per Interrupt: Total: 1, Active: 1
Max. PIO Transfer Mode: 4
Multiword DMA Mode: Total: 2, Active: -
Singleword DMA Mode: Total: -, Active: -
Ultra-DMA Mode: Total: 6 (ATA-133), Active: 0 (?)
Max. Multiword DMA Transfer Rate: 16.7 MBytes/s
Max. PIO with IORDY Transfer Rate: 16.7 MBytes/s
Max. PIO w/o IORDY Transfer Rate: 16.7 MBytes/s
Native Command Queuing: Supported, Max. Depth: 32
TRIM Command: Supported (Indeterminate Read After TRIM)

[Device flags]
Fixed Drive: Present
Removable Drive: Not Present
Magnetic Storage: Present
LBA Mode: Supported
DMA Mode: Supported
IORDY: Supported
IORDY Disableable: Supported

[Features]
Write Cache: Present, Active
S.M.A.R.T. Feature: Present, Active
Security Feature: Present, Inactive
Removable Media Feature: Not Present, Disabled
Power Management: Present, Active
Advanced Power Management: Present, Inactive
Packet Interface: Not Present, Disabled
Look-Ahead Buffer: Present, Active
Host Protected Area: Present, Enabled
Power-Up In Standby: Not Suppported, Inactive
Automatic Acoustic Management: Not Suppported, Inactive
48-bit LBA: Supported, Active
Host-Initiated Link Power Management: Not Supported
Device-Initiated Link Power Management: Supported, Enabled
In-Order Data Delivery: Not Supported
Hardware Feature Control: Not Supported
Software Settings Preservation: Supported, Enabled
NCQ Autosense: Not Supported
Link Power State Device Sleep: Not Supported
Hybrid Information Feature: Not Supported
Rebuild Assist: Not Supported
Power Disable: Not Supported
All Write Cache Non-Volatile: Not Supported
Extended Number of User Addressable Sectors: Not Supported
CFast Specification: Not Supported
NCQ Priority Information: Not Supported
Host Automatic Partial to Slumber Transitions: Not Supported
Device Automatic Partial to Slumber Transitions: Not Supported
NCQ Streaming: Not Supported
NCQ Queue Management Command: Not Supported
DevSleep to Reduced Power State: Not Supported
Out Of Band Management Interface: Not Supported
Extended Power Conditions Feature: Not Supported
Sense Data Reporting Feature: Not Supported
Free-Fall Control Feature: Not Supported
Write-Read-Verify Feature: Not Supported

[Security]
Security Feature: Supported
Security Status: Disabled
Security Locked: Disabled
Security Frozen: Enabled
Enhanced Security Erase: Supported
Sanitize Feature: Not Supported
Sanitize Device - Crypto Scramble: Not Supported
Sanitize Device - Overwrite: Not Supported
Sanitize Device - Block Erase: Not Supported
Sanitize Device - Antifreeze Lock: Not Supported
Device Encrypts All User Data: Not Supported
Trusted Computing: Not Supported

[Self-Monitoring, Analysis and Reporting Technology (S.M.A.R.T.)]
[09] Power-On Hours/Cycle Count: 100/Always OK, Worst: 100 (4290 hours / 178.8 days)
[0C] Power Cycle Count: 100/Always OK, Worst: 100 (Data = 1324,0)
[A7] SSD Protect Mode: 100/Always OK, Worst: 100
[A8] SATA PHY Error Count: 100/Always OK, Worst: 100
[AC] Erase Fail Count (Total): 100/Always OK, Worst: 100
[AD] Wear Leveling Count/Erase Count: 100/Always OK, Worst: 100 (Data = 3407952,0)
[B5] Program Fail Count (Total): 100/Always OK, Worst: 100
[BB] Uncorrectable Error Count: 100/Always OK, Worst: 100
[C0] Unsafe Shutdown Count: 100/Always OK, Worst: 100 (Data = 144,0)
[C2] Temperature 70/Always OK, Worst: 46 (30.0 °C)
[C4] Reallocation Event Count: 100/Always OK, Worst: 100
[DA] Unknown 100/Always OK, Worst: 100
[E7] SSD Life Left: 100/Always OK, Worst: 100 (Data = 97,0)
[E9] Remaining Life: 100/Always OK, Worst: 100 (Data = 3946,0)
[F1] Total Host Writes: 100/Always OK, Worst: 100 (Data = 3222,0)
[F2] Total Host Reads: 100/Always OK, Worst: 100 (Data = 4030,0)
[F4] ECC Cumulative Threshold Events: 100/Always OK, Worst: 100 (Data = 52,0)
[F5] Cumulative Program NAND Pages: 100/Always OK, Worst: 100 (Data = 80,0)
[F6] Total Host Sector Writes: 100/Always OK, Worst: 100 (Data = 577184,0)

Drive Remaining Life 98%

[Device Statistics]
Lifetime Power-On Resets: 1324
Power-on Hours: 4290
Logical Sectors Written: 6758978512
Logical Sectors Read: 8452864029

Number of Reported Uncorrectable Errors: 0

Current Temperature: 30 °C
Lifetime Temperature: 9 - 54 °C

Number of Interface CRC Errors: 0

Used Endurance Indicator: 2%


Samsung SSD 860 QVO 1TB

[General Information]
Drive Controller: Serial ATA 6Gb/s @ 6Gb/s
Host Controller: Intel Cannon Lake-H/S - SATA AHCI Controller (Mobile) [B0]
Drive Model: Samsung SSD 860 QVO 1TB
Drive Firmware Revision: RVQ01B6Q
Drive Serial Number: S4CZNF0M302924V
World Wide Name: 5002538E40E46C8C
Drive Capacity: 953,869 MBytes (1000 GB)
Drive Capacity [MB]: 953869
Media Rotation Rate: SSD Drive (Non-rotating)
Nominal Form Factor: 2.5"
ATA Major Version Supported: ATA/ATAPI-5, ATA/ATAPI-6, ATA/ATAPI-7, ATA8-ACS, ACS-4
ATA Minor Version Supported: ACS-4 Revision 5
ATA Transport Version Supported: SATA 3.2

[Drive Geometry]
Number of Cylinders: 16383
Number of Heads: 16
Sectors Per Track: 63
Number of Sectors: 16514064
Total 32-bit LBA Sectors: 268435455
Total 48-bit LBA Sectors: 1953525168
Logical Sector Size: 512 Bytes
Cache Buffer Size: N/A

[Transfer Modes]
Sectors Per Interrupt: Total: 1, Active: 1
Max. PIO Transfer Mode: 4
Multiword DMA Mode: Total: 2, Active: -
Singleword DMA Mode: Total: -, Active: -
Ultra-DMA Mode: Total: 6 (ATA-133), Active: 0 (?)
Max. Multiword DMA Transfer Rate: 16.7 MBytes/s
Max. PIO with IORDY Transfer Rate: 16.7 MBytes/s
Max. PIO w/o IORDY Transfer Rate: 16.7 MBytes/s
Native Command Queuing: Supported, Max. Depth: 32
TRIM Command: Supported (Deterministic Read After TRIM, Words = 0)

[Device flags]
Fixed Drive: Present
Removable Drive: Not Present
Magnetic Storage: Present
LBA Mode: Supported
DMA Mode: Supported
IORDY: Supported
IORDY Disableable: Supported

[Features]
Write Cache: Present, Active
S.M.A.R.T. Feature: Present, Active
Security Feature: Present, Inactive
Removable Media Feature: Not Present, Disabled
Power Management: Present, Active
Advanced Power Management: Not Present, Inactive
Packet Interface: Not Present, Disabled
Look-Ahead Buffer: Present, Active
Host Protected Area: Present, Enabled
Power-Up In Standby: Not Suppported, Inactive
Automatic Acoustic Management: Not Suppported, Inactive
48-bit LBA: Supported, Active
Host-Initiated Link Power Management: Not Supported
Device-Initiated Link Power Management: Supported, Enabled
In-Order Data Delivery: Not Supported
Hardware Feature Control: Supported, Enabled
Software Settings Preservation: Supported, Enabled
NCQ Autosense: Not Supported
Link Power State Device Sleep: Supported, Disabled
Hybrid Information Feature: Not Supported
Rebuild Assist: Not Supported
Power Disable: Not Supported
All Write Cache Non-Volatile: Not Supported
Extended Number of User Addressable Sectors: Not Supported
CFast Specification: Not Supported
NCQ Priority Information: Not Supported
Host Automatic Partial to Slumber Transitions: Not Supported
Device Automatic Partial to Slumber Transitions: Not Supported
NCQ Streaming: Not Supported
NCQ Queue Management Command: Not Supported
DevSleep to Reduced Power State: Supported
Out Of Band Management Interface: Not Supported
Extended Power Conditions Feature: Not Supported
Sense Data Reporting Feature: Not Supported
Free-Fall Control Feature: Not Supported
Write-Read-Verify Feature: Supported, Disabled

[Security]
Security Feature: Supported
Security Status: Disabled
Security Locked: Disabled
Security Frozen: Enabled
Enhanced Security Erase: Supported
Sanitize Feature: Not Supported
Sanitize Device - Crypto Scramble: Not Supported
Sanitize Device - Overwrite: Not Supported
Sanitize Device - Block Erase: Not Supported
Sanitize Device - Antifreeze Lock: Not Supported
Device Encrypts All User Data: Supported
Trusted Computing: Supported

[Self-Monitoring, Analysis and Reporting Technology (S.M.A.R.T.)]
[05] Reallocated Sector Count: 100/10, Worst: 100
[09] Power-On Hours/Cycle Count: 99/Always OK, Worst: 99 (2218 hours / 92.4 days)
[0C] Power Cycle Count: 99/Always OK, Worst: 99 (Data = 541,0)
[B1] Wear Leveling Count: 99/Always OK, Worst: 99 (Data = 7,0)
[B3] Used Reserved Block Count (Total): 100/10, Worst: 100
[B5] Program Fail Count (Total): 100/10, Worst: 100
[B6] Erase Fail Count (Total): 100/10, Worst: 100
[B7] Runtime Bad Block (Total): 100/10, Worst: 100
[BB] Uncorrectable Error Count: 100/Always OK, Worst: 100
[BE] Airflow Temperature: 73/Always OK, Worst: 47 (27.0 °C)
[C3] ECC Error Rate: 200/Always OK, Worst: 200
[C7] SATA CRC Error Count: 100/Always OK, Worst: 100
[EB] POR Recovery Count: 99/Always OK, Worst: 99 (Data = 10,0)
[F1] Total Host Writes: 99/Always OK, Worst: 99 (Data = 1722496706,1)

Drive Remaining Life 99%

[Device Statistics]
Lifetime Power-On Resets: 541
Power-on Hours: 2218
Logical Sectors Written: 6017464002
Logical Sectors Read: 6632087472
Number of Write Commands: 42206813
Number of Read Commands: 51215728

Number of Reported Uncorrectable Errors: 0
Resets Between Command Acceptance and Completion: 0

Current Temperature: 27 °C
Maximum Operating Temperature: 70 °C
Lifetime Temperature: 15 - 53 °C

Number of Hardware Resets: 11415
Number of ASR Events: 0
Number of Interface CRC Errors: 0

Used Endurance Indicator: 0%


ADATA SX8200PNP

[General Information]
Drive Controller: NVMe (PCIe 4x 8.0 GT/s)
Host Controller: ADATA Technology NVMe Controller
Drive Model: ADATA SX8200PNP
Drive Serial Number: 2J3620034078
Drive Firmware Revision: S0118C
NVMe Version Supported: v1.3
Drive Capacity: 488,386 MBytes (512 GB)
Drive Capacity [MB]: 488386

[Capabilities]
Volatile Write Cache: Present
Compare Command: Supported
Write Uncorrectable Command: Supported
Dataset Management: Supported
Write Zeroes: Supported
Save field set to a non-zero value: Supported
Reservations: Not Supported
Timestamp: Supported
Autonomous Power State Transitions: Supported

[Self-Monitoring, Analysis and Reporting Technology (S.M.A.R.T.)]
Available Space Below Threshold: OK
Temperature Exceeded Critical Threshold: OK
Device Reliablity Degraded: OK
Media In Read Only Mode: OK
Volatile Memory Backup Device Failed: OK

Drive Temperature: 32 °C
Warning Temperature Threshold: 75 °C
Critical Temperature Threshold: 80 °C
Time Above Warning Temperature Threshold: 0 minutes
Time Above Critical Temperature Threshold: 0 minutes

Spare Capacity Available: 100%
Device Health: 99%
Power Cycles: 542
Power On Hours: 2165 hours
Unsafe Shutdowns: 12
Media Errors: 0
Total Host Reads: 5077 GBytes
Total Host Writes: 4459 GBytes


Audio



Intel Cannon Lake-H/S - cAVS (Audio, Voice, Speech) [B0]

Audio Adapter: Intel Cannon Lake-H/S - cAVS (Audio, Voice, Speech) [B0]
Audio Controller Hardware ID: PCI\VEN_8086&DEV_A348&SUBSYS_12281462&REV_10

High Definition Audio Codec: RealTek
Audio Codec Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_14621228&REV_1001

[Driver Information]
Driver Manufacturer: Realtek
Driver Description: Realtek High Definition Audio
Driver Provider: Realtek Semiconductor Corp.
Driver Version: 6.0.8945.1
Driver Date: 30-Apr-2020
DeviceInstanceId HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_14621228&REV_1001\4&245DFBF4&0&0001


Network



Intel Wireless-AC 9560 160MHz

[General information]
Network Card: Intel Wireless-AC 9560 160MHz
Vendor Description: Microsoft
MAC Address: 3C-6A-A7-CB-82-D4

[Capabilities]
Maximum Link Speed: 1 Mbps
Transmit Buffer Size: 9 Bytes
Receive Buffer Size: 9 Bytes
Hardware ID: PCI\VEN_8086&DEV_A370&SUBSYS_00348086&REV_10

[Driver Information]
Driver Manufacturer: Intel Corporation
Driver Description: Intel(R) Wireless-AC 9560 160MHz
Driver Provider: Intel
Driver Version: 21.50.1.1
Driver Date: 06-Oct-2019
DeviceInstanceId PCI\VEN_8086&DEV_A370&SUBSYS_00348086&REV_10\3&11583659&0&A3
Location Paths PCIROOT(0)#PCI(1403)


Qualcomm/Atheros e2400 PCI-E Gigabit Ethernet Controller

[General information]
Network Card: Qualcomm/Atheros e2400 PCI-E Gigabit Ethernet Controller
Vendor Description: Qualcomm Atheros Ar81xx series PCI-E Ethernet Controller
MAC Address: 30-9C-23-FE-02-F1

[Capabilities]
Maximum Link Speed: 1000 Mbps
Transmit Buffer Size: 1558528 Bytes
Receive Buffer Size: 1558528 Bytes
Hardware ID: PCI\VEN_1969&DEV_E0A1&SUBSYS_12141462&REV_10

[Driver Information]
Driver Manufacturer: Rivet Networks
Driver Description: Killer E2400 Gigabit Ethernet Controller
Driver Provider: Rivet Networks
Driver Version: 9.0.0.49
Driver Date: 20-Sep-2018
DeviceInstanceId PCI\VEN_1969&DEV_E0A1&SUBSYS_12141462&REV_10\4&16AD2A1&0&00EE
Location Paths PCIROOT(0)#PCI(1D06)#PCI(0000)


Ports



Serial Ports



USB



Intel(R) USB 3.1 eXtensible Host Controller - 1.10 (Microsoft)



Root Hub



[Port1] : Logitech Cordless Gaming Receiver

[Device Information]
Device Manufacturer: Logitech
Product Name: USB Receiver
Serial Number: N/A
USB Version Supported: 2.00
USB Device Speed: USB 1.1 Full-speed
Driver Description: USB Bileşik Aygıt
Hardware ID: USB\VID_046D&PID_C537

[Driver Information]
Driver Manufacturer: (Standart USB Ana Bilgisayar Denetleyicisi)
Driver Description: USB Bileşik Aygıt
Driver Provider: Microsoft
Driver Version: 10.0.18362.693
Driver Date: 21-Jun-2006
DeviceInstanceId USB\VID_046D&PID_C537\5&1BCF6F5D&0&1
Location Paths PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(1)


[Port2] : No Device Connected



[Port3] : No Device Connected



[Port4] : No Device Connected



[Port5] : No Device Connected



[Port6] : No Device Connected



[Port7] : Realtek Semiconductor Realtek USB 2.0 Card Reader

[Device Information]
Device Manufacturer: Realtek Semiconductor
Product Name: Realtek Semiconductor Realtek USB 2.0 Card Reader
Serial Number: -
USB Version Supported: 2.00
USB Device Speed: USB 2.0 High-speed
Driver Description: Realtek USB 2.0 Card Reader
Hardware ID: USB\VID_0BDA&PID_0129

[Driver Information]
Driver Manufacturer: Realtek Semiconductor Corp.
Driver Description: Realtek USB 2.0 Card Reader
Driver Provider: Realtek Semiconductor Corp.
Driver Version: 10.0.17763.31244
Driver Date: 15-Oct-2018
DeviceInstanceId USB\VID_0BDA&PID_0129\20100201396000000
Location Paths PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(7)


[Port8] : No Device Connected



[Port9] : No Device Connected



[Port10] : precisionWave, PID=EF35

[Device Information]
Device Manufacturer: precisionWave
Product Name: precisionWave, PID=EF35
Serial Number: -
USB Version Supported: 1.10
USB Device Speed: USB 1.1 Full-speed
Driver Description: USB Giriş Aygıtı
Hardware ID: USB\VID_1770&PID_FF00

[Driver Information]
Driver Manufacturer: (Standart sistem aygıtları)
Driver Description: USB Giriş Aygıtı
Driver Provider: Microsoft
Driver Version: 10.0.18362.175
Driver Date: 21-Jun-2006
DeviceInstanceId USB\VID_1770&PID_FF00\MSI_EPF_USB
Location Paths PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(10)


[Port11] : No Device Connected



[Port12] : No Device Connected



[Port13] : No Device Connected



[Port14] : Intel Wireless Bluetooth

[Device Information]
Device Manufacturer: Intel
Product Name: Intel Wireless Bluetooth
Serial Number: -
USB Version Supported: 2.00
USB Device Speed: USB 1.1 Full-speed
Driver Description: Intel(R) Wireless Bluetooth(R)
Hardware ID: USB\VID_8087&PID_0AAA

[Driver Information]
Driver Manufacturer: Intel Corporation
Driver Description: Intel(R) Wireless Bluetooth(R)
Driver Provider: Intel Corporation
Driver Version: 21.60.0.4
Driver Date: 20-Nov-2019
DeviceInstanceId USB\VID_8087&PID_0AAA\5&1BCF6F5D&0&14
Location Paths PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(14)


[Port15] : No Device Connected



[Port16] : No Device Connected



[Port17] : No Device Connected



[Port18] : No Device Connected



[Port19] : No Device Connected



[Port20] : No Device Connected



[Port21] : No Device Connected



[Port22] : No Device Connected



[Port23] : No Device Connected



[Port24] : No Device Connected



Smart Battery



Battery #0

[General Properties]
Device Name: BIF0_9
Manufacturer Name: MSI
Serial Number:
Unique ID: MSIBIF0_9
Chemistry: Lithium Ion
Designed Capacity: 53236 mWh
Full Charged Capacity: 48468 mWh
Wear Level: 9.0 %

[Current Power Status]
Power Status: On AC Power
Current Capacity: 45406 mWh (93.7 %)
Current Voltage: 11.973 V

H
4 yıl
Hat Degerleri ve Ping Sorunu
Merhabalar, son 1-1.5 aydir internetimde sikinti yasiyorum. YAPA profilini daha once degistirebilirken su an sadece standarta alabiliyorum, hizli profili secince hattimin bunu desteklemedigini yaziyor sistem. Hiz testi yaptigimda cogunlukla sonuc olmasi gerektigi gibi cikiyor.

< Resime gitmek için tıklayın >

Fakat nedense siteler (ozellikle yurtdisi) gec yukleniyor, youtube da video kalitesi dusebiliyor. Gelelim en onemli sorun, online oyun problemine, oynadigim iki online oyun var birisi Apex Legends digeri Elite Dangerous, apexde cok fazla ping sorunu yasiyorum.

< Resime gitmek için tıklayın >

Daha dogrusu packet loss (konusu bile var hala cozemediler), latency ve prediction error

Ekran goruntulerinden ilk ikisi aksam saatlerinden digerini ise 1 saat once aldim.

< Resime gitmek için tıklayın >

< Resime gitmek için tıklayın >

< Resime gitmek için tıklayın >

Elite Dangerous ise pek internete ihtiyac duymayan belli araliklarla sunucuya ufak paketler gonderen bir oyun, ama ne yazik ki oyunu oynarken bir anda disconnect hatasi alip ana menuye donmek zorunda kaliyorum. Oyunun sunucusu aws kullaniyor, sadece bir tane tracert ornegi ekliyorum.

< Resime gitmek için tıklayın >

Bir kac defa oim destege kayit actim, YAPA profilini oyuncuya cevirdiklerini soylediler ama yukaridaki ekran goruntuleri oyuncu profilindeyken ki sonuclar. Sonrasinda ise her zaman ki gibi sorunun benim bilgisayarim/modemim/kablomda oldugunu soyleyip gecistirdiler. Bende bunun icin DSLAM bilgilerini almak istedim, en azindan modeme gelenle karsilastirabilmek icin fakat onu bile anlamayip modeme gelen hiziniz 14mbit yazip gectiler. Bu da modem arayuzundeki DSL bilgileri

< Resime gitmek için tıklayın >

< Resime gitmek için tıklayın >

Bu durumda ne yapmak gerekiyor? Baska ispleri cozum olarak gormuyorum cunku forum konularina bakinca pek cozum yok gibi duruyor onlarda da

Ayrica 100-120 metre ileride vdsl var fakat bizim sokakta yok sanirim saha dolabinin degismesi gerekiyor bunun icin bir sey yapabilir miyim?
H
4 yıl
Düşük IOPS Değeri
Merhabalar, dizüstü bilgisayarım için XPG SX8200 PRO 512 GB ve Samsung 860 QVO 1 TB aldım. Dün ikisini de takıp sıfırdan kurulum yaptım. Fakat Samsung Magician programında düşük IOPS değerleri görüyorum. Sürücüleri dizüstünün sitesinden indirip kurdum. Ekran görüntüsünü ve AIDA64 raporunu konuya ekliyorum.

Donanim Raporu

Yazilim Raporu


< Resime gitmek için tıklayın >
DH Mobil uygulaması ile devam edin. Mobil tarayıcınız ile mümkün olanların yanı sıra, birçok yeni ve faydalı özelliğe erişin. Gizle ve güncelleme çıkana kadar tekrar gösterme.