update: on 05/01/2013
this problem is related to r8168 instead of a particular motherboard model so I changed this title.
ubuntu 10.04 or later version installs r8169 for my network card( motherboard mode: gigabytes H61M-S2V-B3).
this r8169 doesn't work correctly with my network card.. the typical scenario is time-out for everything..
fixing is simple..we use r8168 driver instead...
1: get r8168 drivers on website.. I use r8168-8.028.00
download link:
http://www.realtek.com/downloads/downloadsView.aspx?Langid=1&PNid=13&PFid=5&Level=5&Conn=4&DownTypeID=3&GetDown=false
sometimes,,,we need another computer to download this driver and send it to the target via usb jumpdisk or cdrom. so make sure you have another computer if the target fails to get on line comletely.
2: put server install disc into cdrom and edit /etc/apt/sources.list (make a backup first) with nano
activate the cdrom repository.
3: sudo apt-get update
4: sudo apt-get install build-essential
5: sudo apt-get install linux-headers-`uname -r`
6: sudo fdisk -l (check your usb disk here)
7: mount /dev/sxxx /media/temp
8: enter r8168 dir and issue
sudo make all
9: sudo depmod -a
10: sudo nano /etc/modprobe.d/blacklist.conf add:
blacklist r8169
11: sudo nano /etc/initramfs-tools/modules add:
r8168
12: sudo update-initramfs -v -u -k `uname -r`
13: sudo reboot
network card should work from now on...
分享到:
相关推荐
ubuntu 下的xilinx cable usb 驱动源码包,需要编译安装即可。 详细教程请参考https://blog.csdn.net/qq_16069457/article/details/121269721
This bundle contains a modified CP210x driver for the 4.10.0 kernel (Ubuntu 17.04). It contains: - Support for the CP2102N NOTE: This driver is an example of how to perform GPIO operations within ...
- **Driver Installation**: The guide explains how to install drivers for hardware components, ensuring compatibility and optimal performance. - **Device Management**: Techniques for managing devices ...
### Ubuntu 14.04 下 CUDA 8.0、OpenCV 2.4.13 和 Caffe 的安装配置 #### 一、系统环境准备 **1. 环境要求** - 操作系统: Ubuntu 14.04 (64位) - 显卡: GTX 750 Ti - CUDA 版本: 8.0.61 - cuDNN 版本: cudnn-8.0-...
sudo apt-get install freetds-dev # 对于FreeTDS on Debian/Ubuntu sudo yum install freetds-devel # 对于FreeTDS on CentOS/RHEL ``` 或者 ```bash curl ...
nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2015 NVIDIA Corporation Built on Tue_Aug_11_14:27:32_CDT_2015 Cuda compilation tools, release 7.5, V7.5.17 ``` 为了测试CUDA是否正确安装,可以...
开始修补WoL驱动程序,如下所示: $ sudo apt-get install -y wakeonlan$ git clone https://github.com/kairen/maas-wakeonlan-driver.git$ cd maas-wakeonlan-driver$ PATCH_DIR= " /usr/lib/python3/dist-...
You must install 'makeinfo' on your build machine makeinfo is usually part of the texinfo package in your distribution make: *** [dependencies] 错误 1 make:离开目录“/home/wwt/linux_r16/lichee/...
通常,你需要一个64位的Linux发行版(如Ubuntu、CentOS或Red Hat),Java运行环境(JRE)8或更高版本,以及足够的内存和磁盘空间。 2. **安装Java** 首先,安装Java运行环境。对于Ubuntu,可以使用以下命令: ```...
在本文中,我们将深入探讨如何在Ubuntu 18.04操作系统上安装uhd(Universal Hardware Driver)和gnuradio,这两个是无线电通信领域的重要工具。liberrio文件提供了这方面的指南,特别是针对国内的B210硬件设备。让...
Install driver for USB-UART bridge converter on Linux Ubuntu12.04 Ubuntu下USB转串口芯片驱动程序安装,支持cp210x,pl2303等 Reference: Fixing the cp210x open - Unable to enable UART Error When you ...
If not installed, use your package manager to install it (`sudo apt-get install build-essential` on Ubuntu). 4. **Download the NVIDIA CUDA Toolkit:** - Visit the NVIDIA CUDA Downloads page and ...
on Ubuntu run: ```sh sudo apt-get install mesa-common-dev ``` #### Disable Hunter If you want to install dependencies yourself or use system package manager you can disable Hunter by adding [-...
cmake ../ -DINSTALL_UDEV_RULES=ON -DDETACH_KERNEL_DRIVER=ON sudo make install sudo ldconfig git clone --progress git://git.osmocom.org/gr-osmosdr cd gr-osmosdr mkdir build cd build cmake ../ make ...
Any distribution shipping a kernel >= 2.6.27 will have ath9k present but the ath9k driver on 2.6.32 is the oldest one recommended, anything older than that is completely unsupported. Below is a list ...
USB3.0网卡驱动是计算机硬件与操作系统之间的重要接口,用于确保USB3.0网卡在Windows、Mac和Linux等不同操作系统上正常工作。AX88179是一款由ASMedia Technology公司生产的USB3.0到以太网适配器芯片,它支持高速网络...
configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=2.5.4-NAPI duplex=full firmware=0.13-4 ip=10.10.100.102 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s ...
sudo apt-get install libmysqlcppconn-dev # 对于Ubuntu/Debian sudo yum install mysql-devel # 对于CentOS/RHEL ``` 2. **引入头文件和链接库**: 在C++代码中,我们需要包含必要的头文件,并链接到`...
- 安装必要的依赖:`sudo apt-get install nvidia-driver libcuda1-XXX nvidia-cuda-toolkit`(XXX为对应版本号) - 添加NVIDIA的官方GPG密钥:`sudo apt-key adv --fetch-keys ...