1
00:00:00,366 --> 00:00:04,933
Hello everyone, in this lesson we will take a look at the working conditions of the network card
2
00:00:05,333 --> 00:00:08,800
The working conditions of the network card are simpler than that of the sound card
3
00:00:09,366 --> 00:00:14,566
The network card is a PCIE device, and its working conditions are power supply, clock, reset and bus
4
00:00:15,166 --> 00:00:18,133
The power supply of the network card is generally 3V
5
00:00:18,866 --> 00:00:22,900
Moreover, the network card generally generates a power supply of about 1V by itself.
6
00:00:24,066 --> 00:00:25,866
The next is the clock
7
00:00:26,500 --> 00:00:30,833
This clock is the 25M crystal oscillator of the network card, usually around the network card
8
00:00:32,333 --> 00:00:35,466
Reset signal is the platform reset signal
9
00:00:36,266 --> 00:00:39,366
The bus is PCIE bus
10
00:00:40,133 --> 00:00:45,533
The network card is a PCIE device, which occupies a set of PCIE buses
11
00:00:45,766 --> 00:00:51,800
A set of PCIE bus is 6 lines, including 4 data lines and 2 clock lines
12
00:00:54,200 --> 00:00:59,400
The PCIE bus also has a clock request signal REQ
13
00:00:59,866 --> 00:01:02,466
This clock request signal is sent to the PCH
14
00:01:02,566 --> 00:01:05,833
When the PCH receives a low-level clock request signal,
15
00:01:05,833 --> 00:01:10,133
it will send out a clock signal through the corresponding clock line
16
00:01:10,966 --> 00:01:14,300
Next, let's find the network card in the circuit diagram
17
00:01:14,600 --> 00:01:17,333
Still the same, we first find the architecture diagram
18
00:01:17,766 --> 00:01:20,133
Find the network card in the architecture diagram
19
00:01:20,400 --> 00:01:23,966
It can be seen that the network card is controlled by the PCH
20
00:01:24,100 --> 00:01:26,700
Its model is I219V
21
00:01:27,500 --> 00:01:30,166
This is the network card
22
00:01:34,866 --> 00:01:37,766
Let's take a look at the pin position of the network card
23
00:01:38,266 --> 00:01:40,266
The first thing to look for is the power supply
24
00:01:40,733 --> 00:01:42,633
Power supply is provided by 3V
25
00:01:43,133 --> 00:01:44,900
These are 3V powered
26
00:01:46,000 --> 00:01:49,466
When the network card has a 3V power supply, there is an EN signal here
27
00:01:50,200 --> 00:01:52,133
The EN signal is active low
28
00:01:53,066 --> 00:01:58,200
With power supply and low-level EN, the network card will generate a voltage of about 1V by itself
29
00:02:01,333 --> 00:02:04,700
This voltage will come back to power the network card
30
00:02:05,300 --> 00:02:09,033
After the power supply is satisfied, the next step is the clock signal
31
00:02:09,333 --> 00:02:12,333
The clock is a 25M crystal oscillator near the network card
32
00:02:12,933 --> 00:02:16,466
This 25M crystal oscillator generally has a continuous waveform
33
00:02:17,766 --> 00:02:19,600
Next PCIE bus
34
00:02:19,900 --> 00:02:25,333
The PCIE bus has a total of 6 lines, including four data lines and two clock lines
35
00:02:26,800 --> 00:02:32,933
At the same time, the PCIE bus also includes the reset signal of PCIE and the clock request signal REQ
36
00:02:33,800 --> 00:02:38,166
Reset is the platform reset signal, generally from IO
37
00:02:38,400 --> 00:02:41,600
The REQ clock request signal should be given to the PCH
38
00:02:41,866 --> 00:02:46,666
The PCH will send out the clock of the PCIE bus only after receiving the low-level REQ
39
00:02:47,500 --> 00:02:49,733
Further down, here's a pair of SM buses
40
00:02:50,466 --> 00:02:52,133
We can leave it alone
41
00:02:53,500 --> 00:02:56,400
There is also a WAKE wake-up signal below
42
00:02:57,300 --> 00:03:00,100
This is to implement the wake-on-lan function
43
00:03:00,466 --> 00:03:04,700
If there is a problem with this pin, it may cause the computer to fail to shut down,
44
00:03:04,966 --> 00:03:07,133
shut down and restart automatically.
45
00:03:09,166 --> 00:03:11,400
There are also three LED signals below
46
00:03:11,466 --> 00:03:15,300
These three LED signals are the lights on the RJ45
47
00:03:16,133 --> 00:03:20,100
Further down, these two pins are grounded through resistors, we can ignore them
48
00:03:23,100 --> 00:03:26,066
There are 8 wires here on the right
49
00:03:27,033 --> 00:03:33,333
These 8 wires are the 8 wires from the network card to the RJ45 interface, which are used to transmit network data
50
00:03:34,633 --> 00:03:39,366
Well, the above is the introduction of the network card in the circuit diagram