[Lunar-commits] r15497 - in moonbase/branches/submissions/new: . NFORCE
zbiggy
zbiggy at lunar-linux.org
Sun Jun 26 18:31:10 UTC 2005
Author: zbiggy
Date: 2005-06-26 18:31:07 +0000 (Sun, 26 Jun 2005)
New Revision: 15497
Added:
moonbase/branches/submissions/new/NFORCE/
moonbase/branches/submissions/new/NFORCE/BUILD
moonbase/branches/submissions/new/NFORCE/DETAILS
moonbase/branches/submissions/new/NFORCE/PRE_BUILD
Log:
The original nforce driver is not compatible with kernels 2.6.12+.
The patch downloadable from my site fix this bug.
Other cosmetic fixes, updates.
Added: moonbase/branches/submissions/new/NFORCE/BUILD
===================================================================
--- moonbase/branches/submissions/new/NFORCE/BUILD 2005-06-26 18:29:47 UTC (rev 15496)
+++ moonbase/branches/submissions/new/NFORCE/BUILD 2005-06-26 18:31:07 UTC (rev 15497)
@@ -0,0 +1,18 @@
+(
+if [ `uname -r | cut -d. -f2` -ge 6 ]; then
+ if [ `uname -r | cut -d. -f3` -ge 12 ]; then
+ patch_it $SOURCE2 0
+ fi
+fi &&
+ ( cd nvnet && make ) &&
+ ( cd nvsound/main && make ) &&
+ prepare_install &&
+ ( cd nvnet && make install ) &&
+ ( cd nvsound/main && make install ) &&
+ install -m755 nvsound/nvmixer /usr/bin/ &&
+ install -m755 nvsound/nvmix-reg /usr/bin/ &&
+ install -m755 nforce-installer /usr/bin/ &&
+ install -m755 nforce-bug-report.sh /usr/bin/ &&
+ install -m755 nvsound/lib/libnvopenal.a /usr/lib/ &&
+ install -m755 nvsound/lib/libnvalut.a /usr/lib/
+) > $C_FIFO 2>&1
Added: moonbase/branches/submissions/new/NFORCE/DETAILS
===================================================================
--- moonbase/branches/submissions/new/NFORCE/DETAILS 2005-06-26 18:29:47 UTC (rev 15496)
+++ moonbase/branches/submissions/new/NFORCE/DETAILS 2005-06-26 18:31:07 UTC (rev 15497)
@@ -0,0 +1,28 @@
+ MODULE=NFORCE
+ VERSION=1.0-0301
+ SOURCE=$MODULE-Linux-x86-$VERSION-pkg1.run
+ SOURCE2=nvnet-2.6.12-fix.diff
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-Linux-x86-$VERSION-pkg1
+ SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/nforce/$VERSION/
+ SOURCE_URL[1]=http://download.nvidia.com/XFree86/nforce/$VERSION/
+ SOURCE_VFY=sha1:8dbd090be89063e3eed0b25311ef4866826a9789
+ SOURCE2_URL=http://www.zbigniew.luszpinski.pl/pliki/
+ SOURCE2_VFY=sha1:68129f0d5f0d6a9b38422df0a320482092c01006
+ WEB_SITE=http://www.nvidia.com/object/linux_nforce_1.0-0301.html
+ MAINTAINER=zbiggy at o2.pl
+ ENTERED=20050514
+ UPDATED=20050625
+ SHORT="nVidia nForce chipset drivers based mainboards and linux x86"
+cat << EOF
+This driver pack is for NFORCE motherboards network and audio components
+only. If you are looking for the graphics drivers then do: lin NVIDIA.
+This driver pack will install drivers for:
+* Integrated sound (hardware accelerated if chipset have APU)
+* Integrated network
+The included nvmixer application will allow you setup speakers and volume
+The rest components like IDE, USB, SATA are directly supported by kernel.
+There is no winmodem support.
+EOF
+
+# module initially written by hardkrash
+# new BUILD, PRE_BUILD scripts, patch and update written by Zbigniew Luszpinski <zbiggy at o2.pl>
Added: moonbase/branches/submissions/new/NFORCE/PRE_BUILD
===================================================================
--- moonbase/branches/submissions/new/NFORCE/PRE_BUILD 2005-06-26 18:29:47 UTC (rev 15496)
+++ moonbase/branches/submissions/new/NFORCE/PRE_BUILD 2005-06-26 18:31:07 UTC (rev 15497)
@@ -0,0 +1,3 @@
+cd $BUILD_DIRECTORY &&
+rm -rf $SOURCE_DIRECTORY &&
+sh $SOURCE_CACHE/$MODULE-Linux-x86-$VERSION-pkg1.run -x
More information about the Lunar-commits
mailing list