[00:02] Hey folks. How do I fix this when trying to 'apt update'? E: The repository 'http://ppa.launchpad.net/cybre/elementaryplus/ubuntu bionic Release' does not have a Release file. — Full output: https://pastebin.com/raw/VMJNDcsC [00:04] Decobus: You don't. See:http://ppa.launchpad.net/cybre/elementaryplus/ubuntu/dists/ ; Talk to the PPA maintainer as last supported release shows xenial. [00:05] Xenial is EOL right? [00:05] Bashing-om - how do I fix that? [00:05] !eol Dexx1_ [00:06] !eol | Dexx1_ [00:06] Dexx1_: End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [00:06] ChiLLabiS: no it's not, not for all flavors. [00:06] ChiLLabiS: Right, if it's EOL, shouldn't it be removed automatically? Or do I need to do that? If so, how? [00:06] Simply just wanted to help [00:08] Dexx1_: As that PPA is not supported, remove the entry from your source list. [00:08] Bashing-om - k standby [00:09] Dexx1_: Here to help :) [00:10] Bashing-om: On /etc/apt/sources.list, correct? [00:10] Or in /etc/apt/source.list.d [00:11] Dexx1_: As 3rd party I would expect in /etc/apt/sources.list.d/ directory. [00:12] Bashing-om / ChiLLabiS: Am I doing: rm -rf /etc/apt/sources.list.d/cybre-ubuntu-elementaryplus-xenial.list ? [00:12] update after [00:13] Dexx1_: Presently now,can not say -show us 'cat /etc/issue' . [00:13] ChiLLabiS: To confirm, that's the correct command, right? [00:14] sudo apt update [00:14] test that [00:15] Sorry for buttin' in Bashing-om [00:15] I'm a newb haha [00:15] But i like helping people [00:15] :P [00:16] ChiLLabiS: No issue with help - there is never ever enough help :P [00:17] Ah okay :) [00:17] Dexx1_: ^^ show what release you are running :) [00:17] Bashing-om: elementary OS 5.0 Juno [00:19] !elementary | Dexx1_ Then back to ##linux for support on this network ;) [00:19] Dexx1_ Then back to ##linux for support on this network ;): Elementary OS is an Ubuntu derivative which is supported in their IRC channel #elementary on irc.freenode.net - http://elementaryos.org/ for more information on this distribution. [00:22] Maybe do an upgrade-release on your Elemetary. Thought i could fuck up the whole system.. [00:22] Or nah do it safe instead [00:23] >Though IT* could [00:23] Sorry [00:24] !language | ChiLLabiS [00:24] ChiLLabiS: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList [00:24] Bad language... Sorry [00:25] ChiLLabiS: All a process of learning, It's ubuntu - be nice :P [00:26] I am.. I just got bad language ofc [00:26] i curse alot irl xD [00:26] haha [00:26] Not in a bad way thought [00:26] thaough [00:26] whatever [00:29] Elementary Juno or Hera is based on bionic [00:29] https://en.wikipedia.org/wiki/Elementary_OS#5.0_Juno [00:29] Maybe that ppa works if you update your system [00:29] Dexx1_: [00:29] Since xenial isn't working for you [00:31] odcourse you need a bionic ppa also... idk [00:31] Just a thought [00:31] ofcourse* [00:31] Been drinking tonight lol [00:51] Hello, I have Ubuntu 18.04.3. Windows to is not showing in my GRUB menu, I can see the disk in Gnome-disks, but Grub-customizer does not see it. Anyway, in the command line I can see: hd0,msdos1 (unknown), hd1,msdos1 (my HDD), hd2,gpt2 (my music HDD) hd3,gpt4 (Windows, I guess) hd3,gpt3, hd3,gpt2, hd3,gpt1. I am assuming the hd3 is Windows because of the other 3 gpt*(partitions?) and see them like /dev/sdb1-4, So, I edited /etc/gru [00:51] online tutorials suggested) menuentry "Windows 10 (on /dev/sdb2)" {insmod part_msdos1 insmod ntfs setroot=`(hd3,gpt2)' chainloader +1 [00:51] } [00:55] and i get this in the terminal: https://pastebin.com/SKUxAQDa [00:57] I know that if I reboot I will not be able to login, so, is there a way to fix this? [00:58] "Grub-customizer" is not a software that is supported here. to make a windows installation which is installed using the smae boot mode (uefi vs legacy bios) show up on grub menu, you just need to install os-prober. [00:59] your first message was cut off (due to irc line length limits) at "So, I edited /etc/gru". [01:01] the fact that you have an msdos partition table on hd0 and hd1 but gpt partition tables on hd2 and hd3 makes me think that you *may* have installed ubuntu in a different boot mode than windows [01:01] (but ot be able to chainload they need ot be installed in the same mode) [01:02] tomreyn: 18:51:16 - Osmodivs: […] So, I edited /etc/grub.d/40_custom and added these lines (like [01:02] 18:51:16 - Osmodivs: online tutorials suggested) menuentry "Windows 10 (on /dev/sdb2)" {insmod part_msdos1 insmod ntfs setroot=`(hd3,gpt2)' chainloader +1 [01:02] 18:51:16 - Osmodivs: } [01:03] tomreyn: "They need to be installed in the same mode" so, that means they both need to be UEFI? [01:04] os-prober does not detect the Windows disk [01:17] Osmodivs: so ubuntu is currently able to boot right? [01:17] if so, what does this say? echo -n 'This system booted via: '; [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS [01:18] This system booted via: BIOS [01:18] so that's how ubuntu was installed and needs to boot in on your system currently, in bios mode, [01:18] now do you know which mode you installed windows in? [01:19] afaik windows 10 can only be installed in uefi mode [01:19] Ubuntu can boot, but Windows is not showing in GRUB, and I don't remember how did I installed Windows [01:20] tomreyn: well, I guess I installed Windows in UEFI mode, is there a way to fix this? [01:20] do I need to reinstall Ubuntu in UEFI mode? [01:20] if so, yes, this would be the easiest [01:21] hm... [01:21] how do I install an UEFI mode in a LiveUSB? [01:22] the ubuntu installer supports either mode. you need to boot it in uefi mode, which you need to instruct your mainboard firmware to do. [01:23] OK. But, after that I will need to reinstall, Windows, eh? [01:24] usually uefi firmware provides both a way for defining in which order devices will be booted from, this would also list a usb stick which has been attached by the time the computer was powered up. [01:24] you may also have a boot (override) menu which can override the default boot order just once [01:25] tomreyn: Thats the weird part, it does not show in the BIOS menu, [01:25] let me try and reinstall Ubuntu in UEFI mode and see what happens [01:25] unless you deleted the efi system partition which the windows boot loader was installed on, or have rearranged disks or sone anything else windows cannot handle, you should be able to continue booting windows in uefi mode (assuming that it was installed in uefi mode) [01:25] s/sone/done/ [01:26] some, especially older, mainboard firmwares lack support for booting from usb in uefi mode. but this is quite rare. [01:27] make sure you created a standard ubuntu installer media, so it will support uefi booting. [01:29] also, make sure you understand how uefi booting works quite differently from bios booting, and be aware of ubuntu bug 1396379 [01:29] Ubuntu bug 1396379 in ubiquity (Ubuntu) "installer uses first EFI system partition found even when directed otherwise" [High,Confirmed] https://launchpad.net/bugs/1396379 [01:30] My MoBo is recent, is the ASUS B350 Plus, [01:30] and its firmware is, too? [01:30] journalctl -b | grep 'DMI:' [01:30] yeah, updated a few days ago [01:30] tomreyn: dic 24 18:14:53 Djiin-Mk-IV kernel: DMI: System manufacturer System Product Name/PRIME B350-PLUS, BIOS 5220 09/12/2019 [01:31] latest version is Version 5220 2019/09/24 [01:31] looks good [01:31] so it's just a matter of proper configuration, i guess [01:35] this looks like a good guide for setting up dual boot (probably too late now if you already can't boot into windows): https://askubuntu.com/questions/1031993/how-to-install-ubuntu-18-04-alongside-windows-10 [01:35] https://help.ubuntu.com/community/WindowsDualBoot is outdated, but the preparatory steps are relevant. [01:37] note that you should still make the windows configuration changes discussed in the askubuntu.com article if you'll be able to regain access to windows. === zbenjamin_ is now known as zbenjamin === tds7 is now known as tds [05:51] how to expand display area to full screen on external monitor under totally command-line mode [05:55] i have two monitor that one is notebook itself's another is external which are using , but display size is still notebook's on external monitor [05:55] and the external monitor is connected how? (to which port?) [05:55] using hdmi [05:55] and you graphics card is? [05:56] and X variant? xorg, xwayland? [05:56] generally, i'd say if you can do it (at all) then using xrandr [05:56] how to view the graphics card [05:56] lspci -knn | grep -A3 VGA | nc termbin.com 9999 [06:04] tomreyn: this is my graphics card information https://paste.centos.org/view/ae1bb9ff [06:05] which centos version is it? [06:05] 7.7 [06:05] and what's the name of the channel you're in? [06:07] no one's answering in centos channel [06:07] and i have a ubuntu user too in another pc === fotato is now known as fotatohoho === Leion1 is now known as Leion [06:19] merry christmas [06:50] ho ho ho [06:53] does anyone know how to figure out what is configuring an ethernet device? I rebooted and mnow networkmanager can't manage eno1 [06:54] I'm using 19.10 btw [06:56] i have never used 19.10 [07:05] your logs should say, journalctl -b [07:08] on a desktopm normally what you'll see is that systemd-networkd checs whether it's supposed to manage it. if it isn't, it says so. then network-manager checks whether it is supposed to, and whether there is a legacy configuration in /etc/network/interfaces, and if there isn't it'll configure any NICs according to the existing profiles. [07:10] looks like systemd-networkd is taking it [07:10] where do I fix that (nm had it before my last reboot)? [08:01] hello everyone [08:05] and Meeeeerry Christmas ! (for those who celebrate it, for others, happy wednesday) === bestucan_ is now known as bestucan [08:18] tomreyn: thanks for the pointers. Turns out purging netplan solved it [08:19] I think there might have been some problems with configs sticking around in /var/run [08:20] can't mount windows ISOs with furious mount [08:20] says it has UDF content or something [08:20] what am I missing? I am on KDE so I dont have gnome disk utils [08:21] sethkush: ah sorry didnt see your previous question there. but nice that you worked it out. [08:22] ok nevermind just install gnome dis utility === bestucan__ is now known as bestucan === bestucan_ is now known as bestucan [08:42] If i wanted to create a file based on a variable (like "date" or some other variable in a batch file) how do i do that ? [08:49] use date +%s (unix epoch, seconds since 01/01/1970) [08:50] alternatively, if oyu just need the day: date --rfc-3339=date [08:51] (effectively the same as date +%Y-%m-%d ) [08:51] knightwise: ^ more help on such commands is also available in channel #bash [08:57] knightwise: there's no variable for date in bash (not batch), you'd need to use a nested shell command such as touch "/path/to/$(date +%s)" , as for variables you can do touch "/path/to/$myvariable" to create a file [09:13] tomreyn: thanx ! [09:31] hi all [10:30] what is the default terminal? [10:30] xterm? [10:30] in 18.04 [10:37] Gnome Terminal, probably [10:38] assuming you're using the standard Gnome 3 distro [11:30] Telerophon, the standard what? [11:31] Gnome is just a desktop if I recall [11:31] not a distro, the distro is Ubuntu 18.04 [11:31] also didn't Ubuntu get rid of Gnome in 18.04 for some reason? [11:52] Hello , After some kind of update I have lost the ability to choose Keyboard layouts , probably because I had some error indicating something I don't remember , so I had to remove all of my layouts in order to be able to type again(even english) [11:52] but now I want to add more layouts and I can't [11:53] It's Ubuntu MATE [11:57] Anyone? [12:04] bump [12:28] I assume "standard gnome 3 distro" means "vanilla ubuntu flavour" [12:34] sixwheeledbeast, ok [12:34] so what is the default terminal? [12:35] Gnome terminal? [13:09] Hi. I'm running 18.04 and set up a 4 node ceph cluster. I'm trying to enable the dashboard but can't get it working. 'ceph mgr module ls' does list the module as enabled, but 'ceph mgr services' does not have any listed instances. I've googled a bit and there are some suggestions of missing dependencies (python-routes, which I've installed). I've tried disabling and reenabling the module again but still no entry in services, and ofc, [13:09] not listening on any port for it either. Is there anything else I need to do that's ubuntu specific for it? (as in, that differs between ubuntu repo and the official ceph instructions === JoeMerit- is now known as JoeMerit [13:57] Any tool in default repo to export music out of movies and then make that an audio cd? [14:08] Merry Christmas! [14:10] Thnx, you too BluesKaj! [14:12] coconut, :-) [14:52] Hi I can't have autoconfig resolution on DVI->VGA analogue output of AMD 7850 with radeon driver. It keeps working at 1024X768 and doesn't recognize monitor branding, too. I have ready -monitor.conf for /usr/share/X11/xorg.conf.d/5-monitor.conf but wouldn't it be able to automatic set resolution or at least allow me to change it. (Xubuntu 19.10) https://pastebin.com/wcpSrkNV I don't use 5-monitor.conf at the moment, would love it to auto-sense., [14:52] because if set then resolution is fixed if I change monitor. Can it be auto-sensing new monitor and resolutions? [15:00] * nikolam will reset and try again [15:21] still on 1024X768 on radeon 7850 on (x)Ubuntu 19.10,, [15:28] season greetings [15:29] any update re broken bionic apt dependencies? atm libpulse0 depends on a replaced package [15:37] shibboleth: on my bionic, both libpulse0 and libpulse-dev are at version 1:11.1-1ubuntu7.4 [15:37] yeah, try the following: apt-get update [15:38] apt-cache show libpulse-dev [15:38] not depends on libpulse0 version [15:38] note [15:38] then apt-cache show libpulse0 [15:39] libpulse-dev deps on libpulse0 7.4 yet libpulse 7.5 has replaced it [15:40] which means anyone wanting to install/compile against anything depending on pulseaudio will be in the poor house until this is fixed [15:41] i get that 'tis x-mas but this has been the case for well three days now [15:42] and, seeing how pulseaudio isn't exactly "universe" (default since... ever) i was hoping for some less-than-divine intervention at some point :) [15:44] anyone who already has ubuntu-desktop installed will get by for now but anyone installing form "live" media or installing stuff on top of "-server" won't egt very far [15:44] from [15:45] shibboleth: just created a container at 18.04, installed libpulse0, apt update, apt install libpulse-dev. Success. Both libpulse0 and libpulse-dev are at 1:11.1-1ubuntu7.4 [15:45] yeah, you did it in the wrong order [15:46] shibboleth: which order should I do it? [15:46] you installed libpulse0 from non-borked indexes [15:46] ? [15:46] clean container->apt-get update [15:46] apt-get install libpulse-dev [15:46] or, from any point in time: [15:46] apt-get update [15:46] apt-cache show libpulse0 [15:47] apt-cache show libpulse-dev [15:47] note that libpulse0 will be 1:11.1-1ubuntu7.5 but libpulse-dev will depend on 1:11.1-1ubuntu7.4 [15:50] OK. jusrt re-created the container. apt update, then apt install libpulse-dev. After install completed, both libpulse0 and libpulse-dev are at 7.4 [15:50] shibboleth: do you have -proposed enabled? [15:50] no, i don't have privs to edit apt-sources on this dev box [15:50] working remotely, 'tis xmas [15:51] hggdh, in any case and for the third time: [15:51] apt-cache show libpulse0 [15:51] apt-cache show libpulse-dev [15:51] yes. For the third time as well: they are both at the correct version [15:51] with or without -proposed? [15:51] without, of course [15:52] can you please paste depends:-output from apt-cache show libpulse-dev? [15:53] shibboleth: https://paste.ubuntu.com/p/8cG8dPRr8j/ [15:55] and apt-cache show libpulse0? [15:56] shibboleth: http://paste.ubuntu.com/p/Y3Ts2TQp5m/ [15:56] thanks [15:56] here are mine: [15:56] libpulse-dev: https://paste.ubuntu.com/p/3wBXHfBRMm/ [15:56] libpulse0: https://paste.ubuntu.com/p/RTJBFmpdmj/ [15:57] any way to discern apt repo index version? [15:58] i've tried sev mirrors === your_favorite_cb is now known as cbaby [16:34] hello people [16:35] I am really pissed now. I managed to set 1920X1080 with cvt, xrandr and xrandr --newmode , but on reboot i am STILL at 1024X768 on DVI->VGA 23" 1920X1080 monitor on AMD 7850 graphics.. [16:35] Yes, I I also used --addmode [16:41] I have 5 not upgraded message when I try and update from my terminal....for some strange reason it will try and install updates from updater but stops and repeat message in the terminal === mouses is now known as longcat === longcat is now known as mouses [17:33] Happy Christmas everyone! [17:39] Merry Christmas! [17:41] I just installed updates and now I'm limited to one workspace and I cannot find a way to add another. Before, there were always two. [17:41] How can I add other workspaces? [17:48] Just click the start button and type work, then you can configure how many workspaces you want. You access them by ctrl-alt + left right arrows [18:08] Selecting the "Linux Firmware Update" boot option on my DELL XPS15 is leading to the BIOS diagnostic program, not the firmware update. Weird. [18:09] I'm getting notifications when I boot normally that there is a firmware update to be installed but I can't get it to actually apply. [18:14] corshmock: That doesn't seem to work. I searched and the only option is to install Cinnamon workspaces from the software shop. I did and it doesn't seem to do anything. [18:14] I also have two monitors and I cannot use shortcuts to move windows from one monitor to the other. [18:16] retentiveboy: That option used to be labelled "System Settings" at one time [18:40] Got a real puzzler on my hands; the OS doesn't seem to want to use the driver for my wifi device [18:43] In "Software & Updates" under the "Additional Drivers" tab, the entry for the device has its radio button set to "Do not use this device" [18:44] and it's stuck there [18:45] broadcom? [18:45] When I set the radio button to the option to use the (proprietary) driver and click "Apply Changes", it says "Applying changes" for a moment while a bar fills up, and then the radio button flips back to "Do not use this device" [18:45] yes, Broadcom [18:46] They can be a pain sometimes. i would check the wiki to see if your card is compatible with the driver. [18:46] It was working just fine until last night [18:46] oh [18:51] lspci -nn | grep -i network may help work out which drivers are compatible. [18:51] Is there a way to manually enable the driver without using the "Software & Updates" application? [19:00] modprobe them [19:04] How do I determine the module name [19:05] The apt package is called "bcmwl-kernel-source" [19:05] Is that also the name of the module? [19:08] That's the closed source drivers maybe "wl" or "broadcom-sta". I'd run through the firmware-b43-installer package myself if your card is supported. [19:31] hey. i'm on ubuntu 19.04 and can't upgrade for now. any animation whatsoever in firefox causes gnome-shell process CPU usage to explode, and UI is horribly laggy regardless. killing gnome-shell and starting metacity, the laptop feels like it's really from this century [19:32] is there some way to make metacity the default, or any tips on dealing with whatever insanity is going on with (presumably) compositing in gnome-shell? i simply dont need it and it destroys the machine [19:54] exit [19:54] quit [20:06] lusers === GodFather_ is now known as GodFather [20:18] i was able to resolve the libpulse0 "phantom version" leading to non-existent apt dependency issues by proxying some cached apt indexes and manually installing 1:11.1-1ubuntu7.4 over 7.5 [20:25] I have Ubuntu 18.04.3 and I get this message when I try to setup my printer: "Sorry! The system printing service doese't seem to be available" [20:25] I unistalled CUPS and installe CUPS fron source, and still nothing [20:26] systemctl status cups ? [20:27] hello [20:27] what's assigned to Shift+Alt+S? [20:28] sixwheeledbeast: the "apt show" for that package says that it "downloads and installs the firmware needed by the b43 kernel driver". That sounds like a problem, given that I can't connect to the internet in the first place === nikolam_ is now known as nikolam [20:28] Vivit: no even via lan? [20:28] Nope [20:29] hmm [20:29] Laptop doesn't have an ethernet port [20:29] sixwheeledbeast: ● cups.service - CUPS Scheduler Loaded: loaded (/lib/systemd/system/cups.service; enabled; vendor preset: ena Active: active (running) since Wed 2019-12-25 14:28:19 CST; 2s ago [20:29] Docs: man:cupsd(8) Main PID: 5129 (cupsd) Tasks: 3 (limit: 4915) CGroup: /system.slice/cups.service ├─5129 /usr/sbin/cupsd -l ├─5154 /usr/lib/cups/notifier/dbus dbus:// └─5155 /usr/lib/cups/notifier/dbus dbus:// dic 25 14:28:19 Djiin-Mk-IV systemd[1]: Started CUPS Scheduler. [20:30] now I can see some printers... [20:31] I think the drivers are installed and the issue is that I can't enable them [20:32] Yer I have had similar issues with broadcom wifi cards in laptops, it was always down to the bcmwl [20:35] Something must be conflicting with it [20:36] What sort of something? [20:37] I am assuming another module "sudo modprobe -r b43 ssb wl" then " sudo modprobe wl" do you have a wifi on/off button? [20:37] Vivit: connect using you phone tether the wifi connection [20:38] You could always download any packages and use dpkg -i [20:38] download on another device that is [20:41] "FATAL: Module wl not found." [20:42] pretty sure wl is the bcmwl module [20:43] That's in response to # modprobe -r b43 ssb wl, # sudo modprobe wl says "FATAL: Module not found in directory /lib/modules/4.15.0-72-lowlatency" [20:43] That's in response to # modprobe -r b43 ssb wl, # sudo modprobe wl says "FATAL: Module not found in directory /lib/modules/4.15.0-72-lowlatency". I get the same message for "bcmwl". [20:44] modprobe b43 ? [20:45] any of those drivers installed ? [20:45] that did something -- verbose mode prints a bunch of "insmods" [20:45] Vivit: Is it connected to internet? [20:46] SimonNL: I believe so; my wifi was working just fine until last night [20:46] jeremy31: nope, the laptop has no ethernet port [20:47] Vivit: is anything blocked, see terminal> rfkill list [20:48] Doesn't look like it [20:52] vivit just post the 14e4 number from these terminal results and tell me kernel driver in use> lspci -nnk | grep -iA3 net [20:52] Okay, I think I found a clue: $ apt show bcmwl-kernel-source prints the lines "Conflicts: bcmwl-modaliases" and "Replaces: bcmwl-modaliases" [20:53] jeremy31: "[14e4:43a]", "Kernel driver in use: bcma-pci-bridge" [20:55] Vivit: any result from terminal for> locate wl.ko [20:59] Four paths, each in the form "/lib/modules/4.15.0-$n-$suffix/kernel/drivers/pwm/pwm-twl.ko", where $n is either "70" or "72" and $suffix is either "generic" or "lowlatency" [21:01] Vivit: so no results with just wl.ko? [21:01] No. [21:02] what does it show for> dpkg -l | grep dkms [21:02] er [21:02] does it show "ii dkms " on one line [21:03] yes [21:03] with way too much whitespace [21:03] Check> dkms status [21:03] Nothing [21:05] Vivit: copy http://mirrors.kernel.org/ubuntu/pool/multiverse/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-8ubuntu0.1_all.deb and put it on a USB drive and put it on the desktop on Ubuntu, then double click the file [21:06] What is it that gnome does when you double-click a .deb again? [21:07] It should install it using the software center [21:08] or you can use terminal> cd Desktop && sudo dpkg -i broadcom-sta-dkms_6.30.223.271-8ubuntu0.1_all.deb [21:35] jeremy31: done. Now dkms status prints "broadcom-sta, 6.30.223.271, 4.15.0-72-lowlatency, x86_64: installed" [21:36] Vivit: do results change for> lspci -nnk | grep -iA3 net === akko is now known as stallman [21:44] Yes. "[14e4:43a]" -> "[14e4:43a0]" [21:45] Vivit: kernel driver in use? [21:45] It also says "Kernel modules: bcma, wl", when I believe it just said "Kernel modules: bcma" before [21:45] Vivit: result for> mokutil --sb-state [21:45] "Kernel drive in use" is unchanged [21:46] "This system doesn't support Secure Boot" [21:48] What next? Reboot? [21:48] Vivit: haven't rebooted since installing that? If not, reboot === stallman is now known as akko [21:51] Aaand on reboot, I'm connected to the wifi before even logging in [21:51] Thanks, jeremy31! [21:52] Vivit: that is good [21:58] do you have any idea why it may have stopped working? [22:00] Vivit: not actually as nothing was in previous results for dkms status [22:10] why are there no mirror links for downloading here? https://packages.ubuntu.com/eoan/armhf/libc6/download [22:16] steve: seems packages.u.c is failing [22:18] steve: seems to work only for AMD64 and i386 [22:19] hggdh yep [22:23] steve: IIRC, there is a different archive for ARM (but I do not remember the site name) [22:24] thanks. I'm finding links on the debian package search\ [22:24] steve: ah, got it: http://ports.ubuntu.com/pool/main/g/glibc/ [22:27] great, thanks hggdh