[00:02] how can i stream audio from windows to ubuntu? [00:12] my laptop is not recording any sound from internal microphone. Ouput from "cat /proc/asound/card*/codec* | grep Codec " includes "Codec: Realtek ALC3221". How can I fix it? [00:12] basenode: try ##windows [00:13] dTal: the linux part [00:13] i've done the windows part [00:14] what have you done on Windows [00:15] you can't expect us to magically provide some software that fits with what you've done without telling us [00:20] dTal: Are you telling us you haven't conferred to your crystal ball? [00:22] for recording audio, you might want the lame codecs for mp3, reboot after install [00:23] oerheks, I mean, I can't record from the built-in mic on my laptop [00:24] it's not recording, it's streaming the audio feed from windows to ubuntu [00:24] open terminal: alsamixer # f6 choose soundcard and see if soem slider is down or MM muted [00:25] some prever pavucontrol, but standard should work [00:25] i was looking for solutions [00:25] oerheks, everything related to recording is topped on alsamixer [00:26] oerheks, pavucontrol doesn't fix it either [00:26] I think it needs deeper tuning [00:29] maybe the wiki is a help https://wiki.ubuntu.com/DebuggingSoundProblems [00:56] so, I'm trying to cast to a chromecast using vlc from the CLI: `vlc --sout="#chromecast{ip=192.168.3.232}" /path/to/video/file.mkv` [00:56] and I'm getting the error: `main decoder error: cannot continue streaming due to errors with codec subt` [00:57] does anyone know how what this is or how to fix it? [01:02] oerheks, thanks! [01:03] oerheks, the same machine was working ok with ubuntu 12.04. So maybe it is a kernel regresion. Is there anyone you can recommend me to talk about this problem? === k3yp- is now known as k3yp [03:26] Hello all. I'm running on 18.04 LTS, with a cryptoroot, has gone through lots of kernel updates with no issue. Recently, some update run I did changed things so that instead of the Grub boot menu coming up, I get the command shell. I've managed to figure out the incantations to boot at the shell, but unsure what steps to take to get the grub menu back again. All the config seems to be correct under /boot . [04:00] hi [04:30] Actually, what is happening is that I'm no longer getting the prompt from cryptomount and instead it just goes directly to the shell. However, the insmods must be working as I'm able to to issue cryptomount -a without having to do any insmods. The arguments to cryptomount look right. Is there any way to get debugging output from grub before it drops into the shell, or once its in the shell? [04:54] oceanquake: uh, is quiet in the boot params? [04:55] export: it is, but the issue seems to happen before loading linux [04:55] ooh, interesting... i've never used an encrypted root, my systems aren't usually public anyhow. [04:56] is there an issue with the initrd or whatever ubuntu uses? i'd be curious if you could mount the encrypted partition and switch_root to it depending on how your initrd works. [04:57] export: I suspect it is some kind of bug with an updated grub as I just tried booting again and prefix and root seem to have the UUIDs of internal LVM volumes, but I think they should refer to the encrypted volume UUID [04:57] oceanquake: possibly, id' try removing quiet and seeing what you see if anything, monitors might not even be up in time to see it unfortunately though. [04:57] export: never gets as far as loading the initrd; historically, the first thing I would see after the EFI splash screen goes aways is a prompt for the encrypted volume [04:59] export: I am able to load it manually, the issue is that it should have prompted me first for the encrypted volume password [04:59] oceanquake: i don't even use efi so i'm not familiar with that process, but you could try to get the root system mounted and switch_root to it, then simply try and fix grub. [04:59] if that doesn't work well you've nothing to lose anyways lol [05:00] export: I'm booted into the affected installation via manual incantations :) [05:01] oceanquake: well poke around, see what is currently mounted, check fstab, and see what grub is doing in comparison to all that... seems interesting at least so not just a stupid bug, a stupid and interesting bug lol [05:03] export: I mean, when I'm booted (writing this now from the fully-booted system where this problem is occurring) I can't understand why this is occurring. /etc/default/grub seems fine (I haven't changed it in literally years), nothing is going on with volume names that I can tell. [05:04] oceanquake: i'd look at /boot/grub/grub.cfg or whatever your system uses, that'd be where the weird stuff is. [05:05] possibly look into what has changed between recent updates, if the initrd failed to generate and potentially if any scripts to auto-detect OSes or boot configurations. [05:05] export: I can manually do all the steps that grub should be doing (cryptomount, set root to the cryptovolume, provide the linux command with the right args, provide the initrd command the right args). Just something is happening where cryptomount doesn't seem to be running where it normally does in the sequence. [05:06] oceanquake: then id' look at grub.cfg for sure, that's where pretty much everything takes place for the loading of linux and initrd. [05:07] i would assume the initrd is where all this happens though as well... you are here so grub clearly worked unless it didn't pass correct args to initrd or linux. [05:07] export: grub didn't perform the cryptomount automatically as it used to do. I had to invoke it manually. [05:08] and it worked when I invoked it manually [05:08] this doesn't have anything to do with the initrd as the initrd loads just fine [05:08] and switches over just fine [05:08] oceanquake: so when you got dropped to the shell, you were in a grub rescue shell? [05:09] and had the ability to mount filesystems? [05:09] export: yes [05:09] i don't recall being able to mount a filesystem in grub... but at any rate you seem to be aware of what's going on. [05:10] export: well, I issued the cryptomount command, which did what it was supposed to, then I was able to set root=(crypto0) and go down the rest of the sequence manually [05:10] oceanquake: so your grub is able to call cryptomount? [05:10] export: yes, works when I issue it manually. [05:10] export: but I shouldn't have to and didn't have to before. [05:11] oceanquake: so configure grub.cfg lol [05:11] grub.cfg looks as I would expect, but I didn't keep a backup of an older version so not sure if maybe something got screwed up in the upgrade. it calls cryptomount in grub.cfg [05:12] after doing all the appropriate insmods that I would expect for the cryptomount command to succeed [05:12] oceanquake: so what you called in the grub-rescue shell is exactly as you typed in grub.cfg? [05:13] oceanquake: at this point the system is unbootable as it is, so you can make a backup of grub.cfg and simply play with it, if it works then it does, if not then do what you did to get here again. [05:14] I didn't have to do any insmods in the rescue shell, I was able to straight away issue the cryptomount command and it worked. [05:15] Hmm, I see something. grub.cfg does set the right root value but it was not set to that when I was in the rescue shell. So it would seem grub.cfg may not be getting loaded. [05:15] I should say, when I first ended up in the rescue shell. I manually overrode it to boot. [05:16] I'm going to see if I can pin to an older version of grub and see if it works. [05:41] hi, does ubuntu provide packages for all llvm projects that are in monorepo? [05:46] petrj: apt-cache search your-package to see whats available for your ubuntu release [05:48] lotuspsychje: yup i tried but couldn't find llvm-libunwind. there is only libunwind8 which is an old HP libunwind, but not the llvm project (https://github.com/llvm/llvm-project/tree/main/libunwind/). other distros seem to provide it (e.g. https://pkgs.alpinelinux.org/package/edge/community/x86_64/llvm-libunwind) [05:50] argh. I didn't do something right when I messed with the grub version. I am done with this for now. [05:56] petrj: can you explain a bit more of your end goal, what are you trying to make work on ubuntu? [05:57] trying to install llvm-libunwind. it's a library. [05:57] `sudo apt-file search libunwind* | grep llvm` confirms that there isn't a package available. [05:59] yes i understand, but is there something that doesnt work without having llvm-libunwind? [06:01] it is a dependency of project i am working on. so looks like other packages are embedding it rather than having package-to-package dependency, which is why i was curious as why there isn't a standalone package which everyone could just depend on. [06:05] !info llvm-libunwind xenial [06:05] Package llvm-libunwind does not exist in xenial [06:05] !info llvm-libunwind trusty [06:05] Package llvm-libunwind does not exist in trusty [06:07] petrj: maybe its built in another package or so? [06:09] petrj: if you had errors of apt complaining or so, it would be easier for volunteers to trace whats going on exactly/missing a package or so [06:11] ? [06:11] question about a missing package requires what trace now? [06:13] petrj: im just saying it would be more handy, if you provide more details of your project and what it complaints about with the lack of llvm-libunwind [06:16] i don't think it would help you in anyway unless you know what is being discussed. i will defer to someone who has more knowledge. [07:03] hello, 'apt search gcc' shows 'gcc/focal,now 4:9.3.0-1ubuntu2 amd64 [installed]'. What 4: stands for? [07:04] petrj: there's libunwind8 and libunwind-dev [07:05] blb4393: it's the 'epoch' [07:09] ducasse: right, so what does it exactly show? [07:11] blb4393: see 'man deb-version' [07:13] the developers need to make room for some rather satanic numbering schemes [07:16] so, why 4: is needed in the gcc case? Was there any mistakes in the package numbering? [07:16] the gcc versioning scheme has gone through a number of major changes from my knowledge [07:17] as would be indicated by the '4:' [07:19] right, so why gcc packages has that number and gcc-10 doesn't? [07:24] blb4393, gcc-10 is a new package series that started after whatever cataclysms caused the prior epochs to have to be incremented. [07:24] i can't tell you that, you need to ask the people responsible for packaging [07:28] hm, it's 4:10.2.1-1 in debian sid [07:29] why are you concerned about this? [07:30] i expected that question [07:40] it's a fair question === samian is now known as Samian [08:05] when I click on a icon in the dock, preview windows of each instance appears. I'd like to hover the instances and the instances my mouse is on is maximized [08:05] currently, I click the icon, then click one of the preview windows, then that window appears. If it's the wrong window, I go back to the dock, click the icon again, and click another previewed window [08:05] I don't like doing that repeatedly [08:06] the preview windows are so small that I can't tell which window is which [08:06] so I go through the above trial-and-error cycle until I find the window I want. It's annoying and slows productivity [09:33] Samian: you can edit how your dock and animations behave in dconf-editor [09:36] how can i force my cpu to always use a lower frequency with ubuntu 20.10? i have overheating issues. setting the powersave governor does not "stick" [10:09] looking to upgrade from 20.10 to 21.04 but I still don't see the Upgrade button when running update-manager -c. Is there another issue stopping upgrades now? [10:11] gdi2k: upgrades are currently disabled. not sure why now [10:14] RikMills, thanks, at least I'm not the only one. Will give it another shot next weekend [10:15] lotuspsychje I'm not finding dconf-editor any way to either increase the size of the preview windows or to bring the actual windows to the forefront upon mouse hovering over the corresponding preview window [10:24] hannes_, how do you set it? [11:22] summonner: seems confused PEBKAC. I now disabled the ondemand.service, set laptop-mode tools to always prefer "powersave" (which does not seem to do anything though) and now my "cpufreq-set" is not immediately forgotten again [11:22] so it's fine altough utterly confusing [11:48] no, actually the performance governor is back :( [11:48] https://askubuntu.com/questions/1021748/set-cpu-governor-to-performance-in-18-04 [11:48] I've always used those commands and seems fine for me [12:30] Howdy folks [12:31] hi peeps [12:42] installed cpupower-gui, set all cpus to powersave and low mhz. watching with cpufreq-info showed it being reset to performance (and the gui not even updating...) [12:42] i'll uninstall laptop-mode-tools :( [12:42] no idea what else might do the governor switches [12:48] hrrm my 21.04 test install upgraded and wants lots of packages no longer required [12:49] as in 'autoremove' packages including btrfs putils and loads of libreoffice and java packages [12:52] laptop-mode-tools uninstalled, rebooted, set powersave with cpupower-gui, checked with cpufreq-info, launched intense process, governor is back at performance :( [13:01] is there any service i can enable so that SSH host keys are generated on boot if none are present? i have some VM images that i scrub the host keys from before using them, apparently for other distros i've relied on some mechanism that regenerates them [13:02] or can openssh-server be configured to generate them when starting up if none are present? [13:41] hi [13:41] how do I flush DNS caches in 18.04? [13:46] systemd-resolve --flush-caches dod not help. machine got a new IP from router and responds to ping on the listed address, but ubuntu still resolves the old address [14:13] deadrom: "systemd-resolve --flush-caches" flushes the client side resolver cache. how is this related to "machine got a new IP from router and responds to ping on the listed address"? [14:15] can you describe the problem, which command you use to verify it? how things should be and how they actually are? [14:17] * Samian karate chops his linux machine in half hiiiyaa [14:17] ouch that hurt my hand [14:19] tomreyn: in the router it says: machine X is at 192....123. used to be at 111. 111 is still listed in "unused connections" but .123 is listed to be the current address it received just a moment ago when the machien booted and leased dhcp from the router. when I ping "machine name" from any machine on the subnet I get "machinename at .111 not reachable" [14:20] tomreyn: since the client is asked to resolve the name either client cache relies on a stale entry or the dns responds with a wrong reply [14:24] deadrom: i see. i assume the router is authoritative source for local dns then? [14:24] do you have a single dhcp server, or maybe more than that? [14:25] tomreyn: wouldn't know of any other. fairly regular setup, one FritzBox and couple client machines on the subnet [14:25] when you directly ask the router about the current ip address, does it return the updated one (unlike the other systems on the lan)? [14:26] assigned fixed IPs by MAC in the FB. Right now I needed to get things done and simply killed the stale entry and put the machine back on its old IP, that worked immediately. [14:26] tomreyn: in its web interface the router lists the new IP as the current acitve [14:27] my guess would be that the DNS TTL had just not yet been passed when you tried to query it from other systems in your LAN [14:27] (or did until I hammered everythign back to like it was) [14:27] so they returned their local cached values [14:27] tomreyn: who calls TTL? router? [14:27] hence I flushed cache, but did not help [14:27] TTL of the authoritative dns record, as defined by the authoritative dns host, i.e. your router [14:28] you flushed cache on one client, not the other clients which returned the the stale record [14:28] anyways, doesn't seem like an ubuntu problem [14:29] must be xubuntu's problem then :/ [14:31] Hello ... Ubuntu 20.04 - latest updates ... I'm getting an update screen that says 604 MB is to be downloaded, but the update list is empty ... any ideas? [14:33] rjwiii: can you take a scrrenshot, post that, close the window, then run sudo apt update in a temrinal and post the output of that, too? [14:34] hi all, how do i map Escape to another key? [14:41] tomreyn: Terminal output: https://paste.ubuntu.com/p/DHX4p4G69T/ [14:42] tomreyn: Where do I "Paste" the screenshot? [14:43] rjwiii: irgur.com is an option [14:43] !screenshot | rjwiii [14:43] rjwiii: Screenshots can be made with the [PrtScr] button. Want to show us a screenshot of your problem? Upload an image to http://imgur.com/ and link the created page here. [14:43] i assume those two nvidia updates won't add up to 604 MB [14:44] rjwiii: can you also show us which apt sources you have configured? sudo grep -hEv '^([ ]*#.*)?$' /etc/apt/sources.list{,.d/*.list} 2>&1 | nc termbin.com 9999 === lnxd9 is now known as lnxd [14:45] tomreyn: Screenshot: https://imgur.com/a/MqDujah [14:47] tomreyn: output of command: https://termbin.com/673j2 [14:49] tomreyn: When I click on "Install Now" the install progress pops up momentarily then the Software Updater screen comes back looking the same. [14:51] rjwiii: okay, this all looks good other than the weird GUI behaviour. can you run update-manager -c from a terminal and see whether anything is printed to the temrinal window? [14:52] tomreyn: nada on the terminal screen. [14:54] rjwiii: can you also show sudo apt upgrade -Vsy and apt list --installed | grep ',local\]$' [14:56] rjwiii: whats the purpose of this system76-dev PPA? [14:58] if you're using this with the same priority as ubuntu's main archives, it would replace several important ubuntu packages: https://launchpad.net/~system76-dev/+archive/ubuntu/stable?field.series_filter=focal [14:58] tomreyn: output of commands above: https://paste.ubuntu.com/p/PtkdvTgdnJ/ [14:58] this is not really ubuntu [14:59] maybe it was at some point [14:59] good luck! [14:59] tomreyn: I bought this computer from System76. That repo updates System76's drivers & such. [15:00] rjwiii: maybe ask System76 for support then [15:46] [16:18] Samian: i think you need the value; /org/gnome/shell/extensions/dash-to-dock/click action [16:22] lotuspsychje, the value? [16:23] Samian: where you can choose the settings of your click action [16:24] I don't want to change the settings of my click action. I want to change the behavior of my mouse hover action--which is none right now [16:24] I want hovering over a preview window to bring that window to the forefront [16:25] that's the behavior of windows 10, which unfortunately I cannot use because work requires me to use ubuntu [16:36] Samian: maybe look into workspaces to dock extension, maybe you can ease or control your windows better there [16:44] Samian: this is how i organize mine; https://imgur.com/a/GG8CsQp [16:45] dude that's eye candy! [16:45] tnx :p [16:45] anyway you can share your exact settings and wallpaper? [16:46] in #ubuntu-discuss sure Samian [16:46] I'm about to take a nap, but when I wake up I'll ask you about it! === amosbird_ is now known as amosbird [17:12] is it possible to install gnome-software-flatpak without snap? [17:22] i'm not even sure you can install it without a browser erle- [17:23] i searched it and it showed simply you click on a link apt://flatpak [17:34] darn llvm-libunwind is missing from ubuntu.. it is available on gentoo and alpine but not ubuntu. [17:34] i will have to compile it from llvm's source tree with my own code. [17:34] any chance i can summon a ginie or santa on this one so in future we don't forget to publish llvm-libunwind package? [17:36] erle-: you probably mean gnome-software-plugin-flatpak ? it may differ on which ubuntu release you're running. https://flatpak.org/setup/Ubuntu/ has some instructions / information [18:10] I will remove systemd from Ubuntu. How shall I call this new distro? UVUNTU ? is that fine for you? [18:12] unixbsd: as asked a couple of times before, it would really be appreciated if you take that kind of chatter over to #ubuntu-discuss [18:12] or to offtopic [18:13] !discuss [18:13] Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [18:17] Hi, are there any users of a Ubuntu EOL - release ? [18:18] McErroneous, i hope not, no support here for EOl releases [18:18] McErroneous: why? [18:18] maybe there is a #ubuntu-eol channel? [18:19] never seen that one tbh [18:19] and hi there oerheks [18:20] one could use an EOL version, with the 'old-release' trick https://help.ubuntu.com/community/EOLUpgrades [18:20] that's a long silence McErroneous :) [18:21] * officially to update an EOL version to a supported one [18:24] * McErroneous looks bored and feels lonely like a lonely fish, that is not moving with the pack. "Freedom is a way of saying 'i have a choice ...' " [18:42] tomreyn, johnjay the problem is that Ubuntu seems to force me to use snap if I want to use flatpak, while Debian doesn't [18:45] Hi when sudo apt-get install php-imagick , it installs on my php version 8.0 however i need it on my php7.2 version , is there a command to prompt me asking for which version do i need this package [18:46] erle-: no one forces you, you are free to remove snap and use something else [18:46] erle-: i'm afraid that's not something i can help with. [18:46] Maik, that was my expectation, I don't know why it installs snapd [18:48] Northwoods: while using ubuntu apt repositories, not third party ones, you'll be installing php and php extensions which are compatible [18:48] tomreyn, i have 2 version of php [18:48] so by default it is installing it on 8.0 [18:49] Northwoods: php 8.-0 packages are only available for !ubuntu+1 [18:49] which has a separate channel [18:50] * php 8.0 packages [18:50] !ubuntu+1 | Northwoods [18:50] Northwoods: Impish Indri is the codename for Ubuntu 21.10. For technical support, see #ubuntu+1. For testing and QA feedback and help, see #ubuntu-quality. [18:50] ok thanks [20:30] hi, can anyone tell me what is the command to block someone if private window is opened for the user. [20:31] i tried /ignore NickName [20:31] but didn't work [20:32] close the private window, ofcourse [20:33] that would be /IGNORE case sensitive [20:41] oerheks: it is not working, i am still getting messages [20:52] baba: If it isn't a registered user try /UMODE +R [20:58] jeremy31: thanks :) [21:00] good spot, jeremy31 === Funke is now known as ev [23:42] hove [23:43] whoops [23:59] finally! I've configured ubuntu to switch windows based on mouse hover! https://www.loom.com/share/6ee7e9cf0052428499c8aaa594f8d008