Quantcast
Channel: Ubuntu Forums - Hardware
Viewing all 20190 articles
Browse latest View live

stk1160 not working under Cheese!

$
0
0
In older version 16.04, Cheese, show video from STK1160 without install additional package. But 18.04 installation PEN no more working!

Anyone know what is missing.

lsusb shows the device.

Under V4L2 works fine, because installed "qt v4l2 test utility"... Using NTSC...

My first guess is wrong fps boot setup! Because if webcam setup gets fps changed for 15 fps Cheese shows the same error message "There was an error playing video from webcam". If Webcam changed to 30 fps works again under Cheese. But maybe my guess is wrong.
:)

Samsung Odyssey

$
0
0
Ordered a Samsung Odyssey for X-Plane but it seems it needs more than steamvr? Anyone using this on Ubuntu?
Thanks

[ubuntu] How to swap FN key fuction on Toshiba Satellite S55 A5295

$
0
0
Hello everyone,

I recently installed Ubuntu 18.04 on a laptop Toshiba S55 A5295. I want to "lock" the FN key function so I can access the media, brightness, and volume buttons directly without having to press the FN key each time. As you can see in this image, those are the most important and prominent functions of those keys.



There is no option on the BIOS to do that but I just recently migrate from Windows and there I had the option (using Toshiba software) to swap that fuction. For example I also have a Logitech K800 and using Solaar there is an option to swap the fuction of those keys on that keyboard.


Is there something similar that I can do to do that?


Thank you very much for the help.

[SOLVED] ASMedia ASM 1061 media controller - might it work with Ubuntu 18.04

$
0
0
My ASRock z97 Extreme 6 has an ASMedia ASM 1061 media controller, for various SATA3 devices, which plays well with Windows but I've never seen it play nicely with Linux (about the only issue I've had though, the board is otherwise excellent for both OSs).
To boot into a linux distrubution, I first turn the controller off from the UEFI/Bios screen.

I recently installed 18.04, using the same approach as before (turn off the ASMedia controller) bit I am now wondering if 18.04 might play better with this hardware (my DVD/CD drive connects to the motherboard via this controller, so leaving it off is possible but not ideal). I have the latest bios for the motherboard installed (2.80, 2018/3/13).

I've found a few previous posts on this, but none seemed to solve my problem and the messages seem a little conflicting - some people have got the media controller to work with a linux distrubution, some people seem to think the problem is the DVD drive not the media controller, not sure what to make of any of that:
https://askubuntu.com/questions/2343...-on-new-system
https://ubuntuforums.org/showthread.php?t=1905175
https://superuser.com/questions/3631...ed-under-linux

I do recall when I initially built the computer the advice was to connect DVD drives to the ASMedia controlled ports, and I think when I tried connecting the drive otherwise it didn't end well; I haven't recently tried connected the DVD drive to a different SATA port.

