Unix Technical Forum

Serial Port Problem with Fedora

This is a discussion on Serial Port Problem with Fedora within the Linux Operating System forums, part of the Unix Operating Systems category; --> I am attempting to upgrade from Fedora 2 to Fedora 4. After doing the update, I can no longer ...


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-18-2008, 06:37 PM
Greg Toth
 
Posts: n/a
Default Serial Port Problem with Fedora

I am attempting to upgrade from Fedora 2 to Fedora 4. After doing the update, I
can no longer use the serial port and external modem. When I originally
installed Fedora 2 I had the same problem. Then I took the computer back to
where I bought it from. The support people got the serial port (and modem) to
work and told me the problem was that Fedora did not work with the chip set
used in the computer (VIA K8M800 + VT8237R).

They also suggested I upgrade to Fedora 4 which should support the serial port
with that chipset.

I did the upgrade but now the serial port no longer works. Rather than pay
another $100 to have the problem patched again, I would like to do the patch my
self. I tried doing a web serch using google but did not find any information
about a compatibility problem with Fedora and that chipset.

Does anyone know about this problem and how to fix it?

Thanks

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-18-2008, 06:37 PM
Matt Giwer
 
Posts: n/a
Default Re: Serial Port Problem with Fedora

Greg Toth wrote:
> I am attempting to upgrade from Fedora 2 to Fedora 4. After doing the update, I
> can no longer use the serial port and external modem. When I originally
> installed Fedora 2 I had the same problem. Then I took the computer back to
> where I bought it from. The support people got the serial port (and modem) to
> work and told me the problem was that Fedora did not work with the chip set
> used in the computer (VIA K8M800 + VT8237R).
>
> They also suggested I upgrade to Fedora 4 which should support the serial port
> with that chipset.
>
> I did the upgrade but now the serial port no longer works. Rather than pay
> another $100 to have the problem patched again, I would like to do the patch my
> self. I tried doing a web serch using google but did not find any information
> about a compatibility problem with Fedora and that chipset.
>
> Does anyone know about this problem and how to fix it?


If no ideas show up consider the cheapest internal modem you can find even used
if the speed is right as older is better.

--
800,000 Lebanese are refugees from Israeli aggression. That is like
60,000,000 American refugees from Israeli aggression.
-- The Iron Webmaster, 3694
nizkor http://www.giwersworld.org/nizkook/nizkook.phtml
Blame Israel http://www.ussliberty.org a10
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-18-2008, 06:37 PM
Sandgroper
 
Posts: n/a
Default Re: Serial Port Problem with Fedora


"Matt Giwer" <jull43@tampabay.REMover.rr.com> wrote in message
news:knLMg.32839$bZ6.17149@tornado.tampabay.rr.com ...
> Greg Toth wrote:
>> I am attempting to upgrade from Fedora 2 to Fedora 4. After doing the
>> update, I can no longer use the serial port and external modem. When I
>> originally installed Fedora 2 I had the same problem. Then I took the
>> computer back to where I bought it from. The support people got the
>> serial port (and modem) to work and told me the problem was that Fedora
>> did not work with the chip set used in the computer (VIA K8M800 +
>> VT8237R).
>>
>> They also suggested I upgrade to Fedora 4 which should support the serial
>> port with that chipset. I did the upgrade but now the serial port no
>> longer works. Rather than pay another $100 to have the problem patched
>> again, I would like to do the patch my self. I tried doing a web serch
>> using google but did not find any information about a compatibility
>> problem with Fedora and that chipset.
>>
>> Does anyone know about this problem and how to fix it?

>
> If no ideas show up consider the cheapest internal modem you can find even
> used if the speed is right as older is better.


Quite a lot of internal modems are software modems and are usually made for
Windows , not linux.
What you really should have suggested is to get a internal HARDWARE modem
that can be run on both Windows and linux.

--
------------------------------------------------------------------------------------------------------------------
True Multitasking is having three computers and a chair with wheels.


Sandgroper
------------------------------------
Remove KNICKERS to Email
steveray@KNICKERSiinet.net.au





Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-18-2008, 06:37 PM
Scott Lurndal
 
Posts: n/a
Default Re: Serial Port Problem with Fedora

ice@eskimo.com (Greg Toth) writes:
>I am attempting to upgrade from Fedora 2 to Fedora 4. After doing the update, I
>can no longer use the serial port and external modem. When I originally
>installed Fedora 2 I had the same problem. Then I took the computer back to
>where I bought it from. The support people got the serial port (and modem) to
>work and told me the problem was that Fedora did not work with the chip set
>used in the computer (VIA K8M800 + VT8237R).


The support people are full of it. The VT8237R (via the VT1211 LPC) provides
standard 16C550 UARTs, which have been supported by the linux kernel, well,
since forever.

Check your bios settings for the serial ports, make sure it has COMA at
0x3F8 and COMB at 0x2f8.

Check your /var/log/messages file after reboot for similar to the following lines:

/var/log/messages:Aug 22 08:30:38 systema kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
/var/log/messages:Aug 22 08:30:38 systema kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
/var/log/messages:Aug 22 08:30:38 systema kernel: serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A


scott
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-18-2008, 06:38 PM
Greg Toth
 
Posts: n/a
Default Re: Serial Port Problem with Fedora

In article <5_%Mg.74$vJ2.22@newssvr12.news.prodigy.com>, scott@slp53.sl.home
says...
>
>ice@eskimo.com (Greg Toth) writes:
>>I am attempting to upgrade from Fedora 2 to Fedora 4. After doing the update,

