Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  [SOLVED] Kernel 5.2.4-towo.1 booting problem  (Read 6913 times)

Offline NochEinNeuer

  • User
  • Posts: 191
Re: [SOLVED] Kernel 5.2.4-towo.1 booting problem
« Reply #30 on: 2019/07/31, 21:02:46 »
Vielen Dank piper für Deine Bemühungen, aber ein apt install sagt mir immer noch das ich bereits die aktuellsten Pakete habe....

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: [SOLVED] Kernel 5.2.4-towo.1 booting problem
« Reply #31 on: 2019/07/31, 21:13:50 »
Can I see

Code: [Select]
cat /etc/apt/sources.list.d/debian.list
and

Code: [Select]
cat /etc/apt/sources.list
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline NochEinNeuer

  • User
  • Posts: 191
Re: [SOLVED] Kernel 5.2.4-towo.1 booting problem
« Reply #32 on: 2019/07/31, 21:16:04 »
Code: [Select]
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:~$


Code: [Select]
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# 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]



Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: [SOLVED] Kernel 5.2.4-towo.1 booting problem
« Reply #33 on: 2019/07/31, 21:22:20 »
Quote from: 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

Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: [SOLVED] Kernel 5.2.4-towo.1 booting problem
« Reply #34 on: 2019/07/31, 21:29:26 »
okay, lets try this

you have

Code: [Select]
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# 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

Code: [Select]
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# 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:
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline NochEinNeuer

  • User
  • Posts: 191
Re: [SOLVED] Kernel 5.2.4-towo.1 booting problem
« Reply #35 on: 2019/07/31, 21:41:23 »
Keine Veränderung

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: [SOLVED] Kernel 5.2.4-towo.1 booting problem
« Reply #36 on: 2019/07/31, 21:47:56 »
apt update vergessen?
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline NochEinNeuer

  • User
  • Posts: 191
Re: [SOLVED] Kernel 5.2.4-towo.1 booting problem
« Reply #37 on: 2019/07/31, 21:49:58 »
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.......

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: [SOLVED] Kernel 5.2.4-towo.1 booting problem
« Reply #38 on: 2019/07/31, 21:55:09 »
put

Code: [Select]
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

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

from

Code: [Select]
/etc/apt/sources.list
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline NochEinNeuer

  • User
  • Posts: 191
Re: [SOLVED] Kernel 5.2.4-towo.1 booting problem
« Reply #39 on: 2019/07/31, 22:04:20 »
Unverändert.....
Meinen Computer hatte ich zwischenzeitlich auch mal neu gestartet....

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: [SOLVED] Kernel 5.2.4-towo.1 booting problem
« Reply #40 on: 2019/07/31, 22:10:34 »
apt policy nvidia-driver
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline NochEinNeuer

  • User
  • Posts: 191
Re: [SOLVED] Kernel 5.2.4-towo.1 booting problem
« Reply #41 on: 2019/07/31, 22:14:31 »
Code: [Select]
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.

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: [SOLVED] Kernel 5.2.4-towo.1 booting problem
« Reply #42 on: 2019/07/31, 22:17:03 »
I think we should start from scratch

Code: [Select]
apt purge nvidia.
(Make sure you *include* the period, this will delete all of nvidia blob)

Code: [Select]
apt update; apt install nvidia-driver nvidia-driver-libs nvidia-settings nvidia-kernel-dkms  -t experimental
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline NochEinNeuer

  • User
  • Posts: 191
Re: [SOLVED] Kernel 5.2.4-towo.1 booting problem
« Reply #43 on: 2019/07/31, 23:46:42 »
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

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: [SOLVED] Kernel 5.2.4-towo.1 booting problem
« Reply #44 on: 2019/08/01, 00:03:28 »
You can keep the experimental line in there, a dist-upgrade won't use it unless you used something like

Code: [Select]
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
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck