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

Re: random quirkyness





On 2/9/07, Florian Kulzer <florian@molphys.leidenuniv.nl> wrote:
On Fri, Feb 09, 2007 at 11:14:55 -0600, Mike Myers wrote:
> I still can't seem to get this all worked out.  I've uninstalled any traces
> of the nvidia driver, like nvidia-kernel, nvidia-common, and nvidia-glx and
> then reinstalled all of them but I'm still having the same problem.  I'm
> still having issues with the wrong sound card being detected every time it
> boots up.
>
> My main question are these;
>
> Is there a way I can keep the nvidia driver installed so I don't have to
> reinstall it every reboot?

With the Debian packages there should be no need to reinstall the nvidia
driver on every boot. You probably have some configuration problem or
maybe you used the nvidia installer script earlier and did not remove
its traces completely. For a start, please post the output of the
following 6 commands:

  dpkg -l nvidia\* | grep ^ii

ii  nvidia-glx                        1.0.8776-4     NVIDIA binary XFree86 4.x driver
ii  nvidia-kernel-2.6.18-3-686        1.0.8776+5     NVIDIA binary kernel module for Linux 2.6.18
ii  nvidia-kernel-common              20051028+1     NVIDIA binary kernel module common files


  find /lib/modules/$(uname -r)/ -type f -name nvidia\*

/lib/modules/2.6.18-3-686/nvidia/nvidia.ko
/lib/modules/2.6.18-3-686/kernel/drivers/char/agp/nvidia-agp.ko
/lib/modules/2.6.18-3-686/kernel/drivers/video/nvidia/nvidiafb.ko


  find /etc/rc?.d/ -type l -name \*nvidia\*

(I think I see the problem here)

/etc/rc0.d/K20nvidia-kernel
/etc/rc0.d/K20nvidia-glx
/etc/rc0.d/K20nvidia-glx-legacy
/etc/rc1.d/K20nvidia-kernel
/etc/rc1.d/K20nvidia-glx
/etc/rc1.d/K20nvidia-glx-legacy
/etc/rc2.d/S20nvidia-glx-legacy
/etc/rc2.d/S20nvidia-kernel
/etc/rc2.d/S20nvidia-glx
/etc/rc3.d/S20nvidia-glx-legacy
/etc/rc3.d/S20nvidia-kernel
/etc/rc3.d/S20nvidia-glx
/etc/rc4.d/S20nvidia-glx-legacy
/etc/rc4.d/S20nvidia-kernel
/etc/rc4.d/S20nvidia-glx
/etc/rc5.d/S20nvidia-glx-legacy
/etc/rc5.d/S20nvidia-kernel
/etc/rc5.d/S20nvidia-glx
/etc/rc6.d/K20nvidia-kernel
/etc/rc6.d/K20nvidia-glx
/etc/rc6.d/K20nvidia-glx-legacy
 

  find /etc/init.d/ -type f -name \*nvidia\*

/etc/init.d/nvidia-glx-legacy
/etc/init.d/nvidia-glx
/etc/init.d/nvidia-kernel
 

  find /usr/lib/xorg/ -name \*nvidia\*

/usr/lib/xorg/modules/drivers/nvidia_drv.o

  find /usr/X11R6/lib/ -name \*nvidia\*

(doesn't give any output)

If, on the other hand, you are now using the nvidia installer script,
then you have to purge (not just remove) all the Debian nvidia packages.
(If you only remove them then they will leave behind scripts in
/etc/init.d which mess with the glx module symlinks at every boot.)

All I did was apt-get install nvidia-(whatever) to install it.  I might have done the wrong one though at first.

> Is there a way I can disable hardware detection?  I'd rather just define
> what sound card I'm using and just use it, instead of having debian try to
> auto-detect two of them and guess which one I want to use.  If there is a
> bug somewhere in udev or whatever, please give me some info on
> troubleshooting that so I can help with it.  I'm not really familiar enough
> with udev to figure that out on my own.

You should be able to blacklist modules with a file in /etc/modprobe.d,
see the "blacklist" or "alsa-base-blacklist" in this directory for
examples.

I'll try that out, thanks!

--
Regards,
          Florian


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: