Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-06 Thread CeDeROM
On Mon, Feb 4, 2013 at 10:05 PM, CeDeROM cede...@tlen.pl wrote: I also want to use my KT-LINK multipurpose low-level embedded access multitool based on FT2232H with RS232 port and I was worried there is no driver - right now I will add the PID and recompile sources to see if it works - happy

Re: So I whip out a FTDI-based multiport Serial USB Adapter.... [SB QUAR: Tue Feb 5 10:15:47 2013]

2013-02-06 Thread Karl Denninger
On 2/5/2013 11:25 AM, CeDeROM wrote: On Tue, Feb 5, 2013 at 6:09 PM, Karl Denninger k...@denninger.net wrote: The FTDI adapter has the provision for an external power supply (+5V) but it does not require it unless you're running off an unpowered bus, which is not normally the case. 500ma is

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-05 Thread CeDeROM
Just an idea - do you use certified usb 2.0 cable ? I had some problems many times using non-standard cables.. Try using certified cable. Try using different keyboard/mouse, maybe they drain too much power from a single USB port that connects all those equipment... try to see how much power do

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-05 Thread Chris H
On 2/4/2013 9:33 PM, Karl Denninger wrote: On 2/4/2013 9:02 PM, Karl Denninger wrote: On 2/4/2013 4:32 PM, Charles Sprickman wrote: On Feb 4, 2013, at 5:00 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 16:31 -0500, Charles Sprickman wrote: On Feb 4, 2013, at 4:13 PM, Ian Lepore wrote: On

Re: So I whip out a FTDI-based multiport Serial USB Adapter.... [SB QUAR: Tue Feb 5 10:15:47 2013]

2013-02-05 Thread Karl Denninger
On 2/5/2013 10:15 AM, Chris H wrote: On 2/4/2013 9:33 PM, Karl Denninger wrote: On 2/4/2013 9:02 PM, Karl Denninger wrote: On 2/4/2013 4:32 PM, Charles Sprickman wrote: These multiport things have been around for a long time. Someone at ISC recommended them when we were looking to replace

Re: So I whip out a FTDI-based multiport Serial USB Adapter.... [SB QUAR: Tue Feb 5 10:15:47 2013]

2013-02-05 Thread chrish
On 2/5/2013 10:15 AM, Chris H wrote: On 2/4/2013 9:33 PM, Karl Denninger wrote: On 2/4/2013 9:02 PM, Karl Denninger wrote: On 2/4/2013 4:32 PM, Charles Sprickman wrote: These multiport things have been around for a long time. Someone at ISC recommended them when we were looking to

Re: So I whip out a FTDI-based multiport Serial USB Adapter.... [SB QUAR: Tue Feb 5 10:15:47 2013]

2013-02-05 Thread Chris H
On 2/5/2013 10:15 AM, Chris H wrote: On 2/4/2013 9:33 PM, Karl Denninger wrote: On 2/4/2013 9:02 PM, Karl Denninger wrote: On 2/4/2013 4:32 PM, Charles Sprickman wrote: These multiport things have been around for a long time. Someone at ISC recommended them when we were looking to

Re: So I whip out a FTDI-based multiport Serial USB Adapter.... [SB QUAR: Tue Feb 5 10:15:47 2013]

2013-02-05 Thread CeDeROM
On Tue, Feb 5, 2013 at 5:27 PM, chr...@ultimatedns.net wrote: Understood. I was referring to the _computers_ power supply. :) Still it may be caused by some issued on the USB bus power management. Normally an USB port can supply 500mA of current. Above that port should be disabled by the host

Re: So I whip out a FTDI-based multiport Serial USB Adapter.... [SB QUAR: Tue Feb 5 10:15:47 2013]

2013-02-05 Thread Karl Denninger
On 2/5/2013 10:44 AM, CeDeROM wrote: On Tue, Feb 5, 2013 at 5:27 PM, chr...@ultimatedns.net wrote: Understood. I was referring to the _computers_ power supply. :) Still it may be caused by some issued on the USB bus power management. Normally an USB port can supply 500mA of current. Above

Re: So I whip out a FTDI-based multiport Serial USB Adapter.... [SB QUAR: Tue Feb 5 10:15:47 2013]

2013-02-05 Thread CeDeROM
On Tue, Feb 5, 2013 at 6:09 PM, Karl Denninger k...@denninger.net wrote: The FTDI adapter has the provision for an external power supply (+5V) but it does not require it unless you're running off an unpowered bus, which is not normally the case. 500ma is quite a bit of available energy. Karl,