When I tried a boot just now with the media controller on, it looked like the same old story (grub tries to start ubuntu but the system hangs indefinitely on a black screen). But when I turn off the ASMedia controller the boot process goes through fine (it's not an installation issue).

Any advice?

Thanks

update (the plot thickens!):
I just reconnected the DVD to one the non-ASMedia SATA ports and it works fine on ubutntu 18.04, but I can't see the drive on windows! hmm. Guess the DVD drive on this port is a windows probelm, on the ASMedia port it's a ubuntu problem. If I can install the drive on windows on this port then I'm done, but it would be interesting to know if the ASMedia controller works with Ubuntu.
final update (solved!): now boots to ubuntu with ASMedia on (but DVD connected to a non-ASMedia / CPU sata port). Windows also now sees the drive on the new port (just needed a restart). Haven't worked out how to connect a dvd to the ASMedia controller and use it under Ubutuntu, but I don't need to do that at this stage.

18.04 lshw doesn't list all available memory

$
0
0
Hello!
Just upgraded my ancient server and lshw isn't showing me what i'd expect to see. There's 4 sticks in there, 2x1 + 2x2.

Code:

sudo lshw -short -C memory
H/W path                  Device      Class          Description
================================================================
/0/2                                  memory        128KiB BIOS
/0/6/c                                memory        32KiB L1 cache
/0/6/d                                memory        6MiB L2 cache
/0/20                                memory        5959MiB System Memory
/0/20/0                              memory        1GiB DIMM DDR2 Synchronous 667 MHz (1.5 ns)
/0/20/1                              memory        1GiB DIMM DDR2 Synchronous 667 MHz (1.5 ns)
/0/20/2                              memory        2GiB DIMM DDR2 Synchronous 667 MHz (1.5 ns)
/0/100/0.1                            memory        RAM memory

However, the system seems to fully detect it:

Code:

free -m
              total        used        free      shared  buff/cache  available
Mem:          5959        2076        2813          3        1070        3638
Swap:          2998          0        2998

dmesg shows it finds 6143M.
Code:

dmesg
[    0.000000] Linux version 4.15.0-20-generic (buildd@lgw01-amd64-039) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 (Ubuntu 4.15.0-20.21-generic 4.15.17)
... skipping ...
[    0.000000] DMI: Dell Inc XPS 630i/0PP150, BIOS 1.0.8  07/15/2008
... so proud that it's still alive ...
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x1b0000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]  00000-9FFFF write-back
[    0.000000]  A0000-BFFFF uncachable
[    0.000000]  C0000-CEFFF write-protect
[    0.000000]  CF000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]  0 base 100000000 mask F80000000 write-back
[    0.000000]  1 base 180000000 mask FE0000000 write-back
[    0.000000]  2 base 1A0000000 mask FF0000000 write-back
[    0.000000]  3 base 000000000 mask F80000000 write-back
[    0.000000]  4 base 080000000 mask FC0000000 write-back
[    0.000000]  5 base 0C0000000 mask FF0000000 write-back
[    0.000000]  6 base 0CFF00000 mask FFFF00000 uncachable
[    0.000000]  7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT 
[    0.000000] total RAM covered: 6143M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K        chunk_size: 2M        num_reg: 7          lose cover RAM: 0G
[    0.000000] e820: update [mem 0xcff00000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xcfee0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f3f40-0x000f3f4f] mapped at [        (ptrval)]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 95000 size 24576
[    0.000000] BRK [0xa153e000, 0xa153efff] PGTABLE
[    0.000000] BRK [0xa153f000, 0xa153ffff] PGTABLE
[    0.000000] BRK [0xa1540000, 0xa1540fff] PGTABLE
[    0.000000] BRK [0xa1541000, 0xa1541fff] PGTABLE
[    0.000000] BRK [0xa1542000, 0xa1542fff] PGTABLE
[    0.000000] BRK [0xa1543000, 0xa1543fff] PGTABLE
[    0.000000] BRK [0xa1544000, 0xa1544fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3192d000-0x34c8dfff]
[    0.000000] ACPI: Early table checksum verification

And lastly, sudo dmidecode -q part 1:
Code:

sudo dmidecode -q

Memory Controller Information
        Error Detecting Method: 8-bit Parity
        Error Correcting Capabilities:
                None
        Supported Interleave: One-way Interleave
        Current Interleave: One-way Interleave
        Maximum Memory Module Size: 32 MB
        Maximum Total Memory Size: 128 MB
        Supported Speeds:
                70 ns
                60 ns
        Supported Memory Types:
                Standard
                EDO
        Memory Module Voltage: 5.0 V
        Associated Memory Slots: 4
                0x0008
                0x0009
                0x000A
                0x000B
        Enabled Error Correcting Capabilities: None

Memory Module Information
        Socket Designation: DIMM0
        Bank Connections: 0
        Current Speed: 10 ns
        Type: Other Unknown EDO
        Installed Size: 1024 MB (Single-bank Connection)
        Enabled Size: 1024 MB (Single-bank Connection)
        Error Status: OK

Memory Module Information
        Socket Designation: DIMM1
        Bank Connections: 2
        Current Speed: 10 ns
        Type: Other Unknown EDO
        Installed Size: 1024 MB (Single-bank Connection)
        Enabled Size: 1024 MB (Single-bank Connection)
        Error Status: OK

Memory Module Information
        Socket Designation: DIMM2
        Bank Connections: 4 5
        Current Speed: 10 ns
        Type: Other Unknown EDO
        Installed Size: 2048 MB (Double-bank Connection)
        Enabled Size: 2048 MB (Double-bank Connection)
        Error Status: OK

