[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2014-09-14 Thread Mehmet Atif Ergun
Thanks for comment #37 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880316 Title: Ubuntu installer can't setup network on Shuttle XS35GTV2 To manage notifications about this bug go to:

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2014-04-24 Thread Alex Cabal
I think I may have found a possible workaround. The stock drivers on 14.04 don't work out of the box for *gigabit ethernet*. If you're connecting to a gigabit router, then open a terminal and run: $ sudo ethtool -s eth0 speed 100 duplex full If you don't have ethtool installed, install with:

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2014-04-21 Thread Alex Cabal
I opened a new Launchpad bug #1310798 because this one seems to be about missing drivers in an older Ubuntu version, not broken drivers. Maybe by getting this re-focused we can get some love for this almost 3-year- old bug. -- You received this bug notification because you are a member of

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2014-04-19 Thread Alex Cabal
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

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2014-04-18 Thread Robert Hrovat
Same problem on Asus K52J that has JMicron ethernet. Right now I can't get ethernet working on 14.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880316 Title: Ubuntu installer can't setup

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2014-04-18 Thread Alex Cabal
In 12.04 this problem was fixable by downloading and compiling the JME drivers (jmebp-1.0.8.5.tar.bz) from the JMicron web site. However on 14.04 compiling the driver fails; it seems like there was an API change in a newer version of the kernel. Consequently I can't get ethernet working at all

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2014-04-18 Thread Alex Cabal
FYI the driver I mentioned in #32 is here: ftp://driver.jmicron.com.tw/Ethernet/Linux/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880316 Title: Ubuntu installer can't setup network on Shuttle

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2014-04-18 Thread Alex Cabal
Re. #24, I was able to get the driver to compile, but not actually work, by adding your changes and additionally changing __vlan_hwaccel_put_tag(skb, vid) to __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); I saw that they used the same value in fixing the Realtek driver here:

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2014-04-16 Thread Burnrubber
Same Problem after Updating Ubuntu with Kernel 3.13.0.24-generic. Patch from Jabba56 in Comment 11 doesn't work. Is someone still working on these issue? Cheers, Burn. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2014-01-28 Thread finalwebsites
I updated my driver like suggested by Jabba56 in comment #11 and voila it's fixed. The strange thing in my situation was that I was able to connect using 1000mbit connection but not on a 100mbit connection. Will say before the update an ethernet cable on a 1000mbit networks has worked and the

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-12-23 Thread wanthalf
In 13.10 the driver is there, but it fails: [1.909557] jme: JMicron JMC2XX ethernet driver version 1.0.8 [1.909611] jme :02:00.5: can't disable ASPM; OS doesn't have ASPM control [1.909625] jme :02:00.5: enabling device ( - 0001) [1.909724] jme: No PCI resource region

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-11-19 Thread Jabba56
Does anybody work on this issue? Is it possible to overload the function __vlan_hwaccel_put_tag in if_vlan.h for downward compatibility? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880316 Title:

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-11-11 Thread Jabba56
Same errors with 3.11.0-13. ** Attachment added: jme.c https://bugs.launchpad.net/ubuntu/+source/linux/+bug/880316/+attachment/3905781/+files/jme.c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-11-11 Thread Jabba56
Changing NETIF_F_HW_VLAN_RX, NETIF_F_HW_VLAN_TX to NETIF_F_HW_VLAN_CTAG_RX, NETIF_F_HW_VLAN_CTAG_TX fixes the last 2 errors, but I'm not able to figure out the parameters needed for __vlan_hwaccel_put_tag. The problem also appears with the realtek network driver, see Bug #1216906 -- You

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-11-11 Thread Edb
Yes this a breaking change in the API. I don't really understand the reasoning behind it but will raise the issue on the mailing list. Is this the same issue as the other reported in this thread? Seems like it simply doesn't build. -- You received this bug notification because you are a member

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-11-11 Thread Jabba56
The basic issue - the missing jme driver in the kernel (?) - still isn't resolved. But the patch of comment #16 doesn't work any more due to the API-change. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-11-03 Thread Jabba56
** Description changed: I'm trying to install Ubuntu on a Shuttle XS35GTV2. The installer can't set up the network connection. I've tried Ubuntu 10.04 32 and 64 bit netinstall, minimal and server, Ubuntu 11.10 32 bit netinstall. The Debian Squeeze 64 bit netinstall installer has no

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-11-02 Thread Jabba56
Problem consists on 13.10. After installation the above script doesn't work any more. No cable conn available. Following the logfile of the second attempt of runnning the jme installation script (See #16) Paketlisten werden gelesen... Abhängigkeitsbaum wird aufgebaut Statusinformationen

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-11-02 Thread Jabba56
Corrected logfile for better readability: Paketlisten werden gelesen... Abhängigkeitsbaum wird aufgebaut Statusinformationen werden eingelesen build-essential ist schon die neueste Version. linux-headers-3.11.0-12-generic ist schon die neueste Version. 0 aktualisiert, 0 neu installiert, 0

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-10-03 Thread Even Onsager
Problem still persists on daily 13.10 Saucy mini.iso. I have a slightly different computer (Shuttle XS35GSV3 with AMD GPU), but same network hardware. No point in posting logs or details, as problem is exactly as described here by several people over the last two years, and in other threads around

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-09-11 Thread Jabba56
I'm afraid its a problem not only in Ubuntu, its a LINUX problem. I just tried Fedora and Debian and have the same problem. How could the problem be addressed to the linux developers? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-08-09 Thread Jabba56
Hi Paul, you're my hero.The script works. Thanks a lot for that! Nonetheless I hope the network driver will be in any following Ubuntu version and the patch will not be needed. Until that, the bug isn't fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-08-09 Thread Jabba56
Hmm, this solution only works with working internet connection, otherwise it breaks at the first command: apt-get install linux-headers-$(uname -r) build-essential Thanks god the Shuttle XS35GTV2 can establish a wlan connection. But how could I run this script completely without internet conn? I

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-07-08 Thread Paul Hewlett
I just added this driver to ubuntu 13.04. The current version does not compile as it still uses the __dev* macros for hotplug devices which have now been removed from the kernel. (cleanup of driver initialisation code to save memory is no longer done) Kernel 3.8.0-26-generic - I modified jme.c

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-07-08 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880316 Title: Ubuntu installer can't setup network on Shuttle XS35GTV2 To manage notifications about this bug go to:

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-04-30 Thread Jabba56
I just did the upgrade to 13.04 and the problem continues. No network connection via cable. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880316 Title: Ubuntu installer can't setup network on

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-04-09 Thread Jabba56
Hi, Just loaded tha update to linux-headers-3.5.0.27-generic (3.5.0.27-46) , initramfs was updated and boom, my network connection didn't exist anymore. After every update of initramfs the jme network driver has gone down the drain and I have to re-install it manually. :( How could a live

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-04-01 Thread stefan
Hi! I've got the same problem as Jabba56 and probably many other ubuntu users as well! I would be really glad, if you're able to help us! Best wishes... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-04-01 Thread Fabio Marconi
I can only suggest to run a live session of raring that ship the latest kernel: http://cdimage.ubuntu.com/daily-live/current/ to update this report. Thanks fabio --- Ubuntu Bug Squad volunteer triager http://wiki.ubuntu.com/BugSquad -- You received this bug notification because you are a member

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-03-08 Thread Jabba56
The bug still is in 12.10 installed on my Shuttle XS35V2. After every Kernel-Update I have to install the driver to get network access, that's really annoying. I use these commands to install, got them from the net: sudo apt-get install linux-headers-$(uname -r) build-essential wget

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2013-01-16 Thread Torsten Bronger
Maybe I understood it wrongly, but I had to add jme.ko to /path/to/usb/stick/install/initrd.gz rather than .../install/netboot/ubuntu_installer/.../initrd.gz. Anyway, the workaround worked for me. But it is a tedious task that not everybody is able to do. I've had to do the patch since Ubuntu

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2012-12-10 Thread Thomas Ribbrock
I have just downloaded and unpacked the netboot.tar.gz for Ubuntu 12.10 (i386) - there is no jme.ko module present in the initrd.gz, just like for the previous versions. This bug is not fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2012-12-10 Thread Christopher M. Penalver
** Tags added: quantal ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880316 Title: Ubuntu installer can't setup network on

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2012-10-19 Thread Christopher M. Penalver
Powderking, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO CD images are available from http://cdimage.ubuntu.com

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2012-09-11 Thread Thomas Ribbrock
I can confirm that this bug has not been fixed for Kubuntu 12.04.1 (32bit), either. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880316 Title: Ubuntu installer can't setup network on Shuttle

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2012-02-26 Thread Karl Moik
Same problem here with Shuttle XS35V2, tested 11.10 and 12.04, desktop 64 and server 64. I could only fix it after the installation by using the recent jmebp-1.0.8.5 drivers from the JMicron site: ftp://driver.jmicron.com.tw/Ethernet/Linux/ untar, make, sudo make install, sudo update-initramfs,

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2012-02-23 Thread Thomas Ribbrock
I can confirm this problem - it is not possible to get the ethernet interface detected with the netinstall set-up. We have seen this with both 10.04 and 11.10 as well. I've dug a little deeper and these are my findings: - On a fully installed Kubuntu system (non-Shuttle/different NIC), the module

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2012-02-23 Thread Thomas Ribbrock
WORKAROUND/POSSIBLE SOLUTION I have confirmed that the missing jme.ko module is indeed the culprit. I have done the following: 1) Take the original netinstall initrd.gz from a Kubuntu 11.10 i386 alternate CD and unpack it using the instructions in

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2011-11-06 Thread Powderking
Sorry for the late response. I wasn't able to run the command because I couldn't change to a terminal while installing. ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2011-10-24 Thread Colin Watson
** Package changed: gnome-nettool (Ubuntu) = linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880316 Title: Ubuntu installer can't setup network on Shuttle XS35GTV2 To manage

[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2011-10-23 Thread Powderking
Colin Watson replied on the mailing list to my question: http://www.linux-archive.org/ubuntu-user/588603-jme-module-missing-netboot-installation.html 10-21-2011, 10:30 AM On Tue, Oct 18, 2011 at 02:49:36PM +, Ramon Hofer wrote: On Tue, 18 Oct 2011 13:30:22 +0100, Colin Watson wrote: On