* [meta-oe] udev 171 is broken
@ 2011-05-31 15:13 Otavio Salvador
2011-05-31 15:27 ` Koen Kooi
0 siblings, 1 reply; 6+ messages in thread
From: Otavio Salvador @ 2011-05-31 15:13 UTC (permalink / raw)
To: OpenEmbedded Devel List; +Cc: Koen Kooi
Hello,
Our system stoped to work and all the probing has starting to fail. We
tracked it down to udev 171 update. It used to work fine but now fails
completely. Reverting back to udev 164 fixes it.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-oe] udev 171 is broken
2011-05-31 15:13 [meta-oe] udev 171 is broken Otavio Salvador
@ 2011-05-31 15:27 ` Koen Kooi
2011-05-31 16:39 ` Otavio Salvador
0 siblings, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2011-05-31 15:27 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 31-05-11 17:13, Otavio Salvador wrote:
> Hello,
>
> Our system stoped to work and all the probing has starting to fail. We
> tracked it down to udev 171 update. It used to work fine but now fails
> completely. Reverting back to udev 164 fixes it.
Hmm, it works on all the platforms I tested. What kind of failures are
you getting? And more importantly, which kernel versions are you using?
Have a look at
http://git.kernel.org/?p=linux/hotplug/udev.git;a=blob;f=README;h=f85637068547d681c6b79686e9add05abf1d44ca;hb=171
to see what requirements there are for the kernel.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFN5QjYMkyGM64RGpERAjtBAJ9+76ix2K5Ip0n3ImMMa3KFy9pEoQCffmTt
LeIUhTaS8/KJk7II/3z+/G4=
=YByW
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-oe] udev 171 is broken
2011-05-31 15:27 ` Koen Kooi
@ 2011-05-31 16:39 ` Otavio Salvador
2011-05-31 17:25 ` Koen Kooi
0 siblings, 1 reply; 6+ messages in thread
From: Otavio Salvador @ 2011-05-31 16:39 UTC (permalink / raw)
To: openembedded-devel
On Tue, May 31, 2011 at 15:27, Koen Kooi <koen@dominion.thruhere.net> wrote:
> Hmm, it works on all the platforms I tested. What kind of failures are
> you getting? And more importantly, which kernel versions are you using?
It doesn't load any module on the system. I am using 2.6.37 and it
does work fine with udev 164 and previous meta-oe one too.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-oe] udev 171 is broken
2011-05-31 16:39 ` Otavio Salvador
@ 2011-05-31 17:25 ` Koen Kooi
2011-05-31 18:19 ` Otavio Salvador
0 siblings, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2011-05-31 17:25 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 31-05-11 18:39, Otavio Salvador wrote:
> On Tue, May 31, 2011 at 15:27, Koen Kooi <koen@dominion.thruhere.net> wrote:
>> Hmm, it works on all the platforms I tested. What kind of failures are
>> you getting? And more importantly, which kernel versions are you using?
>
> It doesn't load any module on the system. I am using 2.6.37 and it
> does work fine with udev 164 and previous meta-oe one too.
That's expected, the OE modprobe rule move to udev-extra-rules:
http://cgit.openembedded.org/cgit.cgi/meta-openembedded/commit/?id=7aa7dd55db8db6ec350c743ce42eb469395a3208
I was thinking of putting it back in, could you try creating a rule with
ACTION=="add", DEVPATH=="/devices/*", ENV{MODALIAS}=="?*",
RUN+="/sbin/modprobe $env{MODALIAS}"
and rebooting?
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFN5SSgMkyGM64RGpERAkG5AJ4x3sF4pb0ahPW7zW7uSMHVy788dQCfYc4g
KjXhd+Ih2usYzPLftl6ewBc=
=RUMT
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-oe] udev 171 is broken
2011-05-31 17:25 ` Koen Kooi
@ 2011-05-31 18:19 ` Otavio Salvador
2011-06-01 8:04 ` Koen Kooi
0 siblings, 1 reply; 6+ messages in thread
From: Otavio Salvador @ 2011-05-31 18:19 UTC (permalink / raw)
To: openembedded-devel
On Tue, May 31, 2011 at 17:25, Koen Kooi <koen@dominion.thruhere.net> wrote:
...
> I was thinking of putting it back in, could you try creating a rule with
...
I didn't try it yet but seems logical to support it out of box.
Otherwise udev could rrecomends udev-extra-rules so it also works by
default. If someone put it on bad-recomendation then he/she can handle
it.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-oe] udev 171 is broken
2011-05-31 18:19 ` Otavio Salvador
@ 2011-06-01 8:04 ` Koen Kooi
0 siblings, 0 replies; 6+ messages in thread
From: Koen Kooi @ 2011-06-01 8:04 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 31-05-11 20:19, Otavio Salvador wrote:
> On Tue, May 31, 2011 at 17:25, Koen Kooi <koen@dominion.thruhere.net> wrote:
> ...
>> I was thinking of putting it back in, could you try creating a rule with
> ...
>
> I didn't try it yet but seems logical to support it out of box.
> Otherwise udev could rrecomends udev-extra-rules so it also works by
> default. If someone put it on bad-recomendation then he/she can handle
> it.
On a c3 beagleboard the rule made booting 0.2 seconds slower with
systemd, which seems a good trade-off, so it's pack in the main udev
package now.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFN5fKlMkyGM64RGpERAmAYAJ0TOboii9+7T521ei4kZbjeKjUYmQCfd3nR
LdA/Td+u5bhsIHl02bzcmFw=
=9gtz
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-06-01 8:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-31 15:13 [meta-oe] udev 171 is broken Otavio Salvador
2011-05-31 15:27 ` Koen Kooi
2011-05-31 16:39 ` Otavio Salvador
2011-05-31 17:25 ` Koen Kooi
2011-05-31 18:19 ` Otavio Salvador
2011-06-01 8:04 ` Koen Kooi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.