Memory Module Information
        Socket Designation: DIMM3
        Bank Connections: 6 7
        Current Speed: 10 ns
        Type: Other Unknown EDO
        Installed Size: 2048 MB (Double-bank Connection)
        Enabled Size: 2048 MB (Double-bank Connection)
        Error Status: OK

Part 2 of sudo dmidecode -q, is a bit weird though, only 3 are listed and below memory is mapped on all 4.

Code:

Physical Memory Array
        Location: System Board Or Motherboard
        Use: System Memory
        Error Correction Type: None
        Maximum Capacity: 512 MB
        Number Of Devices: 4

Memory Device
        Total Width: 128 bits
        Data Width: 128 bits
        Size: 1024 MB
        Form Factor: DIMM
        Set: None
        Locator: DIMM0
        Bank Locator: Not Specified
        Type: DDR2
        Type Detail: Synchronous
        Speed: 667 MT/s
        Manufacturer: CE00000000000000
        Serial Number: 8179E6CE
        Asset Tag: FFFFFFFF
        Part Number: M3 78T2863QZS-CF7

Memory Device
        Total Width: 128 bits
        Data Width: 128 bits
        Size: 1024 MB
        Form Factor: DIMM
        Set: None
        Locator: DIMM1
        Bank Locator: Not Specified
        Type: DDR2
        Type Detail: Synchronous
        Speed: 667 MT/s
        Manufacturer: CE00000000000000
        Serial Number: 8179E745
        Asset Tag: FFFFFFFF
        Part Number: M3 78T2863QZS-CF7

Memory Device
        Total Width: 128 bits
        Data Width: 128 bits
        Size: 2048 MB
        Form Factor: DIMM
        Set: None
        Locator: DIMM2
        Bank Locator: Not Specified
        Type: DDR2
        Type Detail: Synchronous
        Speed: 667 MT/s
        Manufacturer: 7F7F7F7F7F9B0000
        Serial Number: FFFFFFFF
        Asset Tag: FFFFFFFF
        Part Number: <BAD INDEX>

System Boot Information
        Status: <OUT OF SPEC>

System Boot Information
        Status: <OUT OF SPEC>

Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x0003FFFFFFF
        Range Size: 1 GB
        Partition Row Position: 1

Memory Device Mapped Address
        Starting Address: 0x00040000000
        Ending Address: 0x0007FFFFFFF
        Range Size: 1 GB
        Partition Row Position: 1

Memory Device Mapped Address
        Starting Address: 0x00080000000
        Ending Address: 0x000FFFFFFFF
        Range Size: 2 GB
        Partition Row Position: 1

Memory Device Mapped Address
        Starting Address: 0x00100000000
        Ending Address: 0x0017FFFFFFF
        Range Size: 2 GB
        Partition Row Position: 1

System Boot Information
        Status: No errors detected

But apparently no errors detected.

So I'm a little confused.

[ubuntu] Could not set the configuration for CRTC 65

$
0
0
I am using a lenovo t530 and I have just upgraded to the new ubuntu 18.04 (a beautiful release) but I am getting an error when trying to use two extra external monitors.
I am getting the message 'Could not set the configuration for CRTC 65'.
Is there a fix for this as I can't seem to find a solution anywhere

[ubuntu] Troubleshooting while run Ubuntu 18.08 in Aspire 7 A715-71G-796T

$
0
0
Hi everyone. How it's going?


I'm trying run a Live-USB Ubuntu 18.04 in Aspire 7 A715-71G-796T but after booting Touch-pad, keyboard or USB mouse doesn't works. I can move the mouse pointer but I can't click. When I try boot with a external HDD it freeze on booting.

Some information:

  • Live USB generated by Rufus using GPT to UEFI;
  • Fat 32;
  • Pen-drive 2 GB;
  • BIOS Factory Default;
  • Using VBox installation works fine.


Hardware:


  • Laptop Acer Aspire 7 A715-71G-796T;
  • Intel Core i7 7700HQ 2.8GHz;
  • NVIDIA GeForce GTX 1050 with 2GB GDDR5 Dedicated VRAM;
  • 16GB DDR4 RAM Memory;
  • 256 GB SSD



Someone face the same problem?


STATUS UPDATING

========================

I already install all BIOS update and the problem continue.
I tested the same pen-drive in 2 different laptops and works very well, just in my laptop doesn't work.
I tried Linux Mint and it's works fine too, but I prefer Ubuntu.

[ubuntu] Does ubuntu 18.04 support GeForce GTX 1050?

$
0
0
Hi all

I am planning to buy Dell XPS 15 9560 and want to ask if ubuntu 18.04 supports nVidia GeForce GTX 1050 or not?

And of course, if it is support others hardware also, that are listed on the description.

I want to change from mac to ubuntu, I need to know which notebook should I buy.

Thanks

[ubuntu] printer samsung c460

$
0
0
Hello,
When trying to print on Samsung c460 from Ubuntu 16 / LibreOffice Calc, the printer properties do not let me choose the paper size and more importantly portrait or landscape. No problem in Windows. Thanks for advices on this difficulty,

Laptop did not starting on Ubuntu 18.04 after some upgrades

$
0
0
I have old laptop Lenovo B560 with discrete video nvidia geforce 310m. 2 days ago i install ubuntu 18.04 and nvidia drivers as well, all was fine, then i got some updates and get problems with nvidia drivers (Laptop just dont wont to start). I purge all nvidia and laptops is start fine, but on xorg. Now ubuntu propose me to install driver 340.106(tested) this driver is not working. Old drivers don`t want to be installed.
All updates installed! on 05/11/2018

What to do, i dont know. If some one solve it please help.

HP Elitebook fingerprint reader

$
0
0
I have an HP Elitebook 2560p notebook pc running Ubuntu 18.04 and I am attempting to use the built-in fingerprint reader for logging in. I installed the a gui app for doing so but encountered a problem when the program wouldn't properly detect the reader. The device was present in the list it was showing but it was non-selectable.

Error repeating SATA link down

$
0
0
Code:

May 11 09:22:01 desktop kernel: [ 1239.394720] ata4: SATA link down (SStatus 1 SControl 300)
May 11 09:22:01 desktop kernel: [ 1239.394728] ata4: EH complete
May 11 09:22:01 desktop kernel: [ 1239.404621] ata4: exception Emask 0x10 SAct 0x0 SErr 0x4000000 action 0xe frozen
May 11 09:22:01 desktop kernel: [ 1239.404624] ata4: irq_stat 0x00000040, connection status changed
May 11 09:22:01 desktop kernel: [ 1239.404627] ata4: SError: { DevExch }
May 11 09:22:01 desktop kernel: [ 1239.404632] ata4: hard resetting link
May 11 09:22:03 desktop kernel: [ 1241.626713] ata4: SATA link down (SStatus 1 SControl 300)
May 11 09:22:03 desktop kernel: [ 1241.626720] ata4: EH complete
May 11 09:22:03 desktop kernel: [ 1241.627534] ata4: exception Emask 0x10 SAct 0x0 SErr 0x4000000 action 0xe frozen
May 11 09:22:03 desktop kernel: [ 1241.627536] ata4: irq_stat 0x00000040, connection status changed
May 11 09:22:03 desktop kernel: [ 1241.627539] ata4: SError: { DevExch }
May 11 09:22:03 desktop kernel: [ 1241.627543] ata4: hard resetting link

However there is no such device:
Code:

root@desktop:/var/log#  lsscsi -d
[0:0:0:0]    disk    ATA      Samsung SSD 850  4B6Q  /dev/sdb [8:16]
[2:0:0:0]    cd/dvd  HL-DT-ST BD-RE  WH14NS40  1.02  /dev/sr0 [11:0]
[7:0:0:0]    disk    Adaptec  RAID6            V1.0  /dev/sda [8:0]
[7:1:0:0]    disk    ATA      ST2000VN004-2E41 SC60  -       
[7:1:1:0]    disk    ATA      ST2000VN004-2E41 SC60  -       
[7:1:2:0]    disk    ATA      ST2000VN004-2E41 SC60  -       
[7:1:3:0]    disk    ATA      ST2000VN004-2E41 SC60  -       
[7:1:4:0]    disk    ATA      ST2000VN004-2E41 SC60  -       
[7:1:5:0]    disk    ATA      ST2000VN004-2E41 SC60  -       
[7:1:6:0]    disk    ATA      ST2000VN004-2E41 SC60  -       
[7:1:7:0]    disk    ATA      ST2000VN004-2E41 SC60  -       
[10:0:0:0]  disk    Generic  STORAGE DEVICE  0310  /dev/sdc [8:32]

Windows has no problems so this is something Linux related (I have an idea, I have a pair of cs/dvd drives and I assume that the second that is not listed one on ata4), but I have no way to say for sure.
What I want is to disable this device on boot, but I can not find a way to do so.

Thanks,
ERIC

ES8316 Audio Driver

$
0
0
Hey Guys,
So i just installed lubuntu 18.04 On my Axon Cloudbook (A strange brand from thailand) which came with windows 10 but my school prefers linux so you know i installed lubuntu since it only has 2GB of RAM and a Z8350 Quad 1.44Ghz ok so lemme get this straight so i followed this tutorial of installing the drivers for audio(ES8316) -> https://www.koyst.com/manu/114.html and it gives me error all the time could you help me i did all the steps.
so here's lspci

00:00.0 Host bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register (rev 36)
00:02.0 VGA compatible controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers (rev 36)
00:03.0 Multimedia controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Imaging Unit (rev 36)
00:0b.0 Signal processing controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller (rev 36)
00:14.0 USB controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller (rev 36)
00:1a.0 Encryption controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine (rev 36)

and here is the result of cat /proc/asound/cards

0 [Audio ]: HdmiLpeAudio - Intel HDMI/DP LPE Audio
Intel HDMI/DP LPE Audio
1 [bytchtes8316 ]: bytcht-es8316 - bytcht-es8316
LIVEFAN-LIVEFAN--LIVEFAN
any help will be aprpreciated

[lubuntu] SVideo drivers

$
0
0
I have an old laptop with an S-Video port.
I'd like to use it. It use to work years ago with Ubuntu 8 Intrepid.
Now I have Lubuntu 17.10
I plug in the cable from laptop to tv, but nothing happens.
And I can't seem to find "Drivers" in the GNome Menu liek I was always able to find in Ubuntu.

[ubuntu] Can't enter BIOS after failed Ubuntu install. How to recover UEFI?

$
0
0
Bought a new laptop with Windows 10 (UEFI, Teclast F7 with SSD). I want to dualboot with Ubuntu so I setup a usb flashdisk with 18.04 ISO using mkusb and enter BIOS to force it to boot from it. So far so good, I then chose to INstall Ubuntu. Unfortunately the installation failed, but it continued to GUI live session successfully.

I then restarted the system again thinking I need to go to BIOS again and disable FastBooting. But I could NOT get to BIOS. The initial Teclast Bios logo when the system starts also missing when booting. Pressing the ESC key doesn't do anything. The screen remains blank. The only indication I get is the three LEDs light up (power, numlock, capslock) and my mouse LED also lights up.

How to recover from this and get into BIOS so that I can boot from USB and reinstall from scratch? I need to get into UEFI/BIOS again but pressing ESC (DEL, and other Fn keys) don't work.

Thanks in advance.
Regards,

dmesg Intel GPU Errors

$
0
0
Running Ubuntu Studio 18.04 on my laptop and I've just checked dmesg shortly after booting up and noticed this large chunk of errors relating to the i915 graphics driver. A quick search indicates all Intel integrated chipsets use this i915 driver. My processor is the i7 5500U with the Intel® HD Graphics 5500 according to Intel's website.

Code:

[  26.848357] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  28.831781] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  30.879361] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  32.864953] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  36.831136] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  40.863597] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  42.850474] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  44.836653] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  46.886673] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  48.872487] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  50.859542] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  54.894127] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  56.877603] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  58.862515] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  60.847901] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  66.865932] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  68.850392] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  70.898773] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  72.883197] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  74.867017] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  78.901629] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  82.869481] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  84.853692] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  86.900949] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  88.884748] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  90.869094] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  92.852818] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  94.900660] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  96.885409] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  98.869875] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  100.917084] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  102.901950] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  104.887546] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  106.869692] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  108.853892] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  110.902899] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  112.886095] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  114.869840] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  116.918621] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  118.901713] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  120.886169] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  122.870878] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  124.854504] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  126.901958] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  128.886081] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  130.871621] [drm:i915_gem_idle_work_handler [i915]] *ERROR* Timeout waiting for engines to idle
[  134.775345] [drm] GPU HANG: ecode 8:1:0xfffffffe, reason: Hang on bcs0, action: reset
[  134.775360] i915 0000:00:02.0: Resetting bcs0 after gpu hang


Although it finishes stating the GPU has hung I am using it and no instantly obvious errors with the display. Should I worry about this? Is there anything I can do to test if there is a deeper issue?

[SOLVED] Trackpad issues on Ubuntu 18.04 LTS

$
0
0
I was running ubuntu without issues up to a few days ago when I reinstalled my laptop entirely with ubuntu 18.04.

On the live ubuntu and the installed one, the trackpad is missbehaving:

  • The mouse cursor moves when I slide my finger, extremely gently on the trackpad
  • The mouse cursor stops responding as soon as there is even a little bit of pressure on the trackpad
  • It is impossible to click and move the mouse cursor


After poking around, I did not see anything looking useful in dmseg. Searching on internet gave me several things to try and so far, the best is to run this after each restart:
Code:

sudo modprobe -r psmouse && sudo modprobe psmouse
This will make the cursor behave correctly, but any multi-finger gestures are then ignored (2 fingers swipes to emulate the wheel, ...) reducing usability of the system.

I have also tried bare and imps options for psmouse but the effect is the same.

Before modprobe the trackpad is detected as:
Code:

I: Bus=0011 Vendor=0002 Product=0011 Version=0001
N: Name="CyPS/2 Cypress Trackpad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input5
U: Uniq=
H: Handlers=mouse1 event7
B: PROP=1
B: EV=b
B: KEY=e520 70000 0 0 0 0
B: ABS=660800011000003

After modprobe it is detected as:
Code:

I: Bus=0011 Vendor=0002 Product=0001 Version=0000
N: Name="PS/2 Generic Mouse"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input15
U: Uniq=
H: Handlers=mouse1 event7
B: PROP=1
B: EV=7
B: KEY=70000 0 0 0 0
B: REL=3

According to the laptopt specs the trackpad is really a Cypress trackpad (I saw some issues talking about miss-detection)

Any ideas on how to fix / diagnose further the issue ?

Installing on Windows locked GoTab Tablet?

$
0
0
I purchased a GoTab 10" tablet with the intention to install Ubuntu on it. Although my Bootable Ubuntu is seen by the BIOS and I can select it at boot up, it's ignored and Windows loads. The stick does work OK with my two Asus Eee PC's.

On further investigation, I see the BIOS expects to boot into Window (Expected OS script: Windows). So, basically, it's locked to Windows.

Is there any way to "Fool" it into thinking my Ubuntu Stick is Windows? Is there anything I can edit to this effect on the stick?

Really would like this very fine tablet to be on Ubuntu!

Many Thanks

Steve

[ubuntu] Drive Pooling

$
0
0
I have 2 internal 4TB drives that I'd like to pool together to store my movies among possibly other external 3TB drives into a pool with parity. I've done RAID's before but my bosses keep telling me about drive pooling. I was planning on using Windows but unfortunately my key is no good so I'm opting for Ubuntu.

I keep hearing about mergerfs but I don't see it in the software. Can somebody please help with a quick how-to or something?

Persistent SSD Indicator Light During Suspend on 18.04 Budgie

$
0
0
Hi all,

Running Ubuntu Budgie 18.04 on a Dell XPS 9370 (the new one). This is a Developer Edition machine of which I up'd the SSD from a 128 -> 1TB Crucial MX300 2280.

This SSD has an indicator light on it, of which you can see through the vent on the bottom of the machine. When the lid is closed, it is persistently on.

I am wondering if this is normal, or should I be worried?

Thanks!
Ryan
Viewing all 20190 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>