Unsolved
1 Rookie
•
20 Posts
0
23
August 25th, 2025 01:36
Problem with garbled serial console on S3048-ON
Hi,
I have a Dell S3048-ON with unknown configuration that I'm trying to reset.
I have tried connecting the management port to the LAN, but it does not try to obtain a IP address from the server, the only packets observed coming out of the switch are LLDP broadcast about ManagementEthernet 1/1
So I made a cable to connect the RJ45 rs-232 port to a usb to serial port
I used an oscilloscope to ensure I had the right pinout, I am certain I have the switch's TX connected to the RX of my serial to usb adapter.
When the switch reboot, I can see garbled text come out.
I have tried changing to every baud rate that my adapter supports including 9600, 19200, 115200 and the ones inbetween, still no valid text appears !
I have tried 3 serial to usb cables, I have tried a serial to ethernet bridge, it all looks very similar and wrong.
For the other settings I have 8 data bit, 1 stop bit, parity none
I don't know what else to try.
My last two options are to try using a raspberry pi or an arduino to read the serial port data maybe ?
Is there a reset button on the switch, or a way to for it to boot ONIE installer on the USB so that I could telnet or ssh into it after it obtains an address from DHCP server ?
What else can I try ?
dell.ps-on.user
1 Rookie
•
20 Posts
0
August 25th, 2025 03:24
I have figured it out
I was using these devices
one is a serial to usb, the other ethernet to usb
I think there is something wrong with the signalling voltages from the switch
even thought the oscilloscope traces show nice clean sharp signals
I remembered my old HP G8 DL380 server still has a real DB9 serial port
So ...
And that did it
dell.ps-on.user
1 Rookie
•
20 Posts
0
August 25th, 2025 03:26
Here it is, posting in picocom
dell.ps-on.user
1 Rookie
•
20 Posts
0
August 25th, 2025 03:30
Formatting got messed up
NOTE : I also wrote a very long post to
this thread
https://www.dell.com/community/en/conversations/networking-general/where-can-i-find-onie-installer-x8664-dellemcs5248fc3538-r0bin/68875c0477e0591bad6ff68c
which included how to compile ONIE from the source code using a proxmox LXC
and when I pressed send, my entire post was lost
There is an issue on this forum :\
user_1b13f2
1 Rookie
•
1 Message
0
September 8th, 2025 07:38
The garbled console output is almost always caused by incorrect serial settings. Set your terminal to 115200 / 8-N-1 with no flow control and it should display properly.