Motherboards button
Serie schede madri
Graphics Card button
Serie Scheda grafica
Monitors button
Monitor Gamer
Mini PC button
Serie Mini PC
Industrial PC button
Serie PC industriali
Server/WS button
Serie server/workstation
Loading

Utilizziamo i cookie per offrirti un'esperienza più personalizzata e fluida. Visitando questo sito web, acconsenti all’utilizzo dei cookie da parte nostra. Se preferisci non accettare i cookie o hai bisogno di maggiori informazioni, consulta la nostra Informativa sulla privacy.

FAQ

Se siete pienamente consapevoli della categoria della vostra domanda, si può scegliere una delle categorie qui sotto per le domande più frequenti. Catalogo:

Risultati:
Q (247): 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.