=== wook is now known as Guest30938 === lunatic is now known as lunatic- [03:35] hey [03:45] OK [03:46] anyone wanna talk about failed upgrades? [03:46] shepster, https://inkscape.org/media/cms_page_media/56/ask-smart-questions.pdf [03:47] pages 4, 7 [03:48] thanks cf [03:48] anybody want to help me? [03:49] !ask | lunatic- [03:49] lunatic-: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [03:49] oh sorry [03:49] How do I create a bootable usb stick that has ubuntu studio on mac? [03:50] !usb | lunatic- [03:50] lunatic-: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [03:50] thank you [03:51] happy2help! [04:03] My system upgraded from 3.13.0-68-lowlatency to 3.13.0-70-lowlatency through automatic notification and muon updater, done. Yesterday I was looking at the muon application and I thought I would run it to see if any more updates were available. It said there was a system update available so I clicked install and it proceeded to install 3.13.0-68-lowlatency and actually rolled back to the previous upgrade. Now my KDE desktop is hope [04:03] lessly f'ed up. How do I get 3.13.0-70-lowlatency back? [04:04] reboot, at grub go to advanced options, choose your kernel. [04:04] only 68 is available there [04:05] shepster, only 1 kernel?! [04:05] yes [04:06] I also only have 68 in the boot folder [04:07] shepster, sudo apt update && sudo apt full-upgrade [04:08] I can do that... [04:09] be back soon... [04:29] cf - can you resend the apt commands re: sudo apt update && sudo apt full_upgrade [04:30] I need to see if I did it right but I had to logout to get to the right user so as not to use root for irc. [04:31] shepster [04:31] thanks [04:32] sudo apt update && sudo apt full-upgrade [04:42] .! [18:48] I want to patch the lowlatency kernel, but I'm not sure how to apply the config to the kernel src [18:49] I ran apt-get source linux-image-lowlatency and all it has is the debian dir [18:51] do I just copy that directory into the kernel source? [19:57] ssj71: Yes. -lowlatency is just a small config diff, plus some debian/control differences. [19:58] So, patching -lowlatency is not much different from patching -generic. Question is, which kernel config do you want to use, and which dependencies for the kernel? [20:11] I want the lowlatency kernel, + a little patch for my backlight [20:11] but when I tried to apt-get source linux-image-$(uname -r) it defaulted to the generic kernel source [20:12] I tried with linux-image-lowatency which is the meta package IIUC and all it gave me was the debian folder [20:13] Its currently compiling with make (I was going to try manually installing) but once thats done I'll try copying the folder and using the debian/rules [20:31] zequence: doing so gave me "no rule to make target 'binary-headers' stop" [20:35] ls [21:20] Been a while since I tried building the lowlatency kernel, and I have never tried since it was merged with -generic. [21:21] Somehow, all of them are built from the same source [21:21] You could ask for some quick tips on #ubuntu-kernel [21:22] Like "How to build -lowlatency kernel?". And, mention you are going to patch it before you build it. [21:23] zequence: ok. thanks! [21:58] ssj71: btw, the patch for your backlight, is that something that gets included in newer kernels? [21:58] You could just install the kernel from the development version of Ubuntu, if it already has that [22:00] You could try adding the newer repos to your apt sources, then do: sudo apt-get update && sudo apt-get install --only-upgrade linux-lowlatency