This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| enable_disable_ethernet_port [2021/08/22 23:10] – hogwild | enable_disable_ethernet_port [2023/05/24 01:38] (current) – hogwild | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Enable/ | ====== Enable/ | ||
| + | |||
| + | You can enable/ | ||
| \\ | \\ | ||
| - | You can enable/ | ||
| To identify the port, use the command: | To identify the port, use the command: | ||
| - | < | + | \\ |
| - | robocfg show port | + | |
| + | <code -> | ||
| + | robocfg show port | ||
| </ | </ | ||
| + | |||
| + | | ||
| + | |||
| \\ | \\ | ||
| - | Once the physical port is identified, to disable it (replace x with relevant port number on your router): | + | |
| - | + | < | |
| - | < | + | robocfg port x state disabled |
| - | | + | |
| - | + | ||
| </ | </ | ||
| + | |||
| \\ | \\ | ||
| - | To enable it: | ||
| - | < | + | |
| - | robocfg port x state enabled | + | |
| + | \\ | ||
| + | |||
| + | <code -> | ||
| + | robocfg port x state enabled | ||
| </ | </ | ||
| + | |||
| + | \\ \\ 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: | ||
| + | |||
| \\ | \\ | ||
| - | NOTE: you might be trying to fix an issue with an Ethernet connected device. If the issue is the negotiated speed you can also try a dfferent approach, like forcing 10MB/s Full Duplex before setting it back to Auto-negotiation again. For example: | ||
| - | < | + | < |
| robocfg port 2 media 10FD | robocfg port 2 media 10FD | ||
| robocfg port 2 media auto | robocfg port 2 media auto | ||
| - | |||
| </ | </ | ||
| + | |||
| + | \\ | ||
| + | |||
| + | \\ | ||
| + | |||
| + | \\ | ||