Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Welches Problem hat dieses System
#1
Hi,

ich hab nun schon alles Mögliche herumoptimiert. Aber die Kiste hat immer mal wieder "Hänger" für ~30 Sekunden.
In den Zeiten ist die CPU zu fast 100% Idle und kein Wait/IO.

ed: Live-TV (auch HD) scheint in dieser Zeit trotzdem flüssig zu laufen...

Was mir auffällt ist ein Segfault (den ich nicht so recht deuten kann) und die USB Sachen...
Gestern hab ich einige Kerneltraces gesehen (vor den BIOS Änderungen) und auch ein "CPU-X stall...


Wie seht Ihr die Sache ?

Grüße


[email protected]:/var/log$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 0a81:0101 Chesen Electronics Corp. Keyboard
Bus 004 Device 003: ID 15c2:0034 SoundGraph Inc.
e


Angehängte Dateien
.gz   syslog.tar.gz (Größe: 21,07 KB / Downloads: 2)
Grüße
Martin
-----------------------------------------------------------------------------------------------------------
Du brauchst Hilfe? Wir brauchen Daten! English-Version: Don't eat yellow snow!
Meine VDRs (Spoiler klicken) 

Zitieren
#2
USB:

http://www.geekdevs.com/2010/04/solved-u...-ehci_hcd/

unable to open '/dev/usb/DVICO'

Mach doch mal alles weg, was stören könnte - und ne normale Tastatur - nicht USB

http://www.vdr-portal.de/board60-linux/b...cd979770d6

Andy
VDR 1: ASRock mit Atom J1200, NVIDIA GT610, Lüfterlos, TBS 6982 SE mit easyVDR 3.0
Zitieren
#3
USB 5-1 full disconnect...

Sieht aus, als macht einer der USB root hubs Ärger. Und jedesmal wartet der Kernel bis das USB Gerät bereit ist.
Was hängt alles an USB und wo?
Zitieren
#4
Hab mal alle USB Kabel entfernt:

Code:
[email protected]:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Code:
[email protected]:~$ sudo lsusb -v
[sudo] password for easyvdr:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            3.00
  iManufacturer           3 Linux 3.0.0-14-generic ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:12.2
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             6
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
   Port 5: 0000.0100 power
   Port 6: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            3.00
  iManufacturer           3 Linux 3.0.0-14-generic ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:13.2
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             6
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
   Port 5: 0000.0100 power
   Port 6: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.00
  iManufacturer           3 Linux 3.0.0-14-generic ohci_hcd
  iProduct                2 OHCI Host Controller
  iSerial                 1 0000:00:12.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             3
  wHubCharacteristic 0x0012
    No power switching (usb 1.0)
    No overcurrent protection
  bPwrOn2PwrGood        2 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.00
  iManufacturer           3 Linux 3.0.0-14-generic ohci_hcd
  iProduct                2 OHCI Host Controller
  iSerial                 1 0000:00:12.1
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             3
  wHubCharacteristic 0x0012
    No power switching (usb 1.0)
    No overcurrent protection
  bPwrOn2PwrGood        2 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.00
  iManufacturer           3 Linux 3.0.0-14-generic ohci_hcd
  iProduct                2 OHCI Host Controller
  iSerial                 1 0000:00:13.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             3
  wHubCharacteristic 0x0012
    No power switching (usb 1.0)
    No overcurrent protection
  bPwrOn2PwrGood        2 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.00
  iManufacturer           3 Linux 3.0.0-14-generic ohci_hcd
  iProduct                2 OHCI Host Controller
  iSerial                 1 0000:00:13.1
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             3
  wHubCharacteristic 0x0012
    No power switching (usb 1.0)
    No overcurrent protection
  bPwrOn2PwrGood        2 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.00
  iManufacturer           3 Linux 3.0.0-14-generic ohci_hcd
  iProduct                2 OHCI Host Controller
  iSerial                 1 0000:00:14.5
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x0012
    No power switching (usb 1.0)
    No overcurrent protection
  bPwrOn2PwrGood        2 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled
[email protected]:~$



Problem ist das selbe. Mal klappt ein ssh-Loginb. Mal nicht (weils so lange dauert = Timeout)

Selbst Grub auf den Textmodum umbiegen bekommt ich nicht hin wegen Timeouts. Sonst würde ich mal easyVDR 0.8 starten. Mit Windows hatte ich jedenfalls gestern gar keine Probleme. Mit easyVDR 0.9 welches auf einem anderen Mainboard installiert wurde hatte ich gestern eigentlich auch keine Probleme festgestellt.


