[SOLVED] Kernel 5.2.4-towo.1 booting problem

Begonnen von dibl, 2019/07/28, 18:12:08

Vorheriges Thema - Nächstes Thema

NochEinNeuer

Vielen Dank piper für Deine Bemühungen, aber ein apt install sagt mir immer noch das ich bereits die aktuellsten Pakete habe....

piper

Can I see

cat /etc/apt/sources.list.d/debian.list

and

cat /etc/apt/sources.list
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

NochEinNeuer

jf2@jf2-pc:~$ cat /etc/apt/sources.list.d/debian.list
# debian loadbalancer
deb http://deb.debian.org/debian/ unstable main contrib non-free
# deb-src http://deb.debian.org/debian/ unstable main contrib non-free

# deb http://deb.debian.org/debian/ experimental main contrib non-free
# deb-src http://deb.debian.org/debian/ experimental main contrib non-free

# deb http://incoming.debian.org/debian-buildd buildd-unstable main contrib non-free
# deb-src http://incoming.debian.org/debian-buildd buildd-unstable main contrib non-free

deb http://ftp.de.debian.org/debian/ experimental main contrib non-free
jf2@jf2-pc:~$



# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# See sources.list(5) for more information, especialy remember that you can   #
# only use http, ftp or file URIs, CDROMs are managed through apt-cdrom.      #
#                                                                             #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Please use /etc/apt/sources.list.d/ instead of this file and create a       #
# separate *.list configuration file for each repository, containing the      #
# actual deb/deb-src desired suites and components for that repository.       #
#                                                                             #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#   /etc/apt/sources.list.d/debian.list                                       #
#   /etc/apt/sources.list.d/extra.list                                        #
#   /etc/apt/sources.list.d/fixes.list                                        #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
deb http://deb.debian.org/debian/ sid contrib main non-free
#deb http://packages.siduction.org/extra experimental main contrib non-free
jf2@jf2-pc:~$
[{code]



piper

Zitat von: NochEinNeuer[

Experimental hab ich jetzt mal in /etc/apt/sources.lst eingefügt.
Allerdings bringt mir ein apt install -t experimental nvidia-driver:
nvidia-driver ist schon die neueste Version (418.74-1)
Irgendwo hab ich da wohl einen Fehler gemacht....

This is the problem, debian itself works this way

I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

piper

okay, lets try this

you have

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# See sources.list(5) for more information, especialy remember that you can   #
# only use http, ftp or file URIs, CDROMs are managed through apt-cdrom.      #
#                                                                             #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Please use /etc/apt/sources.list.d/ instead of this file and create a       #
# separate *.list configuration file for each repository, containing the      #
# actual deb/deb-src desired suites and components for that repository.       #
#                                                                             #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#   /etc/apt/sources.list.d/debian.list                                       #
#   /etc/apt/sources.list.d/extra.list                                        #
#   /etc/apt/sources.list.d/fixes.list                                        #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
deb http://deb.debian.org/debian/ sid contrib main non-free
#deb http://packages.siduction.org/extra experimental main contrib non-free
jf2@jf2-pc:~$



lets make it look like this

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# See sources.list(5) for more information, especialy remember that you can   #
# only use http, ftp or file URIs, CDROMs are managed through apt-cdrom.      #
#                                                                             #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Please use /etc/apt/sources.list.d/ instead of this file and create a       #
# separate *.list configuration file for each repository, containing the      #
# actual deb/deb-src desired suites and components for that repository.       #
#                                                                             #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#   /etc/apt/sources.list.d/debian.list                                       #
#   /etc/apt/sources.list.d/extra.list                                        #
#   /etc/apt/sources.list.d/fixes.list                                        #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
deb http://deb.debian.org/debian/ sid contrib main non-free
deb http://packages.siduction.org/extra experimental main contrib non-free
jf2@jf2-pc:~$


Notice the difference

#deb http://packages.siduction.org/extra experimental main contrib non-free

deb http://packages.siduction.org/extra experimental main contrib non-free

You really shouldn't be using this section to add sources

Danke der_bud:
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

NochEinNeuer


towo

Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

NochEinNeuer

apt update führte ich immer brav nach jeder Änderung aus......
So langsam glaub ich das das Problem 30 cm vor der Tastatur sitzt.....oder irgendwo in den tiefen des Systems klemmt ein Bit.......

piper

put

deb http://packages.siduction.org/extra experimental main contrib non-free
deb http://ftp.de.debian.org/debian/ experimental  main contrib non-free


in

/etc/apt/sources.list.d/debian.list

and take out

deb http://deb.debian.org/debian/ sid contrib main non-free
deb http://packages.siduction.org/extra experimental main contrib non-free


from

/etc/apt/sources.list
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

NochEinNeuer

Unverändert.....
Meinen Computer hatte ich zwischenzeitlich auch mal neu gestartet....

towo

Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

NochEinNeuer

jf2@jf2-pc:~$ apt policy nvidia-driver
nvidia-driver:
  Installiert:           418.74-1
  Installationskandidat: 418.74-1
  Versionstabelle:
     430.34-1 1
          1 http://ftp.de.debian.org/debian experimental/non-free amd64 Packages
*** 418.74-1 500
        500 http://deb.debian.org/debian unstable/non-free amd64 Packages
        100 /var/lib/dpkg/status
jf2@jf2-pc:~$

Anscheinend kommen wir der Sache näher.

piper

I think we should start from scratch

apt purge nvidia.

(Make sure you *include* the period, this will delete all of nvidia blob)

apt update; apt install nvidia-driver nvidia-driver-libs nvidia-settings nvidia-kernel-dkms  -t experimental

I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

NochEinNeuer

Prima!Jetzt hat es geklappt!Nach einem Neustart läuft auch alles!

Sollte ich experimental jetzt deaktivieren damit von dieser Paketquelle keine anderen Pakete upgedatet werden?
Einem apt dist-upgrade sollte jetzt nichts mehr im Wege stehen?
Vielen Dank

piper

You can keep the experimental line in there, a dist-upgrade won't use it unless you used something like

apt update; apt full-upgrade -t experimental

But, it also doesn't hurt to disable it, maybe you should so accidents don't happen :)

Glad it worked

Yes, always need a reboot with a newer kernel or installing nvidia drivers
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA