文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>在Linux下驱动Onda N61G主板功略 [转]

在Linux下驱动Onda N61G主板功略 [转]

时间:2007-03-01  来源:andy04911

By  lyiyu 发表于 2006-9-19 18:43:00 


Onda N61G是C51核心的整合主板(GeForce 6100+nForce 410)。由于板太新了,Ubuntu内核里没有驱动支持,一定要编译内核。然而Ubuntu内核默认用gcc-3.4编译,而gcc-3.4即没有默认安装,装好又不是默认编译器420){this.resized=true;this.style.width=420;}">。用光盘安装好Ubuntu后,不能启动X,网卡也不行,于是必须这样做:

1.删除默认驱动(好像可以不做这步)
#apt-get remove nvida-glx nvida-kernel-common nvidia-settings
2.光盘安装gcc、内核头文件
#apt-cdrom add
#apt-get update
#apt-get install build-essential gcc
#apt-get install linux-image-'version' linux-headers-'version'
--'verion'就是内核版本如386、686、k7
3.安装gcc-3.4
从主页上查询下载cpp-3.4_3.4.4-6ubuntu8_i386.deb,gcc-3.4-base_3.4.4-6ubuntu8_i386.deb,gcc-3.4_3.4.4-6ubuntu8_i386.deb,然后用dpkg -i安装
4.安装驱动
从http://www.nvidia.com/object/unix.html 下载nforce、GeForce驱动
#cd '驱动目录'
#su
#CC=gcc-3.4
#export CC
#exit
#CC=gcc-3.4
#export CC
#sh NForce-Linux-x86-XXXXX.run
#sh NVidia-Linux-x86-XXXXX.run
修改/etc/modprobe.d目录下的aliases文件
加入以下内容:
alias eth0 nvnet
alias forcedeth off
alias sound-slot-0 nvsound
alias snd-intel8x0 off
alias i810_audio off
5.终于OK!
    到此为止,网卡、声卡和显卡应该都可以用了。安个驱动,在Windows下如此简单的一件事,到了Ubuntu竟然这样麻烦!看来要真正的做到人性化,Ubuntu还是需要努力呀!


以下为Nvidia关方网站相关网页
########################################################################

Linux nForce Drivers

All of the following drivers are open-source and are included in most popular Linux distributions. In most cases, the Linux installer will select the appropriate driver for the detected nForce hardware.

Component Platform Use this driver
Audio (AC97) nForce-1 – nForce-4 intel8x0.c
Audio (HDA) nForce-430 and later hda_intel.c
 
Storage SATA sata_nv.c
ACHI ahci.c
IDE amd74xx.c
 
Ethernet All forcedeth.c

NVIDIA also provides pre-compiled storage (sata_nv) and Ethernet (forcedeth) driver disc images that may be required during the initial Linux installation. These driver disc images are provided for certain commercially-supported Linux distributions. The driver disc images often times contain certain upgrades and bug fixes that were not available at the time the original distributions began shipping. If you plan to install Linux via NVIDIA networking or NVIDIA storage, then these pre-compiled drivers must be installed during installation.

The following table provides information and a download link for these NVIDIA drivers in pre-compiled binary, RPM, and source code form for various Linux distributions. These drivers have been fully tested with the nForce Professional Series. Usage on other nForce chipsets will work, but should be considered as beta.

Version: 1.21
Release Date: January 2, 2007
Download V 1.21

Supported Distributions:

  • SLES 9 SP3 (2.6.5-7.244)
  • SLES 9 SP2 (2.6.5-7.191)
  • SLES 10 (2.6.16.21)
  • RHEL 3 UP7 (2.4.21-40)
  • RHEL 4 UP3 (2.6.9-34)
  • RHEL 4 UP4 (2.6.9-42)
  • Fedora Core 5 (2.6.15-1)
  • RHEL 4 UP2 (2.6.9-22)
  • RHEL 3 UP6 (2.4.21-37)
  • RHEL 3 UP8 (2.4.21-47)
  • SuSE 10 (2.6.13-15)

########################################################################

Unix Drivers

Graphics Drivers

Linux IA32
Latest Version: 1.0-9755
Latest Legacy GPU version: 1.0-7184
Archive

Linux IA64
Latest Version: 1.0-5336
Archive

Linux AMD64/EM64T
Latest Version: 1.0-9755
Latest Legacy GPU Version: 1.0-7184
Archive

FreeBSD x86
Latest Version: 1.0-9755
Latest Legacy GPU Version: 1.0-7184
Archive

Solaris x64/x86
Latest Version: 1.0-9755
Archive

NVIDIA nForce Drivers

Open source drivers for NVIDIA nForce hardware are included in the standard Linux kernel and leading Linux distributions. This page includes information on open source drivers, and driver disks for older Linux distributions including 32-bit and 64-bit versions of Linux.

PODCAST

Andy Ritger and Christian Zander of NVIDIA speak with Will Backman of bsdtalk (http://bsdtalk.blogspot.com/) about the NVIDIA FreeBSD graphics driver. In the interview Backman, Zander and Ritger discuss the motivations for NVIDIA supporting FreeBSD, the technical issues to resolve in order to improve NVIDIA's FreeBSD Graphics Driver support (also discussed here: http://lists.freebsd.org/pipermail/freebsd-hackers/2006-June/016995.html), the configurability and features exposed by the driver, and licensing and NVIDIA's open source efforts.

相关阅读 更多 +
排行榜 更多 +
兔子跳一跳游戏

兔子跳一跳游戏

休闲益智 下载
球球跳跃游戏

球球跳跃游戏

休闲益智 下载
森林之灵游戏

森林之灵游戏

休闲益智 下载