* Regarding Serial consloe
[not found] <241b8f7b0810072221s1c84a45cgb21443fd717d625d@mail.gmail.com>
@ 2008-10-08 5:53 ` Prabhu Chawandi
2008-10-08 5:56 ` Prabhu Chawandi
0 siblings, 1 reply; 16+ messages in thread
From: Prabhu Chawandi @ 2008-10-08 5:53 UTC (permalink / raw)
To: linux-usb, linux-serial
Hi,
how the serial console is routed...
I wanted to know how can I change it to the USB serial console ..
_Prabhu
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Regarding Serial consloe
2008-10-08 5:53 ` Regarding Serial consloe Prabhu Chawandi
@ 2008-10-08 5:56 ` Prabhu Chawandi
2008-10-08 14:32 ` Aristeu Rozanski
0 siblings, 1 reply; 16+ messages in thread
From: Prabhu Chawandi @ 2008-10-08 5:56 UTC (permalink / raw)
To: linux-usb, linux-serial
To elaborate more...
I am using currnetly take the log messages on 8250 serial comsole...
I am usinf minicom for that ...
I got PL2303 device with me, I am trying to route all the debug
messages to this USB - serial device .. I have tried modifying
configurations ..
i am not able to attain it,,
can anybody help me on this ...
Thanks in advance
Prabhu
On 10/8/08, Prabhu Chawandi <prabhu.chavandi@gmail.com> wrote:
> Hi,
>
> how the serial console is routed...
> I wanted to know how can I change it to the USB serial console ..
>
>
> _Prabhu
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Regarding Serial consloe
2008-10-08 5:56 ` Prabhu Chawandi
@ 2008-10-08 14:32 ` Aristeu Rozanski
2008-10-10 2:45 ` Prabhu Chawandi
0 siblings, 1 reply; 16+ messages in thread
From: Aristeu Rozanski @ 2008-10-08 14:32 UTC (permalink / raw)
To: Prabhu Chawandi; +Cc: linux-usb, linux-serial
> I am using currnetly take the log messages on 8250 serial comsole...
>
> I am usinf minicom for that ...
>
> I got PL2303 device with me, I am trying to route all the debug
> messages to this USB - serial device .. I have tried modifying
> configurations ..
> i am not able to attain it,,
>
> can anybody help me on this ...
do you have the PL2303 and USB host controller you're using compiled
built-in? also, you have to add console=ttyUSB0,<config options> as
kernel parameter.
--
Aristeu
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Regarding Serial consloe
2008-10-08 14:32 ` Aristeu Rozanski
@ 2008-10-10 2:45 ` Prabhu Chawandi
2008-10-10 9:58 ` Prabhu Chawandi
0 siblings, 1 reply; 16+ messages in thread
From: Prabhu Chawandi @ 2008-10-10 2:45 UTC (permalink / raw)
To: Aristeu Rozanski; +Cc: linux-usb, linux-serial
Yeah... I did all the configurations.
Still not getting the logs :(
I feel I am missing the part where USB- serial will be registered to
the tty layer.
or Do I need to insert the code where we will be opening the device
and performimg the write/read operations.
please comment on this ...
Thanks in advance
Prabhu
On 10/8/08, Aristeu Rozanski <aris@ruivo.org> wrote:
> > I am using currnetly take the log messages on 8250 serial comsole...
> >
> > I am usinf minicom for that ...
> >
> > I got PL2303 device with me, I am trying to route all the debug
> > messages to this USB - serial device .. I have tried modifying
> > configurations ..
> > i am not able to attain it,,
> >
> > can anybody help me on this ...
> do you have the PL2303 and USB host controller you're using compiled
> built-in? also, you have to add console=ttyUSB0,<config options> as
> kernel parameter.
>
> --
> Aristeu
>
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Regarding Serial consloe
2008-10-10 2:45 ` Prabhu Chawandi
@ 2008-10-10 9:58 ` Prabhu Chawandi
[not found] ` <241b8f7b0810100258u4a393c96s21d491d62a05e50c-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 16+ messages in thread
From: Prabhu Chawandi @ 2008-10-10 9:58 UTC (permalink / raw)
To: Aristeu Rozanski; +Cc: linux-usb, linux-serial
Hi,
Please update me on this....
it will be a greate help ....
Thanks in advance
Prabhu
On 10/10/08, Prabhu Chawandi <prabhu.chavandi@gmail.com> wrote:
> Yeah... I did all the configurations.
>
> Still not getting the logs :(
>
> I feel I am missing the part where USB- serial will be registered to
> the tty layer.
>
> or Do I need to insert the code where we will be opening the device
> and performimg the write/read operations.
>
> please comment on this ...
>
>
> Thanks in advance
> Prabhu
>
> On 10/8/08, Aristeu Rozanski <aris@ruivo.org> wrote:
> > > I am using currnetly take the log messages on 8250 serial comsole...
> > >
> > > I am usinf minicom for that ...
> > >
> > > I got PL2303 device with me, I am trying to route all the debug
> > > messages to this USB - serial device .. I have tried modifying
> > > configurations ..
> > > i am not able to attain it,,
> > >
> > > can anybody help me on this ...
> > do you have the PL2303 and USB host controller you're using compiled
> > built-in? also, you have to add console=ttyUSB0,<config options> as
> > kernel parameter.
> >
> > --
> > Aristeu
> >
> >
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Regarding Serial consloe
[not found] ` <241b8f7b0810100258u4a393c96s21d491d62a05e50c-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2008-10-10 16:26 ` Greg KH
2008-10-13 4:08 ` Prabhu Chawandi
0 siblings, 1 reply; 16+ messages in thread
From: Greg KH @ 2008-10-10 16:26 UTC (permalink / raw)
To: Prabhu Chawandi
Cc: Aristeu Rozanski, linux-usb-u79uwXL29TY76Z2rM5mHXA,
linux-serial-u79uwXL29TY76Z2rM5mHXA
A: No.
Q: Should I include quotations after my reply?
On Fri, Oct 10, 2008 at 03:28:56PM +0530, Prabhu Chawandi wrote:
> On 10/10/08, Prabhu Chawandi <prabhu.chavandi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > Yeah... I did all the configurations.
> >
> > Still not getting the logs :(
> >
> > I feel I am missing the part where USB- serial will be registered to
> > the tty layer.
> >
> > or Do I need to insert the code where we will be opening the device
> > and performimg the write/read operations.
No code needs to be added.
Please let us know what errors you are seeing, what does your kernel log
messages show, and so on. It should work properly if you tell the boot
command line to use the usb-serial port for console messages.
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Regarding Serial consloe
2008-10-10 16:26 ` Greg KH
@ 2008-10-13 4:08 ` Prabhu Chawandi
2008-10-13 4:19 ` Aristeu Rozanski
[not found] ` <241b8f7b0810122108v6b1e0212m99dd2644a997eb6d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 2 replies; 16+ messages in thread
From: Prabhu Chawandi @ 2008-10-13 4:08 UTC (permalink / raw)
To: Greg KH; +Cc: Aristeu Rozanski, linux-usb, linux-serial
Hi,
I am not getting any errors ....
I have set the command line parameter. I am booting through CFE ,
This time I am using Serial console while booting I am changing to USB
serial...
Once the USB -serial driver is loaded I am expecting the rest of the
logs on the console but I am getting AT command and no more
messages...
Later I changed inittab file for the login prompt...
I have the other serial connection through which I can control the
application. When I close that application, through the normal serial,
I am getting login prompt on both USB-serial and normal Serial.
If I run the application again I am getting logs now on both serials...
I am consfused why I am not getting the boot log messages...
I am sure that I have set commandline parameter properly....
Aristeu Rozanski has said above that ,,, it is not possoble to log
boot messages on the USB-serial ... what might be the techincal reason
?
Thanks
Prabhu
On 10/10/08, Greg KH <greg@kroah.com> wrote:
>
> A: No.
> Q: Should I include quotations after my reply?
>
> On Fri, Oct 10, 2008 at 03:28:56PM +0530, Prabhu Chawandi wrote:
> > On 10/10/08, Prabhu Chawandi <prabhu.chavandi@gmail.com> wrote:
> > > Yeah... I did all the configurations.
> > >
> > > Still not getting the logs :(
> > >
> > > I feel I am missing the part where USB- serial will be registered to
> > > the tty layer.
> > >
> > > or Do I need to insert the code where we will be opening the device
> > > and performimg the write/read operations.
>
> No code needs to be added.
>
> Please let us know what errors you are seeing, what does your kernel log
> messages show, and so on. It should work properly if you tell the boot
> command line to use the usb-serial port for console messages.
>
> thanks,
>
> greg k-h
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Regarding Serial consloe
2008-10-13 4:08 ` Prabhu Chawandi
@ 2008-10-13 4:19 ` Aristeu Rozanski
[not found] ` <241b8f7b0810122108v6b1e0212m99dd2644a997eb6d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
1 sibling, 0 replies; 16+ messages in thread
From: Aristeu Rozanski @ 2008-10-13 4:19 UTC (permalink / raw)
To: Prabhu Chawandi; +Cc: Greg KH, linux-usb, linux-serial
> I am not getting any errors ....
>
> I have set the command line parameter. I am booting through CFE ,
> This time I am using Serial console while booting I am changing to USB
> serial...
please paste here all the kernel parameters you're using and attach your
config file.
--
Aristeu
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Regarding Serial consloe
[not found] ` <241b8f7b0810122108v6b1e0212m99dd2644a997eb6d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2008-10-13 4:20 ` Prabhu Chawandi
2008-10-13 4:25 ` Prabhu Chawandi
0 siblings, 1 reply; 16+ messages in thread
From: Prabhu Chawandi @ 2008-10-13 4:20 UTC (permalink / raw)
To: Greg KH
Cc: Aristeu Rozanski, linux-usb-u79uwXL29TY76Z2rM5mHXA,
linux-serial-u79uwXL29TY76Z2rM5mHXA, mangoo-Nem3ZqsbT/g
Some more updates :
I am using kernel 2.6.12.4.
It was Tomasz Chmielewski who said that boot messages cant be logged
on USB-serial. soory for the mistake Aristeu Rozanski .
On 10/13/08, Prabhu Chawandi <prabhu.chavandi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Hi,
>
> I am not getting any errors ....
>
> I have set the command line parameter. I am booting through CFE ,
> This time I am using Serial console while booting I am changing to USB
> serial...
>
> Once the USB -serial driver is loaded I am expecting the rest of the
> logs on the console but I am getting AT command and no more
> messages...
>
> Later I changed inittab file for the login prompt...
>
> I have the other serial connection through which I can control the
> application. When I close that application, through the normal serial,
> I am getting login prompt on both USB-serial and normal Serial.
>
> If I run the application again I am getting logs now on both serials...
>
> I am consfused why I am not getting the boot log messages...
>
> I am sure that I have set commandline parameter properly....
>
> Aristeu Rozanski has said above that ,,, it is not possoble to log
> boot messages on the USB-serial ... what might be the techincal reason
> ?
>
> Thanks
> Prabhu
>
>
>
>
>
>
>
>
> On 10/10/08, Greg KH <greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org> wrote:
> >
> > A: No.
> > Q: Should I include quotations after my reply?
> >
> > On Fri, Oct 10, 2008 at 03:28:56PM +0530, Prabhu Chawandi wrote:
> > > On 10/10/08, Prabhu Chawandi <prabhu.chavandi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > > > Yeah... I did all the configurations.
> > > >
> > > > Still not getting the logs :(
> > > >
> > > > I feel I am missing the part where USB- serial will be registered to
> > > > the tty layer.
> > > >
> > > > or Do I need to insert the code where we will be opening the device
> > > > and performimg the write/read operations.
> >
> > No code needs to be added.
> >
> > Please let us know what errors you are seeing, what does your kernel log
> > messages show, and so on. It should work properly if you tell the boot
> > command line to use the usb-serial port for console messages.
> >
> > thanks,
> >
> > greg k-h
> >
>
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Regarding Serial consloe
2008-10-13 4:20 ` Prabhu Chawandi
@ 2008-10-13 4:25 ` Prabhu Chawandi
2008-10-13 6:10 ` Gupta, Ajay Kumar
0 siblings, 1 reply; 16+ messages in thread
From: Prabhu Chawandi @ 2008-10-13 4:25 UTC (permalink / raw)
To: Greg KH; +Cc: Aristeu Rozanski, linux-usb, linux-serial, mangoo
CONFIG_CMDLINE="rw console=ttyUSB0, 115200 mem =128M"
and in inittab
ttyUSB0::respawn:/bin/getty -L ttyUSB0 115200 vt102
--Prabhu
On 10/13/08, Prabhu Chawandi <prabhu.chavandi@gmail.com> wrote:
> Some more updates :
>
> I am using kernel 2.6.12.4.
>
> It was Tomasz Chmielewski who said that boot messages cant be logged
> on USB-serial. soory for the mistake Aristeu Rozanski .
>
> On 10/13/08, Prabhu Chawandi <prabhu.chavandi@gmail.com> wrote:
> > Hi,
> >
> > I am not getting any errors ....
> >
> > I have set the command line parameter. I am booting through CFE ,
> > This time I am using Serial console while booting I am changing to USB
> > serial...
> >
> > Once the USB -serial driver is loaded I am expecting the rest of the
> > logs on the console but I am getting AT command and no more
> > messages...
> >
> > Later I changed inittab file for the login prompt...
> >
> > I have the other serial connection through which I can control the
> > application. When I close that application, through the normal serial,
> > I am getting login prompt on both USB-serial and normal Serial.
> >
> > If I run the application again I am getting logs now on both serials...
> >
> > I am consfused why I am not getting the boot log messages...
> >
> > I am sure that I have set commandline parameter properly....
> >
> > Aristeu Rozanski has said above that ,,, it is not possoble to log
> > boot messages on the USB-serial ... what might be the techincal reason
> > ?
> >
> > Thanks
> > Prabhu
> >
> >
> >
> >
> >
> >
> >
> >
> > On 10/10/08, Greg KH <greg@kroah.com> wrote:
> > >
> > > A: No.
> > > Q: Should I include quotations after my reply?
> > >
> > > On Fri, Oct 10, 2008 at 03:28:56PM +0530, Prabhu Chawandi wrote:
> > > > On 10/10/08, Prabhu Chawandi <prabhu.chavandi@gmail.com> wrote:
> > > > > Yeah... I did all the configurations.
> > > > >
> > > > > Still not getting the logs :(
> > > > >
> > > > > I feel I am missing the part where USB- serial will be registered to
> > > > > the tty layer.
> > > > >
> > > > > or Do I need to insert the code where we will be opening the device
> > > > > and performimg the write/read operations.
> > >
> > > No code needs to be added.
> > >
> > > Please let us know what errors you are seeing, what does your kernel log
> > > messages show, and so on. It should work properly if you tell the boot
> > > command line to use the usb-serial port for console messages.
> > >
> > > thanks,
> > >
> > > greg k-h
> > >
> >
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* RE: Regarding Serial consloe
2008-10-13 4:25 ` Prabhu Chawandi
@ 2008-10-13 6:10 ` Gupta, Ajay Kumar
[not found] ` <19F8576C6E063C45BE387C64729E739403DC2221DD-/tLxBxkBPtCIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
0 siblings, 1 reply; 16+ messages in thread
From: Gupta, Ajay Kumar @ 2008-10-13 6:10 UTC (permalink / raw)
To: Prabhu Chawandi, Greg KH
Cc: Aristeu Rozanski, linux-usb@vger.kernel.org,
linux-serial@vger.kernel.org, mangoo@wpkg.org
> CONFIG_CMDLINE="rw console=ttyUSB0, 115200 mem =128M"
>
> and in inittab
>
> ttyUSB0::respawn:/bin/getty -L ttyUSB0 115200 vt102
Apart from this add "mknod /dev/ttyUSB0 c 188 0" in "filesystem/etc/init.d/rcS"
This is required if this node is not created during bootup and usb serial
device detection.
Regards,
Ajay
>
>
> --Prabhu
>
> On 10/13/08, Prabhu Chawandi <prabhu.chavandi@gmail.com> wrote:
> > Some more updates :
> >
> > I am using kernel 2.6.12.4.
> >
> > It was Tomasz Chmielewski who said that boot messages cant be logged
> > on USB-serial. soory for the mistake Aristeu Rozanski .
> >
> > On 10/13/08, Prabhu Chawandi <prabhu.chavandi@gmail.com> wrote:
> > > Hi,
> > >
> > > I am not getting any errors ....
> > >
> > > I have set the command line parameter. I am booting through CFE ,
> > > This time I am using Serial console while booting I am changing to USB
> > > serial...
> > >
> > > Once the USB -serial driver is loaded I am expecting the rest of the
> > > logs on the console but I am getting AT command and no more
> > > messages...
> > >
> > > Later I changed inittab file for the login prompt...
> > >
> > > I have the other serial connection through which I can control the
> > > application. When I close that application, through the normal serial,
> > > I am getting login prompt on both USB-serial and normal Serial.
> > >
> > > If I run the application again I am getting logs now on both serials...
> > >
> > > I am consfused why I am not getting the boot log messages...
> > >
> > > I am sure that I have set commandline parameter properly....
> > >
> > > Aristeu Rozanski has said above that ,,, it is not possoble to log
> > > boot messages on the USB-serial ... what might be the techincal reason
> > > ?
> > >
> > > Thanks
> > > Prabhu
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > On 10/10/08, Greg KH <greg@kroah.com> wrote:
> > > >
> > > > A: No.
> > > > Q: Should I include quotations after my reply?
> > > >
> > > > On Fri, Oct 10, 2008 at 03:28:56PM +0530, Prabhu Chawandi wrote:
> > > > > On 10/10/08, Prabhu Chawandi <prabhu.chavandi@gmail.com> wrote:
> > > > > > Yeah... I did all the configurations.
> > > > > >
> > > > > > Still not getting the logs :(
> > > > > >
> > > > > > I feel I am missing the part where USB- serial will be registered to
> > > > > > the tty layer.
> > > > > >
> > > > > > or Do I need to insert the code where we will be opening the device
> > > > > > and performimg the write/read operations.
> > > >
> > > > No code needs to be added.
> > > >
> > > > Please let us know what errors you are seeing, what does your kernel log
> > > > messages show, and so on. It should work properly if you tell the boot
> > > > command line to use the usb-serial port for console messages.
> > > >
> > > > thanks,
> > > >
> > > > greg k-h
> > > >
> > >
> >
> --
> To unsubscribe from this list: send the line "unsubscribe linux-usb" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Regarding Serial consloe
[not found] ` <19F8576C6E063C45BE387C64729E739403DC2221DD-/tLxBxkBPtCIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
@ 2008-10-13 6:57 ` Prabhu Chawandi
2008-10-13 7:07 ` Gupta, Ajay Kumar
0 siblings, 1 reply; 16+ messages in thread
From: Prabhu Chawandi @ 2008-10-13 6:57 UTC (permalink / raw)
To: Gupta, Ajay Kumar
Cc: Greg KH, Aristeu Rozanski,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
mangoo-Nem3ZqsbT/g@public.gmane.org
Ajay,
Is USB fs not an auto fs ... ?
I mean as we put the device we get the /dev/<device_id> created auto...
I can see the /dev/ttyUSB0 entry.
Thanks
Prabhu
On 10/13/08, Gupta, Ajay Kumar <ajay.gupta-l0cyMroinI0@public.gmane.org> wrote:
>
> > CONFIG_CMDLINE="rw console=ttyUSB0, 115200 mem =128M"
> >
> > and in inittab
> >
> > ttyUSB0::respawn:/bin/getty -L ttyUSB0 115200 vt102
>
> Apart from this add "mknod /dev/ttyUSB0 c 188 0" in "filesystem/etc/init.d/rcS"
>
> This is required if this node is not created during bootup and usb serial
> device detection.
>
> Regards,
> Ajay
> >
> >
> > --Prabhu
> >
> > On 10/13/08, Prabhu Chawandi <prabhu.chavandi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > > Some more updates :
> > >
> > > I am using kernel 2.6.12.4.
> > >
> > > It was Tomasz Chmielewski who said that boot messages cant be logged
> > > on USB-serial. soory for the mistake Aristeu Rozanski .
> > >
> > > On 10/13/08, Prabhu Chawandi <prabhu.chavandi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > > > Hi,
> > > >
> > > > I am not getting any errors ....
> > > >
> > > > I have set the command line parameter. I am booting through CFE ,
> > > > This time I am using Serial console while booting I am changing to USB
> > > > serial...
> > > >
> > > > Once the USB -serial driver is loaded I am expecting the rest of the
> > > > logs on the console but I am getting AT command and no more
> > > > messages...
> > > >
> > > > Later I changed inittab file for the login prompt...
> > > >
> > > > I have the other serial connection through which I can control the
> > > > application. When I close that application, through the normal serial,
> > > > I am getting login prompt on both USB-serial and normal Serial.
> > > >
> > > > If I run the application again I am getting logs now on both serials...
> > > >
> > > > I am consfused why I am not getting the boot log messages...
> > > >
> > > > I am sure that I have set commandline parameter properly....
> > > >
> > > > Aristeu Rozanski has said above that ,,, it is not possoble to log
> > > > boot messages on the USB-serial ... what might be the techincal reason
> > > > ?
> > > >
> > > > Thanks
> > > > Prabhu
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On 10/10/08, Greg KH <greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org> wrote:
> > > > >
> > > > > A: No.
> > > > > Q: Should I include quotations after my reply?
> > > > >
> > > > > On Fri, Oct 10, 2008 at 03:28:56PM +0530, Prabhu Chawandi wrote:
> > > > > > On 10/10/08, Prabhu Chawandi <prabhu.chavandi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > > > > > > Yeah... I did all the configurations.
> > > > > > >
> > > > > > > Still not getting the logs :(
> > > > > > >
> > > > > > > I feel I am missing the part where USB- serial will be registered to
> > > > > > > the tty layer.
> > > > > > >
> > > > > > > or Do I need to insert the code where we will be opening the device
> > > > > > > and performimg the write/read operations.
> > > > >
> > > > > No code needs to be added.
> > > > >
> > > > > Please let us know what errors you are seeing, what does your kernel log
> > > > > messages show, and so on. It should work properly if you tell the boot
> > > > > command line to use the usb-serial port for console messages.
> > > > >
> > > > > thanks,
> > > > >
> > > > > greg k-h
> > > > >
> > > >
> > >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-usb" in
> > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 16+ messages in thread
* RE: Regarding Serial consloe
2008-10-13 6:57 ` Prabhu Chawandi
@ 2008-10-13 7:07 ` Gupta, Ajay Kumar
2008-10-13 8:13 ` Prabhu Chawandi
0 siblings, 1 reply; 16+ messages in thread
From: Gupta, Ajay Kumar @ 2008-10-13 7:07 UTC (permalink / raw)
To: Prabhu Chawandi
Cc: Greg KH, Aristeu Rozanski, linux-usb@vger.kernel.org,
linux-serial@vger.kernel.org, mangoo@wpkg.org
> Is USB fs not an auto fs ... ?
> I mean as we put the device we get the /dev/<device_id> created auto...
>
> I can see the /dev/ttyUSB0 entry.
If it is auto created then that entry is not required. Another thing that can
be tried is using default baudrate of 9600 as below.
CONFIG_CMDLINE="rw console=ttyUSB0, 9600 mem =128M"
and in inittab
ttyUSB0::respawn:/bin/getty -L ttyUSB0 9600 vt102
Regards,
Ajay
>
> Thanks
> Prabhu
>
> On 10/13/08, Gupta, Ajay Kumar <ajay.gupta@ti.com> wrote:
> >
> > > CONFIG_CMDLINE="rw console=ttyUSB0, 115200 mem =128M"
> > >
> > > and in inittab
> > >
> > > ttyUSB0::respawn:/bin/getty -L ttyUSB0 115200 vt102
> >
> > Apart from this add "mknod /dev/ttyUSB0 c 188 0" in "filesystem/etc/init.d/rcS"
> >
> > This is required if this node is not created during bootup and usb serial
> > device detection.
> >
> > Regards,
> > Ajay
> > >
> > >
> > > --Prabhu
> > >
> > > On 10/13/08, Prabhu Chawandi <prabhu.chavandi@gmail.com> wrote:
> > > > Some more updates :
> > > >
> > > > I am using kernel 2.6.12.4.
> > > >
> > > > It was Tomasz Chmielewski who said that boot messages cant be logged
> > > > on USB-serial. soory for the mistake Aristeu Rozanski .
> > > >
> > > > On 10/13/08, Prabhu Chawandi <prabhu.chavandi@gmail.com> wrote:
> > > > > Hi,
> > > > >
> > > > > I am not getting any errors ....
> > > > >
> > > > > I have set the command line parameter. I am booting through CFE ,
> > > > > This time I am using Serial console while booting I am changing to USB
> > > > > serial...
> > > > >
> > > > > Once the USB -serial driver is loaded I am expecting the rest of the
> > > > > logs on the console but I am getting AT command and no more
> > > > > messages...
> > > > >
> > > > > Later I changed inittab file for the login prompt...
> > > > >
> > > > > I have the other serial connection through which I can control the
> > > > > application. When I close that application, through the normal serial,
> > > > > I am getting login prompt on both USB-serial and normal Serial.
> > > > >
> > > > > If I run the application again I am getting logs now on both serials...
> > > > >
> > > > > I am consfused why I am not getting the boot log messages...
> > > > >
> > > > > I am sure that I have set commandline parameter properly....
> > > > >
> > > > > Aristeu Rozanski has said above that ,,, it is not possoble to log
> > > > > boot messages on the USB-serial ... what might be the techincal reason
> > > > > ?
> > > > >
> > > > > Thanks
> > > > > Prabhu
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On 10/10/08, Greg KH <greg@kroah.com> wrote:
> > > > > >
> > > > > > A: No.
> > > > > > Q: Should I include quotations after my reply?
> > > > > >
> > > > > > On Fri, Oct 10, 2008 at 03:28:56PM +0530, Prabhu Chawandi wrote:
> > > > > > > On 10/10/08, Prabhu Chawandi <prabhu.chavandi@gmail.com> wrote:
> > > > > > > > Yeah... I did all the configurations.
> > > > > > > >
> > > > > > > > Still not getting the logs :(
> > > > > > > >
> > > > > > > > I feel I am missing the part where USB- serial will be registered to
> > > > > > > > the tty layer.
> > > > > > > >
> > > > > > > > or Do I need to insert the code where we will be opening the device
> > > > > > > > and performimg the write/read operations.
> > > > > >
> > > > > > No code needs to be added.
> > > > > >
> > > > > > Please let us know what errors you are seeing, what does your kernel log
> > > > > > messages show, and so on. It should work properly if you tell the boot
> > > > > > command line to use the usb-serial port for console messages.
> > > > > >
> > > > > > thanks,
> > > > > >
> > > > > > greg k-h
> > > > > >
> > > > >
> > > >
> > > --
> > > To unsubscribe from this list: send the line "unsubscribe linux-usb" in
> > > the body of a message to majordomo@vger.kernel.org
> > > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
> >
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Regarding Serial consloe
2008-10-13 7:07 ` Gupta, Ajay Kumar
@ 2008-10-13 8:13 ` Prabhu Chawandi
[not found] ` <241b8f7b0810130113m6e93d127ldd8b8f95cf6aa109-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 16+ messages in thread
From: Prabhu Chawandi @ 2008-10-13 8:13 UTC (permalink / raw)
To: Gupta, Ajay Kumar
Cc: Greg KH, Aristeu Rozanski, linux-usb@vger.kernel.org,
linux-serial@vger.kernel.org, mangoo@wpkg.org
Ajay,
Here is the link, where same issue is raised ...
And for that Greg has told .. no kernel messages can be loggen on USB-serial.
Is that hold good today ? or can we produce logs on uSB serial console..
link:
http://marc.info/?l=linux-usb-devel&m=119384398314558&q=raw
Thanks
Prabhu
On 10/13/08, Gupta, Ajay Kumar <ajay.gupta@ti.com> wrote:
> > Is USB fs not an auto fs ... ?
> > I mean as we put the device we get the /dev/<device_id> created auto...
> >
> > I can see the /dev/ttyUSB0 entry.
>
>
> If it is auto created then that entry is not required. Another thing that can
> be tried is using default baudrate of 9600 as below.
>
> CONFIG_CMDLINE="rw console=ttyUSB0, 9600 mem =128M"
> and in inittab
> ttyUSB0::respawn:/bin/getty -L ttyUSB0 9600 vt102
>
> Regards,
> Ajay
>
> >
> > Thanks
> > Prabhu
> >
> > On 10/13/08, Gupta, Ajay Kumar <ajay.gupta@ti.com> wrote:
> > >
> > > > CONFIG_CMDLINE="rw console=ttyUSB0, 115200 mem =128M"
> > > >
> > > > and in inittab
> > > >
> > > > ttyUSB0::respawn:/bin/getty -L ttyUSB0 115200 vt102
> > >
> > > Apart from this add "mknod /dev/ttyUSB0 c 188 0" in "filesystem/etc/init.d/rcS"
> > >
> > > This is required if this node is not created during bootup and usb serial
> > > device detection.
> > >
> > > Regards,
> > > Ajay
> > > >
> > > >
> > > > --Prabhu
> > > >
> > > > On 10/13/08, Prabhu Chawandi <prabhu.chavandi@gmail.com> wrote:
> > > > > Some more updates :
> > > > >
> > > > > I am using kernel 2.6.12.4.
> > > > >
> > > > > It was Tomasz Chmielewski who said that boot messages cant be logged
> > > > > on USB-serial. soory for the mistake Aristeu Rozanski .
> > > > >
> > > > > On 10/13/08, Prabhu Chawandi <prabhu.chavandi@gmail.com> wrote:
> > > > > > Hi,
> > > > > >
> > > > > > I am not getting any errors ....
> > > > > >
> > > > > > I have set the command line parameter. I am booting through CFE ,
> > > > > > This time I am using Serial console while booting I am changing to USB
> > > > > > serial...
> > > > > >
> > > > > > Once the USB -serial driver is loaded I am expecting the rest of the
> > > > > > logs on the console but I am getting AT command and no more
> > > > > > messages...
> > > > > >
> > > > > > Later I changed inittab file for the login prompt...
> > > > > >
> > > > > > I have the other serial connection through which I can control the
> > > > > > application. When I close that application, through the normal serial,
> > > > > > I am getting login prompt on both USB-serial and normal Serial.
> > > > > >
> > > > > > If I run the application again I am getting logs now on both serials...
> > > > > >
> > > > > > I am consfused why I am not getting the boot log messages...
> > > > > >
> > > > > > I am sure that I have set commandline parameter properly....
> > > > > >
> > > > > > Aristeu Rozanski has said above that ,,, it is not possoble to log
> > > > > > boot messages on the USB-serial ... what might be the techincal reason
> > > > > > ?
> > > > > >
> > > > > > Thanks
> > > > > > Prabhu
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > On 10/10/08, Greg KH <greg@kroah.com> wrote:
> > > > > > >
> > > > > > > A: No.
> > > > > > > Q: Should I include quotations after my reply?
> > > > > > >
> > > > > > > On Fri, Oct 10, 2008 at 03:28:56PM +0530, Prabhu Chawandi wrote:
> > > > > > > > On 10/10/08, Prabhu Chawandi <prabhu.chavandi@gmail.com> wrote:
> > > > > > > > > Yeah... I did all the configurations.
> > > > > > > > >
> > > > > > > > > Still not getting the logs :(
> > > > > > > > >
> > > > > > > > > I feel I am missing the part where USB- serial will be registered to
> > > > > > > > > the tty layer.
> > > > > > > > >
> > > > > > > > > or Do I need to insert the code where we will be opening the device
> > > > > > > > > and performimg the write/read operations.
> > > > > > >
> > > > > > > No code needs to be added.
> > > > > > >
> > > > > > > Please let us know what errors you are seeing, what does your kernel log
> > > > > > > messages show, and so on. It should work properly if you tell the boot
> > > > > > > command line to use the usb-serial port for console messages.
> > > > > > >
> > > > > > > thanks,
> > > > > > >
> > > > > > > greg k-h
> > > > > > >
> > > > > >
> > > > >
> > > > --
> > > > To unsubscribe from this list: send the line "unsubscribe linux-usb" in
> > > > the body of a message to majordomo@vger.kernel.org
> > > > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > >
> > >
>
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* RE: Regarding Serial consloe
[not found] ` <241b8f7b0810130113m6e93d127ldd8b8f95cf6aa109-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2008-10-13 8:26 ` Gupta, Ajay Kumar
[not found] ` <19F8576C6E063C45BE387C64729E739403DC2222CB-/tLxBxkBPtCIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
0 siblings, 1 reply; 16+ messages in thread
From: Gupta, Ajay Kumar @ 2008-10-13 8:26 UTC (permalink / raw)
To: Prabhu Chawandi
Cc: Greg KH, Aristeu Rozanski,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
mangoo-Nem3ZqsbT/g@public.gmane.org
> -----Original Message-----
> From: Prabhu Chawandi [mailto:prabhu.chavandi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org]
> Sent: Monday, October 13, 2008 1:43 PM
> To: Gupta, Ajay Kumar
> Cc: Greg KH; Aristeu Rozanski; linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org;
> mangoo-Nem3ZqsbT/g@public.gmane.org
> Subject: Re: Regarding Serial consloe
>
> Ajay,
> Here is the link, where same issue is raised ...
>
> And for that Greg has told .. no kernel messages can be loggen on USB-serial.
>
> Is that hold good today ? or can we produce logs on uSB serial console..
I tried it on v2.6.18 with prolific-2303 and it did work for me. I was able
to get console on usb serial.
Some of the bootup message didn't come on usb serial till usb serial part
got initialized.
Regards,
Ajay
>
>
> link:
> http://marc.info/?l=linux-usb-devel&m=119384398314558&q=raw
>
> Thanks
> Prabhu
>
> On 10/13/08, Gupta, Ajay Kumar <ajay.gupta-l0cyMroinI0@public.gmane.org> wrote:
> > > Is USB fs not an auto fs ... ?
> > > I mean as we put the device we get the /dev/<device_id> created auto...
> > >
> > > I can see the /dev/ttyUSB0 entry.
> >
> >
> > If it is auto created then that entry is not required. Another thing that can
> > be tried is using default baudrate of 9600 as below.
> >
> > CONFIG_CMDLINE="rw console=ttyUSB0, 9600 mem =128M"
> > and in inittab
> > ttyUSB0::respawn:/bin/getty -L ttyUSB0 9600 vt102
> >
> > Regards,
> > Ajay
> >
> > >
> > > Thanks
> > > Prabhu
> > >
> > > On 10/13/08, Gupta, Ajay Kumar <ajay.gupta-l0cyMroinI0@public.gmane.org> wrote:
> > > >
> > > > > CONFIG_CMDLINE="rw console=ttyUSB0, 115200 mem =128M"
> > > > >
> > > > > and in inittab
> > > > >
> > > > > ttyUSB0::respawn:/bin/getty -L ttyUSB0 115200 vt102
> > > >
> > > > Apart from this add "mknod /dev/ttyUSB0 c 188 0" in "filesystem/etc/init.d/rcS"
> > > >
> > > > This is required if this node is not created during bootup and usb serial
> > > > device detection.
> > > >
> > > > Regards,
> > > > Ajay
> > > > >
> > > > >
> > > > > --Prabhu
> > > > >
> > > > > On 10/13/08, Prabhu Chawandi <prabhu.chavandi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > > > > > Some more updates :
> > > > > >
> > > > > > I am using kernel 2.6.12.4.
> > > > > >
> > > > > > It was Tomasz Chmielewski who said that boot messages cant be logged
> > > > > > on USB-serial. soory for the mistake Aristeu Rozanski .
> > > > > >
> > > > > > On 10/13/08, Prabhu Chawandi <prabhu.chavandi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > > > > > > Hi,
> > > > > > >
> > > > > > > I am not getting any errors ....
> > > > > > >
> > > > > > > I have set the command line parameter. I am booting through CFE ,
> > > > > > > This time I am using Serial console while booting I am changing to USB
> > > > > > > serial...
> > > > > > >
> > > > > > > Once the USB -serial driver is loaded I am expecting the rest of the
> > > > > > > logs on the console but I am getting AT command and no more
> > > > > > > messages...
> > > > > > >
> > > > > > > Later I changed inittab file for the login prompt...
> > > > > > >
> > > > > > > I have the other serial connection through which I can control the
> > > > > > > application. When I close that application, through the normal serial,
> > > > > > > I am getting login prompt on both USB-serial and normal Serial.
> > > > > > >
> > > > > > > If I run the application again I am getting logs now on both serials...
> > > > > > >
> > > > > > > I am consfused why I am not getting the boot log messages...
> > > > > > >
> > > > > > > I am sure that I have set commandline parameter properly....
> > > > > > >
> > > > > > > Aristeu Rozanski has said above that ,,, it is not possoble to log
> > > > > > > boot messages on the USB-serial ... what might be the techincal reason
> > > > > > > ?
> > > > > > >
> > > > > > > Thanks
> > > > > > > Prabhu
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On 10/10/08, Greg KH <greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org> wrote:
> > > > > > > >
> > > > > > > > A: No.
> > > > > > > > Q: Should I include quotations after my reply?
> > > > > > > >
> > > > > > > > On Fri, Oct 10, 2008 at 03:28:56PM +0530, Prabhu Chawandi wrote:
> > > > > > > > > On 10/10/08, Prabhu Chawandi <prabhu.chavandi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > > > > > > > > > Yeah... I did all the configurations.
> > > > > > > > > >
> > > > > > > > > > Still not getting the logs :(
> > > > > > > > > >
> > > > > > > > > > I feel I am missing the part where USB- serial will be registered to
> > > > > > > > > > the tty layer.
> > > > > > > > > >
> > > > > > > > > > or Do I need to insert the code where we will be opening the device
> > > > > > > > > > and performimg the write/read operations.
> > > > > > > >
> > > > > > > > No code needs to be added.
> > > > > > > >
> > > > > > > > Please let us know what errors you are seeing, what does your kernel log
> > > > > > > > messages show, and so on. It should work properly if you tell the boot
> > > > > > > > command line to use the usb-serial port for console messages.
> > > > > > > >
> > > > > > > > thanks,
> > > > > > > >
> > > > > > > > greg k-h
> > > > > > > >
> > > > > > >
> > > > > >
> > > > > --
> > > > > To unsubscribe from this list: send the line "unsubscribe linux-usb" in
> > > > > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> > > > > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > > >
> > > >
> >
> >
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Regarding Serial consloe
[not found] ` <19F8576C6E063C45BE387C64729E739403DC2222CB-/tLxBxkBPtCIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
@ 2008-10-13 10:09 ` Prabhu Chawandi
0 siblings, 0 replies; 16+ messages in thread
From: Prabhu Chawandi @ 2008-10-13 10:09 UTC (permalink / raw)
To: Gupta, Ajay Kumar
Cc: Greg KH, Aristeu Rozanski,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
mangoo-Nem3ZqsbT/g@public.gmane.org
Ajay,
I did all configurations in the clean sandbox ....
Even then I am not getting a log ...
Is it a problem as I am running with 2.6.12 ...
from then onwards pl2303/usb_serial drivers have changed drastically ?
Thanks
Prabhu
On 10/13/08, Gupta, Ajay Kumar <ajay.gupta-l0cyMroinI0@public.gmane.org> wrote:
> > -----Original Message-----
> > From: Prabhu Chawandi [mailto:prabhu.chavandi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org]
> > Sent: Monday, October 13, 2008 1:43 PM
> > To: Gupta, Ajay Kumar
> > Cc: Greg KH; Aristeu Rozanski; linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org;
> > mangoo-Nem3ZqsbT/g@public.gmane.org
> > Subject: Re: Regarding Serial consloe
> >
> > Ajay,
> > Here is the link, where same issue is raised ...
> >
> > And for that Greg has told .. no kernel messages can be loggen on USB-serial.
> >
> > Is that hold good today ? or can we produce logs on uSB serial console..
>
> I tried it on v2.6.18 with prolific-2303 and it did work for me. I was able
> to get console on usb serial.
>
> Some of the bootup message didn't come on usb serial till usb serial part
> got initialized.
>
> Regards,
> Ajay
>
> >
> >
> > link:
> > http://marc.info/?l=linux-usb-devel&m=119384398314558&q=raw
> >
> > Thanks
> > Prabhu
> >
> > On 10/13/08, Gupta, Ajay Kumar <ajay.gupta-l0cyMroinI0@public.gmane.org> wrote:
> > > > Is USB fs not an auto fs ... ?
> > > > I mean as we put the device we get the /dev/<device_id> created auto...
> > > >
> > > > I can see the /dev/ttyUSB0 entry.
> > >
> > >
> > > If it is auto created then that entry is not required. Another thing that can
> > > be tried is using default baudrate of 9600 as below.
> > >
> > > CONFIG_CMDLINE="rw console=ttyUSB0, 9600 mem =128M"
> > > and in inittab
> > > ttyUSB0::respawn:/bin/getty -L ttyUSB0 9600 vt102
> > >
> > > Regards,
> > > Ajay
> > >
> > > >
> > > > Thanks
> > > > Prabhu
> > > >
> > > > On 10/13/08, Gupta, Ajay Kumar <ajay.gupta-l0cyMroinI0@public.gmane.org> wrote:
> > > > >
> > > > > > CONFIG_CMDLINE="rw console=ttyUSB0, 115200 mem =128M"
> > > > > >
> > > > > > and in inittab
> > > > > >
> > > > > > ttyUSB0::respawn:/bin/getty -L ttyUSB0 115200 vt102
> > > > >
> > > > > Apart from this add "mknod /dev/ttyUSB0 c 188 0" in "filesystem/etc/init.d/rcS"
> > > > >
> > > > > This is required if this node is not created during bootup and usb serial
> > > > > device detection.
> > > > >
> > > > > Regards,
> > > > > Ajay
> > > > > >
> > > > > >
> > > > > > --Prabhu
> > > > > >
> > > > > > On 10/13/08, Prabhu Chawandi <prabhu.chavandi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > > > > > > Some more updates :
> > > > > > >
> > > > > > > I am using kernel 2.6.12.4.
> > > > > > >
> > > > > > > It was Tomasz Chmielewski who said that boot messages cant be logged
> > > > > > > on USB-serial. soory for the mistake Aristeu Rozanski .
> > > > > > >
> > > > > > > On 10/13/08, Prabhu Chawandi <prabhu.chavandi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > > > > > > > Hi,
> > > > > > > >
> > > > > > > > I am not getting any errors ....
> > > > > > > >
> > > > > > > > I have set the command line parameter. I am booting through CFE ,
> > > > > > > > This time I am using Serial console while booting I am changing to USB
> > > > > > > > serial...
> > > > > > > >
> > > > > > > > Once the USB -serial driver is loaded I am expecting the rest of the
> > > > > > > > logs on the console but I am getting AT command and no more
> > > > > > > > messages...
> > > > > > > >
> > > > > > > > Later I changed inittab file for the login prompt...
> > > > > > > >
> > > > > > > > I have the other serial connection through which I can control the
> > > > > > > > application. When I close that application, through the normal serial,
> > > > > > > > I am getting login prompt on both USB-serial and normal Serial.
> > > > > > > >
> > > > > > > > If I run the application again I am getting logs now on both serials...
> > > > > > > >
> > > > > > > > I am consfused why I am not getting the boot log messages...
> > > > > > > >
> > > > > > > > I am sure that I have set commandline parameter properly....
> > > > > > > >
> > > > > > > > Aristeu Rozanski has said above that ,,, it is not possoble to log
> > > > > > > > boot messages on the USB-serial ... what might be the techincal reason
> > > > > > > > ?
> > > > > > > >
> > > > > > > > Thanks
> > > > > > > > Prabhu
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On 10/10/08, Greg KH <greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org> wrote:
> > > > > > > > >
> > > > > > > > > A: No.
> > > > > > > > > Q: Should I include quotations after my reply?
> > > > > > > > >
> > > > > > > > > On Fri, Oct 10, 2008 at 03:28:56PM +0530, Prabhu Chawandi wrote:
> > > > > > > > > > On 10/10/08, Prabhu Chawandi <prabhu.chavandi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > > > > > > > > > > Yeah... I did all the configurations.
> > > > > > > > > > >
> > > > > > > > > > > Still not getting the logs :(
> > > > > > > > > > >
> > > > > > > > > > > I feel I am missing the part where USB- serial will be registered to
> > > > > > > > > > > the tty layer.
> > > > > > > > > > >
> > > > > > > > > > > or Do I need to insert the code where we will be opening the device
> > > > > > > > > > > and performimg the write/read operations.
> > > > > > > > >
> > > > > > > > > No code needs to be added.
> > > > > > > > >
> > > > > > > > > Please let us know what errors you are seeing, what does your kernel log
> > > > > > > > > messages show, and so on. It should work properly if you tell the boot
> > > > > > > > > command line to use the usb-serial port for console messages.
> > > > > > > > >
> > > > > > > > > thanks,
> > > > > > > > >
> > > > > > > > > greg k-h
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > --
> > > > > > To unsubscribe from this list: send the line "unsubscribe linux-usb" in
> > > > > > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> > > > > > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > > > >
> > > > >
> > >
> > >
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2008-10-13 10:09 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <241b8f7b0810072221s1c84a45cgb21443fd717d625d@mail.gmail.com>
2008-10-08 5:53 ` Regarding Serial consloe Prabhu Chawandi
2008-10-08 5:56 ` Prabhu Chawandi
2008-10-08 14:32 ` Aristeu Rozanski
2008-10-10 2:45 ` Prabhu Chawandi
2008-10-10 9:58 ` Prabhu Chawandi
[not found] ` <241b8f7b0810100258u4a393c96s21d491d62a05e50c-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-10-10 16:26 ` Greg KH
2008-10-13 4:08 ` Prabhu Chawandi
2008-10-13 4:19 ` Aristeu Rozanski
[not found] ` <241b8f7b0810122108v6b1e0212m99dd2644a997eb6d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-10-13 4:20 ` Prabhu Chawandi
2008-10-13 4:25 ` Prabhu Chawandi
2008-10-13 6:10 ` Gupta, Ajay Kumar
[not found] ` <19F8576C6E063C45BE387C64729E739403DC2221DD-/tLxBxkBPtCIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2008-10-13 6:57 ` Prabhu Chawandi
2008-10-13 7:07 ` Gupta, Ajay Kumar
2008-10-13 8:13 ` Prabhu Chawandi
[not found] ` <241b8f7b0810130113m6e93d127ldd8b8f95cf6aa109-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-10-13 8:26 ` Gupta, Ajay Kumar
[not found] ` <19F8576C6E063C45BE387C64729E739403DC2222CB-/tLxBxkBPtCIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2008-10-13 10:09 ` Prabhu Chawandi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox