I've created a DKMS (Dynamic Kernel Module System) package for Intrepid and Jaunty with a patch that *may* fix this issue - please install the package, test, and report your findings and kern.log that covers the suspend/resume period.
The packages are (currently building) in my PPA at: https://launchpad.net/~intuitivenipple/+archive/ppa/?field.name_filter=via You can either enable my PPA via apt and use sudo apt-get update && sudo apt-get via-rhine-dkms or - probably simpler - just download the DKMS .deb file for the Ubuntu release you are testing by expanding the PPA package summary and saving the .deb directly to your PC. 'Down' the network interface and unload the existing module if necessary (to allow it to be replaced): sudo ifdown eth0 sudo modprobe -r via-rhine Install the package using: sudo dpkg -i <package-file-name> You should see something similar to this: ==================== Selecting previously deselected package via-rhine-dkms. (Reading database ... 174410 files and directories currently installed.) Unpacking via-rhine-dkms (from .../via-rhine-dkms_1.4.4-0ubuntu1~ppa1i_all.deb) ... Setting up via-rhine-dkms (1.4.4-0ubuntu1~ppa1i) ... Loading new via-rhine-1.4.4 DKMS files... Creating symlink /var/lib/dkms/via-rhine/1.4.4/source -> /usr/src/via-rhine-1.4.4 DKMS: add Completed. Installing prebuilt kernel module binaries (if any) Building module... Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area.... make KERNELRELEASE=2.6.28-7-generic -C /lib/modules/2.6.28-7-generic/build M=/var/lib/dkms/via-rhine/1.4.4/build..... cleaning build area.... DKMS: build Completed. Installing module... via-rhine.ko: Running module version sanity check. - Original module - Found /lib/modules/2.6.28-7-generic/kernel/drivers/net/via-rhine.ko - Storing in /var/lib/dkms/via-rhine/original_module/2.6.28-7-generic/x86_64/ - Archiving for uninstallation purposes - Installation - Installing to /lib/modules/2.6.28-7-generic/updates/dkms/ depmod....... DKMS: install Completed. Processing triggers for man-db . ==================== Now load the module and 'up' the interface: sudo modprobe via-rhine sudo ifup eth0 Test the network to ensure it still works correctly and then do a shutdown/restart of the PC to ensure things are fresh. Once restarted do a suspend/resume test and report the results. -- via-rhine network adapater won't work on resume https://bugs.launchpad.net/bugs/267779 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
