Re: FTDI serial console support?

2018-05-30 Thread Daniel Kiper
On Sat, May 26, 2018 at 07:21:24AM +0200, Petter Gustad wrote: > From: Andrew Worsley > Subject: Re: FTDI serial console support? > Date: Sat, 19 May 2018 23:12:42 +1000 > > > On 19 May 2018 at 00:32, Petter Gustad wrote: > >> From: Daniel Kiper > >> Subj

Re: FTDI serial console support?

2018-05-25 Thread Petter Gustad
From: Andrew Worsley Subject: Re: FTDI serial console support? Date: Sat, 19 May 2018 23:12:42 +1000 > On 19 May 2018 at 00:32, Petter Gustad wrote: >> From: Daniel Kiper >> Subject: Re: FTDI serial console support? >> Date: Fri, 18 May 2018 13:55:55 +0200 >> >&g

Re: FTDI serial console support?

2018-05-19 Thread Andrew Worsley
On 19 May 2018 at 00:32, Petter Gustad wrote: > From: Daniel Kiper > Subject: Re: FTDI serial console support? > Date: Fri, 18 May 2018 13:55:55 +0200 > >> On Fri, May 18, 2018 at 01:01:41PM +0200, Petter Gustad wrote: >>> From: Daniel Kiper >>> Subj

Re: FTDI serial console support?

2018-05-18 Thread Petter Gustad
From: Daniel Kiper Subject: Re: FTDI serial console support? Date: Fri, 18 May 2018 13:55:55 +0200 > On Fri, May 18, 2018 at 01:01:41PM +0200, Petter Gustad wrote: >> From: Daniel Kiper >> Subject: Re: FTDI serial console support? >> Date: Wed, 16 May 2018 11:32:19 +0200 &

Re: FTDI serial console support?

2018-05-18 Thread Daniel Kiper
On Fri, May 18, 2018 at 01:01:41PM +0200, Petter Gustad wrote: > From: Daniel Kiper > Subject: Re: FTDI serial console support? > Date: Wed, 16 May 2018 11:32:19 +0200 > > > On Wed, May 16, 2018 at 06:21:17AM +0200, Petter Gustad wrote: > >> From: Daniel Kiper &g

Re: FTDI serial console support?

2018-05-18 Thread Petter Gustad
From: Daniel Kiper Subject: Re: FTDI serial console support? Date: Wed, 16 May 2018 11:32:19 +0200 > On Wed, May 16, 2018 at 06:21:17AM +0200, Petter Gustad wrote: >> From: Daniel Kiper >> Subject: Re: FTDI serial console support? >> Date: Tue, 15 May 2018 22:00:06 +0200 &

Re: FTDI serial console support?

2018-05-16 Thread Daniel Kiper
On Wed, May 16, 2018 at 06:21:17AM +0200, Petter Gustad wrote: > From: Daniel Kiper > Subject: Re: FTDI serial console support? > Date: Tue, 15 May 2018 22:00:06 +0200 > > > On Fri, May 11, 2018 at 03:55:36PM +0200, Petter Gustad wrote: > >> > >> Is there

Re: FTDI serial console support?

2018-05-15 Thread Petter Gustad
From: Daniel Kiper Subject: Re: FTDI serial console support? Date: Tue, 15 May 2018 22:00:06 +0200 > On Fri, May 11, 2018 at 03:55:36PM +0200, Petter Gustad wrote: >> >> Is there a way to specify a FTDI based serial console using >> GRUB_TERMINAL, GRUB_SERIAL_COMMAND, or so

Re: FTDI serial console support?

2018-05-15 Thread Daniel Kiper
On Fri, May 11, 2018 at 03:55:36PM +0200, Petter Gustad wrote: > > Is there a way to specify a FTDI based serial console using > GRUB_TERMINAL, GRUB_SERIAL_COMMAND, or some other variable? If yes, > what is the syntax? > > BTW my serial port adapter matches the vendor id and de

FTDI serial console support?

