[00:21] if I run a script without a shebang, the whole system hangs for 5 minutes. happens on debian, ubuntu, everywhere (xfce). [00:24] lol [00:24] maybe its searching [00:24] for the right shell [00:24] and you got a lot of blobs [00:26] how do we disable this feature? [00:27] deego: im trying find a way to just import the entire 'blob' that is Ubuntu into a python script so i can do w/e I want with it [00:27] but nobody has any straight answers lol [00:27] would be cool if you could just set properties on an object like disable certain shit [00:27] like this [00:28] and then use the rest [00:28] its absurd to me this doesnt exist in 2027 [00:32] You can't run DEC VMS in python either. You're looking for something that can't happen, like a flying car with no wings or rotor. [00:33] Tempter: I have a feeling you've rejected the straight answers people have given you. A better understanding of what system layers make up your platform would probably improve your code a LOT. [00:34] jhutchins: yeah, but im a genius and an inventor, ill make it happen [00:34] Python is mostly OS indepenent. It runs on either Windows or Linux, but Linux doesn't run on Windows (not even WSL). [00:35] deego: You disable this by including the hashbang. It's there for a reason. [00:36] I'm sick of hearing, 'we Linux doesnt run on Windows' or 'you cant import Linux functionality without WSL or installing the entire OS or using Docker' [00:36] it's 2027 ffs, it's time someone recognize the problem and creates the bridge software that solves this problem once and for all [00:37] we have the technology [00:37] Back to the future we go [00:38] Tempter: Seriously, you need a better understanding of what an operating system is and what it does. Operating systems are not written in Python. Python requires an operating system to run on. [00:38] jhutchins: yeah, im going to change that. [00:38] anyway. if you dont have an Ubuntu specific support question fee free to discuss in #ubuntu-discuss [00:38] I'll free you all [00:38] from this hell [00:38] You can't run a bash shell on bare metal any more than you can run python on bare metal. [00:40] I don't care if I have to invest my own money, im gonna solve this [00:41] im on it [00:42] jhutchins: the entire system hanging for one missing shebang is not a feature [00:45] deego: What do you suppose the system is doing then? What does your script NOT do when it doesn't have the right shell, but does just fine if it does have it? === shokohsc8 is now known as shokohsc [03:44] join #csharp [03:44] oops, sorry [03:57] hello [04:18] I'm having some problems with lunar's switch to pipewire for audio... specifically bluetooth headphones/headset switching... [04:19] pipewire seems to be on a 15 day release cycle or so, but the latest version I can get from anywhere in ubuntu is from january [04:19] is anyone aware of a ppa or any plans to ship something newer? [04:24] sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream [04:24] yeah, I did that [04:24] no lunar [04:24] no mantic [04:25] I also can't figure out who "Utopia Maintenance Team" is [04:27] you may have to wait a bit for lunar to be added to ppa [04:27] That's the GNOME packaging team. === sammy12 is now known as boolb [07:27] hi [07:27] hi v0 [07:28] every time I look away for a while and then look back, Ubuntu seems to somehow get worse ...^^ [07:28] Debian [07:28] get some [07:28] I have a fresh 22.04 server install... and I'm trying to fix cockpit ... its not showing LVM options ... I found somewhere that it needs a udisks2-lvm package [07:29] apt-cache search udisks2 shows the udisks2-vlm package, but when doing apt-get install udisks2-lvm, it says it cant find it. [07:29] cockpit, is that in the standard repos? [07:29] I didnt have to modify any repos. [07:30] in universe I guess [07:31] "Universe - Community-maintained free and open-source software." [07:31] GUI admins for servers don't usually get much support. They tend to die fast, be insecure, hard to setup remotely safely, etc. [07:31] get much support on any distro [07:31] although I suppose if you pay for RHEL... [07:31] cockpit I think is pretty official RHEL... [07:32] yeah but RHEL isn't any other distro, it's only RHEL [07:33] anyway I do see it in Debian's ordinary repos [07:33] but not in Ubuntu's, in Arch's, in Gentoo's [07:33] surprised Debian has it [07:35] I dont know, I think they release for ubuntu [07:35] anyway, issue is more installation of udisks2-lvm and ubuntu not finidng the package (even though apt-cache shows it) [07:36] it's not in Ubuntu's non-community repos, so Ubuntu doesn't really support it that much [07:36] v0lZy: so what's the error again? [07:37] https://packages.ubuntu.com/search?keywords=udisks2-lvm&searchon=names [07:37] Says is unable to locate the package udisks2-lvm [07:37] jammy (22.04LTS) (admin): LVM2 support for udisks2 [universe] [07:38] I is universe not default added as a repo? [07:39] v0lZy: on a fresh install, I don't think it is [07:39] but universe is where you'd be getting cockpit from also [07:39] unless you did something silly [07:39] like going to the cockpit homepage and downloading a .deb or something [07:42] No [07:44] I think i chose cockpit ad installation of distro.. [07:46] hrmm? [07:46] i can't see reference to it in my bash history [07:46] ah no [07:46] never mind [07:46] I just did sudo apt-get install cockpit [07:48] apt-cache search udisks2-lvm shows it... I was able to install apt-get install cockpit ... and both are supposedly in universe, but when I do apt-get instlal udisks2-lvm, its not found? [07:49] v0lZy: done an apt-get update recently? [07:50] yes [07:50] btw, my sources.list: [07:50] https://pastebin.com/YM7akfLe [07:51] I did an apt-get update ... just moment ago [07:52] you could try downloading the package itself from packages.ubuntu.com and seeing what dpkg -i says about it [07:52] * matsaman shrugs [07:52] possible the repo I'm trying to grab it from doesnt have it? [07:58] I added deb http://cz.archive.ubuntu.com/ubuntu jammy main universe to my sources.list [07:58] i did an apt update ... [07:58] and still, can't find it. [07:58] https://packages.ubuntu.com/jammy/amd64/udisks2-lvm2/download [08:02] http://cz.archive.ubuntu.com/ubuntu/pool/universe/u/udisks2/udisks2-lvm2_2.9.4-1ubuntu2_amd64.deb [08:02] But shouldnt it be able to see it if I added http://cz.archive.ubuntu.com/ubuntu to my sources.list? [08:02] probably [08:03] https://askubuntu.com/questions/378558/unable-to-locate-package-while-trying-to-install-packages-with-apt [08:04] hey [08:06] matsaman: I'm suspecious of this package manager now [08:08] Isystem is updated, upgraded ... new install [08:08] This should nto be happening ... gives off a vibe like theres too many people and not enough coordination on Ubuntu [08:23] I know I can download it direct... but thats along the line sof getting it work and not caring about how. [08:41] v0lZy, the package name is udisks2-lvm2 not udisks2-lvm [08:41] (and universe is enabled by default on all fresh ubuntu installs since 2010 or 2012, so you should already have it, i'd remove the duplicate entry to avid apt error messages on apt update) [08:42] *avoid [08:44] yeah, ust noticed [08:44] just noticed* [08:44] thanks [08:45] and yes, that fixes cockpit now ... can add lvm with it. [08:47] https://www.edureka.co/blog/self-in-python/ [08:47] https://www.edureka.co/blog/self-in-python/ [08:51] Hi. Why does https://packages.ubuntu.com/ show "lunar (23.04LTS)" even though it's apparently not an LTS release? [09:04] PaulFertser, scroll to the very bottom of the page ... there is a "report a bug" link ... packages.u.c is maintained by a community person, not by canonical === TomTom_ is now known as TomTom [09:14] ogra: hi there :) if it's indeed a bug can you please report it for me, I do not have an account there please? [09:17] ogra: I'm not using my ac100 anymore, fried the internal USB hub by ESD :( [09:20] Hi [09:21] hi [09:24] May anybody help me with my read-only usb stick to format it? I only can mount it with the option 'noload' than it's read-only, it has no switch for 'read/write' , I can't dd the /dev/sdX, and with hdparm -r0 /dev/sdX I have no success, it's a kingston128gb stick, what's wrong with the stick? Is there a possibility to hardware reset? Even on win I [09:24] can't remove the partion with diskpart... [09:25] It just stuck in read-only (kingston128gb) [09:28] webchat23: this probably means it's been damaged and it switched to read only to allow you to salvage the data before you throw it away [09:28] If it's within the guarantee period, send it back for a replacement [09:28] webchat23: what does dmesg say when you insert it? [09:29] webchat23: what dd command did you try? [09:29] It's recognized by dmesg [09:29] webchat23: it might be locked up internally, yes. So either send for warranty or use an internal controller vendor specific tool (usually requires windows) to "reformat". [09:29] webchat23: but does dmesg say it's read-only? [09:29] I can mount with 'mount -o noload /dev/sdX mountpoint' [09:30] I'll try to use a tool called 'MPTool'... Maybe that helps? [09:31] fwiw, many vendor tools and instructions here: https://flashboot.ru/files/ [09:31] DD and win reformat does not work [09:31] webchat23: what dd command did you try? [09:32] mptool might help if it can work with specific controller. You need some other utility to detect which controller is inside. [09:33] I am well to know how to use diskdump [09:34] dd if=/dev/zero of=/dev/sdX bs=512 count=1 [09:34] Just to clear partition === xenial is now known as Guest4348 [09:39] webchat23: that only properly clears old DOS disklabel (aka MBR partition table), not GPT. [09:39] Yeah, okay [09:39] But it even does not clear one bit, because of read-only [09:40] webchat23: if dmesg reports it's read only then only vendor software like mptool can help. [10:05] Hi. I'm running 20.04.6 LTS and I can't seem to be able to launch System Monitor from the GUI. If I run gnome-system-monitor it opens up just fine. [10:05] It's a recent occurence, probably after the updates in the last couple of weeks. [10:05] Any idea what might be causing it? [10:53] lxc is still not starting up automatically for me [10:53] (lxd) [10:53] this gives me an error: systemctl enable --now snap.lxd.daemon [10:53] and did you run that? [10:54] this is the error: https://paste.linux.chat/?acdd7de192eff5d1#CPgdnDNx4ZvHYTTrvsRqqUWapurR3J2Yu4B64TmJoSUq [10:54] anyway, you should probably try and get lxc without using snaps [10:55] now it has started after minutes after boot [10:55] hi all! How do i install the wallpaper package of ubuntu lunar in my 22.04? [10:55] maybe it's working after all [10:55] matsaman: lxd/lxc is the ubuntu way [10:56] cosmicrajiv: if you just want the wallpapers extract them from https://packages.ubuntu.com/lunar/ubuntu-wallpapers-lunar [10:56] akik: the ubuntu way is pretty silly in this case [10:57] i never had any problems with the lxd snap [10:57] it just works [10:57] matsaman: how do i install lxc without lxd? [10:57] akik: ravage says it works [10:57] cosmicrajiv: https://archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-wallpapers/ubuntu-wallpapers_23.04.1.orig.tar.gz [10:57] good for him [10:57] akik: heh [10:57] it started up for me too after a longish delay [10:57] ravage; thanks [10:57] matsaman: how do i install lxc without lxd? [10:58] akik: not sure what the best way would be [10:58] Good morning everyone. I have a strange problem with ubuntu. My system recognizes my sound card, but no sound comes out of the speakers. I think there is some problem with Pipewire [10:58] besides using Debian instead [10:58] mauro_melfi: do you have pavucontrol installed? [10:58] matsaman: i can try stopping lxd and see if i can manage the container without it [10:58] yes [10:59] matsaman when i play sound, i see bar moving, but always no sound [11:00] matsaman: lxc list just starts up lxd automatically [11:01] mauro_melfi: play sound with what? [11:02] matsaman: after masking snap.lxd.daemon and snap.lxd.daemon.unix.socket: lxc list [11:02] Error: Get "http://unix.socket/1.0": dial unix /var/snap/lxd/common/lxd/unix.socket: connect: connection refused [11:02] matsaman just play video on youtube. Now i have a strange things, video on youtube aren't starting === JanC is now known as Guest9699 [11:04] matsaman now video are playing well, but with no audio [11:05] if you want to see the service status of pipewire, https://pastebin.com/StZKjMiu [11:06] it says no xdg-desktop-portal running, but it is running [11:06] and also there is an error with jack-device [11:06] jesus. the snap.lxd.daemon.service lives in /etc/systemd/system instead of /lib/systemd/system [11:06] jesus. the snap [11:07] isn't it supposed to live in /lib/systemd/system ? [11:08] masking it from starting i needed to remove the service and socket files first from /etc/systemd/system [11:08] and that was the actual systemd service files [11:09] or is this a special case made for snapd services? [11:11] services from system packages go to /usr/lib/systemd . additional stuff in /etc/systemd/system [11:11] the lxd snap does not come with your system so it belongs to /etc/systemd/system [11:12] ravage: why was snap.lxd.daemon.service config file in /etc/systemd/system then? [11:12] see above [11:12] "does not come with your system" it comes directly from ubuntu repos [11:12] no [11:12] you installed it by "snap install lxd" [11:12] yes [11:12] maybe [11:13] those service files should go into /lib/systemd/system [11:14] /usr/local/lib/systemd/systemSystem units installed by the administrator [11:14] https://www.freedesktop.org/software/systemd/man/systemd.unit.html [11:15] that's a bad example because it references /usr/local [11:16] In addition to /etc/systemd/system, the drop-in ".d/" directories for system services can be placed in /usr/lib/systemd/system or /run/systemd/system directories. [11:16] /usr/lib/systemd/systemSystem units installed by the distribution package manager [11:16] yes. [11:16] now i can even remove the snap because i removed snap.lxd.daemon.service [11:17] because systemctl mask didn't work it that file was in /etc/systemd/system [11:17] can't remove [11:19] so snapd is not a distribution package manager? only apt is? [11:22] akik: it's multi distribution package manager. not very successful for reasons [11:26] can i somehow remove the lxd snap manually now that snap remove lxd doesn't work? [11:27] Hi, I'm trying to switch to Synaptics instead of Libinput. I've followed this answer: https://askubuntu.com/a/1311104 - And now that dir looks ok, but I'm still apparently using libinput: https://paste.debian.net/1279057/ - What am I doing wrong? [11:32] how to remove snap from ununtu ? my grandma runs faster than snap  ^-^ [11:34] lol [11:37] rm -rf /snap/lxd worked [11:45] (umount the subdirs first under that) [11:54] noob-linux-user: Debian [11:56] matsaman: Wouldn't Mint be a choice which is closer to Ubuntu? [11:56] !ot [11:56] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [12:09] ForeverNoob[m]: probably too close for this issue, I would say [12:15] akik, that will just break your system for good ... "sudo apt purge snapd" is the correct thing to do [12:17] ogra: it's fixed with that already [12:17] what is fixed ? [12:17] ogra: the lxd snap [12:18] well, you are breaking the whole system with pulling out files underneath existing metadata and systemd units ... just like you break it when removing a single .so file without removing the deb package [12:18] ornx: i fixed it already. nothing is broken [12:19] you can either purge snapd which removes all snaps and snap support, or sudo snap remove --purge lxd to remove a single snap [12:19] just randomly deleting files will cause breakge [12:19] (whic you will not see immediately ... so theere is a lot of fun ahead in some weeks) [12:20] ornx: is it difficult to understand this message? "i fixed it already. nothing is broken" [12:20] that's for you gora [12:20] well .. [12:20] ogra: i rebooted the vm and everything starts up correctly [12:20] right, til the next snap auto-update kicks in or a fresh version of lxd is on the server [12:21] anyway ... nothing to argue ... [12:22] ogra: do you have a comment on why the service file for snap.lxd.daemon is in /etc/systemd/system ? [12:22] because it is generated [12:23] ogra: so it's the proper place and /lib/systemd/system is the wrong place? [12:23] systemd generators typucally only write to /etc ... along with this, if the unis would go into /lib UbuntuCore would have to have parts of /lib writable (it shares the core snap as rootfs with the snaps on server/desktop) [12:24] *typically [12:24] how are generators related to this? [12:24] they create the files [12:24] cool [12:24] and they typically do that in /etc/systemd/system [12:25] so snap.lxd.daemon.service is generated by that generator? [12:25] (you'll likely find other generated files in there if you i.e. install a service that still uses sysv-init files) [12:25] yes [12:25] daemon services and mount units for the squashfs files per-snap [12:26] yea i found systemd-rc-local-generator. does that create the rc.local file? [12:26] right [12:26] because i didn't find rc.local in systemd github [12:26] well, it generates a service if that file was edited [12:26] here https://github.com/systemd/systemd/find/main [12:27] yeah, thats a debian addition [12:27] you won't find it upstream [12:27] it's on fedora and rhel too [12:27] must live in some debian packaging branch somewhere (not sure where that is hosted) [12:27] right, its up to the distros to add it [12:27] well. it's run by the rc-local.service service [12:27] we just inherit it from debian [12:27] which is part of systemd [12:29] ornx: thanks for this info. now i know that snapd puts its service files in /etc/systemd/system [12:29] On 22.04 Gimp installed through apt does not have the "heal selection" tool even if you install gimp-plugin-registry. Any idea if this is there on the snap version? [12:32] don't know but doubt it [12:32] I forget why but there were all sorts of hoops to get that working last time I looked at it [12:32] python incompatibility or some other version incompatibility or something maybe [12:33] ELFrederich, if it is something that is depending on the gimp version (because it was added at a certain point only) it is likely the snapped gimp has it ... snaps are typically a lot newer than the deb versions [12:34] i'd generally use the snap if you are after newer features in an app (particulary gime FWIW) [12:34] *gimp [12:36] ogra, the issue is some gimp-python dependencies [12:37] Hi all [12:37] snap versions are behind in this case =P [12:37] when you find the github or whatever repo for the heal tool, it's all explained there IIRC [12:37] matsaman, not on my install ... the deb in the last LTS is massively behind [12:38] what version? [12:38] ah, not massively anymore apparently ... jammy released wit something like 2.8 but is on 2.10.30 now ... my snap is on 2.10.32 [12:39] anyway, the heal issue is about gimp breaking compatibility with the older heal tool code, IIRC [12:39] ah [12:39] so, IIRC you'll be able to get it to work with any version, but really the more recent version the less likely =P [12:39] lol, funny === mkv is now known as m4v [12:54] ogra: here's still one more question about the lxd snap. how do i disable it from running? [12:54] sudo snap stop lxd [12:54] ornx: no i mean disable [12:54] akik, you need to get better with your pings ... i wonder when ornx starts getting annoyed 😛 [12:54] damn it [12:55] sorry [12:55] akik, sudo snap disable lxd [12:55] that will even unmount the squashfs files of it [12:55] ogra: oh so it's not done with systemctl [12:55] nope, it is done wit the snap command [12:55] that's where i went to the wrong direction [12:55] * ogra recommends taking a look at "snap help" for all its features === guiverc2 is now known as guiverc [12:57] ogra: i tried to disable snap.lxd.daemon.service [12:58] yea, that would come back with the next package update ... [12:58] ogra: but then it was in the way for the systemctl mask command [12:58] (generators again) [12:58] right and you cant easily mask it ... [12:59] there is direct API communication between snapd and systemd going on there AFAIK [12:59] ciao [12:59] so to make sure all bits and pieces are handled properly, you should always interact with snaps using the snap command [12:59] liasana: no warez here either [13:27] I want to use openvswitch on my freshly installed ubuntu 22.04 .. [13:28] Normally, I'd create a bridge, then attach eth0 to bridge and make the bridge get an IP via dhcp... [13:29] but ubuntu has all these crap on top of basic linux networking... NetworkManager and netplan and I don't know what other crap [13:29] Whats the proper way to do networking on Ubuntu lately? [13:30] https://ubuntu.com/server/docs/network-configuration [13:31] also: #ubuntu-server [13:31] thank you === bad_1 is now known as badbodh === boser is now known as groups === groups is now known as boser [13:56] v0lZy: is this ubuntu desktop or ubuntu server? [13:57] i hope nobody needs openvswitch on a desktop system [13:58] ravage: it's usually the opposite, some people think they need a GUI in order to admin their server [13:59] that is what windows is for [14:06] Using bash, is there a way of getting the result of this line into an associative array?: docker ps -a --format "{{.ID}} {{.Names} {{.images}}" === PeasfulTown is now known as peas [14:08] hermano: there is #bash [14:08] ravage, thanks, will ask there. === remy_ is now known as Remy [14:13] Hi everyone. Upgrading from ubuntu lts, I'm having a problem with audio output via hdmi cable/digital port. I have an ati radeon rx570 video card, do you know if there are any solutions? [14:40] mauro_melfi, for starters check pavucontrol/output devices/show advanced options..make sure all codecs are checked [14:47] mauro_melfi: What driver are you using for the Radeon? === twstedline is now known as twistedline === shokohsc5 is now known as shokohsc === _ELFrederich is now known as ELFrederich [16:47] Hello, I've installed ubuntu 22.04 server, and x2go with LXDE. When I try to launch either firefox or chromium, I get the error " /user.slice/user-1000.slice/session-609.scope is not a snap cgroup " [16:48] how may I resolve this? Or how may I install the system package version instead of the snap version? [16:50] leftyfb: ok. you were right :) === msyke1 is now known as msyke === Guest7700 is now known as marcopolo2 [16:54] I'm having trouble with my sound on 22.04. I have searched a ton, and done a lot of work to get to this point, but I'm at a loss. My sound card shows up just fine in the Desktop Manager, but the second I login, my soundcard can no longer be found by ubuntu. I have checked, and the sound card is there under /proc/asound/cards but it doesn't show in the settings app in ubuntu at all. Sound works in the terminal, but [16:54] nowhere else [16:55] my volume keys work in the Desktop Manager as well, but stop working when I log in. Again, this appears to be because ubuntu can't find my sound card. I assume it's related to something my user is triggering on login, but I don't know what to even look for === dstein64- is now known as dstein64 [17:13] okay so apparently I'm new to the news on snaps that have taken over everything but as a long term power user it's very annoying. I have some ZFS volumes mounted under root like say at /data ; Snap program cannot see them. I read that for some reason I can only grant access to snap to see /media and /mnt ? Okay, fine. So symlink doesn't work to get from /mnt/data4 to /data4, what method can I use? [17:13] I'm about to just go and compile these programs myself [17:25] like, legit no output device https://imgur.com/a/tFC4YLi [17:28] and the sound card shows https://pastebin.com/D3AnmfMM [17:35] octav1a: try a bind mount [17:36] deltreey: Is your user a member of the audio group? [18:08] hello === ord is now known as quem === Vercas69475 is now known as Vercas6947 [18:47] jhutchins, well, doesn't look like it. Trying that and rebooting, brb [18:50] well, usermod -aG audio added the group, and even with a reboot, still no sound icon in the top panel, and no functioning audio keys, but still sound in the terminal (and weirdly with notifications) [18:51] still no output devices in sound settings [18:52] so when I backed-up my user directory and reinstalled, it worked. At some point, I restored some part of my user directory (snap maybe?) that broke it [18:55] not super excited to reinstall again, but I may end up going there if I can't fix it [18:58] ravage: thanks, that worked. This is still quite annoying though [18:58] Yes it is [18:59] octav1a: The original idea behind snaps and flatpacks was that they would be completely isolated from the host OS so they could do no damage. [18:59] Kinda like the original container concept. [19:00] jhutchins: I get that when using an optional package manager [19:00] as a power user on a server OS, I would rather that the "apt" system package manager, NOT install snaps, though [19:08] is it possible permissions related? Did I accidentally change the owner of some directory? I don't know how the ubuntu settings app works, so I'm kinda at a loss for where to look next === bad_1 is now known as badbodh [19:46] Why would I be unable to access my system settings? [19:46] (Upper right corner where the wifi, sound etc is. It try to open bluetooth settings and nothing happens.) [19:46] I suspect the existing instance of the settings app isn't working, but I would liek to know how to kill it and restart it. [19:47] So far "gnome-control-panel" reads nothing [19:50] maybe gnome-control-center; never heard of gnome-control-panel === PeasfulTown is now known as peas [20:42] well, progress has been made. My settings app is now showing stuff. I was able to do that by removing the config directory for pulse `rm -r ~/.config/pulse` thanks to a tip I found on a forum. Still no sound, but the interface is responsive [20:44] I no longer have _any_ sound, terminal or otherwise, but the UI is lighting up when sounds are supposed to be happening from various sources [20:48] alsamixer, and pulseaudio volume control are showing sound working, my keyboard buttons are working....we're like 99% there, just lost sound altogether [21:02] found here btw https://www.reddit.com/r/Ubuntu/comments/wsgw52/no_sound_in_ubuntu_2204_after_upgrading_from_2004/ [21:03] and after adding `options snd-hda-intel dmic_detect=0` to `/etc/modprobe.d/alsa-base.conf` I've got sound and microphone doing stuff [21:58] octav1a: Does Apt install snaps? I thought you had to specificly request them (although the installer apparently does use snaps_). [21:58] It seems to on 22.04, hence my frustrations [22:01] well, I mean, apt installs flatpaks, so why not right? [22:01] octav1a: sorry, I'm just joining, which app are you having an issue with? === sig is now known as bebop [22:32] hello [22:33] does ubuntu's latest stable "prefered LTS" kernel provide scroll-back-buffer ? [22:34] kernel command line fbcon=scrollback:1024k [22:35] anyone ? [22:35] support was dropped in kernel 5.9 [22:35] so the current LTS release does not have it. it comes with 5.15 / 5.19 [22:36] ravage: thank you. === chalcedny is now known as Sunrise