2003-03-14 17:29:41

by Badari Pulavarty

[permalink] [raw]
Subject: 2.5.64 ttyS problem ?

Hi,

Any one see this problem ? Is it a known problem ?
How do I fix this ? I am running 2.5.64.

# minicom
Device /dev/ttyS1 lock failed: No child processes.

# ls -l /dev/ttyS1
crw-rw---- 1 root uucp 4, 65 Mar 14 10:23 /dev/ttyS1

# echo "test" > /dev/ttyS1
#

Thanks,
Badari


2003-03-14 23:23:04

by Greg KH

[permalink] [raw]
Subject: Re: 2.5.64 ttyS problem ?

On Fri, Mar 14, 2003 at 09:37:04AM -0800, Badari Pulavarty wrote:
> Hi,
>
> Any one see this problem ? Is it a known problem ?

Pat Mochel reported this problem in the past. I think it might be fixed
in the latest -bk tree, have you tried that?

thanks,

greg k-h

2003-03-24 14:46:02

by Spang Oliver

[permalink] [raw]
Subject: Re: 2.5.64 ttyS problem ?

Hi,

has anyone another solution? I tried 2.5.62 to 2.5.65, same result.

regards
Oliver

2003-03-24 15:06:13

by Duncan Sands

[permalink] [raw]
Subject: Re: 2.5.64 ttyS problem ?

> has anyone another solution? I tried 2.5.62 to 2.5.65, same result.

Is this the no "serial" module problem? It seems to have been renamed
"8250", but not everything knows that yet...

Duncan.

2003-03-24 23:40:45

by Badari Pulavarty

[permalink] [raw]
Subject: Re: 2.5.64 ttyS problem ?

On Monday 24 March 2003 07:17 am, Duncan Sands wrote:
> > has anyone another solution? I tried 2.5.62 to 2.5.65, same result.
>
> Is this the no "serial" module problem? It seems to have been renamed
> "8250", but not everything knows that yet...
>
> Duncan.

[root@elm3b81 linux-2.5.64-gcov]# minicom
Device /dev/ttyS1 lock failed: No child processes.

[root@elm3b81 linux-2.5.64-gcov]# grep 8250 .config
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
# CONFIG_SERIAL_8250_CS is not set
# CONFIG_SERIAL_8250_EXTENDED is not set
# Non-8250 serial port support

- Badari