Re: Moxa 8-port serial multiplexor, how-to

2009-08-05 Thread Doug Poland
On Wed, Aug 05, 2009 at 06:34:45PM -0600, Tim Judd wrote: > On 8/5/09, Doug Poland wrote: > > On Wed, Aug 05, 2009 at 05:54:30PM -0600, Tim Judd wrote: > >> On 7/29/09, Doug Poland wrote: > >> > On Wed, July 29, 2009 12:04, WATANABE Kazuhiro wrote: > >> >> > >> >> At Fri, 24 Jul 2009 10:32:52 -05

Re: Moxa 8-port serial multiplexor, how-to

2009-08-05 Thread Tim Judd
On 8/5/09, Doug Poland wrote: > On Wed, Aug 05, 2009 at 05:54:30PM -0600, Tim Judd wrote: >> On 7/29/09, Doug Poland wrote: >> > On Wed, July 29, 2009 12:04, WATANABE Kazuhiro wrote: >> >> >> >> At Fri, 24 Jul 2009 10:32:52 -0500, >> >> Doug Poland wrote: >> >>> Hello, >> >>> >> >>> I'm trying to

Re: Moxa 8-port serial multiplexor, how-to

2009-08-05 Thread Doug Poland
On Wed, Aug 05, 2009 at 05:54:30PM -0600, Tim Judd wrote: > On 7/29/09, Doug Poland wrote: > > On Wed, July 29, 2009 12:04, WATANABE Kazuhiro wrote: > >> > >> At Fri, 24 Jul 2009 10:32:52 -0500, > >> Doug Poland wrote: > >>> Hello, > >>> > >>> I'm trying to get a Moxa Technologies C168H/PCI 8-port

Re: Moxa 8-port serial multiplexor, how-to

2009-08-05 Thread Tim Judd
On 7/29/09, Doug Poland wrote: > On Wed, July 29, 2009 12:04, WATANABE Kazuhiro wrote: >> >> At Fri, 24 Jul 2009 10:32:52 -0500, >> Doug Poland wrote: >>> Hello, >>> >>> I'm trying to get a Moxa Technologies C168H/PCI 8-port mux card >>> working in 7.2-RELEASE(i386). >>> >>> I've recompiled a GENE

Re: Moxa 8-port serial multiplexor, how-to

2009-07-29 Thread Doug Poland
On Wed, July 29, 2009 12:04, WATANABE Kazuhiro wrote: > > At Fri, 24 Jul 2009 10:32:52 -0500, > Doug Poland wrote: >> Hello, >> >> I'm trying to get a Moxa Technologies C168H/PCI 8-port mux card >> working in 7.2-RELEASE(i386). >> >> I've recompiled a GENERIC kernel with >> >> options COM_MULTIPO

Re: Moxa 8-port serial multiplexor, how-to

2009-07-29 Thread WATANABE Kazuhiro
Hi. If you want to load the puc(4) driver as a loadable module, you should load the sio(4) or uart(4) driver module as well. But these drivers are included in the GENERIC kernel. So you should to remove sio(4) or uart(4) from the kernel and load it as a loadable module. The other solution is to

Re: Moxa 8-port serial multiplexor, how-to

2009-07-28 Thread Doug Poland
On Sat, July 25, 2009 01:46, Polytropon wrote: > On Fri, 24 Jul 2009 10:32:52 -0500, "Doug Poland" > wrote: >> After reading the handbook(26.2) and man puc(4), sio(4). man sio(4) >> talks about adding /boot/device.hints but not for my particular >> hardware. I'm at a loss on how to continue. >>

Re: Moxa 8-port serial multiplexor, how-to

2009-07-24 Thread Polytropon
On Fri, 24 Jul 2009 10:32:52 -0500, "Doug Poland" wrote: > After reading the handbook(26.2) and man puc(4), sio(4). man sio(4) > talks about adding /boot/device.hints but not for my particular > hardware. I'm at a loss on how to continue. > > Suggestions, pointers, URLs welcome. The file is /b

Moxa 8-port serial multiplexor, how-to

2009-07-24 Thread Doug Poland
Hello, I'm trying to get a Moxa Technologies C168H/PCI 8-port mux card working in 7.2-RELEASE(i386). I've recompiled a GENERIC kernel with options COM_MULTIPORT and loaded the puc(4) module. I don't have any new ttyd? or cuad? devices in /dev. After reading the handbook(26.2) and man puc(4)