Gerade hab ich mal Ubuntu 11.10 LiveCD (mit exakt gleichem Kernel) gestartet. Da kann ich wie gewohnt z.B. den Firefox starten und paralell dazu im Term Eingaben machen. OK, dann versuche ich halt evtl noch die 11te Installation (innerhalb zwei Tagen, 50% fehlgeschlagen wegen Netzproblemen; 50% wegen fehleder Reaktion des Systems)

PS: BIOS ist selbsverständlich aktuell.
Grüße
Martin
-----------------------------------------------------------------------------------------------------------
Du brauchst Hilfe? Wir brauchen Daten! English-Version: Don't eat yellow snow!
Meine VDRs (Spoiler klicken) 

Zitieren
#5
Existiert das problem auch noch nach einem


modprobe -r ohci-hcd

?
Zitieren
#6
(05.01.2012, 19:15)Wirbel link schrieb: Existiert das problem auch noch nach einem modprobe -r ohci-hcd

Wow war das ne schnelle Antwort. Ich Hektiker hab gerade mal ne neue Installation angestossen. Eigentlich sollte da das Problem wieder auftreten. Das teste ich das.

Was ich sicher auch noch erwähnen sollte. Das Board ist recht aktuell (das ASUS aus der Signatur) und hat ne einfache Onboard ATI Grafik. Per Xorg.conf wird aber nur die Zusätzliche NVIDIA Karte genutzt. (HDMI+VGA)
Grüße
Martin
-----------------------------------------------------------------------------------------------------------
Du brauchst Hilfe? Wir brauchen Daten! English-Version: Don't eat yellow snow!
Meine VDRs (Spoiler klicken) 

Zitieren
#7
OK, Neuinstallation ist durch. Während dem Setup und somit erstmalöig laufendem easyVDR 0.9.6 System war noch alles Klasse. Nach nem Reboot selbes Problem wie vorher.
USB Geräte sind gerade keine angeschlossen. Was mich stark irritiert sind häufige Meldungen im Syslog dass eth0 nun "up" ist...

Das "Modul" ist kein Modul:
Zitat:[email protected]:~$ modprobe -r ohci-hcd
FATAL: Module ohci_hcd is builtin

Was nichts bringt ist den VDR + Openbox zu stoppen.

Blöd ist nur dass ich nur alle 10 Minuten nen Befehl eingeben kann... (Also gehts erst Morgen weiter)
Grüße
Martin
-----------------------------------------------------------------------------------------------------------
Du brauchst Hilfe? Wir brauchen Daten! English-Version: Don't eat yellow snow!
Meine VDRs (Spoiler klicken) 

Zitieren
#8
Man könnte gerade meinen mein Problem ist irgendwie hausgemacht:

Zitat:[email protected]:~$ tail -n 100 /var/log/syslog
Jan  5 23:05:40 nvidia kernel: [  132.969470] init: easyvdr-vdr main process ended, respawning
Jan  5 23:05:40 nvidia after-vdr-hooks: executing /usr/share/vdr/after-vdr-hooks/10_sound.restore
Jan  5 23:05:40 nvidia after-vdr-hooks: executing /usr/share/vdr/after-vdr-hooks/20_powernowd4amdK8
Jan  5 23:05:40 nvidia kernel: [  133.026341] init: easyvdr-vdr post-start process (31427) terminated with status 1
Jan  5 23:05:40 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:05:40 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:05:42 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:05:42 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 1 time(s).
Jan  5 23:05:42 nvidia easyvdr-runvdr: Restarting VDR and DVB by error level 1
Jan  5 23:05:42 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:05:42 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:05:44 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:05:44 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 2 time(s).
Jan  5 23:05:44 nvidia easyvdr-runvdr: Restarting VDR and DVB by error level 1
Jan  5 23:05:44 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:05:44 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:05:46 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:05:46 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 3 time(s).
Jan  5 23:05:46 nvidia easyvdr-runvdr: Restarting VDR and DVB by error level 1
Jan  5 23:05:46 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:05:46 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:05:48 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:05:48 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 4 time(s).
Jan  5 23:05:48 nvidia easyvdr-runvdr: Restarting VDR and DVB by error level 1
Jan  5 23:05:48 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:05:48 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:05:49 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:05:49 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 5 time(s).
Jan  5 23:05:49 nvidia easyvdr-runvdr: Restarting VDR and DVB by error level 1
Jan  5 23:05:49 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:05:50 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:05:51 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:05:51 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 6 time(s).
Jan  5 23:05:51 nvidia easyvdr-runvdr: Restarting VDR and DVB by error level 1
Jan  5 23:05:51 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:05:51 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:05:53 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:05:53 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 7 time(s).
Jan  5 23:05:53 nvidia easyvdr-runvdr: Restarting VDR and DVB by error level 1
Jan  5 23:05:53 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:05:53 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:05:55 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:05:55 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 8 time(s).
Jan  5 23:05:55 nvidia easyvdr-runvdr: Restarting VDR and DVB by error level 1
Jan  5 23:05:55 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:05:55 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:05:57 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:05:57 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 9 time(s).
Jan  5 23:05:57 nvidia easyvdr-runvdr: Restarting VDR and DVB by error level 1
Jan  5 23:05:57 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:05:57 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:05:59 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:05:59 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 10 time(s).
Jan  5 23:05:59 nvidia easyvdr-runvdr: Terminating because VDR died 10 times in a row quickly
Jan  5 23:05:59 nvidia kernel: [  152.372389] init: easyvdr-vdr main process ended, respawning
Jan  5 23:05:59 nvidia after-vdr-hooks: executing /usr/share/vdr/after-vdr-hooks/10_sound.restore
Jan  5 23:05:59 nvidia after-vdr-hooks: executing /usr/share/vdr/after-vdr-hooks/20_powernowd4amdK8
Jan  5 23:05:59 nvidia kernel: [  152.413434] init: easyvdr-vdr post-start process (6328) terminated with status 1
Jan  5 23:05:59 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:05:59 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:06:59 nvidia kernel: [  212.688155] r8169 0000:03:00.0: eth0: link up
Jan  5 23:07:48 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:07:48 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 1 time(s).
Jan  5 23:07:48 nvidia easyvdr-runvdr: Restarting VDR and DVB by error level 1
Jan  5 23:07:48 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:07:48 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:07:50 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:07:50 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 2 time(s).
Jan  5 23:07:50 nvidia easyvdr-runvdr: Restarting VDR and DVB by error level 1
Jan  5 23:07:50 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:07:50 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:07:52 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:07:52 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 3 time(s).
Jan  5 23:07:52 nvidia easyvdr-runvdr: Restarting VDR and DVB by error level 1
Jan  5 23:07:52 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:07:52 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:07:54 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:07:54 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 4 time(s).
Jan  5 23:07:54 nvidia easyvdr-runvdr: Restarting VDR and DVB by error level 1
Jan  5 23:07:54 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:07:54 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:07:56 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:07:56 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 5 time(s).
Jan  5 23:07:56 nvidia easyvdr-runvdr: Restarting VDR and DVB by error level 1
Jan  5 23:07:56 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:07:56 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:07:58 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:07:58 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 6 time(s).
Jan  5 23:07:58 nvidia easyvdr-runvdr: Restarting VDR and DVB by error level 1
Jan  5 23:07:58 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:07:58 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:08:00 nvidia easyvdr-runvdr: Starting VDR
Jan  5 23:08:00 nvidia easyvdr-runvdr: VDR died within 10 seconds, this happened 7 time(s).
Jan  5 23:08:00 nvidia easyvdr-runvdr: Restarting VDR and DVB by error level 1
Jan  5 23:08:00 nvidia dvbstop: executing /usr/share/vdr/dvb-stop-hooks/10_dvb-stop.dvb
Jan  5 23:08:00 nvidia dvbstart: executing /usr/share/vdr/dvb-start-hooks/10_dvb-start.dvb
Jan  5 23:09:01 nvidia CRON[12153]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null \; -delete)
Jan  5 23:09:45 nvidia kernel: [  377.756152] r8169 0000:03:00.0: eth0: link up
Jan  5 23:12:07 nvidia kernel: [  520.116157] r8169 0000:03:00.0: eth0: link up
Jan  5 23:15:33 nvidia kernel: [  726.116158] r8169 0000:03:00.0: eth0: link up
[email protected]:~$
Grüße
Martin
-----------------------------------------------------------------------------------------------------------
Du brauchst Hilfe? Wir brauchen Daten! English-Version: Don't eat yellow snow!
Meine VDRs (Spoiler klicken) 

Zitieren
#9
Ich close den Thread mal.

Hat sich erledigt weil ich das Motherboard ausgebaut habe.
Mein aktueller Stand ist, dass bei nem bereits Installierten Ubuntu zwar das LAN funktioniert hat. Aber wenn kein Treiber von Realtek selbst kompiliert wurde die LAN Karte ne Menge komische Effekte macht. Ob das auch die USB Ports beeinflussen kann: Keine Ahnung.

Danke trotzdem für den Beistand.
Grüße
Martin
-----------------------------------------------------------------------------------------------------------
Du brauchst Hilfe? Wir brauchen Daten! English-Version: Don't eat yellow snow!
Meine VDRs (Spoiler klicken) 

Zitieren


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste