staging.inyokaproject.org

PC friert regelmäßig ein - nach Neuinstallation von Ubuntu 20.04

Status: Ungelöst | Ubuntu-Version: Ubuntu 20.04 (Focal Fossa)
Antworten |

Bertram12

Avatar von Bertram12

Anmeldungsdatum:
16. März 2014

Beiträge: 342

Auf einem ca. 10 Jahre alten Rechner (64 bit, ursprünglich 2 GB RAM, nachträglich auf 4 GB erweitert), auf dem jetzt einige Jahre ubuntu 18.04 lief, habe ich ubuntu 20.04 neu installiert. Seitdem friert der Rechner sehr häufig ein, oft schon nach 15-30 min Benutzung. Er lässt sich dann nur "gewaltsam" herunterfahren. Hier ein paar Angaben zur Hardware (lshw -short bzw. lshw)

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
sudo lshw -short
H/W-Pfad         Gerät      Klasse         Beschreibung
========================================================
                             system         System Product Name (To Be Filled By
/0                           bus            M4N78 PRO
/0/0                         memory         64KiB BIOS
/0/3                         processor      AMD Athlon(tm) II X4 620 Processor
/0/3/5                       memory         512KiB L1 Cache
/0/3/6                       memory         2MiB L2 Cache
/0/33                        memory         4GiB Systemspeicher
/0/33/0                      memory         DIMMProject-Id-Version: lshwReport-M
/0/33/1                      memory         DIMMProject-Id-Version: lshwReport-M
/0/33/2                      memory         2GiB DIMM DDR2 Synchron 800 MHz (1,2
/0/33/3                      memory         2GiB DIMM DDR2 Synchron 800 MHz (1,2
/0/4                         memory         RAM memory
/0/1                         bridge         MCP78S [GeForce 8200] LPC Bridge
/0/1.1                       bus            MCP78S [GeForce 8200] SMBus
/0/1.2                       memory         RAM memory
/0/1.3                       processor      MCP78S [GeForce 8200] Co-Processor
/0/1.4                       memory         RAM memory
/0/2                         bus            MCP78S [GeForce 8200] OHCI USB 1.1 C
/0/2/1           usb3        bus            OHCI PCI host controller
/0/2.1                       bus            MCP78S [GeForce 8200] EHCI USB 2.0 C
/0/2.1/1         usb1        bus            EHCI Host Controller
/0/2.1/1/2                   printer        MFC-J245
/0/2.1/1/4                   storage        Mass Storage Device
/0/5                         bus            MCP78S [GeForce 8200] OHCI USB 1.1 C
/0/5/1           usb4        bus            OHCI PCI host controller
/0/5/1/2                     input          USB OPTICAL MOUSE
/0/4.1                       bus            MCP78S [GeForce 8200] EHCI USB 2.0 C
/0/4.1/1         usb2        bus            EHCI Host Controller
/0/4.1/1/1                   storage        USB 3.0 Device
/0/6                         storage        MCP78S [GeForce 8200] IDE
/0/7                         multimedia     MCP72XE/MCP72P/MCP78U/MCP78S High De
/0/8                         bridge         MCP78S [GeForce 8200] PCI Bridge
/0/8/5           enp1s5      network        RTL8169 PCI Gigabit Ethernet Control
/0/8/7                       multimedia     CMI8738/CMI8768 PCI Audio
/0/9                         storage        MCP78S [GeForce 8200] SATA Controlle
/0/a             enp0s10     network        MCP77 Ethernet
/0/b                         bridge         MCP78S [GeForce 8200] PCI Express Br
/0/b/0                       display        C77 [GeForce 8300]
/0/10                        bridge         MCP78S [GeForce 8200] PCI Express Br
/0/13                        bridge         MCP78S [GeForce 8200] PCI Bridge
/0/14                        bridge         MCP78S [GeForce 8200] PCI Bridge
/0/100                       bridge         Family 10h Processor HyperTransport 
/0/101                       bridge         Family 10h Processor Address Map
/0/102                       bridge         Family 10h Processor DRAM Controller
/0/103                       bridge         Family 10h Processor Miscellaneous C
/0/104                       bridge         Family 10h Processor Link Control
/0/c                         storage        PnP device PNP0700
/0/d                         system         PnP device PNP0c02
/0/e                         system         PnP device PNP0b00
/0/f                         input          PnP device PNP0303
/0/11                        system         PnP device PNP0c02
/0/12                        system         PnP device PNP0c02
/0/15                        communication  PnP device PNP0501
/0/16                        system         PnP device PNP0c02
/0/17                        system         PnP device PNP0c01
/0/18            scsi2       storage        
/0/18/0.0.0      /dev/sda    disk           120GB KINGSTON SA400S3
/0/18/0.0.0/1    /dev/sda1   volume         512MiB Windows FAT Laufwerk
/0/18/0.0.0/2    /dev/sda2   volume         111GiB Extended partition
/0/18/0.0.0/2/5  /dev/sda5   volume         111GiB EXT4-Laufwerk
/0/19            scsi4       storage        
/0/19/0.0.0      /dev/cdrom  disk           CDDVDW SH-224DB
/0/1a            scsi9       storage        
/0/1a/0.0.0      /dev/sdb    disk           Compact Flash
/0/1a/0.0.0/0    /dev/sdb    disk           
/0/1a/0.0.1      /dev/sdc    disk           SD/MMC
/0/1a/0.0.1/0    /dev/sdc    disk           
/0/1a/0.0.2      /dev/sdd    disk           microSD
/0/1a/0.0.2/0    /dev/sdd    disk           
/0/1a/0.0.3      /dev/sde    disk           MS/MS-PRO
/0/1a/0.0.3/0    /dev/sde    disk           
/0/1a/0.0.4      /dev/sdf    disk           SM/xD-Picture
/0/1a/0.0.4/0    /dev/sdf    disk           
/0/1b            scsi8       storage        
/0/1b/0.0.0      /dev/sdg    disk           3TB USB 3.0 Device
/0/1b/0.0.0/1                volume         349GiB W95 FAT32 (LBA) partition 
-----------------------------------------
sudo lshw
[sudo] Passwort für eckhard: 
eckhard-system-product-name 
    Beschreibung: Arbeitsplatzrechner
    Produkt: System Product Name (To Be Filled By O.E.M.)
    Hersteller: System manufacturer
    Version: System Version
    Seriennummer: System Serial Number
    Breite: 64 bits
    Fähigkeiten: smbios-2.5 dmi-2.5 smp vsyscall32
    Konfiguration: boot=normal chassis=desktop family=To Be Filled By O.E.M. sku=To Be Filled By O.E.M. uuid=400EAECF-4D8D-DE11-9406-002618B0FD1E
  *-core
       Beschreibung: Hauptplatine
       Produkt: M4N78 PRO
       Hersteller: ASUSTeK Computer INC.
       Physische ID: 0
       Version: Rev 1.xx
       Seriennummer: 101279480000717
       Steckplatz: To Be Filled By O.E.M.
     *-firmware
          Beschreibung: BIOS
          Hersteller: American Megatrends Inc.
          Physische ID: 0
          Version: 1004
          date: 07/10/2009
          Größe: 64KiB
          Kapazität: 1MiB
          Fähigkeiten: isa pci pnp apm upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification
     *-cpu
          Beschreibung: CPU
          Produkt: AMD Athlon(tm) II X4 620 Processor
          Hersteller: Advanced Micro Devices [AMD]
          Physische ID: 3
          Bus-Informationen: cpu@0
          Version: AMD Athlon(tm) II X4 620 Processor
          Seriennummer: To Be Filled By O.E.M.
          Steckplatz: AM2/AM3
          Größe: 1400MHz
          Kapazität: 2600MHz
          Breite: 64 bits
          Takt: 200MHz
          Fähigkeiten: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp x86-64 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt hw_pstate vmmcall npt lbrv svm_lock nrip_save cpufreq
          Konfiguration: cores=4 enabledcores=4
        *-cache:0
             Beschreibung: L1 Cache
             Physische ID: 5
             Steckplatz: L1-Cache
             Größe: 512KiB
             Kapazität: 512KiB
             Fähigkeiten: pipeline-burst internal varies data
             Konfiguration: level=1
        *-cache:1
             Beschreibung: L2 Cache
             Physische ID: 6
             Steckplatz: L2-Cache
             Größe: 2MiB
             Kapazität: 2MiB
             Fähigkeiten: pipeline-burst internal varies unified
             Konfiguration: level=2
     *-memory:0
          Beschreibung: Systemspeicher
          Physische ID: 33
          Steckplatz: Systemplatine oder Hauptplatine
          Größe: 4GiB
        *-bank:0
             Beschreibung: DIMMProject-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>PO-Revision-Date: 2012-05-30 08:16+0000Last-Translator: Hendrik Knackstedt <Unknown>Language-Team: German <de@li.org>MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2022-02-11 15:39+0000X-Generator: Launchpad (build fb383037dc57f48cc5195c1eb2676319fbdf7e33) [leer]
             Produkt: PartNum0
             Hersteller: Manufacturer0
             Physische ID: 0
             Seriennummer: SerNum0
             Steckplatz: DIMM_A1
        *-bank:1
             Beschreibung: DIMMProject-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>PO-Revision-Date: 2012-05-30 08:16+0000Last-Translator: Hendrik Knackstedt <Unknown>Language-Team: German <de@li.org>MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2022-02-11 15:39+0000X-Generator: Launchpad (build fb383037dc57f48cc5195c1eb2676319fbdf7e33) [leer]
             Produkt: PartNum1
             Hersteller: Manufacturer1
             Physische ID: 1
             Seriennummer: SerNum1
             Steckplatz: DIMM_B1
        *-bank:2
             Beschreibung: DIMM DDR2 Synchron 800 MHz (1,2 ns)
             Produkt: PartNum2
             Hersteller: Manufacturer2
             Physische ID: 2
             Seriennummer: SerNum2
             Steckplatz: DIMM_A2
             Größe: 2GiB
             Breite: 64 bits
             Takt: 800MHz (1.2ns)
        *-bank:3
             Beschreibung: DIMM DDR2 Synchron 800 MHz (1,2 ns)
             Produkt: PartNum3
             Hersteller: Manufacturer3
             Physische ID: 3
             Seriennummer: SerNum3
             Steckplatz: DIMM_B2
             Größe: 2GiB
             Breite: 64 bits
             Takt: 800MHz (1.2ns)
     *-memory:1 UNGEFORDERT
          Beschreibung: RAM memory
          Produkt: MCP78S [GeForce 8200] Memory Controller
          Hersteller: NVIDIA Corporation
          Physische ID: 4
          Bus-Informationen: pci@0000:00:00.0
          Version: a2
          Breite: 32 bits
          Takt: 66MHz (15.2ns)
          Fähigkeiten: ht bus_master cap_list
          Konfiguration: latency=0
     *-isa
          Beschreibung: ISA bridge
          Produkt: MCP78S [GeForce 8200] LPC Bridge
          Hersteller: NVIDIA Corporation
          Physische ID: 1
          Bus-Informationen: pci@0000:00:01.0
          Version: a2
          Breite: 32 bits
          Takt: 66MHz
          Fähigkeiten: isa bus_master
          Konfiguration: latency=0
          Ressourcen: ioport:2f00(Größe=256)
     *-serial
          Beschreibung: SMBus
          Produkt: MCP78S [GeForce 8200] SMBus
          Hersteller: NVIDIA Corporation
          Physische ID: 1.1
          Bus-Informationen: pci@0000:00:01.1
          Version: a1
          Breite: 32 bits
          Takt: 66MHz
          Fähigkeiten: pm cap_list
          Konfiguration: driver=nForce2_smbus latency=0
          Ressourcen: irq:11 ioport:2900(Größe=64) ioport:2d00(Größe=64) ioport:2e00(Größe=64)
     *-memory:2 UNGEFORDERT
          Beschreibung: RAM memory
          Produkt: MCP78S [GeForce 8200] Memory Controller
          Hersteller: NVIDIA Corporation
          Physische ID: 1.2
          Bus-Informationen: pci@0000:00:01.2
          Version: a1
          Breite: 32 bits
          Takt: 66MHz (15.2ns)
          Konfiguration: latency=0
     *-processor UNGEFORDERT
          Beschreibung: Co-processor
          Produkt: MCP78S [GeForce 8200] Co-Processor
          Hersteller: NVIDIA Corporation
          Physische ID: 1.3
          Bus-Informationen: pci@0000:00:01.3
          Version: a2
          Breite: 32 bits
          Takt: 66MHz
          Fähigkeiten: bus_master
          Konfiguration: latency=0 maxlatency=1 mingnt=3
          Ressourcen: memory:fad80000-fadfffff
     *-memory:3 UNGEFORDERT
          Beschreibung: RAM memory
          Produkt: MCP78S [GeForce 8200] Memory Controller
          Hersteller: NVIDIA Corporation
          Physische ID: 1.4
          Bus-Informationen: pci@0000:00:01.4
          Version: a1
          Breite: 32 bits
          Takt: 66MHz (15.2ns)
          Konfiguration: latency=0
     *-usb:0
          Beschreibung: USB controller
          Produkt: MCP78S [GeForce 8200] OHCI USB 1.1 Controller
          Hersteller: NVIDIA Corporation
          Physische ID: 2
          Bus-Informationen: pci@0000:00:02.0
          Version: a1
          Breite: 32 bits
          Takt: 66MHz
          Fähigkeiten: pm ohci bus_master cap_list
          Konfiguration: driver=ohci-pci latency=0 maxlatency=1 mingnt=3
          Ressourcen: irq:23 memory:fad7e000-fad7efff
        *-usbhost
             Produkt: OHCI PCI host controller
             Hersteller: Linux 5.13.0-40-generic ohci_hcd
             Physische ID: 1
             Bus-Informationen: usb@3
             Logischer Name: usb3
             Version: 5.13
             Fähigkeiten: usb-1.10
             Konfiguration: driver=hub slots=6 speed=12Mbit/s
     *-usb:1
          Beschreibung: USB controller
          Produkt: MCP78S [GeForce 8200] EHCI USB 2.0 Controller
          Hersteller: NVIDIA Corporation
          Physische ID: 2.1
          Bus-Informationen: pci@0000:00:02.1
          Version: a1
          Breite: 32 bits
          Takt: 66MHz
          Fähigkeiten: debug pm ehci bus_master cap_list
          Konfiguration: driver=ehci-pci latency=0 maxlatency=1 mingnt=3
          Ressourcen: irq:22 memory:fad7fc00-fad7fcff
        *-usbhost
             Produkt: EHCI Host Controller
             Hersteller: Linux 5.13.0-40-generic ehci_hcd
             Physische ID: 1
             Bus-Informationen: usb@1
             Logischer Name: usb1
             Version: 5.13
             Fähigkeiten: usb-2.00
             Konfiguration: driver=hub slots=6 speed=480Mbit/s
           *-usb:0
                Beschreibung: Drucker
                Produkt: MFC-J245
                Hersteller: Brother
                Physische ID: 2
                Bus-Informationen: usb@1:2
                Version: 1.00
                Seriennummer: BROL3F307494
                Fähigkeiten: usb-2.00 bidirectional
                Konfiguration: driver=usblp maxpower=2mA speed=480Mbit/s
           *-usb:1
                Beschreibung: Massenspeichergerät
                Produkt: Mass Storage Device
                Hersteller: Generic
                Physische ID: 4
                Bus-Informationen: usb@1:4
                Version: 1.00
                Seriennummer: 00000000000006
                Fähigkeiten: usb-2.00 scsi
                Konfiguration: driver=usb-storage maxpower=500mA speed=480Mbit/s
     *-usb:2
          Beschreibung: USB controller
          Produkt: MCP78S [GeForce 8200] OHCI USB 1.1 Controller
          Hersteller: NVIDIA Corporation
          Physische ID: 5
          Bus-Informationen: pci@0000:00:04.0
          Version: a1
          Breite: 32 bits
          Takt: 66MHz
          Fähigkeiten: pm ohci bus_master cap_list
          Konfiguration: driver=ohci-pci latency=0 maxlatency=1 mingnt=3
          Ressourcen: irq:21 memory:fad7d000-fad7dfff
        *-usbhost
             Produkt: OHCI PCI host controller
             Hersteller: Linux 5.13.0-40-generic ohci_hcd
             Physische ID: 1
             Bus-Informationen: usb@4
             Logischer Name: usb4
             Version: 5.13
             Fähigkeiten: usb-1.10
             Konfiguration: driver=hub slots=6 speed=12Mbit/s
           *-usb
                Beschreibung: Maus
                Produkt: USB OPTICAL MOUSE
                Physische ID: 2
                Bus-Informationen: usb@4:2
                Version: 1.00
                Fähigkeiten: usb-1.10
                Konfiguration: driver=usbhid maxpower=100mA speed=1Mbit/s
     *-usb:3
          Beschreibung: USB controller
          Produkt: MCP78S [GeForce 8200] EHCI USB 2.0 Controller
          Hersteller: NVIDIA Corporation
          Physische ID: 4.1
          Bus-Informationen: pci@0000:00:04.1
          Version: a1
          Breite: 32 bits
          Takt: 66MHz
          Fähigkeiten: debug pm ehci bus_master cap_list
          Konfiguration: driver=ehci-pci latency=0 maxlatency=1 mingnt=3
          Ressourcen: irq:20 memory:fad7f800-fad7f8ff
        *-usbhost
             Produkt: EHCI Host Controller
             Hersteller: Linux 5.13.0-40-generic ehci_hcd
             Physische ID: 1
             Bus-Informationen: usb@2
             Logischer Name: usb2
             Version: 5.13
             Fähigkeiten: usb-2.00
             Konfiguration: driver=hub slots=6 speed=480Mbit/s
           *-usb
                Beschreibung: Massenspeichergerät
                Produkt: USB 3.0 Device
                Hersteller: Intenso
                Physische ID: 1
                Bus-Informationen: usb@2:1
                Version: 1.00
                Seriennummer: 30900000000000002BA5
                Fähigkeiten: usb-2.10 scsi
                Konfiguration: driver=usb-storage maxpower=100mA speed=480Mbit/s
     *-ide:0
          Beschreibung: IDE interface
          Produkt: MCP78S [GeForce 8200] IDE
          Hersteller: NVIDIA Corporation
          Physische ID: 6
          Bus-Informationen: pci@0000:00:06.0
          Version: a1
          Breite: 32 bits
          Takt: 66MHz
          Fähigkeiten: ide pm isa_compat_mode pci_native_mode bus_master cap_list
          Konfiguration: driver=pata_amd latency=0 maxlatency=1 mingnt=3
          Ressourcen: irq:0 ioport:1f0(Größe=8) ioport:3f6 ioport:170(Größe=8) ioport:376 ioport:ffa0(Größe=16)
     *-multimedia
          Beschreibung: Audio device
          Produkt: MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio
          Hersteller: NVIDIA Corporation
          Physische ID: 7
          Bus-Informationen: pci@0000:00:07.0
          Version: a1
          Breite: 32 bits
          Takt: 66MHz
          Fähigkeiten: pm bus_master cap_list
          Konfiguration: driver=snd_hda_intel latency=0 maxlatency=5 mingnt=2
          Ressourcen: irq:20 memory:fad78000-fad7bfff
     *-pci:0
          Beschreibung: PCI bridge
          Produkt: MCP78S [GeForce 8200] PCI Bridge
          Hersteller: NVIDIA Corporation
          Physische ID: 8
          Bus-Informationen: pci@0000:00:08.0
          Version: a1
          Breite: 32 bits
          Takt: 66MHz
          Fähigkeiten: pci ht subtractive_decode bus_master cap_list
          Ressourcen: ioport:d000(Größe=4096) memory:fae00000-faefffff
        *-network
             Beschreibung: Ethernet interface
             Produkt: RTL8169 PCI Gigabit Ethernet Controller
             Hersteller: Realtek Semiconductor Co., Ltd.
             Physische ID: 5
             Bus-Informationen: pci@0000:01:05.0
             Logischer Name: enp1s5
             Version: 10
             Seriennummer: 64:70:02:00:f1:51
             Kapazität: 1Gbit/s
             Breite: 32 bits
             Takt: 66MHz
             Fähigkeiten: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
             Konfiguration: autonegotiation=on broadcast=yes driver=r8169 driverversion=5.13.0-40-generic latency=64 link=no maxlatency=64 mingnt=32 multicast=yes port=twisted pair
             Ressourcen: irq:16 ioport:d800(Größe=256) memory:faeffc00-faeffcff memory:faec0000-faedffff
        *-multimedia
             Beschreibung: Multimedia audio controller
             Produkt: CMI8738/CMI8768 PCI Audio
             Hersteller: C-Media Electronics Inc
             Physische ID: 7
             Bus-Informationen: pci@0000:01:07.0
             Version: 10
             Breite: 32 bits
             Takt: 33MHz
             Fähigkeiten: pm bus_master cap_list
             Konfiguration: driver=snd_cmipci latency=32 maxlatency=24 mingnt=2
             Ressourcen: irq:19 ioport:d400(Größe=256)
     *-ide:1
          Beschreibung: IDE interface
          Produkt: MCP78S [GeForce 8200] SATA Controller (non-AHCI mode)
          Hersteller: NVIDIA Corporation
          Physische ID: 9
          Bus-Informationen: pci@0000:00:09.0
          Version: a2
          Breite: 32 bits
          Takt: 66MHz
          Fähigkeiten: ide pm msi ht pci_native_mode bus_master cap_list
          Konfiguration: driver=ahci latency=0 maxlatency=1 mingnt=3
          Ressourcen: irq:25 ioport:c480(Größe=8) ioport:c400(Größe=4) ioport:c080(Größe=8) ioport:c000(Größe=4) ioport:bc00(Größe=16) memory:fad76000-fad77fff
     *-network
          Beschreibung: Ethernet interface
          Produkt: MCP77 Ethernet
          Hersteller: NVIDIA Corporation
          Physische ID: a
          Bus-Informationen: pci@0000:00:0a.0
          Logischer Name: enp0s10
          Version: a2
          Seriennummer: 00:26:18:b0:fd:1e
          Größe: 100Mbit/s
          Kapazität: 1Gbit/s
          Breite: 32 bits
          Takt: 66MHz
          Fähigkeiten: pm msi ht bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
          Konfiguration: autonegotiation=on broadcast=yes driver=forcedeth driverversion=0.64 duplex=full ip=192.168.178.29 latency=0 link=yes maxlatency=20 mingnt=1 multicast=yes port=MII speed=100Mbit/s
          Ressourcen: irq:26 memory:fad7c000-fad7cfff ioport:b880(Größe=8) memory:fad7f400-fad7f4ff memory:fad7f000-fad7f00f
     *-pci:1
          Beschreibung: PCI bridge
          Produkt: MCP78S [GeForce 8200] PCI Express Bridge
          Hersteller: NVIDIA Corporation
          Physische ID: b
          Bus-Informationen: pci@0000:00:0b.0
          Version: a1
          Breite: 32 bits
          Takt: 33MHz
          Fähigkeiten: pci pm ht normal_decode bus_master cap_list
          Ressourcen: ioport:e000(Größe=4096) memory:faf00000-fbffffff ioport:f0000000(Größe=167772160)
        *-display
             Beschreibung: VGA compatible controller
             Produkt: C77 [GeForce 8300]
             Hersteller: NVIDIA Corporation
             Physische ID: 0
             Bus-Informationen: pci@0000:02:00.0
             Version: a2
             Breite: 64 bits
             Takt: 33MHz
             Fähigkeiten: pm msi vga_controller bus_master cap_list rom
             Konfiguration: driver=nouveau latency=0
             Ressourcen: irq:21 memory:fb000000-fbffffff memory:f0000000-f7ffffff memory:f8000000-f9ffffff ioport:ec00(Größe=128) memory:c0000-dffff
     *-pci:2
          Beschreibung: PCI bridge
          Produkt: MCP78S [GeForce 8200] PCI Express Bridge
          Hersteller: NVIDIA Corporation
          Physische ID: 10
          Bus-Informationen: pci@0000:00:10.0
          Version: a1
          Breite: 32 bits
          Takt: 33MHz
          Fähigkeiten: pci pm msi ht pciexpress normal_decode bus_master cap_list
          Konfiguration: driver=pcieport
          Ressourcen: irq:24
     *-pci:3
          Beschreibung: PCI bridge
          Produkt: MCP78S [GeForce 8200] PCI Bridge
          Hersteller: NVIDIA Corporation
          Physische ID: 13
          Bus-Informationen: pci@0000:00:13.0
          Version: a1
          Breite: 32 bits
          Takt: 33MHz
          Fähigkeiten: pci pm msi ht pciexpress normal_decode bus_master cap_list
          Konfiguration: driver=pcieport
          Ressourcen: irq:18
     *-pci:4
          Beschreibung: PCI bridge
          Produkt: MCP78S [GeForce 8200] PCI Bridge
          Hersteller: NVIDIA Corporation
          Physische ID: 14
          Bus-Informationen: pci@0000:00:14.0
          Version: a1
          Breite: 32 bits
          Takt: 33MHz
          Fähigkeiten: pci pm msi ht pciexpress normal_decode bus_master cap_list
          Konfiguration: driver=pcieport
          Ressourcen: irq:17
     *-pci:5
          Beschreibung: Host bridge
          Produkt: Family 10h Processor HyperTransport Configuration
          Hersteller: Advanced Micro Devices, Inc. [AMD]
          Physische ID: 100
          Bus-Informationen: pci@0000:00:18.0
          Version: 00
          Breite: 32 bits
          Takt: 33MHz
     *-pci:6
          Beschreibung: Host bridge
          Produkt: Family 10h Processor Address Map
          Hersteller: Advanced Micro Devices, Inc. [AMD]
          Physische ID: 101
          Bus-Informationen: pci@0000:00:18.1
          Version: 00
          Breite: 32 bits
          Takt: 33MHz
     *-pci:7
          Beschreibung: Host bridge
          Produkt: Family 10h Processor DRAM Controller
          Hersteller: Advanced Micro Devices, Inc. [AMD]
          Physische ID: 102
          Bus-Informationen: pci@0000:00:18.2
          Version: 00
          Breite: 32 bits
          Takt: 33MHz
     *-pci:8
          Beschreibung: Host bridge
          Produkt: Family 10h Processor Miscellaneous Control
          Hersteller: Advanced Micro Devices, Inc. [AMD]
          Physische ID: 103
          Bus-Informationen: pci@0000:00:18.3
          Version: 00
          Breite: 32 bits
          Takt: 33MHz
          Konfiguration: driver=k10temp
          Ressourcen: irq:0
     *-pci:9
          Beschreibung: Host bridge
          Produkt: Family 10h Processor Link Control
          Hersteller: Advanced Micro Devices, Inc. [AMD]
          Physische ID: 104
          Bus-Informationen: pci@0000:00:18.4
          Version: 00
          Breite: 32 bits
          Takt: 33MHz
     *-pnp00:00
          Produkt: PnP device PNP0700
          Physische ID: c
          Fähigkeiten: pnp
     *-pnp00:01
          Produkt: PnP device PNP0c02
          Physische ID: d
          Fähigkeiten: pnp
          Konfiguration: driver=system
     *-pnp00:02
          Produkt: PnP device PNP0b00
          Physische ID: e
          Fähigkeiten: pnp
          Konfiguration: driver=rtc_cmos
     *-pnp00:03
          Produkt: PnP device PNP0303
          Physische ID: f
          Fähigkeiten: pnp
          Konfiguration: driver=i8042 kbd
     *-pnp00:04
          Produkt: PnP device PNP0c02
          Physische ID: 11
          Fähigkeiten: pnp
          Konfiguration: driver=system
     *-pnp00:05
          Produkt: PnP device PNP0c02
          Physische ID: 12
          Fähigkeiten: pnp
          Konfiguration: driver=system
     *-pnp00:06
          Produkt: PnP device PNP0501
          Physische ID: 15
          Fähigkeiten: pnp
          Konfiguration: driver=serial
     *-pnp00:07
          Produkt: PnP device PNP0c02
          Physische ID: 16
          Fähigkeiten: pnp
          Konfiguration: driver=system
     *-pnp00:08
          Produkt: PnP device PNP0c01
          Physische ID: 17
          Fähigkeiten: pnp
          Konfiguration: driver=system
     *-scsi:0
          Physische ID: 18
          Logischer Name: scsi2
          Fähigkeiten: emulated
        *-disk
             Beschreibung: ATA Disk
             Produkt: KINGSTON SA400S3
             Physische ID: 0.0.0
             Bus-Informationen: scsi@2:0.0.0
             Logischer Name: /dev/sda
             Version: B1E1
             Seriennummer: 50026B7380030278
             Größe: 111GiB (120GB)
             Fähigkeiten: partitioned partitioned:dos
             Konfiguration: ansiversion=5 logicalsectorsize=512 sectorsize=512 signature=e64e7f84
           *-volume:0
                Beschreibung: Windows FAT Laufwerk
                Hersteller: mkfs.fat
                Physische ID: 1
                Bus-Informationen: scsi@2:0.0.0,1
                Logischer Name: /dev/sda1
                Logischer Name: /boot/efi
                Version: FAT32
                Seriennummer: be8c-3ecb
                Größe: 510MiB
                Kapazität: 512MiB
                Fähigkeiten: primary bootable fat initialized
                Konfiguration: FATs=2 filesystem=fat mount.fstype=vfat mount.options=rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro state=mounted
           *-volume:1
                Beschreibung: Extended partition
                Physische ID: 2
                Bus-Informationen: scsi@2:0.0.0,2
                Logischer Name: /dev/sda2
                Größe: 111GiB
                Kapazität: 111GiB
                Fähigkeiten: primary extended partitioned partitioned:extended
              *-logicalvolume
                   Beschreibung: EXT4-Laufwerk
                   Hersteller: Linux
                   Physische ID: 5
                   Logischer Name: /dev/sda5
                   Logischer Name: /
                   Version: 1.0
                   Seriennummer: 3056c4d8-3078-41c3-950a-7b5b8a3244b3
                   Größe: 111GiB
                   Kapazität: 111GiB
                   Fähigkeiten: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
                   Konfiguration: created=2022-04-16 13:43:41 filesystem=ext4 lastmountpoint=/ modified=2022-04-23 12:58:41 mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro mounted=2022-04-23 12:58:42 state=mounted
     *-scsi:1
          Physische ID: 19
          Logischer Name: scsi4
          Fähigkeiten: emulated
        *-cdrom
             Beschreibung: DVD-RAM writer
             Produkt: CDDVDW SH-224DB
             Hersteller: TSSTcorp
             Physische ID: 0.0.0
             Bus-Informationen: scsi@4:0.0.0
             Logischer Name: /dev/cdrom
             Logischer Name: /dev/cdrw
             Logischer Name: /dev/dvd
             Logischer Name: /dev/dvdrw
             Logischer Name: /dev/sr0
             Version: SB00
             Fähigkeiten: removable audio cd-r cd-rw dvd dvd-r dvd-ram
             Konfiguration: ansiversion=5 status=nodisc
     *-scsi:2
          Physische ID: 1a
          Logischer Name: scsi9
          Fähigkeiten: emulated scsi-host
          Konfiguration: driver=usb-storage
        *-disk:0
             Beschreibung: SCSI Disk
             Produkt: Compact Flash
             Hersteller: Generic
             Physische ID: 0.0.0
             Bus-Informationen: scsi@9:0.0.0
             Logischer Name: /dev/sdb
             Version: 0.00
             Fähigkeiten: removable
             Konfiguration: ansiversion=2 logicalsectorsize=512 sectorsize=512
           *-medium
                Physische ID: 0
                Logischer Name: /dev/sdb
        *-disk:1
             Beschreibung: SCSI Disk
             Produkt: SD/MMC
             Hersteller: Generic
             Physische ID: 0.0.1
             Bus-Informationen: scsi@9:0.0.1
             Logischer Name: /dev/sdc
             Version: 0.00
             Fähigkeiten: removable
             Konfiguration: ansiversion=2 logicalsectorsize=512 sectorsize=512
           *-medium
                Physische ID: 0
                Logischer Name: /dev/sdc
        *-disk:2
             Beschreibung: SCSI Disk
             Produkt: microSD
             Hersteller: Generic
             Physische ID: 0.0.2
             Bus-Informationen: scsi@9:0.0.2
             Logischer Name: /dev/sdd
             Version: 0.00
             Fähigkeiten: removable
             Konfiguration: ansiversion=2 logicalsectorsize=512 sectorsize=512
           *-medium
                Physische ID: 0
                Logischer Name: /dev/sdd
        *-disk:3
             Beschreibung: SCSI Disk
             Produkt: MS/MS-PRO
             Hersteller: Generic
             Physische ID: 0.0.3
             Bus-Informationen: scsi@9:0.0.3
             Logischer Name: /dev/sde
             Version: 0.00
             Fähigkeiten: removable
             Konfiguration: ansiversion=2 logicalsectorsize=512 sectorsize=512
           *-medium
                Physische ID: 0
                Logischer Name: /dev/sde
        *-disk:4
             Beschreibung: SCSI Disk
             Produkt: SM/xD-Picture
             Hersteller: Generic
             Physische ID: 0.0.4
             Bus-Informationen: scsi@9:0.0.4
             Logischer Name: /dev/sdf
             Version: 0.00
             Fähigkeiten: removable
             Konfiguration: ansiversion=2 logicalsectorsize=512 sectorsize=512
           *-medium
                Physische ID: 0
                Logischer Name: /dev/sdf
     *-scsi:3
          Physische ID: 1b
          Logischer Name: scsi8
          Fähigkeiten: emulated scsi-host
          Konfiguration: driver=usb-storage
        *-disk
             Beschreibung: SCSI Disk
             Produkt: USB 3.0 Device
             Hersteller: Intenso
             Physische ID: 0.0.0
             Bus-Informationen: scsi@8:0.0.0
             Logischer Name: /dev/sdg
             Version: 0
             Seriennummer: 5AB20000000000000903
             Größe: 2794GiB (3TB)
             Fähigkeiten: partitioned partitioned:dos
             Konfiguration: ansiversion=6 logicalsectorsize=4096 sectorsize=4096 signature=d799d26a
           *-volume UNGEFORDERT
                Beschreibung: W95 FAT32 (LBA) partition
                Physische ID: 1
                Bus-Informationen: scsi@8:0.0.0,1
                Kapazität: 349GiB
                Fähigkeiten: primary

Nach einiger Recherche hatte ich den Verdacht, ob es vielleicht an Überhitzung des Systems liegt. Ich habe dann Psensor installiert, dies zeigte nach 10 min die im Screenshot dargestellten Temperaturen an. Dort werden 3 Ventilatoren angezeigt, von denen nur 1 arbeitet. Heißt das, dass die anderen beiden (Chassis Fan und Power Fan) eigentlich auch funktionieren müssten? Auffällig fand ich auch die hohe Temperatur der KINGSTON-SSD 120 GB (nachträglich eingebaut vor mehreren Jahren). Nach weiteren 10 min fror der PC wieder ein, er konnte nur gewaltsam ausgeschaltet werden. Hat jemand eine Idee, was ich tun kann? Falls es die Ventilatoren sind - kann man die nachträglich austauschen?

Bilder

Chemnitzsurfer

Anmeldungsdatum:
26. April 2011

Beiträge: 877

Dein Rechner hat drei Anschlüsse für Lüfter. Wie viele sind tatsächlich verbaut und am Motherboard direkt angeschlossen? Gehäuselüfter wurden auch teilweise via Molex Steckern direkt mit dem Netzteil verbunden, dann bekommt das Motherboard keine Rückinfo wie schnell sie sich drehen. Hast du schon einmal den CPU Lüfter gereinigt und neue Wärmeleitpaste aufgetragen? Hast du mal gemessen, wie gut die Spannungen sind, die das Netzteil liefert? Bei billignetzteilen sind nach 5-10 Jahren oft die Elkos defekt. Die hohe Temperatur kann auch nur ein Messfehler sein. Was du auch mal machen könntest, ist mit memtest den Arbeitsspeicher zu überprüfen

hakel2022

Anmeldungsdatum:
21. Februar 2022

Beiträge: 1402

X4 620, GeForce 8200 - diese Hardware war schon vor 10 Jahen "grausam".

Lm_Sensors hat die schöne Eigenart viel Unsinn anzuzeigen, mach' das Gerät doch einfach mal auf und schau rein. 🤣

Bei 3400 Touren müßte das Gerät eigentlich unter der Decke kreisen, aber vermutlich bist du das gewöhnt.

Wenn das Gerät nach 10 Minuten steht, könnten ja zum Beispiel die Gehäuselüfter defekt oder sich der Chipsatzkühler gelöst haben. Bei "Netzteil" würde ich eher einen spontanen Neustart oder so vermuten.

Die Anzeige von Psensor ist übrigens erstaunlich harmlos, wobei die SSD doch hoffentlich ein Fehler ist. Das liegt doch "weit" außerhalb der Betriebstemps.

Laß das Gerät doch mal im Bios stehen. Wenn es da abstürzt, ist zumindest Ubuntu unschuldig. Apropos, vielleicht ist Xubuntu 22.04 ohne grafischen Schnickschnack wie Psensor stabiler.

Ich würde auf jeden Fall mal Geld zurücklegen und Backup machen! ☹

Bertram12

(Themenstarter)
Avatar von Bertram12

Anmeldungsdatum:
16. März 2014

Beiträge: 342

danke für die Hinweise! Es ist nicht mein PC, und er steht 100 km entfernt. Mal schauen, wann ich dort das nächste Mal hinkomme. Was könnte ich machen, wenn ich ihn aufgeschraubt habe?

Falls es 2 Lüfter gibt, von denen nur einer läuft - würde es Sinn machen, einen neuen einzusetzen? Ich bin bisher nicht so geübt in PC-Schrauberei (aber es kann ja noch werden...).

Ein memtest zu machen, wird wahrscheinlich gar nicht funktionieren, da er vermutlich vorher schon "einfriert".

hakel2022

Anmeldungsdatum:
21. Februar 2022

Beiträge: 1402

Die MB Temp liegt bei 27 Grad, CPU Lüfter rotiert mit 3400 Touren. Wenn diese Angaben stimmen, ist die aktive Lüftung eher unwesentlich in diesem Kontext.

Auffallend sind auch die GPU Temp mit 70 Grad. Xubuntu ist ein 2D Desktop nutzt die GPU also nicht. Hast du den Nvidia Original 340 installiert ? nouveau Kerneltreiber hat keine Energiesparfunktionen.

Bleibt die Kingston SSD, das ist natürlich "böse". Das muß man prüfen, am Besten mit den Herstellertools (Windows).

DAs Gerät ist in vieler Hinsicht eine "Katastrophe". Es fehlt am Kleingeld! ☹

P.S. hat der Admin mal das Bios überprüft - wegen der 3400 Touren ? Das sollte ist doch eine Zumutung sein.

Antworten |