Networking Forums

Networking Forums > Computer Networking > Linux Networking > Serial Port Problem Fedora Core 6

Reply
Thread Tools Display Modes

Serial Port Problem Fedora Core 6

 
 
bricherg@lanecc.edu
Guest
Posts: n/a

 
      04-08-2007, 05:30 PM
I am having problems using minicom to connect to a Cisco router's
console port with FC6. I am trying to run minicom on a computer which
had FC4 installed with the same hardware and minicom worked fine under
FC4. When I test my serial ports with the dmesg and setserial
commands I don't get the normal output:

root@gpblinux ~]# dmesg | grep tty
Xen virtual console successfully installed as ttyS0
[root@gpblinux ~]# setserial -g /dev/ttyS[01]
Cannot get serial info: Invalid argument
/dev/ttyS1: No such device or address

Under FC4 I get the UART info from setserial and dmesg shows the irq
etc.

I'm sure I'm running minicom correctly because it works fine uner
FC4. I have tried minicom on several different computers with FC6 and
they all have the same problem and the dmesg and setserial command
provide the same output mentioned above.

I suspect that the serial port is not being activiated by default as
was done in FC4. How would I activiate it under FC6?

Gary Bricher, (E-Mail Removed)

 
Reply With Quote
 
 
 
 
David M
Guest
Posts: n/a

 
      04-08-2007, 06:50 PM
On Sun, 08 Apr 2007 10:30:05 -0700, (E-Mail Removed) rearranged some
electrons to form:


> Cannot get serial info: Invalid argument
> /dev/ttyS1: No such device or address
>


Looks like you're trying to set /dev/ttyS1.
Try /dev/ttyS0.

--
David M (dmacchiarolo)
http://home.triad.rr.com/redsled
T/S 53
sled351 Linux 2.4.18-14 has been up 6 days 20:34

 
Reply With Quote
 
Clifford Kite
Guest
Posts: n/a

 
      04-08-2007, 07:23 PM
(E-Mail Removed) <(E-Mail Removed)> wrote:
> I am having problems using minicom to connect to a Cisco router's
> console port with FC6. I am trying to run minicom on a computer which
> had FC4 installed with the same hardware and minicom worked fine under
> FC4. When I test my serial ports with the dmesg and setserial
> commands I don't get the normal output:


> root@gpblinux ~]# dmesg | grep tty
> Xen virtual console successfully installed as ttyS0
> [root@gpblinux ~]# setserial -g /dev/ttyS[01]
> Cannot get serial info: Invalid argument
> /dev/ttyS1: No such device or address


> Under FC4 I get the UART info from setserial and dmesg shows the irq
> etc.


> I'm sure I'm running minicom correctly because it works fine uner
> FC4. I have tried minicom on several different computers with FC6 and
> they all have the same problem and the dmesg and setserial command
> provide the same output mentioned above.


> I suspect that the serial port is not being activiated by default as
> was done in FC4. How would I activiate it under FC6?


I don't run FC, but using mknod:
mknod /dev/ttyS0 c 4 64 mknod /dev/ttyS1 c 4 65
creates the files. Afterward you may need to change permissions or
owner/group. man mknod.

--
Clifford Kite
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Access problem on Fedora Core 4. aldin Linux Networking 4 03-21-2006 06:24 AM
Bizarre problem with tftp on Fedora Core 4 Vinny Linux Networking 1 08-16-2005 04:59 PM
IPTables / Fedora Core 3 port forwarding lars@nulogic.net Linux Networking 2 05-26-2005 07:47 AM
Strange SSH halting problem between Fedora Core 2/Fedora Core 3 Jonathan Abbey Linux Networking 4 12-03-2004 05:00 PM
NFS problem after upgrade to fedora core 1 J.Urban Linux Networking 1 11-17-2004 01:41 PM



1 2 3 4 5 6 7 8 9 10 11