How can I attach a serial console on USB port

Status
Not open for further replies.
Joined
Nov 9, 2013
Messages
4
FreeNas 9.1.1 64 bits
My system board doesn't have a serial port, and I want to use a serial console.
I bought USB / Serial adapters: 1 for freeNAS, 1 for my laptop, a serial cable, connect all of that in the correct order.
I installed Hyperterminal on my laptop (windows 7 32 bit)
I configured FreeNas to use console thru serial console,
and nothing works.
Seems Freenas doesn't use the right port, but how to know which port to use, how to change it ?

Thanks in advance for your help.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
I could be wrong but I don't think FreeNAS includes USB->Serial adapter drivers, so you'd have to add the driver yourself(assuming a FreeBSD driver exists for your hardware).
 
Joined
Nov 9, 2013
Messages
4
Thanks for your help
I only have drivers for Redhat 7.3, 8 and 9
I don't think they could work.
and I don't know how to compile and install them.
Too bad ...
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
Thanks for your help
I only have drivers for Redhat 7.3, 8 and 9
I don't think they could work.
and I don't know how to compile and install them.
Too bad ...

They won't work. That's Linux. This is FreeBSD.
 

jyavenard

Patron
Joined
Oct 16, 2013
Messages
361
99% (or whereabout) of cheap (and more expensive) serial-usb adapters commonly found on ebay for less than $10 are using a prolific PL2303 controller. The OP should check what chipset is used by his USB/Serial adapter..

FreeBSD has supported those for over 10 years with the uplcom driver... so you'll need to find the ko module for it and load it in freenas
 

Dusan

Guru
Joined
Jan 29, 2013
Messages
1,165
99% (or whereabout) of cheap (and more expensive) serial-usb adapters commonly found on ebay for less than $10 are using a prolific PL2303 controller. The OP should check what chipset is used by his USB/Serial adapter..

FreeBSD has supported those for over 10 years with the uplcom driver... so you'll need to find the ko module for it and load it in freenas
uplcom is included directly in the FreeNAS kernel, no need to look for .ko modules. Actually, all these are included:
[PANEL]# USB Serial devices
device ucom # Generic com ttys
device uark # Technologies ARK3116 based serial adapters
device ubsa # Belkin F5U103 and compatible serial adapters
device uftdi # For FTDI usb serial adapters
device uipaq # Some WinCE based devices
device uplcom # Prolific PL-2303 serial adapters
device uslcom # SI Labs CP2101/CP2102 serial adapters
device uvisor # Visor and Palm devices
device uvscom # USB serial support for DDI pocket's PHS[/PANEL]
 
Status
Not open for further replies.
Top