So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread Karl Denninger
... and plug it into FreeBSD 9.1-Stable with the rev ID FreeBSD 9.1-STABLE #16 r244942 and it returns ugen4.4: vendor 0x0409 at usbus4 uhub6: vendor 0x0409 product 0x0050, class 9/0, rev 2.00/1.00, addr 4 on usbus4 uhub_attach: port 1 power on failed, USB_ERR_STALLED uhub_attach: port 2

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread Ian Lepore
On Mon, 2013-02-04 at 12:57 -0600, Karl Denninger wrote: ... and plug it into FreeBSD 9.1-Stable with the rev ID FreeBSD 9.1-STABLE #16 r244942 and it returns ugen4.4: vendor 0x0409 at usbus4 uhub6: vendor 0x0409 product 0x0050, class 9/0, rev 2.00/1.00, addr 4 on usbus4

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread Karl Denninger
On 2/4/2013 2:06 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 12:57 -0600, Karl Denninger wrote: ... and plug it into FreeBSD 9.1-Stable with the rev ID FreeBSD 9.1-STABLE #16 r244942 and it returns ugen4.4: vendor 0x0409 at usbus4 uhub6: vendor 0x0409 product 0x0050, class 9/0, rev

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread Karl Denninger
On 2/4/2013 2:06 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 12:57 -0600, Karl Denninger wrote: ... and plug it into FreeBSD 9.1-Stable with the rev ID FreeBSD 9.1-STABLE #16 r244942 and it returns ugen4.4: vendor 0x0409 at usbus4 uhub6: vendor 0x0409 product 0x0050, class 9/0, rev

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread CeDeROM
On Mon, Feb 4, 2013 at 9:06 PM, Ian Lepore i...@freebsd.org wrote: FTDI's vendor ID is 0x0403, and FTDI stuff works fine in FreeBSD 9 and 10; I use it all the time. Sometimes aftermarket vendors who use FTDI's parts program different vendor/product info and IDs have to be added to code to

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread Ian Lepore
On Mon, 2013-02-04 at 14:58 -0600, Karl Denninger wrote: On 2/4/2013 2:06 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 12:57 -0600, Karl Denninger wrote: ... and plug it into FreeBSD 9.1-Stable with the rev ID FreeBSD 9.1-STABLE #16 r244942 and it returns ugen4.4: vendor 0x0409

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread Ian Lepore
On Mon, 2013-02-04 at 22:05 +0100, CeDeROM wrote: On Mon, Feb 4, 2013 at 9:06 PM, Ian Lepore i...@freebsd.org wrote: FTDI's vendor ID is 0x0403, and FTDI stuff works fine in FreeBSD 9 and 10; I use it all the time. Sometimes aftermarket vendors who use FTDI's parts program different

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread Karl Denninger
On 2/4/2013 3:13 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 14:58 -0600, Karl Denninger wrote: On 2/4/2013 2:06 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 12:57 -0600, Karl Denninger wrote: ... and plug it into FreeBSD 9.1-Stable with the rev ID FreeBSD 9.1-STABLE #16 r244942 and it

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread CeDeROM
On Mon, Feb 4, 2013 at 10:20 PM, Karl Denninger k...@denninger.net wrote: The machine is fine. The adapter is fine too -- I powered up the old machine and it works too, and recognizes the adapter immediately (on FreeBSD-Stable 7.) No problems with either. Hello Karl :-) Is VID/PID the same

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread Ian Lepore
On Mon, 2013-02-04 at 15:20 -0600, Karl Denninger wrote: On 2/4/2013 3:13 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 14:58 -0600, Karl Denninger wrote: On 2/4/2013 2:06 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 12:57 -0600, Karl Denninger wrote: ... and plug it into FreeBSD 9.1-Stable

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread Charles Sprickman
On Feb 4, 2013, at 4:13 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 14:58 -0600, Karl Denninger wrote: On 2/4/2013 2:06 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 12:57 -0600, Karl Denninger wrote: ... and plug it into FreeBSD 9.1-Stable with the rev ID FreeBSD 9.1-STABLE #16 r244942

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread Ian Lepore
On Mon, 2013-02-04 at 16:31 -0500, Charles Sprickman wrote: On Feb 4, 2013, at 4:13 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 14:58 -0600, Karl Denninger wrote: On 2/4/2013 2:06 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 12:57 -0600, Karl Denninger wrote: ... and plug it into FreeBSD

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread Karl Denninger
On 2/4/2013 4:00 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 16:31 -0500, Charles Sprickman wrote: On Feb 4, 2013, at 4:13 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 14:58 -0600, Karl Denninger wrote: On 2/4/2013 2:06 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 12:57 -0600, Karl Denninger

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread Charles Sprickman
On Feb 4, 2013, at 5:00 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 16:31 -0500, Charles Sprickman wrote: On Feb 4, 2013, at 4:13 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 14:58 -0600, Karl Denninger wrote: On 2/4/2013 2:06 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 12:57 -0600, Karl

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread Karl Denninger
On 2/4/2013 4:32 PM, Charles Sprickman wrote: On Feb 4, 2013, at 5:00 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 16:31 -0500, Charles Sprickman wrote: On Feb 4, 2013, at 4:13 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 14:58 -0600, Karl Denninger wrote: On 2/4/2013 2:06 PM, Ian Lepore

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread Karl Denninger
On 2/4/2013 9:02 PM, Karl Denninger wrote: On 2/4/2013 4:32 PM, Charles Sprickman wrote: On Feb 4, 2013, at 5:00 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 16:31 -0500, Charles Sprickman wrote: On Feb 4, 2013, at 4:13 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 14:58 -0600, Karl Denninger

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-04 Thread Karl Denninger
On 2/4/2013 9:33 PM, Karl Denninger wrote: On 2/4/2013 9:02 PM, Karl Denninger wrote: On 2/4/2013 4:32 PM, Charles Sprickman wrote: On Feb 4, 2013, at 5:00 PM, Ian Lepore wrote: On Mon, 2013-02-04 at 16:31 -0500, Charles Sprickman wrote: On Feb 4, 2013, at 4:13 PM, Ian Lepore wrote: On