All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [parisc-linux] Serial MUX
  2002-09-29 19:09 [parisc-linux] Serial MUX Stephan
@ 2002-09-29 18:28 ` Christoph Plattner
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Plattner @ 2002-09-29 18:28 UTC (permalink / raw)
  To: Stephan; +Cc: parisc-linux

Hello,

this driver is under development !
This driver can be used on machines having a non-supported
multi-serial interface like a E35/45/55 or some K-series
machines. 

The first and already tested driver is the PDC console
driver, to use only port-0 of the multi serial board
as console. Now an alternative native MUX driver 
is under development, but this driver can currently 
ONLY access port-0 (first port). The multi-line support
is not coded yet, and some short tests by me show
problems (machine hangs up !).

So you cannot access the multiple serial ports, so sorry.

Christoph P.


Stephan wrote:
> 
> Hello,
> i just compiled kernel with serial mux support
> how I can use it?
> how to create ttyB*?
> REgards
> 
> ________________________________________________
> This mail was sent by Godzilla 1.0
> 
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

-- 
-------------------------------------------------------
private:	christoph.plattner@gmx.at
company:	christoph.plattner@alcatel.at

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [parisc-linux] Serial MUX
@ 2002-09-29 19:09 Stephan
  2002-09-29 18:28 ` Christoph Plattner
  0 siblings, 1 reply; 6+ messages in thread
From: Stephan @ 2002-09-29 19:09 UTC (permalink / raw)
  To: parisc-linux

Hello,
i just compiled kernel with serial mux support
how I can use it?
how to create ttyB*?
REgards

________________________________________________
This mail was sent by Godzilla 1.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [parisc-linux] Serial MUX
@ 2002-09-30 15:03 "Beerse, Corné"
  2002-09-30 15:25 ` Matthew Wilcox
  2002-09-30 18:31 ` Christoph Plattner
  0 siblings, 2 replies; 6+ messages in thread
From: "Beerse, Corné" @ 2002-09-30 15:03 UTC (permalink / raw)
  To: 'parisc-linux maillist'

[-- Attachment #1: Type: text/plain, Size: 935 bytes --]

> -----Original Message-----
> From: Christoph Plattner [mailto:christoph.plattner@gmx.at]
> 
> this driver is under development !
> This driver can be used on machines having a non-supported
> multi-serial interface like a E35/45/55 or some K-series
> machines. 

Does this indicate someone is trying to make linux on a E45 usefull? I've
one next to my desk (terrible noise from the disks or fan).

Unfortunately I cannot help developping, but I can do some testing.

> 
> The first and already tested driver is the PDC console
> driver, to use only port-0 of the multi serial board
> as console. Now an alternative native MUX driver 
> is under development, but this driver can currently 
> ONLY access port-0 (first port). The multi-line support
> is not coded yet, and some short tests by me show
> problems (machine hangs up !).
> 
> So you cannot access the multiple serial ports, so sorry.
> 
I only need it for console.


CBee

[-- Attachment #2: Type: text/html, Size: 1916 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] Serial MUX
  2002-09-30 15:03 "Beerse, Corné"
@ 2002-09-30 15:25 ` Matthew Wilcox
  2002-09-30 18:33   ` Christoph Plattner
  2002-09-30 18:31 ` Christoph Plattner
  1 sibling, 1 reply; 6+ messages in thread
From: Matthew Wilcox @ 2002-09-30 15:25 UTC (permalink / raw)
  To: Christoph Plattner; +Cc: 'parisc-linux maillist'

From: Christoph Plattner [mailto:christoph.plattner@gmx.at]
> This driver can be used on machines having a non-supported
> multi-serial interface like a E35/45/55 or some K-series
> machines. 

slight misunderstanding: this driver supports almost all the
non-16550-compatible serial ports used on HP machines.  That includes E,
F-I, K-class and the optional console card used with some D & R class
machines.  It doesn't include "Burgundy", "Silverfox" or "Lego" console
devices.  I'm working on updating the hwdb to reflect this.

-- 
Revolutions do not require corporate support.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] Serial MUX
  2002-09-30 15:03 "Beerse, Corné"
  2002-09-30 15:25 ` Matthew Wilcox
@ 2002-09-30 18:31 ` Christoph Plattner
  1 sibling, 0 replies; 6+ messages in thread
From: Christoph Plattner @ 2002-09-30 18:31 UTC (permalink / raw)
  To: Beerse, Corné; +Cc: 'parisc-linux maillist'

Hello,

yes, I want to have E55 (and familiy) supported fully,
and I try to help in development (so far it is possible,
it is hard to get access to HP documentation).

To use the E55 (or family) as a diskless server, it works
(so you can reduce noise at the meantime, the disks cannot
be accessed in Linux - yet !).

For such a diskless operation, you need
	- serial console
	- ethernet
	- core system
All three things are running under Linux.
Again, you can use the PDC CONSOLE driver OR the MUX driver.
Both are accessed via ttyB0 at the moment.

Christoph



> "Beerse, Corné" wrote:
> 
> > -----Original Message-----
> > From: Christoph Plattner [mailto:christoph.plattner@gmx.at]
> >
> > this driver is under development !
> > This driver can be used on machines having a non-supported
> > multi-serial interface like a E35/45/55 or some K-series
> > machines.
> 
> Does this indicate someone is trying to make linux on a E45 usefull?
> I've one next to my desk (terrible noise from the disks or fan).
> 
> Unfortunately I cannot help developping, but I can do some testing.
> 
> >
> > The first and already tested driver is the PDC console
> > driver, to use only port-0 of the multi serial board
> > as console. Now an alternative native MUX driver
> > is under development, but this driver can currently
> > ONLY access port-0 (first port). The multi-line support
> > is not coded yet, and some short tests by me show
> > problems (machine hangs up !).
> >
> > So you cannot access the multiple serial ports, so sorry.
> >
> I only need it for console.
> 
> CBee

-- 
-------------------------------------------------------
private:	christoph.plattner@gmx.at
company:	christoph.plattner@alcatel.at

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] Serial MUX
  2002-09-30 15:25 ` Matthew Wilcox
@ 2002-09-30 18:33   ` Christoph Plattner
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Plattner @ 2002-09-30 18:33 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: 'parisc-linux maillist'

Oh sorry, that's beautiful, that there are so much
machines with the same device type. My knowledge was
here not complete. I only knew the state of the E55 
(family) and of this one K-class machine, Ryan has.

Christoph



Matthew Wilcox wrote:
> 
> From: Christoph Plattner [mailto:christoph.plattner@gmx.at]
> > This driver can be used on machines having a non-supported
> > multi-serial interface like a E35/45/55 or some K-series
> > machines.
> 
> slight misunderstanding: this driver supports almost all the
> non-16550-compatible serial ports used on HP machines.  That includes E,
> F-I, K-class and the optional console card used with some D & R class
> machines.  It doesn't include "Burgundy", "Silverfox" or "Lego" console
> devices.  I'm working on updating the hwdb to reflect this.
> 
> --
> Revolutions do not require corporate support.
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

-- 
-------------------------------------------------------
private:	christoph.plattner@gmx.at
company:	christoph.plattner@alcatel.at

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-09-30 18:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-29 19:09 [parisc-linux] Serial MUX Stephan
2002-09-29 18:28 ` Christoph Plattner
  -- strict thread matches above, loose matches on Subject: below --
2002-09-30 15:03 "Beerse, Corné"
2002-09-30 15:25 ` Matthew Wilcox
2002-09-30 18:33   ` Christoph Plattner
2002-09-30 18:31 ` Christoph Plattner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.