LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 01-25-2023, 07:16 AM   #1
MakeTopSite
Member
 
Registered: Jan 2021
Location: EU
Distribution: Ubuntu, openSUSE Leap & TW, Devuan, Debian
Posts: 276

Rep: Reputation: 3
TW 64bit: File /usr/lib/modprobe.d/50-nvidia-default.conf conflict


Optimus laptop, NVIDIA Corporation GK107M [GeForce GTX 660M].

Code:
#zypper dup
...
The following 8 NEW packages will be installed*:
  bbswitch-kmp-default                       0.8_k6.1.7_1-13.8
  kernel-default                             6.1.7-1.1
  kernel-default-devel                       6.1.7-1.1
  kernel-devel                               6.1.7-1.1
  kernel-firmware-nvidia-gsp-G06             525.85.05-1.1
  libjxl0_8                                  0.8.0-1.1
  libSPIRV-Tools-2023_1                      2023.1-1.1
  nvidia-open-driver-G06-signed-kmp-default  525.85.05_k6.1.7_1-1.1
...
(although only G05 driver installed.)

Code:
...

File conflict search: ................................................................. [error]
1 file conflict detected:

File /usr/lib/modprobe.d/50-nvidia-default.conf
  from install of
     nvidia-gfxG05-kmp-default-470.161.03_k6.1.6_1-58.26.x86_64 (NVIDIA)
  conflicts with file from install of
     nvidia-open-driver-G06-signed-kmp-default-525.85.05_k6.1.7_1-1.1.x86_64 (Main Repository (OSS))


File conflicts occur when two packages try to install files of the same name but with different contents. If you continue, the conflicting files will be overwritten and you will lose previous content.
Continue? [yes/no] (no):
What is please best solution ?

Last edited by MakeTopSite; 01-25-2023 at 07:21 AM.
 
Old 01-25-2023, 09:39 AM   #2
Sauerland
Member
 
Registered: Jul 2017
Distribution: openSUSE Leap
Posts: 200

Rep: Reputation: Disabled
Delete nvidia-gfxG05-kmp-default before
or
do not install
nvidia-open-driver-G06-signed-kmp-default
 
Old 01-27-2023, 07:05 AM   #3
MakeTopSite
Member
 
Registered: Jan 2021
Location: EU
Distribution: Ubuntu, openSUSE Leap & TW, Devuan, Debian
Posts: 276

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by Sauerland View Post
Delete nvidia-gfxG05-kmp-default before
or
do not install
nvidia-open-driver-G06-signed-kmp-default
I think it would be useful to know what happened and why in order to choose best solution.
 
Old 01-27-2023, 07:39 AM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
some how you installed the nvidia G05 driver

i would uninstall it before installing the G06 driver
 
Old 01-28-2023, 01:43 AM   #5
MakeTopSite
Member
 
Registered: Jan 2021
Location: EU
Distribution: Ubuntu, openSUSE Leap & TW, Devuan, Debian
Posts: 276

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by John VV View Post
some how you installed the nvidia G05 driver

i would uninstall it before installing the G06 driver
using zypper

G05 driver only is recommended. Is it please safe to use driver which is not recommended ?
 
Old 01-28-2023, 02:12 PM   #6
Sauerland
Member
 
Registered: Jul 2017
Distribution: openSUSE Leap
Posts: 200

Rep: Reputation: Disabled
Quote:
I think it would be useful to know what happened and why in order to choose best solution.
There is nothing useful, it's a bug in the package.

If you read lists.opensuse.org, you should have read it.

f.e.:
https://lists.opensuse.org/archives/...EX6GF5EKDAN4J/

Last edited by Sauerland; 01-28-2023 at 02:15 PM.
 
Old 01-30-2023, 02:18 AM   #7
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,850
Blog Entries: 1

Rep: Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074
nvidia-open-driver-G06-signed-kmp-default is defectively packaged https://bugzilla.opensuse.org/show_bug.cgi?id=1207520
Do not let it install if you're not using a GPU that G06 supports. Run sudo zypper al nvidia-open-driver-G06-signed-kmp-default before doing updates if you weren't using G06 already.
 
1 members found this post helpful.
Old 02-05-2023, 02:04 AM   #8
MakeTopSite
Member
 
Registered: Jan 2021
Location: EU
Distribution: Ubuntu, openSUSE Leap & TW, Devuan, Debian
Posts: 276

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by mrmazda View Post
nvidia-open-driver-G06-signed-kmp-default is defectively packaged https://bugzilla.opensuse.org/show_bug.cgi?id=1207520
Do not let it install if you're not using a GPU that G06 supports. Run sudo zypper al nvidia-open-driver-G06-signed-kmp-default before doing updates if you weren't using G06 already.
Thank you, it's solved now.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
nvidia-driver SBo The symbolic link '/usr/lib/libGL.so.1' does not point to 'tmp/SBo/package-nvidia-driver/usr/lib64/libGL.so.1' Gerardo Zamudio Slackware 5 07-30-2017 10:44 PM
/usr/local/lib/libproj.a /usr/lib/libproj.so conflict. (QLandkarteGT) kaz2100 Linux - Software 1 01-17-2012 04:37 AM
oops, I stripped /usr/lib and /usr/X11R6/lib ! H_TeXMeX_H Slackware 2 02-08-2007 09:27 PM
Compromised? Files "/usr/lib.hwm", "/usr/lib.pwd", "/usr/lib.pwi" Klaus Pforte Linux - Security 4 09-28-2004 11:33 PM
/usr/lib and /usr/local/lib doxxan Slackware 5 06-15-2004 12:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 11:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration