How to remove nvidia kernel module 295.40?

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
skipper

How to remove nvidia kernel module 295.40?

Post by skipper »

I tried to install cuda 5.0 on Linux Mint 13 as follows:

1. add relevant stuff to /etc/modprobe.d/blacklist.conf

blacklist amd76x_edac
blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv

2. remove nvidia drivers and shut down the X-server

sudo apt-get remove --purge nvidia*
sudo service mdm stop

3. install cuda 5.0

chmod +x cuda_5.0.35_linux_64_ubuntu11.10-1.run
sudo ./cuda_5.0.35_linux_64_ubuntu11.10-1.run

ISSUE: After the restart, an error message tells that the nvidia kernel module version is 295.40 and the installed driver version is 304.54.

How can I replace nvidia kernel module version 295.40 with version 304.54?

skipper
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
kc1di
Level 18
Level 18
Posts: 8178
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: How to remove nvidia kernel module 295.40?

Post by kc1di »

Hi Skipper-

the easiest way would be got to synaptic and simply do a search for nvidia remove nvidia 295. xx and install 304.xx

good luck

It's too bad jocky-gtk doesn't work in 14. that was even easier :(
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
User avatar
kc1di
Level 18
Level 18
Posts: 8178
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: How to remove nvidia kernel module 295.40?

Post by kc1di »

Just found this on the Mint 14 page.
Additional drivers
To install additional drivers, please run the "Software Sources" tool from "Menu->Preferences->Software Sources" and click on the "Additional Drivers" tab. The tool used in previous versions of Linux Mint (Jockey) was discontinued upstream in Ubuntu.
you may want to try that first.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
Locked

Return to “Installation & Boot”