Reiser4 & nvidia-173xx !!

Поставил базу через net install. Добавил ядро kernel26-ice (2.6.30-7), последняя версия из aur. Ядро не поддерживает стандартные драйвера nvidia-173xx. Пробовал собрать nvidia-173xx-ice из aur - также ничего не выходит. Пишет ошибку, связанную с ядром. Пробовал в PKGBUIL и nvidia-ice.install менял версию ядра на 2.6.30-ice, 2.6.30-7-ice, - все равно ошибка! То же и с PKGBUIL. В чем тут дело?!

# arg 1:  the new package version
post_install() {
  KERNEL_VERSION='2.6.25-ice'
  depmod -v $KERNEL_VERSION  > /dev/null 2>&1		 
}
# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  post_install $1
  rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
}
# arg 1:  the old package version
post_remove() {
  KERNEL_VERSION='2.6.25-ice'
  depmod -v $KERNEL_VERSION	 > /dev/null 2>&1	 
}
op=$1
shift
$op $*
В билде пробовал менять nvidia-utils на nvidia-173xx-utils…
# Mantainer   : Teo Mrnjavac <[email protected]>;
# Contributor : Giuseppe Calderaro <[email protected]>;
# Contributor : Alessandro Sagratini <[email protected]>;
pkgname=nvidia-173xx-ice
pkgver=173.14.12
_kernver='2.6.27-ice'
pkgrel=2
pkgdesc="NVIDIA legacy drivers for kernel26-ice, 173xx branch"
arch=('i686' 'x86_64')
[ "$CARCH" = "i686"   ] && ARCH=x86
[ "$CARCH" = "x86_64" ] && ARCH=x86_64
url="http://www.nvidia.com/"
depends=('kernel26-ice' 'nvidia-utils')
conflicts=('nvidia-96xx-ice')
license=('custom')
install=nvidia-ice.install
source=(http://us.download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run)
md5sums=('76b8eba1b14fc273a1a4044705b0aa56')
[ "$CARCH" = "x86_64" ] && md5sums=('3ecd5847be9176e506a300ba8b94c3c8')
build()
{
  # Extract
  cd $startdir/src/
  sh NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run --extract-only
  cd NVIDIA-Linux-$ARCH-${pkgver}-pkg0
  
  # Any extra patches are applied in here...
  cd usr/src/nv/
  ln -s Makefile.kbuild Makefile
  make SYSSRC=/lib/modules/${_kernver}/build module || return 1
  
  # install kernel module
  mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
  install -m644 nvidia.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
  sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
}
Ошибка:
If you are using a Linux 2.4 kernel, please make sure
you either have configured kernel sources matching your
kernel or the correct set of kernel headers installed
on your system.

If you are using a Linux 2.6 kernel, please make sure
you have configured kernel sources matching your kernel
installed on your system. If you specified a separate
output directory using either the “KBUILD_OUTPUT” or
the “O” KBUILD parameter, make sure to specify this
directory with the SYSOUT environment variable or with
the equivalent nvidia-installer command line option.

Depending on where and how the kernel sources (or the
kernel headers) were installed, you may need to specify
their location with the SYSSRC environment variable or
the equivalent nvidia-installer command line option.

*** Unable to determine the target kernel version. ***

make: *** Ошибка 1
Сейчас смотрю в свой большой CRT монитор, наблюдаю стандартную частоту обновления экрана от vesa драйвера :(
Поставил xf86-video-nv. работают сносно, но хочется 3d…
 
Зарегистрироваться или войдите чтобы оставить сообщение.