View Single Post
  #3   (View Single Post)  
Old 4th October 2008
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

@pitbac23

Check /etc/ttys mate, from what I remember you need to enable serial devices

Change that in /etc/ttys:
Code:
ttyd0   "/usr/libexec/getty std.9600"   dialup  off secure
ttyd1   "/usr/libexec/getty std.9600"   dialup  off secure
ttyd2   "/usr/libexec/getty std.9600"   dialup  off secure
ttyd3   "/usr/libexec/getty std.9600"   dialup  off secure
... into that:
Code:
ttyd0   "/usr/libexec/getty std.9600"   dialup  on secure
ttyd1   "/usr/libexec/getty std.9600"   dialup  on secure
ttyd2   "/usr/libexec/getty std.9600"   dialup  on secure
ttyd3   "/usr/libexec/getty std.9600"   dialup  on secure
... and reboot, then try minicom -s or other tool you use for the job.

You should also try cuad devices, like:
Code:
/dev/cuad0
/dev/cuad1
/dev/cuad2
...
__________________
religions, worst damnation of mankind
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds

Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”.
vermaden's: links resources deviantart spreadbsd
Reply With Quote