Re: UART misbehaves under Linkstation/KuroBoxHG

2007-08-08 Thread Guennadi Liakhovetski
On Thu, 9 Aug 2007, Oncaphillis wrote: > Removing the getty from initd did the trick. > > And you're right AVR is disabled by the kernel > found the code in ./arch/powerpc/platforms/embedded6xx/ls_uart.c Good. For the future, with any (kernel / userspace / software / hardware / weather / ...

Re: UART misbehaves under Linkstation/KuroBoxHG

2007-08-08 Thread Oncaphillis
Removing the getty from initd did the trick. And you're right AVR is disabled by the kernel found the code in ./arch/powerpc/platforms/embedded6xx/ls_uart.c Tkank you Guennadi Liakhovetski wrote: On Thu, 9 Aug 2007, Oncaphillis wrote: I hope I found the the misconfigured part. I didn't

Re: UART misbehaves under Linkstation/KuroBoxHG

2007-08-08 Thread Oncaphillis
Guennadi Liakhovetski wrote: On Thu, 9 Aug 2007, Oncaphillis wrote: I hope I found the the misconfigured part. I didn't look at /etc/inittab. It opens a getty on /dev/ttyS0. That might do the trick. Have to recompile my kernel right now with standard config to check this out. Hm, for t

Re: UART misbehaves under Linkstation/KuroBoxHG

2007-08-08 Thread Guennadi Liakhovetski
On Thu, 9 Aug 2007, Oncaphillis wrote: > > I hope I found the the misconfigured part. I didn't look > at /etc/inittab. It opens a getty on /dev/ttyS0. That > might do the trick. Have to recompile my kernel right now with > standard config to check this out. Hm, for that you don't have to

Re: UART misbehaves under Linkstation/KuroBoxHG

2007-08-08 Thread Oncaphillis
Guennadi Liakhovetski wrote: On Wed, 8 Aug 2007, Oncaphillis wrote: So that's ok ? No misconfiguration ? And that setserial tells me the port is 0x000 ? Yes, everything looks ok, don't know why, setserial reports 0 here too, but it doesn't cause me any (visible) problems. I thought the

Re: UART misbehaves under Linkstation/KuroBoxHG

2007-08-08 Thread Guennadi Liakhovetski
On Wed, 8 Aug 2007, Oncaphillis wrote: > So that's ok ? No misconfiguration ? And that setserial tells > me the port is 0x000 ? Yes, everything looks ok, don't know why, setserial reports 0 here too, but it doesn't cause me any (visible) problems. > I thought the dts file which > comes with

Re: UART misbehaves under Linkstation/KuroBoxHG

2007-08-08 Thread Oncaphillis
Guennadi Liakhovetski wrote: On Wed, 8 Aug 2007, Oncaphillis wrote: Greetings, I'm trying to compile a 2.6.2x kernel on a Linkstation/KuroBox HG/ppc following instructions given under http://www.kurobox.com/mwiki/index.php/Kurobox_support_in_stock_2.6_kernels Wow, congratulations! Not too ma

Re: UART misbehaves under Linkstation/KuroBoxHG

2007-08-08 Thread Guennadi Liakhovetski
On Wed, 8 Aug 2007, Oncaphillis wrote: > Greetings, > > I'm trying to compile a 2.6.2x kernel on a Linkstation/KuroBox HG/ppc > following instructions given under > http://www.kurobox.com/mwiki/index.php/Kurobox_support_in_stock_2.6_kernels Wow, congratulations! Not too many endevour into this l

UART misbehaves under Linkstation/KuroBoxHG

2007-08-08 Thread Oncaphillis
Greetings, I'm trying to compile a 2.6.2x kernel on a Linkstation/KuroBox HG/ppc following instructions given under http://www.kurobox.com/mwiki/index.php/Kurobox_support_in_stock_2.6_kernels and get weired settings and errors from the serial device (UART 16550A). Under the 2.4.17 kernel prov