-
ubuntu 상에서 네트워크 문제Programming/오류정보 2011. 1. 10. 13:57
ubuntu 에 처음 설치시나, 업데이트를 한경우에, 간혹 네트워크에 대한 드라이버가 제대로 동작을 안하거나, 지워진? 경우가 발생한다.아래의 장치에서 주로 문제가 발생했는데, 해결법은 간단하게 , 해당 드라이버를 다시 설치해주면 된다.
Realtek Semiconductor CO., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
- First, remove the r8169 module from the linux kernel.
# rmmod r8169
- Download the official realtek driver from here
- Unpack the download and install the driver as per the readme instructions included with the driver. Here’s the relevant part of the readme file; well, the “Quick Install” anyway:
<Quick install with proper kernel settings>
Unpack the tarball :
# tar vjxf r8168-8.aaa.bb.tar.bz2
Change to the directory:
# cd r8168-8.aaa.bb
If you are running the target kernel, then you should be able to do :
# ./autorun.sh (as root or with sudo)
You can check whether the driver is loaded by using following commands.
# lsmod | grep r8168
# ifconfig -a
If there is a device name, ethX, shown on the monitor, the linux
driver is loaded. Then, you can use the following command to activate
the ethX.
# ifconfig ethX up
- Finally, blacklist the r8169 driver add the following to /etc/modprobe.d/blacklist.conf:
#blacklist r8169 driver
blacklist r8169
http://www.rvdavid.net/how-to-get-gi...-ubuntu-linux/
'Programming > 오류정보' 카테고리의 다른 글
Unparsed aapt error(s)! Check the console for output. 에러 해결하기 (0) 2010.06.05 프로젝트을 생성시 에러[project is missing required source folder:'gen'] (0) 2010.06.01