networking with stable kernel 3.4.x and 3.5.x on Beagle-XM C

Hi,

It looks like networking is broken from 3.5 onwards, which is strange for a stable/mainline kernel.

I’ve got networking to work with 3.4.4, but with 3.5.0 and 3.5.3 eth0 can not be found.

Did someone else stumble upon this problem?

Regards,

Robert

I'm guessing no usb device work either? If that's also the case, this
patch should fix it for the xM...

https://raw.github.com/RobertCNelson/stable-kernel/v3.5.x/patches/beagle/0005-OMAP3-USB-EHCI-fix.patch

It was also fixed in mainline v3.6-rc, with the arm-soc merge, I
didn't feel like diggin it out.. :wink:

Regards,

Hi Rob,

Thanks for the reply.

I’m guessing no usb device work either?

I didn’t try to connect other USB devices so far.

If that’s also the case, this
patch should fix it for the xM…

https://raw.github.com/RobertCNelson/stable-kernel/v3.5.x/patches/beagle/0005-OMAP3-USB-EHCI-fix.patch

It was also fixed in mainline v3.6-rc, with the arm-soc merge, I
didn’t feel like diggin it out… :wink:

I saw this and it was the first patch I tried, but it didn’t fix it.

Do I need to use a flat device tree in the meantime for the beagle-xm?

Regards,


Robert Nelson
http://www.rcn-ee.com/

Regards,

Robert

Hi Rob,

Thanks for the reply.

I'm guessing no usb device work either?

I didn't try to connect other USB devices so far.

If that's also the case, this
patch should fix it for the xM...

https://raw.github.com/RobertCNelson/stable-kernel/v3.5.x/patches/beagle/0005-OMAP3-USB-EHCI-fix.patch

It was also fixed in mainline v3.6-rc, with the arm-soc merge, I
didn't feel like diggin it out.. :wink:

I saw this and it was the first patch I tried, but it didn't fix it.

Strange.. As that's the only patch related to usb I'm currently
using.. Both my Classic Beagle's and Beagle xM are currently stress
testing v3.5.3..

Here's the config for reference, (it's over kill)

Maybe it's something missing from there?

Do I need to use a flat device tree in the meantime for the beagle-xm?

Not yet, but i'm thinking of switching to that in v3.7, looking at all
the patches going to next..

Regards,

Hi Rob,

Thanks for the reply