2018-05-11 Thread Petter Gustad
Is there a way to specify a FTDI based serial console using GRUB_TERMINAL, GRUB_SERIAL_COMMAND, or some other variable? If yes, what is the syntax? BTW my serial port adapter matches the vendor id and device id given in grub-core/bus/usb/serial/ftdi.c: Bus 001 Device 008: ID 0403:6001 Future

Re: PowerMac serial console confusion

2013-11-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
gt; and I need to say "serial escc-ch-b --speed=57600" to get the serial > console working. > > It would seem that GRUB 2.00 has ch-a and ch-b the other way round: > > add_device (macio_addr[2] + escc_addr[0] + 32, 1); > add_device (macio_addr[2] + escc_a

PowerMac serial console confusion

2013-11-09 Thread Aaro Koskinen
: [2.288585] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 [...] Also in Open Firmware the primary serial port seems to be ch-a (there is only one port in the box anyway). However, that won't work in GRUB and I need to say "serial escc-ch-b --speed=57600" to get the serial console working. It

Re: serial console

2009-07-08 Thread Pavel Roskin
On Wed, 2009-07-08 at 05:53 -0400, syla...@aim.com wrote: > I have two computers which I would like to connect to each other with > a serial cable and have a serial console thus. I would like to know > (before I search and buy and install all the serial brackets for > motherboard

serial console

2009-07-08 Thread sylarrrrrrr
Hi I have two computers which I would like to connect to each other with a serial cable and have a serial console thus. I would like to know (before I search and buy and install all the serial brackets for motherboard headers, and cable) if I would be able to use the serial console in

Re: [PATCH] fix serial console on LinuxBIOS

2007-11-10 Thread Robert Millan
On Sat, Nov 10, 2007 at 04:29:07PM +0100, Marco Gerards wrote: > >> > >> No header ;) > > > > Uhm what header? > > That's what I said ;-) > > What I meant was something like: > > 2007-10-31 Robert Millan <[EMAIL PROTECTED]> Ah, right. I tend to skip this because the first part becomes obsol

Re: [PATCH] fix serial console on LinuxBIOS

2007-11-10 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Fri, Nov 09, 2007 at 04:30:44PM +0100, Marco Gerards wrote: >> Robert Millan <[EMAIL PROTECTED]> writes: >> >> > This patch fixes serial console on LinuxBIOS. >> > >> > I&#

Re: [PATCH] fix serial console on LinuxBIOS

2007-11-09 Thread Robert Millan
On Fri, Nov 09, 2007 at 04:30:44PM +0100, Marco Gerards wrote: > Robert Millan <[EMAIL PROTECTED]> writes: > > > This patch fixes serial console on LinuxBIOS. > > > > I'd appreciate comments (specially on the > > addition). > > > > -- &

Re: [PATCH] fix serial console on LinuxBIOS

2007-11-09 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > This patch fixes serial console on LinuxBIOS. > > I'd appreciate comments (specially on the addition). > > -- > Robert Millan > > I know my rights; I want my phone call! > What use is a phone call, if you are un

Re: [PATCH] fix serial console on LinuxBIOS

2007-11-08 Thread Robert Millan
On Wed, Nov 07, 2007 at 08:02:28PM -0600, Jerone Young wrote: > Does Linux bios only allow for two serial ports? I think the PC/AT architecture is limited to 2 serial ports. Anyway, LinuxBIOS does nothing to "allow" their use; it just initialises some hardware and hands out control to GRUB in a n

Re: [PATCH] fix serial console on LinuxBIOS

2007-11-07 Thread Jerone Young
wrote: > > This patch fixes serial console on LinuxBIOS. > > I'd appreciate comments (specially on the addition). > > -- > Robert Millan > > I know my rights; I want my phone call! > What use is a phone call, if you are unable to speak? > (as seen on /.) >

[PATCH] fix serial console on LinuxBIOS

2007-11-07 Thread Robert Millan
This patch fixes serial console on LinuxBIOS. I'd appreciate comments (specially on the addition). -- Robert Millan I know my rights; I want my phone call! What use is a phone call, if you are unable to speak? (as seen on /.) * include/grub/i386/efi/machine.h: New file. * include