Every manual of a MSI mobo has an overview of components indicated each of them with the corresponding name. We can find something as Processor, Socket, CPU fan, but also some components where the first letter is J as:
- JAUD
- JCORSAIR
- JUSB
- JBAT
- JFP
- JRAINBOW
and so on and so forth. So what that J mean?
11 Answer
The "J" part is irrelevant to the component. It is a Reference designator, specifically designating a connector jack.
To that end:
- JAUD - jack/header for audio
- JCORSAIR - jack/header for corsair fans, psu or lights?
- JUSB - jack/header for USB
- JBAT - jack/header for battery
- JFP - jack/header for front panel lights/switches/etc.
- JRAINBOW - jack/header for rainbow lighting
The letter "J" is commonly used in electronics to denote PCB mounted connectors. We would normally use numerical identifiers for each connector (J1, J2, etc) but it appears in this case they opted for descriptive names so that it is easy to see what each connector is for.
3