우리는 더 개인화되고 더 부드러운 경험을 제공하기 위해 쿠키를 사용합니다. 이 웹사이트를 방문하면 쿠키 사용에 동의하는 것 입니다. 쿠키를 허용하지 않거나 추가 정보가 필요한 경우 당사의 개인 정보 보호 정책을 방문하십시오.
필수 쿠키 이 쿠키는 웹사이트의 정상적인 작동에 필수적이며 비활성화할 수 없습니다.
분석 쿠키 이 쿠키는 방문자가 웹사이트를 어떻게 사용하는지 파악하는 데 도움이 됩니다.
마케팅 쿠키 이 쿠키는 방문자를 추적하고 관련 광고를 표시하는 데 사용됩니다.
소셜 미디어 쿠키 이 쿠키를 사용하면 소셜 미디어에서 페이지와 콘텐츠를 공유할 수 있습니다.
Q: I want to install Linux CentOS 5.2 on X58 SuperComputer. After start the installation of CentOS 5.2, the system stays on checking hardware device. I cannot continue the Linux installation, what can I do?(3/28/2009) A: Please follow below steps to install your Linux CentOS 5.2 installation.
1.Disable the Onboard LAN 1 and Onboard LAN 2 in BIOS setting.
2.Enter Boot menu and starting the Linux CentOS 5.2 installation.
3.Please install the system packages like below picture.
4.After install CentOS 5.2 completely , download your LAN driver by following link.
Link:http://www.realtek.com/downloads/downloadsView.aspx?Langid=1&PNid=13&PFid=5&Level=5&Conn=4&DownTypeID=3&GetDown=false#2
5.Please remove the in-box driver and remove the r8169 LAN driver by following command.
# cp -p r8168-8.011.00.tar.bz2 ~
# cd ~
# tar vjxf r8168-8.011.00.tar.bz2
# cd /lib/modules/`uname -r`/kernel/drivers/net/
# rm -f r8169.ko
# cd ~
# cd r8168-8.011.00
# make clean
# make modules
# make install
# depmod –a
# reboot
6.After upgrade your LAN driver complete, please reboot your system and enable the Onboard LAN 1 and Onboard LAN 2 in BIOS setting.