* eldk and usb to serial converters
@ 2008-04-18 0:04 Daniel Stonier
2008-04-21 14:59 ` Detlev Zundel
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Stonier @ 2008-04-18 0:04 UTC (permalink / raw)
To: Linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 672 bytes --]
Hi all,
I'm currently trying to compile a kernel for an AMCC440EP board within an
eldk environment. We've got a FTDI usb2serial converter we need to connect
to the board. Now I've compiled a kernel on a gentoo machine for this device
and had no problems. With this board, the kernel recognizes the device fine:
ftdi_sio 1-1:1.0: FTDI USB Serial Device converter detected
usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0
drivers/usb/serial/ftdi_sio.c: v1.4.3:USB FTDI Serial Converters Driver
but udev doesn't actually make the ttyUSB0 node. If anyone knows what may
have caused the problem and how to fix it, it'd be much appreciated.
Cheers,
Daniel.
[-- Attachment #2: Type: text/html, Size: 735 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: eldk and usb to serial converters
2008-04-18 0:04 eldk and usb to serial converters Daniel Stonier
@ 2008-04-21 14:59 ` Detlev Zundel
2008-04-22 4:23 ` Daniel Stonier
0 siblings, 1 reply; 3+ messages in thread
From: Detlev Zundel @ 2008-04-21 14:59 UTC (permalink / raw)
To: linuxppc-embedded
Hi Daniel,
> I'm currently trying to compile a kernel for an AMCC440EP board within an eldk
> environment. We've got a FTDI usb2serial converter we need to connect to the
> board. Now I've compiled a kernel on a gentoo machine for this device and had
> no problems. With this board, the kernel recognizes the device fine:
>
> ftdi_sio 1-1:1.0: FTDI USB Serial Device converter detected
> usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0
> drivers/usb/serial/ftdi_sio.c: v1.4.3:USB FTDI Serial Converters Driver
>
> but udev doesn't actually make the ttyUSB0 node. If anyone knows what may have
> caused the problem and how to fix it, it'd be much appreciated.
Maybe udev isn't running at all? The ELDKs including udev disable it
per default (what version are you using?). Embedded systeme like to
have static kernel configurations presenting no surprises at runtime...
Cheers
Detlev
--
Programming X-Windows is like trying to find the square root of pi
using roman numerals.
-- The UNIX Haters Handbook
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu@denx.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: eldk and usb to serial converters
2008-04-21 14:59 ` Detlev Zundel
@ 2008-04-22 4:23 ` Daniel Stonier
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Stonier @ 2008-04-22 4:23 UTC (permalink / raw)
To: Detlev Zundel, linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 1999 bytes --]
Just discovered that this morning! Had made the assumption it was
automatically enabled, but only clued onto it when I noticed udevmonitor
wasn't giving only UEVENT output, not UDEV output. Should have been obvious,
but I kept barking up the wrong tree!
So, turning out to be a good chance to learn how the lower levels of a linux
system work and managed to learn exactly how udev works while stumbling on
this one.
Thanks for the reply
2008/4/21 Detlev Zundel <dzu@denx.de>:
> Hi Daniel,
>
> > I'm currently trying to compile a kernel for an AMCC440EP board within
> an eldk
> > environment. We've got a FTDI usb2serial converter we need to connect to
> the
> > board. Now I've compiled a kernel on a gentoo machine for this device
> and had
> > no problems. With this board, the kernel recognizes the device fine:
> >
> > ftdi_sio 1-1:1.0: FTDI USB Serial Device converter detected
> > usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0
> > drivers/usb/serial/ftdi_sio.c: v1.4.3:USB FTDI Serial Converters Driver
> >
> > but udev doesn't actually make the ttyUSB0 node. If anyone knows what
> may have
> > caused the problem and how to fix it, it'd be much appreciated.
>
> Maybe udev isn't running at all? The ELDKs including udev disable it
> per default (what version are you using?). Embedded systeme like to
> have static kernel configurations presenting no surprises at runtime...
>
> Cheers
> Detlev
>
> --
> Programming X-Windows is like trying to find the square root of pi
> using roman numerals.
> -- The UNIX Haters Handbook
> --
> DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu@denx.de
>
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>
[-- Attachment #2: Type: text/html, Size: 2723 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-04-22 4:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-18 0:04 eldk and usb to serial converters Daniel Stonier
2008-04-21 14:59 ` Detlev Zundel
2008-04-22 4:23 ` Daniel Stonier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).