Re: USB Console?

2007-11-10 Thread Lowell Gilbert
Jerahmy Pocott [EMAIL PROTECTED] writes:

 I was wondering if there is any way to put the console on a USB port?
 Since serial and parallel ports are becoming things of the past and
 many systems don't come with them any more..

 Serial console on USB?

I think it should work okay with a USB serial port adapter.
And there's dcons(4).

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB Console?

2007-11-10 Thread Warren Block

On Sat, 10 Nov 2007, Jerahmy Pocott wrote:


I was wondering if there is any way to put the console on a USB port?
Since serial and parallel ports are becoming things of the past and
many systems don't come with them any more..

Serial console on USB?


The boot console?  Probably not.  Logging in to a booted system should 
work.


I actually just got a PL2303 USB-to-serial adapter:

http://www.newegg.com/product/product.asp?item=N82E16812149115

It shows up when the uplcom module is loaded.  ucom creates /dev/cuaU0, 
which could be entered in /etc/ttys.


(Rule #1 of serial: no matter how many cables and adapters you have, 
none will be correct and you will eventually have to buy or build one. 
That's why I haven't tested this yet.)


-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB Console?

2007-11-09 Thread Jerahmy Pocott

Hello,

Firstly sorry for my recent double post mx1.freebsd.org was rejecting
my mail for some reason..

I was wondering if there is any way to put the console on a USB port?
Since serial and parallel ports are becoming things of the past and
many systems don't come with them any more..

Serial console on USB?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB Console?

2007-11-09 Thread Jack Barnett

Jerahmy Pocott wrote:

Hello,

Firstly sorry for my recent double post mx1.freebsd.org was rejecting
my mail for some reason..

I was wondering if there is any way to put the console on a USB port?
Since serial and parallel ports are becoming things of the past and
many systems don't come with them any more..

Serial console on USB?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
Don't know about USB; but you can get a serial PCI card for about 10-20 
bucks.  Cheaper used.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB console or other alternatives

2007-04-26 Thread Lowell Gilbert
Doug Lee [EMAIL PROTECTED] writes:

 I'm one of these guys running FreeBSD 4.11 on very old hardware (a
 Pentium 166, specifically), and I want to upgrade to FreeBSD 6 or 7
 soon but with new hardware.  Being blind, I need to use something
 other than the video card for a console.  I've been using a serial
 console for a long time, but serial ports are getting scarce.  I need
 the console to become active during the boot sequence in case of
 problems, as it can with a serial console.  As I did with FreeBSD 3
 and 4, I will also want to activate this console during FreeBSD
 installation if possible, so I don't have to have someone else be here
 when I install it.

 Can modern hardware and a modern FreeBSD version provide console
 access before the kernel loads via USB or via anything other than an
 actual on-board or PCI serial port?

I am not sure, but I would expect that you would need BIOS support for
something like that.  Personally, I would stick with serial ports as
long as possible, because they are much more simple than any
alternatives.  

What do you hook up to that serial port, anyway?

Sorry I can't be more helpful, but I wanted to make sure you got
*some* help.

Good luck.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB console or other alternatives

2007-04-26 Thread Doug Lee
On Thu, Apr 26, 2007 at 11:14:26AM -0400, Lowell Gilbert wrote:
 Doug Lee [EMAIL PROTECTED] writes:
 
  I'm one of these guys running FreeBSD 4.11 on very old hardware (a
  Pentium 166, specifically), and I want to upgrade to FreeBSD 6 or 7
  soon but with new hardware.  Being blind, I need to use something
  other than the video card for a console.  I've been using a serial
  console for a long time, but serial ports are getting scarce.  I need
  the console to become active during the boot sequence in case of
  problems, as it can with a serial console.  As I did with FreeBSD 3
  and 4, I will also want to activate this console during FreeBSD
  installation if possible, so I don't have to have someone else be here
  when I install it.
 
  Can modern hardware and a modern FreeBSD version provide console
  access before the kernel loads via USB or via anything other than an
  actual on-board or PCI serial port?

 I am not sure, but I would expect that you would need BIOS support for
 something like that.  Personally, I would stick with serial ports as
 long as possible, because they are much more simple than any
 alternatives.  

More simple once found at least. :-)

 What do you hook up to that serial port, anyway?

A desktop Windows machine with a serial port, until said machine
suddenly ceased to function entirely.  Now it would be a laptop
with a USB-to-serial adapter except the one I bought also seems
unwilling to function.  I tend to run short of PCMCIA slots for
such things on my laptop, my one-and-only PCMCIA slot being occupied
pretty permanently by an EVDO card.

Sounds like I'll need a *functional* USB-to-serial adapter on the
laptop end, an actual serial port on whatever new box of parts ends up
running FreeBSD 6/7, and my old trusty null modem conglomerate of cable
and adapters.  I guess I'll collect recommendations for a good
USB-to-serial adapter.  I've seen prices range from around $30 to
around $120.00 if memory serves, and the last one I bought was closer
to the former.

-- 
Doug Lee [EMAIL PROTECTED]
SSB + BART Group [EMAIL PROTECTED]   http://www.ssbbartgroup.com
A mailing list is a crude but effective cross between a
chain letter and a shouting match.  -Andrew Kantor
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB console or other alternatives