I
>>can no longer use the serial port and external modem. When I originally
>>installed Fedora 2 I had the same problem. Then I took the computer back to
>>where I bought it from. The support people got the serial port (and modem)

to
>>work and told me the problem was that Fedora did not work with the chip set
>>used in the computer (VIA K8M800 + VT8237R).

>
>The support people are full of it. The VT8237R (via the VT1211 LPC) provides
>standard 16C550 UARTs, which have been supported by the linux kernel, well,
>since forever.
>
>Check your bios settings for the serial ports, make sure it has COMA at
>0x3F8 and COMB at 0x2f8.
>
>Check your /var/log/messages file after reboot for similar to the following

lines:
>
>/var/log/messages:Aug 22 08:30:38 systema kernel: Serial: 8250/16550 driver

$Revision: 1.90 $ 4 ports, IRQ sharing enabled
>/var/log/messages:Aug 22 08:30:38 systema kernel: serial8250: ttyS0 at I/O

0x3f8 (irq = 4) is a 16550A
>/var/log/messages:Aug 22 08:30:38 systema kernel: serial8250: ttyS1 at I/O

0x2f8 (irq = 3) is a 16550A
>
>
>scott




The bios settings matched and the messages described above were in the
/var/log/messages file. However, when I tried to activate the connection I got
a "Failed to activate with error 2" message and the messages file showed the
following message:

ifup=ppd: ppd started for Eskimo on /dev/modem at 57600
pppd[2713] unrecognized option '/dev/moPdem'





What does this mean?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-18-2008, 06:38 PM
Scott Lurndal
 
Posts: n/a
Default Re: Serial Port Problem with Fedora

ice@eskimo.com (Greg Toth) writes:
>In article <5_%Mg.74$vJ2.22@newssvr12.news.prodigy.com>, scott@slp53.sl.home
>says...
>>
>>ice@eskimo.com (Greg Toth) writes:
>>>I am attempting to upgrade from Fedora 2 to Fedora 4. After doing the update,

>I
>>>can no longer use the serial port and external modem. When I originally
>>>installed Fedora 2 I had the same problem. Then I took the computer back to
>>>where I bought it from. The support people got the serial port (and modem)

>to
>>>work and told me the problem was that Fedora did not work with the chip set
>>>used in the computer (VIA K8M800 + VT8237R).

>>
>>The support people are full of it. The VT8237R (via the VT1211 LPC) provides
>>standard 16C550 UARTs, which have been supported by the linux kernel, well,
>>since forever.
>>
>>Check your bios settings for the serial ports, make sure it has COMA at
>>0x3F8 and COMB at 0x2f8.
>>
>>Check your /var/log/messages file after reboot for similar to the following

>lines:
>>
>>/var/log/messages:Aug 22 08:30:38 systema kernel: Serial: 8250/16550 driver

>$Revision: 1.90 $ 4 ports, IRQ sharing enabled
>>/var/log/messages:Aug 22 08:30:38 systema kernel: serial8250: ttyS0 at I/O

>0x3f8 (irq = 4) is a 16550A
>>/var/log/messages:Aug 22 08:30:38 systema kernel: serial8250: ttyS1 at I/O

>0x2f8 (irq = 3) is a 16550A
>>
>>
>>scott

>
>
>
>The bios settings matched and the messages described above were in the
>/var/log/messages file. However, when I tried to activate the connection I got
>a "Failed to activate with error 2" message and the messages file showed the
>following message:
>
>ifup=ppd: ppd started for Eskimo on /dev/modem at 57600
>pppd[2713] unrecognized option '/dev/moPdem'
>
>
>
>
>
>What does this mean?
>



It means you have a typo somewhere in a config file.

Try using /dev/ttyS0 instead of /dev/modem.

scott
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-18-2008, 06:39 PM
Greg Toth
 
Posts: n/a
Default Re: Serial Port Problem with Fedora

In article <5_%Mg.74$vJ2.22@newssvr12.news.prodigy.com>, scott@slp53.sl.home
says...
>
>ice@eskimo.com (Greg Toth) writes:
>>I am attempting to upgrade from Fedora 2 to Fedora 4. After doing the update,

I
>>can no longer use the serial port and external modem. When I originally
>>installed Fedora 2 I had the same problem. Then I took the computer back to
>>where I bought it from. The support people got the serial port (and modem)

to
>>work and told me the problem was that Fedora did not work with the chip set
>>used in the computer (VIA K8M800 + VT8237R).

>
>The support people are full of it. The VT8237R (via the VT1211 LPC) provides
>standard 16C550 UARTs, which have been supported by the linux kernel, well,
>since forever.
>
>Check your bios settings for the serial ports, make sure it has COMA at
>0x3F8 and COMB at 0x2f8.
>
>Check your /var/log/messages file after reboot for similar to the following

lines:
>
>/var/log/messages:Aug 22 08:30:38 systema kernel: Serial: 8250/16550 driver

$Revision: 1.90 $ 4 ports, IRQ sharing enabled
>/var/log/messages:Aug 22 08:30:38 systema kernel: serial8250: ttyS0 at I/O

0x3f8 (irq = 4) is a 16550A
>/var/log/messages:Aug 22 08:30:38 systema kernel: serial8250: ttyS1 at I/O

0x2f8 (irq = 3) is a 16550A
>
>
>scott



Thanks, switching from /dev/modev to //dev/stty0 worked

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:58 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com