Announcement

Collapse
No announcement yet.

Desktop wont load

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

    Desktop wont load

    H guys/gals
    hope you can help me

    I Have this bug
    https://bugs.launchpad.net/ubuntu/+s...x/+bug/1488719

    boot process ends with a frozen screen that says:
    Code:
    [drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt lied (SDE)!
    [drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt lied (SDE)!
    [drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt lied (SDE)!
    can use control-alt-F1 etc
    then login and startx but lost where to go from there

    would it be possible to use a backport driver or something?

    possibly useful code:-

    Code:
    al@n:~$ sudo lspci -vnn | grep VGA -A 12
    00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U Integrated Graphics [8086:1606] (rev 09) (prog-if 00 [VGA controller])
            Subsystem: Hewlett-Packard Company Device [103c:80c1]
            Flags: bus master, fast devsel, latency 0, IRQ 45
            Memory at c2000000 (64-bit, non-prefetchable) [size=16M]
            Memory at b0000000 (64-bit, prefetchable) [size=256M]
            I/O ports at 6000 [size=64]
            Expansion ROM at <unassigned> [disabled]
            Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
            Capabilities: [d0] Power Management version 2
            Capabilities: [a4] PCI Advanced Features
            Kernel driver in use: i915
    
    00:03.0 Audio device [0403]: Intel Corporation Broadwell-U Audio Controller [8086:160c] (rev 09)
    al@n:~$ sudo lshw -C display
      *-display               
           description: VGA compatible controller
           product: Broadwell-U Integrated Graphics
           vendor: Intel Corporation
           physical id: 2
           bus info: pci@0000:00:02.0
           version: 09
           width: 64 bits
           clock: 33MHz
           capabilities: msi pm vga_controller bus_master cap_list rom
           configuration: driver=i915 latency=0
           resources: irq:45 memory:c2000000-c2ffffff memory:b0000000-bfffffff ioport:6000(size=64)
    
    al@n:~$ lspci
    00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09)
    00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09)
    00:04.0 Signal processing controller: Intel Corporation Broadwell-U Camarillo Device (rev 09)
    00:14.0 USB controller: Intel Corporation Wildcat Point-LP USB xHCI Controller (rev 03)
    00:16.0 Communication controller: Intel Corporation Wildcat Point-LP MEI Controller #1 (rev 03)
    00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High Definition Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #1 (rev e3)
    00:1c.2 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #3 (rev e3)
    00:1c.5 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #6 (rev e3)
    00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03)
    00:1f.3 SMBus: Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
    00:1f.6 Signal processing controller: Intel Corporation Wildcat Point-LP Thermal Management Controller (rev 03)
    07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 07)
    0d:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
    al@n:~$ 
    
    al@n:~$ ubuntu-drivers list
    intel-microcode
    al@n:~$ ubuntu-drivers devices
    == cpu-microcode.py ==
    driver   : intel-microcode - distro non-free
    
    al@n:~$
    also having issues with screen tearing which I think is related
    also wifi but thats a realtek card so probably not related

    Any help appreciated

    Edit to add:
    This is a brand new machine with brand new install
    have not copied anything across what-so-ever
    Last edited by Guest; Nov 05, 2015, 07:10 PM. Reason: added info

    #2
    You seem to be able to log on to the system with a command line.

    From there I would first try to do a
    Code:
    sudo apt-get update && sudo apt-get dist-upgrade
    Then try to reboot.

    Comment


      #3
      Solved

      Teunis
      Thanks for your help
      did try that but did not help

      ended up trying 15.04 (kernel 3.19) which kinda worked
      then from there I went to kernel.org and installed kernel 4.2, 4.25 and 4.3 (has a regression to this issue)
      Kernel update was really daunting but turned out easy
      kernel 4.25 solved this issue the other two still had the bug

      so if you have this issue go to kernel.org get 4.25 kernel

      you need 3 .deb files (linux image, linux headers.deb & headers-all.deb)

      save them in a folder

      move to the folder

      then use:-

      Code:
      sudo dpkg -i *.deb
      reboot into it

      Wish I had done this spent ages trying to get drivers working but it was 30 minutes to do this for the first time
      and a super cool learning experience to boot (bad pun intended)

      Hope this helps someone

      Comment


        #4
        Update

        Kernel 4.2.6 is even more stable, seems totally fixed now

        Comment

        Working...
        X