Comment 35 for bug 880316

Revision history for this message
Alex Cabal (acabal) wrote : Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

So after some more digging it turns out that the 3.14 kernel line has sources for the jme drivers, updated just 20 days ago, that can be compiled on 14.04: https://github.com/torvalds/linux/blob/master/drivers/net/ethernet/jme.c

These sources apply the fixes in #24 (weirdly committed over a year ago) and my own stab-in-the-dark in #34 along with many other differences.

So I downloaded the new jme.c and jme.h from there and was able to successfully compile and install the driver on Ubuntu 14.04. But it still doesn't work, eth0 still shows as disconnected.

Not sure what to do next.