-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add notinghardware->Windows section, redesigned previously added images
- Loading branch information
Showing
15 changed files
with
179 additions
and
365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
--- | ||
layout: default | ||
title: Windows | ||
description: Getting to know your hardware on MS Windows | ||
nav_order: 1 | ||
has_children: true | ||
has_toc: false | ||
--- | ||
|
||
<style> | ||
.navigation-container { | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: center; | ||
width: 100%; | ||
} | ||
|
||
.nav-button { | ||
margin: 10px; | ||
} | ||
|
||
.windows-next-button-container { | ||
text-align: right; | ||
} | ||
|
||
.windows-next-button { | ||
margin: 10px; | ||
top: 0px; | ||
bottom: 0px; | ||
left: 0px; | ||
right: 0px; | ||
} | ||
</style> | ||
|
||
<p align="center"> | ||
<img width="650" height="200" src="../../../assets/Header-KnowYourHardware.png"> | ||
</p> | ||
|
||
<h2 align="center">Get ready to keep track of your info!</h2> | ||
<br> | ||
|
||
## What are we looking for? | ||
|
||
Start by verifying that your CPU, motherboard, and GPU are supported by macOS. It’s essential to check that your storage devices, such as NVMe drives, are recognized and perform well with macOS. | ||
Ensuring compatibility with network and audio components is also important for a smooth experience. | ||
In many cases it still makes sense to check how old your firmware is. | ||
|
||
## Gathering HWInfo64 | ||
|
||
In order to get the most information from our system, we want to use [HWiNFO64](https://www.hwinfo.com/download/). It's up to you if you want to get the installer or the portable version. | ||
Once we downloaded HWiNFO64, we can open the program. | ||
|
||
<div style="text-align: center;" markdown="1"> | ||
[![HWiNFO64 Summary](/assets/HWiNFO64/Summary.png)](/assets/HWiNFO64/Summary.png) | ||
</div> | ||
|
||
Now that we see the summary, we can check whether our hardware is supported. Please write down: | ||
- The CPU model and codename | ||
- The GPU model and codename | ||
- Your chipset and BIOS date | ||
- The models of your drives at the bottom right | ||
|
||
After that we want to find out the Ethernet controller and, if you have one, the WiFi controller. | ||
To do this, we look at the extended information from HWiNFO. Here we see the Audio and Network tabs. | ||
|
||
<div style="text-align: center;" markdown="1"> | ||
[![HWiNFO64 Extended](/assets/HWiNFO64/Extended.png)](/assets/HWiNFO64/Extended.png) | ||
</div> | ||
|
||
<!--- | ||
To be swapped out with a real screenshot | ||
---> | ||
|
||
As we can see, this Ethernet controller is called Realtek RTL8125. The WLAN chip, on the other hand, is a Broadcom BRCM4360CD. | ||
|
||
Now that we've written that down, we can now go ahead and see if the hardware is supported. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
layout: default | ||
title: Linux | ||
description: Getting to know your hardware on Linux | ||
nav_order: 1 | ||
has_children: true | ||
has_toc: false | ||
--- | ||
|
||
<style> | ||
.navigation-container { | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: center; | ||
width: 100%; | ||
} | ||
|
||
.nav-button { | ||
margin: 10px; | ||
} | ||
|
||
.windows-next-button-container { | ||
text-align: right; | ||
} | ||
|
||
.windows-next-button { | ||
margin: 10px; | ||
top: 0px; | ||
bottom: 0px; | ||
left: 0px; | ||
right: 0px; | ||
} | ||
</style> | ||
|
||
<p align="center"> | ||
<img width="650" height="200" src="../../../assets/Header-KnowYourHardware.png"> | ||
</p> | ||
|
||
|
||
<h2 align="center"> | ||
<br> | ||
|
||
<div class="navigation-container"> | ||
<a class="nav-button" href="../../../docs/01-WelcomeArea/05-Instructs.html">← Back Page</a> | ||
<a class="nav-button" href="../02-Linux/index/">Linux →</a> | ||
</div> | ||
<br> | ||
</h2> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.