2007-04-26 Thread Lowell Gilbert
Doug Lee [EMAIL PROTECTED] writes:

 On Thu, Apr 26, 2007 at 11:14:26AM -0400, Lowell Gilbert wrote:
 Doug Lee [EMAIL PROTECTED] writes:
 
  Can modern hardware and a modern FreeBSD version provide console
  access before the kernel loads via USB or via anything other than an
  actual on-board or PCI serial port?

 I am not sure, but I would expect that you would need BIOS support for
 something like that.  Personally, I would stick with serial ports as
 long as possible, because they are much more simple than any
 alternatives.  

 More simple once found at least. :-)

More simple electrically, I was thinking.

 What do you hook up to that serial port, anyway?

 A desktop Windows machine with a serial port, until said machine
 suddenly ceased to function entirely.  Now it would be a laptop
 with a USB-to-serial adapter except the one I bought also seems
 unwilling to function.  I tend to run short of PCMCIA slots for
 such things on my laptop, my one-and-only PCMCIA slot being occupied
 pretty permanently by an EVDO card.

So the problem is a lack of serial ports on your laptop terminal,
not on the FreeBSD machine?  That sounds easier to work around than
the other way around.

There are some other possibilities, but I don't think they will work
as early in the boot process.  I *think* you can use a USB serial port
as a console, but the loader doesn't seem to understand it.  There's
also dcons(4), but that needs firewire, and I don't know if that knows
how to talk to anything on a Windows machine.

Good luck; sorry I can't be more help.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB console or other alternatives

2007-04-26 Thread Doug Lee
On Thu, Apr 26, 2007 at 04:24:23PM -0400, Lowell Gilbert wrote:
 Doug Lee [EMAIL PROTECTED] writes:
 
  On Thu, Apr 26, 2007 at 11:14:26AM -0400, Lowell Gilbert wrote:
  What do you hook up to that serial port, anyway?
 
  A desktop Windows machine with a serial port, until said machine
  suddenly ceased to function entirely.  Now it would be a laptop
  with a USB-to-serial adapter except the one I bought also seems
  unwilling to function.  I tend to run short of PCMCIA slots for
  such things on my laptop, my one-and-only PCMCIA slot being occupied
  pretty permanently by an EVDO card.
 
 So the problem is a lack of serial ports on your laptop terminal,
 not on the FreeBSD machine?  That sounds easier to work around than
 the other way around.

Lack of serial ports on laptop yes; the FreeBSD hardware hasn't been
chosen yet, but I predicted difficulty getting a modern machine with a
serial port.  Perhaps not.

 There are some other possibilities, but I don't think they will work
 as early in the boot process.  I *think* you can use a USB serial port
 as a console, but the loader doesn't seem to understand it.  There's
 also dcons(4), but that needs firewire, and I don't know if that knows
 how to talk to anything on a Windows machine.

I predicted the USB problem you mention.  I have firewire on this
laptop but I've never tried to use it.

-- 
Doug Lee [EMAIL PROTECTED]
SSB + BART Group [EMAIL PROTECTED]   http://www.ssbbartgroup.com
There are no guarantees.  From a standpoint of fear, none are
strong enough.  From a standpoint of love, none are necessary.
- from Emmanuel's Book II
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB console or other alternatives

2007-04-25 Thread Doug Lee
I'm one of these guys running FreeBSD 4.11 on very old hardware (a
Pentium 166, specifically), and I want to upgrade to FreeBSD 6 or 7
soon but with new hardware.  Being blind, I need to use something
other than the video card for a console.  I've been using a serial
console for a long time, but serial ports are getting scarce.  I need
the console to become active during the boot sequence in case of
problems, as it can with a serial console.  As I did with FreeBSD 3
and 4, I will also want to activate this console during FreeBSD
installation if possible, so I don't have to have someone else be here
when I install it.

Can modern hardware and a modern FreeBSD version provide console
access before the kernel loads via USB or via anything other than an
actual on-board or PCI serial port?

Please Cc answers.  Thanks very much for any info.


-- 
Doug Lee [EMAIL PROTECTED]
SSB + BART Group [EMAIL PROTECTED]   http://www.ssbbartgroup.com
Innovation is hard to schedule. -- Dan Fylstra
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb console

2005-04-11 Thread Emanuel Strobl
Am Freitag, 8. April 2005 00:50 schrieb Gert Cuykens:
 Is it possible to do the console thingie not with a null modem serial
 cable but with a usb cable ?

 When you do the serial console, it means that you have a screen like
 it was the other pc's screen, right ? With boot messages and

Right, in fact the syscons is just a kind of serial emulation. Traditionally 
all consoles were serial terminals.

You can use USB-Serial cables if you don't have enough serial ports, but 
there's no USB-USB console.
But there is dcons, a simple console over firewire!

-Harry

 everything, able to do whatever you want like your keybord and screen
 was connected to the serial server itself right ?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


pgp4jWRA2ZnUl.pgp
Description: PGP signature


usb console

2005-04-07 Thread Gert Cuykens
Is it possible to do the console thingie not with a null modem serial
cable but with a usb cable ?

When you do the serial console, it means that you have a screen like
it was the other pc's screen, right ? With boot messages and
everything, able to do whatever you want like your keybord and screen
was connected to the serial server itself right ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB-console?

2003-09-19 Thread Daniel Johansson
Hello dear FreeBSD users ;)

I've got a small question. Scince more and more companies take away the
old serialport on all new computers that the sell today we won't be able
to admin our servers with serialconsole, when one don't have network
etc. and don't want to have a screen + keybord next to the computer. 

So what I was thinking about was if there exists or is plans on
developing USB-console or anything similar. Consoleaccess over USB. Sure
would be very handy and cool but maby that is not possible/wantable to
do?

-- 
Daniel Johansson - [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]