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: https://bugs.launchpad.net/ubuntu/+source/r8168/+bug/1216906 The constant they use is defined in this block: http://lxr.free- electrons.com/source/drivers/staging/rtl8188eu/include/if_ether.h#L35 Admittedly I have no idea what that addition means or does, I'm just stabbing in the dark. And it obviously didn't work. But maybe it'll put someone on the right path. I also tried contacting the author of the driver for guidance but no doubt he's moved on to other things by now. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/880316 Title: Ubuntu installer can't setup network on Shuttle XS35GTV2 Status in “linux” package in Ubuntu: Confirmed Bug description: 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 problem. (I've now installed openELEC which has no problems too) I was able to install Ubuntu 10.04 64 bit server but only without network connection. I then could load the jme module: # modprobe jme # depmod -a without errors. But I can't get eth0 running. The output of lspci is: 02:00.5 Ethernet controller: JMicron Technology Corp. JMC250 PCI Express Gigabit Ethernet Controller (rev 03) 03:00.0 Network controller: Realtek Semiconductor C., Ltd Device 8176 (rev 01) # lshw -C network *-network DISABLED description: Ethernet interface product: JMC250 PCI Express Gigabit Ethernet Controller vendor: JMicron Technology Corp. physical id: 0.5 bus info: pci@0000:02:00.5 logical name: eth0 version: 03 serial: 80:ee:73:1f:ef:df size: 10MB/s capacity: 1GB/s width: 32 bits clock: 33MHz capabilities: pm pciexpress msix msi bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration: autonegotiation=off broadcast=yes driver=jme driverversion=1.0.5 duplex=half latency=0 link=no multicast=yes port=MII speed=10MB/s resources: irq:17 memory:feaf4000-feaf7fff ioport:dc00(size=128) ioport:d800(size=256) *-network UNCLAIMED description: Network controller product: Realtek Semiconductor Co., Ltd. vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:03:00.0 version: 01 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list configuration: latency=0 resources: ioport:e800(size=256) memory:febfc000-febfffff I've posted my problem at the Ubuntu users mailing list: http://www.linux-archive.org/ubuntu-user/588603-jme-module-missing-netboot-installation.html Edit: Unfortunately I couldn't reassign it as it has nothing to do with gnome-nettools (see post #1). To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/880316/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp