Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux [2018/05/16 15:10] – [fedora robotics] rfile | linux [2018/05/29 11:49] (current) – [youtube downloader] rfile | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| + | [[: | ||
| Line 391: | Line 392: | ||
| https:// | https:// | ||
| - | ===== Laptop ===== | ||
| - | Acer-Extensa-5620Z-Laptop | + | ===== fedora robotics ===== |
| - | Intel Pentium Dual Core T2330 | + | Notes for later from live iso |
| - | https://www.notebookcheck.net/Intel-Pentium-Dual-Core-Processor.14045.0.html | + | https://fedoraproject.org/wiki/ |
| - | https:// | ||
| + | ===== youtube downloader ===== | ||
| - | <note tip> | ||
| - | from [[http:// | ||
| - | Desktop takes a long time to show up after booting up | + | [[https:// |
| - | On certain machines with old Intel graphic chips, it may take a relatively long time (can be up to a few minutes) for the desktop to show up, after an apparently successful text-mode boot up. | ||
| - | There are many possible causes for this, but one of the most frequent one is because the kernel driver is trying to activate the S-VIDEO interface, which in reality may not even be connected to anything in your machine. | + | ===== dpkg lock ===== |
| - | + | ||
| - | To fix this, you need to tell the kernel to disable S-VIDEO interface. This is done by putting the following **boot parameter: video=SVIDEO-1: | + | |
| - | + | ||
| - | in your boot loader entry.</ | + | |
| - | + | ||
| - | https:// | + | |
| - | + | ||
| - | http:// | + | |
| - | + | ||
| - | + | ||
| - | < | + | |
| - | errors from laptop | + | |
| - | + | ||
| - | [drm: | + | |
| - | + | ||
| - | + | ||
| - | [drm: | + | |
| - | + | ||
| - | Then add the kernel boot parameter: video=SVIDEO-1:d, so it will look like this: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=SVIDEO-1: | + | |
| - | + | ||
| - | note that the above seems to have worked... 5-16-18 | + | |
| - | + | ||
| - | </ | + | |
| - | + | ||
| - | + | ||
| - | ===== fedora robotics ===== | + | |
| - | + | ||
| - | Notes for later from live iso | + | |
| - | + | ||
| - | https:// | + | |
| + | look for it: | ||
| + | <code bash> | ||
| + | sudo lsof / | ||
| + | </ | ||
| + | kill it: | ||
| + | <code bash> | ||
| + | kill -9 <PID> (get <PID> from lsof output | ||
| + | </ | ||
| + | [[https:// | ||