Recommended BIOS Settings for Quad-Serial USB Controllers
The quad-serial USB controller allows connecting more RS232 RJ45 serial devices via the USB ports. However, there is a limitation on how many USB endpoints are supported by the default BIOS settings. If the ports on a quad-serial USB controller are not being detected automatically, the BIOS settings may need to be adjusted to allow more endpoints.
- Arrange Console access to the unit using terminal settings:
115200bps
8 bits
No parity
1 stop bit
No flow control
Reboot the system
Login as admin
Issue command: reboot
Confirm reboot: yes
After beep/screen clear, press Shift-D to access the Advanced BIOS
Navigate to the Configuration tab
Select the USB Configuration sub-menu:
Verify settings show:
Legacy USB Support: Enabled
XHCI Legacy Support: Disabled
XHCI Hand-off: Disabled
EHCI Hand-off: Enabled
USB Mass Storage Driv: Enabled
Select the USB Configuration sub-menu:
Verify settings show:
USB OTG Support: Disabled
USB VBUS: Disabled
USB 2.0(EHCI) Support: Enabled
USB EHCI debug: Disabled
USB Port 0: Enabled
USB Port 1: Enabled
USB Port 2: Enabled
USB Port 3: Enabled
Navigate to the Advanced tab
Select the USB Configuration sub-menu:
Verify settings show:
XHCI Legacy Support: Disabled
XHCI Hand-off: Disabled
EHCI Hand-off: Enabled
USB Mass Storage Driv: Enabled
USB transfer time-out: 20 sec
Device reset time-out: 20 sec
Device power-up delay: Auto
If any changes were made, press F4 to Save and Exit
Related Articles
Deleting extra USB port for quad Uart
Introduction: When using the USB connections for serial access, with a quad UART only a few ports are used. It is a good idea to remove extra ports defined so that extra licenses can be freed. For the quad UART 4 licenses are used when it is ...
Nodegrid Boot from USB media
Nodegrid Boot from USB media Overview In some cases, it might be required to recover a Nodegrid unit. The Nodegrid platform offers different methods for this one is to create a USB boot media. This can be used to recover a unit if no or limited ...
How to Connect and Configure a USB Serial device on the NodeGrid ?
Overview: The Nodegrid OS supports the serial connections via USB as well. In particular, it supports the connections USB - USB Micro, very used on some vendor switches (e.g. Cisco), as alternatives to the RJ45 console ports. For the testing, we used ...
export_settings and import_settings
The export_settings and import_settings are CLI features that allow you to export/import the entire or partial (subtree or the configuration of a given path) configuration in a text format. The input and output can be a file or standard input/output ...
import_settings using heredoc
Introduction: when using the export_settings config then import the config using the bash script. Steps: 1. After export the config using the export_settings command. Example /settings/network_settings hostname=SonTestGSR /settings/network_settings ...