I hope I am posting this to the correct area... I just purchased a StarTech SV211DPUA 2-port display port KVM switch. I'm using Ubuntu 18.04. I'm having an issue with the KVM where the mouse lags dramatically when using the KVM switch. When I mean lag, I mean I can move the mouse pointer and then the pointer pauses on its own for about 2 seconds and then it will allow me to use it again. The mouse I am using is a Logitech MX518. Is there a file somewhere (Xorg?) that I can try to tweak to see if I can fix this lag issue? Thanks ahead of time.
t3kg33k's questions
I've posted in the forum but thought I would ask here also. So, I am new to Ubuntu Server 18.04, netplan and .yaml. In the past using Ubuntu Server 16.04 I was able to create a pretty decent shell script to setup a static IP on a server in a post-installation setup. Is it not possible to script out the network configuration now that Ubuntu Server 18.04 is using netplan? I was trying to tweak my shell script to configure the writing to the .yaml file but it seems formatting is crucial when editing a .yaml file and I was not having much luck. It seems Ansible may possibly be a solution for this, possibly? But I've yet to master Ansible. Anyone else have any luck writing a script to configure a static IP using netplan and updating the .yaml file?
I received a CD from an vendor that has baby pictures on it. When I insert it into the drive, it does not mount. I know my CD-ROM works. How do I mount the CD within a terminal? This is what I see when I attempt a mount:
*sudo mount /dev/cdrom /mnt/cdrom/
mount: /dev/sr0 is write-protected, mounting read-only
Can only open '/dev/sr0' as read-only
NTFS signature is missing.
Failed to mount '/dev/sr0': Invalid argument
The device '/dev/sr0' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?*
Here is the dmesg:
*[ 4726.219094] sr 4:0:0:0: [sr0] tag#14 Sense Key : Hardware Error [current]
[ 4726.219096] sr 4:0:0:0: [sr0] tag#14 Add. Sense: Timeout on logical unit
[ 4726.219098] sr 4:0:0:0: [sr0] tag#14 CDB: Read(10) 28 00 00 00 2c aa 00 00 02 00
[ 4726.219099] blk_update_request: I/O error, dev sr0, sector 45736
[ 4732.776812] sr 4:0:0:0: [sr0] tag#18 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 4732.776815] sr 4:0:0:0: [sr0] tag#18 Sense Key : Hardware Error [current]
[ 4732.776817] sr 4:0:0:0: [sr0] tag#18 Add. Sense: Timeout on logical unit
[ 4732.776819] sr 4:0:0:0: [sr0] tag#18 CDB: Read(10) 28 00 00 00 2c ab 00 00 01 00
[ 4732.776821] blk_update_request: I/O error, dev sr0, sector 45740
[ 4732.776823] Buffer I/O error on dev sr0, logical block 11435, async page read*