Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux [2018/05/09 09:59] – [Grub troubles] 184.4.145.196linux [2018/05/29 11:49] (current) – [youtube downloader] rfile
Line 10: Line 10:
  
  
 +[[:linux:lubuntu|lubuntu notes (laptop)]]
  
  
Line 317: Line 318:
 http://paste.ubuntu.com/p/kHVk8SZ94m/ http://paste.ubuntu.com/p/kHVk8SZ94m/
  
-<box>+<box 90%>
 You can now reboot your computer. You can now reboot your computer.
  
Line 336: Line 337:
  
 [[https://ubuntuforums.org/showthread.php?t=2147295| efi boot stuff]] [[https://ubuntuforums.org/showthread.php?t=2147295| efi boot stuff]]
 +
 +
 +==== bios versions ====
 +
 +5-11-18
 +
 +Bios keeps hanging and I am reloading it via a usb thumb drive and the button on the back
 +
 +I am going to try a different bios next time.
 +Notes about bios versions. These are on flatboy as well in case I can't get to them because trackfile hangs at the splash screen.
 +
 +Using 2704 now but 2304 has been renamed so should get picked up next time. 5-11-18
 +
 +
 +
 +
 +<box 90% white>
 +Version 2704
 +2016/08/105.6 MBytes
 +Z97-WS Formal BIOS 2704 release.
 +1.Improve system stability.
 +
 +Version 2403
 +2015/07/275.6 MBytes
 +Z97-WS Formal BIOS 2403 release.
 +Support Broadwell CPU
 +Implement 5th-Generation Intel Core Processors code
 +*Full support of the new CPU requires VGA driver version 10.18.14.4206 or later
 +*Before using the 5th Gen Intel Core processors, we suggest that you use USB BIOS Flashback or download ”BIOS updater for 5th Gen Intel Core Processors”to update the BIOS.
 +
 +1. Improve compatibility with some smart card reader. (Support card reader KCR-318.)
 +2. Improve compatibility to some DIMMs.
 +
 +Version 2304
 +2015/03/115.57 MBytes
 +Z97-WS Formal BIOS 2304 release
 +1. Fix compatibility for Genius 87 Gaming Keyboard.
 +2. Update ME file version to 9.1.25.1005.
 +3. Support NVMe
 +
 +Version 2013
 +2014/12/255.49 MBytes
 +Z97-WS Formal BIOS 2013 release
 +1.Update RC version to RC 2.00
 +2.Support Asmedia SATA Express EFI driver
 +3.Add exFAT support.
 +
 +rename bios file to:
 +Z97-WS Z97WS.CAP
 +
 +https://www.asus.com/US/support/faq/1013998/
 +
 +</box>
 +https://www.asus.com/US/support/faq/1013998/
 +
 +
 ===== fedora robotics ===== ===== fedora robotics =====
  
Line 343: Line 400:
  
  
 +===== youtube downloader =====
 +
 +
 +
 +[[https://lubuntuhowto.blogspot.co.id/2017/11/how-to-install-youtube-dl-on-lubuntu-1710.html| youtube downloader]]
 +
 +
 +===== dpkg lock =====
 +
 +look for it:
 +<code bash>
 +sudo lsof /var/lib/dpkg/lock
 +</code>
 +
 +kill it:
 +<code bash>
 +kill -9 <PID> (get <PID> from lsof output
 +</code>
  
 +[[https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure|package manager troubleshooting]]