Would you like to react to this message? Create an account in a few clicks or log in to continue.

2 posters
  • Post new topic
  • Reply to topic

nvidia-installer

w3ie
w3ie


Posts : 35
Join date : 2024-05-12
Age : 74
Location : The Keystone State NW PA USA

nvidia-installer  Empty nvidia-installer

Post by w3ie 22nd May 2024, 7:04 pm

Is there an nvidia-installer in the repo Question

I can't find one.
Upgreyed
Upgreyed
Admin


Posts : 87
Join date : 2024-05-12
Location : The Sunshine State FL USA

nvidia-installer  Empty Re: nvidia-installer

Post by Upgreyed 22nd May 2024, 10:13 pm

w3ie wrote:Is there an nvidia-installer in the repo Question

I can't find one.

https://www.linuxcapable.com/install-nvidia-drivers-on-debian/
w3ie
w3ie


Posts : 35
Join date : 2024-05-12
Age : 74
Location : The Keystone State NW PA USA

nvidia-installer  Empty Re: nvidia-installer

Post by w3ie 22nd May 2024, 11:41 pm

Upgreyed wrote:
w3ie wrote:Is there an nvidia-installer in the repo Question

I can't find one.

https://www.linuxcapable.com/install-nvidia-drivers-on-debian/

Following the article at this point I get:
Code:
# add-apt-repository contrib non-free-firmware
Traceback (most recent call last):
  File "/bin/add-apt-repository", line 361, in <module>
    addaptrepo = AddAptRepository()
                 ^^^^^^^^^^^^^^^^^^
  File "/bin/add-apt-repository", line 39, in __init__
    self.distro.get_sources(self.sourceslist)
  File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 89, in get_sources
    raise NoDistroTemplateException(
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Debian/PCLinuxOS Debian

and I am lost as what to do now Exclamation
Upgreyed
Upgreyed
Admin


Posts : 87
Join date : 2024-05-12
Location : The Sunshine State FL USA

nvidia-installer  Empty Re: nvidia-installer

Post by Upgreyed 22nd May 2024, 11:59 pm

You already have the contrib non-free-firmware so skip to:
apt install linux-headers-amd64
w3ie
w3ie


Posts : 35
Join date : 2024-05-12
Age : 74
Location : The Keystone State NW PA USA

nvidia-installer  Empty Re: nvidia-installer

Post by w3ie 23rd May 2024, 12:03 am

Upgreyed wrote:You already have the non free repo so skip to:
apt install linux-headers-amd64

64 bit headers were installed ok

nvidia-detect error:
Code:
# apt install nvidia-detect
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package nvidia-detect
Upgreyed
Upgreyed
Admin


Posts : 87
Join date : 2024-05-12
Location : The Sunshine State FL USA

nvidia-installer  Empty Re: nvidia-installer

Post by Upgreyed 23rd May 2024, 12:19 am

w3ie wrote:
Upgreyed wrote:You already have the non free repo so skip to:
apt install linux-headers-amd64

64 bit headers were installed ok

nvidia-detect error:
Code:
# apt install nvidia-detect
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package nvidia-detect
Skip it and do this copy/paste: Not from the website!
Code:
echo 'deb [trusted=yes] https://developer.download.nvidia.com/compute/cuda/repos/debian12/x86_64/ /' | sudo tee /etc/apt/sources.list.d/nvidia-drivers.list

You will still get a warning but you can remove the repo later.
Upgreyed
Upgreyed
Admin


Posts : 87
Join date : 2024-05-12
Location : The Sunshine State FL USA

nvidia-installer  Empty Re: nvidia-installer

Post by Upgreyed 23rd May 2024, 12:50 am

Add this repo if you haven't already?
Code:
echo 'deb [trusted=yes] https://developer.download.nvidia.com/compute/cuda/repos/debian12/x86_64/ /' | sudo tee /etc/apt/sources.list.d/nvidia-drivers.list

Reload synaptic
nvidia-installer will be listed in the nvidia repo.


You will still get a warning but you can remove the nvidia repo later.
Hope it works for you. Smile
w3ie
w3ie


Posts : 35
Join date : 2024-05-12
Age : 74
Location : The Keystone State NW PA USA

nvidia-installer  Empty Re: nvidia-installer

Post by w3ie 23rd May 2024, 1:20 am

Have to figure out how to get on the sudoers list pale

Heading to bed, have early medical appointment.
Upgreyed
Upgreyed
Admin


Posts : 87
Join date : 2024-05-12
Location : The Sunshine State FL USA

nvidia-installer  Empty Re: nvidia-installer

Post by Upgreyed 23rd May 2024, 8:20 am

w3ie wrote:Have to figure out how to get on the sudoers list pale
Edit as root and add your username to the /etc/sudoers    

Example:

46 # User privilege specification
47 root ALL=(ALL:ALL) ALL
48 w3ie   ALL=(ALL:ALL) ALL
w3ie
w3ie


Posts : 35
Join date : 2024-05-12
Age : 74
Location : The Keystone State NW PA USA

nvidia-installer  Empty Re: nvidia-installer

Post by w3ie 23rd May 2024, 9:25 am

I'll never buy another laptop with an nvidia gpu Razz Razz Razz

Code:
$ nvidia-detect
Detected NVIDIA GPUs:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF119M [NVS 4200M] [10de:1056] (rev a1)

Checking card:  NVIDIA Corporation GF119M [NVS 4200M] (rev a1)
Your card is only supported by the 390 legacy drivers series, which is only available up to bullseye.

Sponsored content


nvidia-installer  Empty Re: nvidia-installer

Post by Sponsored content

  • Post new topic
  • Reply to topic

Current date/time is 29th June 2024, 5:50 am