[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: nvida driver is not working after reboot



On Tue, Oct 25, 2005 at 03:46:15PM +0200, FrekoDing wrote:
> there are mistakes...
> 
> case "$type" in
>       L) ln -s $arg1 /dev/$name ;;
>       D) mkdir -p /dev/$name ;;
>       M) mknod --mode=660 /dev/$name $arg1 ;;
>       O) chown $arg1 /dev/$name ;;
>       G) chgrp $arg1 /dev/$name ;;
>       P) chmod $arg1 /dev/$name ;;
>       *) log_warning_msg "links.conf: unparseable line ($type $name 
> $arg1)" ;;
> esac

In addition to the mistakes, the patch will not be accepted by the udev
maintainer.  Instead, I've proposed a patch against
nvidia-kernel-common:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=334531

This one was tested...
-- 
Rob

Attachment: signature.asc
Description: Digital signature


Reply to: