Announcement

Collapse
No announcement yet.

Rebooting on Standby

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Rebooting on Standby

    Has anyone seen this before? The first time my machine goes to sleep, everything works correctly. If it wakes up then goes to sleep again, it actually does a reboot. I didn't see anything in the logs but I can post if needed. I'm dual boot with windows 10 and that goes to sleep without any problems as many times as I want. Thanks for any help.

    #2
    Version of Kubuntu you are running? PC specs?
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      If you could post the results of
      Code:
      inxi -Fxz
      into a CODE box (the # button in the reply window) that would be useful.
      The next brick house on the left
      Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.27.11​| Kubuntu 24.04 | 6.8.0-31-generic



      Comment


        #4
        Thanks for the response. Here's the output of the inxi -Fxz
        Code:
        System:    Host: Desktop-KU Kernel: 4.18.0-13-generic x86_64 bits: 64 compiler: gcc v: 8.2.0 
                  Desktop: KDE Plasma 5.13.5 Distro: Ubuntu 18.10 (Cosmic Cuttlefish) 
        Machine:   Type: Desktop Mobo: ASUSTeK model: M4A785TD-V EVO v: Rev X.0x serial: <filter> 
                  BIOS: American Megatrends v: 2105 date: 07/23/2010 
        CPU:       Topology: Quad Core model: AMD Phenom II X4 955 bits: 64 type: MCP arch: K10 rev: 3 
                  L2 cache: 2048 KiB 
                  flags: lm nx pae sse sse2 sse3 sse4a svm bogomips: 25712 
                  Speed: 800 MHz min/max: 800/3200 MHz Core speeds (MHz): 1: 800 2: 800 3: 800 4: 800 
        Graphics:  Device-1: AMD Juniper XT [Radeon HD 5770] driver: radeon v: kernel bus ID: 01:00.0 
                  Display: x11 server: X.Org 1.20.1 driver: ati,radeon unloaded: fbdev,modesetting,vesa 
                  resolution: 1920x1080~60Hz 
                  OpenGL: renderer: AMD JUNIPER (DRM 2.50.0 / 4.18.0-13-generic LLVM 7.0.0) v: 3.3 Mesa 18.2.2 
                  direct render: Yes 
        Audio:     Device-1: AMD SBx00 Azalia driver: snd_hda_intel v: kernel bus ID: 00:14.2 
                  Device-2: AMD Juniper HDMI Audio [Radeon HD 5700 Series] driver: snd_hda_intel v: kernel 
                  bus ID: 01:00.1 
                  Device-3: Logitech QuickCam Communicate STX type: USB driver: gspca_zc3xx,snd-usb-audio 
                  bus ID: 4-1:2 
                  Sound Server: ALSA v: k4.18.0-13-generic 
        Network:   Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: r8169 v: 2.3LK-NAPI 
                  port: d800 bus ID: 02:00.0 
                  IF: enp2s0 state: up speed: 1000 Mbps duplex: full mac: <filter> 
        Drives:    Local Storage: total: 1.81 TiB used: 31.69 GiB (1.7%) 
                  ID-1: /dev/sda vendor: OCZ model: AGILITY3 size: 223.57 GiB temp: 30 C 
                  ID-2: /dev/sdb vendor: Western Digital model: WD7501AALS-00J7B1 size: 698.64 GiB temp: 32 C 
                  ID-3: /dev/sdc vendor: Western Digital model: WD10JPVT-00A1YT0 size: 931.51 GiB temp: 29 C 
        Partition: ID-1: / size: 914.76 GiB used: 31.69 GiB (3.5%) fs: ext4 dev: /dev/dm-0 
                  ID-2: swap-1 size: 976.0 MiB used: 0 KiB (0.0%) fs: swap dev: /dev/dm-1 
        Sensors:   System Temperatures: cpu: 34.5 C mobo: N/A gpu: radeon temp: 34 C 
                  Fan Speeds (RPM): N/A 
        Info:      Processes: 204 Uptime: 3m Memory: 11.73 GiB used: 1.14 GiB (9.7%) Init: systemd runlevel: 5 
                  Compilers: gcc: 8.2.0 Shell: bash v: 4.4.19 inxi: 3.0.24

        Comment


          #5
          I'm not an LVM expert, but I believe that's what you are using with your drive.

          Enter this and post the results back in a CODE box:
          Code:
          lsblk --output NAME,KNAME,TYPE,SIZE,MOUNTPOINT
          The next brick house on the left
          Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.27.11​| Kubuntu 24.04 | 6.8.0-31-generic



          Comment


            #6
            Yes, I chose LVM when I installed. I don't mind reinstalling without it if that will help.
            Code:
            NAME                   KNAME TYPE   SIZE MOUNTPOINT
            loop0                  loop0 loop 152.7M /snap/brave/44
            loop1                  loop1 loop  34.6M /snap/gtk-common-themes/818
            loop2                  loop2 loop  89.5M /snap/core/6130
            loop3                  loop3 loop 155.5M /snap/brave/57
            sda                    sda   disk 223.6G 
            └─sda1                 sda1  part 223.6G 
            sdb                    sdb   disk 698.7G 
            ├─sdb1                 sdb1  part  19.5G 
            └─sdb2                 sdb2  part 679.1G 
            sdc                    sdc   disk 931.5G 
            └─sdc1                 sdc1  part 931.5G 
             ├─kubuntu--vg-root   dm-0  lvm  930.4G /
             └─kubuntu--vg-swap_1 dm-1  lvm    976M [SWAP]
            sr0                    sr0   rom   1024M

            Comment

            Working...
            X