This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| enable_disable_ethernet_port [2020/09/29 14:06] – rs232 | enable_disable_ethernet_port [2023/05/24 01:38] (current) – hogwild | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | You can enable/ | + | ====== Enable/ |
| - | To identify the port use the command | + | You can enable/ |
| - | < | + | \\ |
| + | |||
| + | To identify the port, use the command: | ||
| + | |||
| + | \\ | ||
| + | |||
| + | < | ||
| robocfg show port | robocfg show port | ||
| + | </ | ||
| + | | ||
| + | |||
| + | \\ | ||
| + | |||
| + | <code -> | ||
| + | robocfg port x state disabled | ||
| </ | </ | ||
| - | Once the physical port is identified, to disable (replace x with the port number): | + | \\ |
| - | < | + | |
| - | '' | + | |
| + | \\ | ||
| + | |||
| + | <code -> | ||
| + | robocfg port x state enabled | ||
| </ | </ | ||
| - | To enable instead: | ||
| - | < | + | \\ \\ You might be trying to resolve an issue with an Ethernet-connected device. If the negotiated speed is causing the problem, you can test forcing 10MB/s Full Duplex connections before setting it back to Auto-negotiation. For example: |
| - | '' | + | |
| + | \\ | ||
| + | |||
| + | <code -> | ||
| + | robocfg port 2 media 10FD | ||
| + | robocfg port 2 media auto | ||
| </ | </ | ||
| + | |||
| + | \\ | ||
| + | |||
| + | \\ | ||
| + | |||
| + | \\ | ||