[00:16] hello [00:16] does ubuntu support running adobe CC apps? [00:16] or do I need wine or some such>? [00:18] sigstuff: that'll take wine or running windows in an emulator [00:19] sucks [00:19] its 2021 [00:19] when will linux or adobe figure this shit out to collaborate [00:20] sarnold: ive got CC running on windows [00:20] but jesus its been yrs and still..... [00:20] they've probably got twenty million lines of code, some of it dating back 30 years, and haven't got a clue what they would need to do to even begin porting it [00:20] or they dont care [00:20] Adobe i mean [00:20] given how their windows and mac software worked last time I touched it, I'm assuming that's the one :) [00:21] no two widgets worked the same.. [00:21] i run it both on a mac and windows [00:21] little to no difference [00:21] except for the occasional GPU glitch [00:21] however linux is still out the game [00:22] its mind blowing why [00:22] it's like they had eight or nine different 'slider' implementations [00:22] maybe they finally got around to fixing all those [00:22] its identical except for the glitches relative to OS changes [00:22] but besides the popint really [00:23] i figured if anyone ubuntu would be the one to support adobe fully [00:23] * sigstuff shakes his head [00:24] would be a game changer if CC was natively supported on ubuntu or any number of distros [00:24] moving on [00:24] later [01:06] Why do people call ubuntu a beginner linux distro [01:06] Because it actually works out of the box and I don't have to manually install 1000 things to get basic things to work? [01:16] haijuno: pretty much [01:17] haijuno: many distros make it easier to tweak things [01:19] sudo [01:20] sarnold, in what way? I'm genuinely curious [01:20] and funny names like Impish Indri is easy to remember [01:22] haijuno: something like systemd-resolved is pretty hard to disable on ubuntu, but on other distributions you may need to go to some work to even get a caching dns stub of some sort locally [01:22] haijuno: popping ifupdown2 in place of systemd-networkd would probably break some things on ubuntu, but on other distros it's no big deal [01:23] sarnold, what is that used for? [01:23] why would you want to change it I mean [01:23] a lot of folks really liked the simplicity of ifupdown (/etc/network/interfaces) but wanted something a bit better than piles of bash scripts that almost worked ;) [01:24] sarnold, like to bring their wifi network up or down? [01:25] haijuno: yeah, you can just put the ip commands you need to do things right in that file and it'll execute them when you run ifup foo or ifdown bar [01:25] haijuno: rather than trying to figure out how systemd-networkd expresses the same idea, if it can at all; or figuring out how to say the same thing in netplan configs, etc [01:25] or if you wanted to replace network-manager with wicd or connman or whatever.. some distros make that easy [01:26] I guess I've never come across a use case in my coding where I would need to do those thiings [01:29] ubuntu isn't to everyone's tastes; ubuntu tries to build on the base that debian provides, but picks eg postfix as a preferred email server and encourages people to use that, but doesn't take away the other dozen choices [01:29] and snaps [01:30] Oh snap [01:31] yeah, I mean there's *gobs* of people using snaps, but I know it does things that I don't like and wish it'd do differently.. [01:31] and there's loads more folks who say they dislike it enough to head to debian or arch instead [01:31] taste .. lots of DE to choose from [01:32] What can you dislike about a package manager? Just install the software directly [01:33] I'm trying to add to PCManFM 1.2.5 a command so I can right click in a directory, hit a custom command button, and have a script remove all meta tags from all MP3 files in the current folder [01:33] I strongly dislike the fact that snaps 'autorefresh', that's been incredibly inconvenient for me, and I don't even do anything important with it [01:33] in /home/paul/.local/share/file-manager/actions I have a file called removeMETA with the following content: [01:33] [Desktop Entry] [01:33] Type=Action [01:33] ToolbarLabel[en_US]=removeMETA [01:33] ToolbarLabel[en]=removeMETA [01:33] ToolbarLabel[C]=removeMETA [01:33] lub18045LTS: it's best to use a pastebin site for more than three lines [01:34] (don't worry, drone will remove the quiet soon enough) [01:34] The silence is deafening [01:35] https://pastebin.com/hwSdRksH [01:35] but it did not work [01:35] lub18045LTS: you probably can't trust the thing to be started in the correct directory [01:36] I don't know if the shell glob *.mp3 will even work in those lines, they may not be executed via a shell [01:36] is there another solution? [01:39] lub18045LTS: this answer makes me think that a %u *might8 help (I don't know this for sure, I'm not super-familiar with .desktop files) -- https://askubuntu.com/a/451370/33812 [01:39] lub18045LTS: try 'cd %u ; touch hello' in the Exec line, and see if a file 'hello' appears in the right directory or not [01:43] do you want me to follow the instructions on that page to start the process from scratch? [01:46] it did not work [01:49] lub18045LTS: ah, sorry, no, just wanted to point out the %u and hope that means 'this directory from the gui' === zbenjamin_ is now known as zbenjamin [02:23] Exec=eyeD3 --remove-all /home/01_01.mp3 works, but I need to learn how to reference not a specific file in a specific directory, but all mp3 files in the directory in which i right clicked [02:28] hi, i'm having some difficulty starting samba.. nmap shows it as filtered though i added it to ufw [02:31] barg: are you running nmap elsewhere on the LAN or is it traversing an ISP? [02:34] sarnold: the server is hosted at digitalocean so it's going over the internet [02:34] lub18045LTS: argh the freedesktop folks bug me so much.. https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s07.html .. *six* "Deprecated" entries with no description [02:34] SSH shows as open. SAMBA as filtered [02:35] barg: it's common for ISPs to block SMB ports because that was popular for abuse before they all started blocking it [02:37] whose ISP the one at the client end or the one at the server end? [02:37] sarnold yeah not sure why they keep changing things for the worse [02:37] barg: maybe both :) [02:38] so what's a good way for me to transfer files to my ubuntu server? [02:39] sarnold: would it be easier to code it to work on SELECTED files instead of FILES IN CURRENT DIR? [02:39] scp, sftp, rsync are all popular [02:40] lub18045LTS: yeah, that feels like it'd be a good idea to me; select the ones you want to clean, do the clicky, and just those have been changed [02:40] thanks [02:40] lub18045LTS: yeah but what should the Exec= be then? [02:41] sarnold: yeah but what should the Exec= be then? [02:43] lub18045LTS: try Exec=eyeD3 --remove-all %F [02:48] sarnold: nope [02:50] :( [02:52] set up a data partition for my multiboot sytem but can't easily use it; if click in Thunar, gets mounted but without permissions for use [02:54] Arc1: What is the mountpoint - and what are the permissions of siad mount point ? [02:56] Bashing-om: I tried it 2 ways: 1. with fstab where it was mounted on /vol/data and 2. without fstab where it is mounted once clicked in Thunar. Permissions are an issue in both cases. If that could be resolved I think mounting by Thunar would be more convinient than by fstab. [02:58] Arc1: Does ' ls -al /mnt/ show the data directory ? [03:01] Arc1: Opps - as the target is /vol/data ... does ' ls -al /vol/ show the data partition ? [03:06] Bashing-om: the partition is now remed out of fstab [03:06] I can see that it does get mounted by Thunar when I click on it because it is no longer greyed out [03:07] to check what you are asking I would have to bring it back into fstab and reboot [03:08] Arc1: For now - fstab is a future event - need to know if /vol/data exists before proceeding :D [03:08] I created those directories so I can see them in the file system [03:09] ... in Thunar [03:10] Arc1: For now I also do not care about thunar - we work from cli to get to the bottom of what you desire. [03:11] just installed the hippo and my kernel entries disappeared from my grub menu -- leaving only windows boot manager and uefi settings. any suggestions? [03:19] Arc1: How about we go back to square one - do you want the /data/partition to be mointed from both the CLI and GUI (thunar) - we make the appropriate mount point. [03:20] Bashing-om: sorry for the wait, had to reboot into the partition where I made these changes === blackest_mamba_ is now known as blackest_mamba [03:21] after executing "ls -al /vol/data" got 3 lines of output [03:21] 1st: total 8 [03:22] !Paste | Arc1 [03:22] Arc1: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [03:23] can't easily do it now cause haven't installed my fav irc client on the other machine yet so have to jump btw comps [03:24] just bear with me only 2 lines left [03:24] 2nd: drwxt-xr-x 2 root root 4096 Apr 23 12:25. [03:24] 3rd: drwxt-xr-x 3 root root 4096 Apr 23 12:25.. [03:26] Bashing-om: did that help? [03:27] Arc1: No - no help to help you - Let's go to square one - do you want the data partition seen both in CLI and GUI ? [03:28] yes [03:30] Arc1: In that event for both -m ya eant the mount point in the /nedia/ directory. OK, what is the username on this system ? [03:30] *both ya want the .... [03:31] frosty [03:32] Arc1: "frosty" .. OK run terminal command ' sudo mkdir /media/frosty/data ' [03:35] Bashing-om: done [03:36] Arc1: ' sudo chown frosty:frosty /mdia/frosty/data ' [03:37] *media/frosty/data [03:38] Bashing-om: done [03:42] Bashing-om: now I presume, put "media/frosty/data" as the mount point in fstab? [03:42] Hi I am wondering as an NVIDIA user is it safe to upgrade to 21.04 and will it still have 3D acceleration? [03:43] next is to make up the fstab entry - need to identify the UUID of the mount point . [03:44] Bashing-om: I get that, I also understand you are using the permissions command; is there an advantage to creating this mount point in /media rather than in /vol or anywhere else? [03:45] Arc1: in media then thunar sees it automagically ( GVFS) . [03:46] Bashing-om: ok, give me a few minutes to do this [03:53] Ok, so I've booted into the hippo on a usb stick. What can I do to go about trying to recover/rebuild my grub entries on my installed but not-working version of 21.04? [03:57] Bashing-om: fstab re-edited, rebooted, see that data is mounted in Thunar but still don't have permissions [04:00] Arc1: what return from terminal command ' who ' ? [04:02] Bashing-om: "frosty tty7 ..." [04:03] Arc1: Good - and ' sudo mount -a ' returns with no errors ? [04:04] Bashing-om: returns with no errors or anything at all [04:06] Arc1: Getting the better of me :( .. ' ls -al /mnedia/frosty/data ' says what ? [04:07] *media/frosty/data [04:15] Bashing-om: https://paste.ubuntu.com/p/bcgqdGqns5/ [04:16] Arc1: looking [04:18] Bashing-om: could there be some issue with the syntax of the chown command earlier? [04:23] Arc1: I did make a typo that was corrected in the following line there :( . did you catch the correction ? what shows now for ls -ld /media/frosty/data ' ? [04:24] Bashing-om: I did catch that typo earlier [04:25] to be sure, you want "-ld" now, not "-al"? [04:26] Arc1: Yup ' ls -ld /media/frosty/data ' - does it show as "frosty frosty" ? [04:34] Bashing-om: no, it say "root root" like on line 8 of the previous paste [04:40] Arc1: Humm ... makes little sense - try again ' sudo chown frosty:frosty /media/frosty/data ' this *does* make "frosty" the owner. [04:47] Bashing-om: success! [04:48] !yay | Arc1 [04:48] Arc1: Glad you made it! :-) [04:48] got frosty frosty now and everything is accessible! don't why it didn't work bfr... [04:49] Bashing-om: thank you for your patience and persistence :)! [04:49] Arc1: Progress made :D [04:51] Bashing-om: for sure! I'll have to read up on chown... So once again, what makes /media a special place for mounting such things? would this partition not appear in a similar way if it way mounted elsewhere? [04:51] Arc1: It would not appear in thunar - unless you told fstab to also mount in the GUI . [04:52] ok [04:52] it would, but you need to run it as normal user(non-root) [04:54] well, I am glad it started to work before I became a PhD in Unix :) [04:54] Arc1: That ^ takes 10 years :P [04:54] *Maybe* the /media was only for MediaTransferDevices at first, but now is for all removable disks.. === MalkbabY_ is now known as MalkbabY [04:56] the more I learn the more I feel like a simpleton... :) [04:57] than you very much for all the help once again and now off to bed, good night :) [04:57] Arc1: :D [04:57] *thank you [04:58] :) [05:01] hello [05:03] is there a lion king themed ubuntu variant? [06:36] exit [07:27] Hi [07:27] How can I enable SSE3 support in linux? [09:13] ,v nano [09:32] mad_moses: what's stopping you from just using SSE3? [11:02] Pretty sure that is enabled on every amd64 kernel === BrianG61UK__ is now known as BrianG61UK_ [11:56] what's stopping you from running sse3 instructions even without the kernel's approval? [11:57] Howdy folks [11:57] hey === jelly-home is now known as jelly [13:29] So 'sudo subl' crashes my desktop [13:29] Im not sure how crashed it is, but it goes to a black screen pretty quickly [13:29] it also corrupts my .zsh_history file with a bunch of extra null bytes for some reason [13:30] Any idea how I should go about debugging this? [13:30] Fixing the corrupted history file is easy, though Im curious as to why its being corrupted. [13:30] Google foo suggests deleting sublime sessions in ~/.config/sublime/Local/ [13:31] Which I have done and the problem continues [13:31] Im pretty stumped [13:31] does it crash when running without sudo? [13:32] since someone will say it I'll get it over and done with: Use VS code instead :P [13:34] No it doesnt [13:34] Runs fine without sudo [13:47] Apparently there are a lot of issues running subl as root [13:47] Thou they claim they are fixed [13:48] Idk I literally was running it fine a couple of days ago. Its just strange to me that something has changed in that time [13:50] sgen: the reason you might not get much help with this software here, is that this channel primarily supports software that's in ubuntu. my understanding is that this one isnt, or just as a snap. [13:53] https://pasteboard.co/JYOPjx5.png [13:54] 21.04 gnome 40 [13:55] metbsd: do you have an ubuntu support question? [13:56] this is not ubuntu question? [13:56] which one? [13:56] the pastebin [13:57] you posted a url and "21.04 gnome 40". neither takes the form of a support question for an ubuntu release supported here. [13:58] maybe look into url? [13:59] that url is 21.04 gnome 40 [13:59] please just ask your question, if you have one. otherwise, you know full well which other channels exist, and what you can and cannot do there. thanks. [14:00] I downloaded a binary graphics driver from Nvidia. It broke something (doesn't boot into regular Ubuntu), I have a recovery terminal from boot. How can I fix my computer? [14:00] how to fix the problem in url [14:00] ? [14:02] metbsd: ubuntu 21.04 ("hirsute") provides gnome 3.38+3. there is no "gnome 40", especially not on ubuntu 21.04. [14:02] Did a purge of nvidia*, it worked, sorry for taking up space [14:03] why didn't you say so earlier [14:03] i installed with another ppa [14:03] !ppa | metbsd [14:03] metbsd: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [14:03] i don't know how everyone push problems away. sorry [14:59] is there a recent bluetooth bug in ubuntu? my headphones have started randomly disconnecting and reconnecting a few days ago [15:32] soooo RAID 0 question. If one of your drives is threatening to fail, but still mostly working, can you pull that drive, put it in an enclosure, and use dd to clone it to another drive and then stick that new drive in your raid array? [15:36] metbsd: if you installed gnome 40 from a ppa, that is not supported here. try removing it with ppa-purge [15:37] sneakyimp: no [15:37] sneakyimp: RAID 0 = you don't care about the data on the drives [15:39] ok [15:42] leftyfb: i'm aware of the striping behavior (single files span multiple drives) but would point out that my drive is not yet dead, and might yet give up the data that exists on it [15:42] if you can copy the drive that will work of course [15:44] ravage: assuming i can read the vast majority of data off the drive, with maybe some bad sectors, that means I can use dd to clone the data, but does the new drive have to be the *exact same size? Does it have to have the exact same formatting? It's unclear to me if the cylinder count needs to be the same, if the block size has to match, etc? [15:49] i guess that depends on the kind of raid you use. in general a copy with dd on a drive that has the same or bigger size should work [15:50] if you have bad sectors ddrescue is the better choice [15:54] have there been any bugs relating to bluetooth recently? my BT headphones keep disconnecting and reconnecting every 10 minutes or so, starting to get annoying [15:57] repeating questions is also very annoying [16:00] ravage: repeating? i only asked it one time previously, to which nobody answered, and tried a second time but my internet disconnected while or just after doing it, so i didn't see any responses (assuming there were any) [16:00] ravage: yeah i guess it would have to depend on the implementation of the raid. i had run across mentions of ddrescue in my search for info -- can you suggest any links for good how-to or information? [16:00] basenode: you can search for 'bluetooth' here https://bugs.launchpad.net/ubuntu [16:01] connect both drives. use ddrescue (works just like dd) and try to clone the drive [16:02] there really isn't much more to it [16:02] sneakyimp: thanks [16:03] ravage: i've seen tons of warnings about dd having big problems if either drive is in use. how can i make sure these drives are not being accessed for other reasons? [16:04] turn off the computer. boot from a rescue usb drive that has ddrescue. clone the data [16:06] https://www.system-rescue.org/Download/ for example [16:11] ravage: thanks [16:58] ] '5 gn+,,;7 [17:18] why is there suddenly no sound coming from my headphones? [17:18] if I unplug them, sounds plays from my speakers [17:19] and the headphones themselves work on other devices [17:19] but ubuntu just stopped playing sound from my headphones [17:19] bumblefuzz: maybe it's storing separate volumes for headphones and speakers [17:21] I tried adjusting the heaphone volume alone [17:21] there's no sound [17:24]  anyone? [17:25] pastebin aplay -L pls [17:36] Hi, I'm looking for a piece of software that allows me to route system mail to a tcp (netcat) or http (httpie) endpoint, does someone know something? [17:36] a mail server can route system mail to a tcp endpoint, including over the internet. [17:41] v [17:47] Hello! I am trying to get Steam to function again. It stopped working after a reboot and I have traced the problem to a lack of the mesa-utils:i386 package [17:47] So I am trying to recompile from source. [17:47] I am stuck at recompiling libglew for 32 bit. [17:47] Here is a pastebin with the issue: https://pastebin.com/K15ZAs1L [17:50] wouldn't the easiest approach be to just reinstall it? [17:50] tomreyn: Could point me in the right direction? [17:51] cranberry: 👈 [17:51] cranberry: where are you trying to go? [17:52] To a document that describes your suggestion. The mailservers I know, postfix and exim, can send email only to an email address. [17:54] cranberry: they send e-mail over smtp, a tcp protocol [17:54] I am talking about a generic tcp endpoint [17:55] One which I am able to use via i.e. netcat: echo "hi" | nc 1.2.3.4 1234 [17:55] smtp I have only known to be working with email addresses, i.e. example@example.com [17:55] you can probably implement smtp with netcat to a degree, but why would you? [17:55] Solved problem by using correct CC which is CC=x86_64-linux-gnu-gcc, however I am now getting a related error with objcopy. [17:56] Not so easily solved by an environment variable (I'm using OBJCOPY, which might not be correct) [17:56] I don't want to, I want to route system mail, that is sent through smtp, to a generic tcp endpoint (netcat), in addition to having it delivered to the system users inbox [17:56] a forward or grabbing thing. possibly also just a script that checks a unix users mailbox and is like! oh! there's mail let's parse it into echo $MESSAGE | nc 1.2.3.4 1234 && exit [17:57] cranberry: let's move to #ubuntu-offtopic or #ubuntu-discuss, since this is beyond support. [17:57] Sure [18:06] thought vla v|a was banned? [18:21] hi, how to check, which gtk2-programs wouldn't run after update to 21.04? [18:26] run them from a terminal, see which of them succeed to draw things on screen? [18:27] I would like to check before upgrade [18:28] try them on a live installer/system then [18:28] 21.04 is only supported for nine months [18:28] ubuntu is a linux distribution [18:29] rea,,y? [18:30] I think, it would be better to check this packet manager [18:32] there's https://packages.ubuntu.com - which is community maintained and works sometimes. and there is the "rmadison" command in the "devscripts" package, which can report which versions of a given package are available in given ubuntu (and debian) releases [18:32] it provides similar functionality as 'dak ls' [18:33] sounds good [18:33] you can also query this online here https://qa.debian.org/madison.php?table=ubuntu [18:34] some automatic script were good [18:35] here, too https://people.canonical.com/~ubuntu-archive/madison.cgi [18:35] I mean, to check all my pakages [18:43] irgendwer4711: i assume you will need to develop this on your own. you can query installed packages using dpkg-query and change the output format using --format [18:43] please don't overload the web service, though, better run this locally only. [18:44] local? my system does not have information about 21.04... [19:03] when i type: sudo do-release-upgrade [19:03] i get Please install all available updates for your release before upgrading. [19:03] how can i fix this? [19:03] i did apt-get update, uprade etc [19:03] I'm getting an error using Debhelper: Can't exec "i686-linux-gnu-objdump": No such file or directory at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 557. [19:04] How can I force the autodetection of this comman to use x86_64-linux-gnu instead of i686-linux-gnu? [19:04] Can someone please help. This may be helpful in solving a weird Steam issue for users. Thanks. [19:05] For the record: Steam is no longer working for me due to a missing mesa-utils:i386. It is no longer available in Groovy. [19:05] I had Steam working this week and an upgrade (don't know what upgrade) is now causing the failute. [19:05] *failure [19:06] Failure illustrated here: https://pastebin.com/chsKZN8i [19:07] This seems to match with the error running `glxgears': https://pastebin.com/PbPExPHB === BalooRJ is now known as Baloo [19:36] Deano59: you hink that belongs in this channel? If you have a question around that matter ask in #ubuntu-irc ;) [19:36] hink/think === banisterfiend is now known as rinket [20:06] Hi all. I'm trying to get dual monitors working in ubuntu. I'm using nvidia drivers 450. I have a 4k and a 1080p monitor. My 4k is only being picked up as 1080p and my 1080p which is connected to analog out is not being picked up by OS. Any ideas or links to point me to? [20:09] ubuntu 20.04lts [20:40] ax562: What type of connections are you using? DP? DPMI? HDMI? [20:40] hdmi and angalog [20:41] xrandr only outputs 1920x1080 as available resolution [20:41] Are both monitors the same make/model? [20:43] https://paste.ubuntu.com/p/nxjgYS2wq7/ [20:43] and by analog, do you mean an old fashoned RGP 24 pin? [20:43] no. 1 is vizio 4k capable and the other is samsung 1080p [20:43] yes [20:44] Does either monitor have a DPMI connection? [20:45] and how many DP ports does your video card have? [20:46] i tried to change xorg.conf by adding https://paste.ubuntu.com/p/SVWSbzw96v/ [20:46] 2 digital port2 and 1 analog [20:47] but the xorg.conf additions did not work [20:50] what's the filename for the desktop settings application? [21:02] evdubs talking to me? [21:02] <[VMGuy23]> I recently failed to install amdgpu-pro/amdgpu on Ubuntu 20.10 (it was made for 20.04) and now I'm stuck with llvm. How do I get back to AMD Raven2 (it said that in about in settings) [21:02] talking to anyone that knows the answer [21:16] evdubs: gnome-control-center [21:28] can anyone suggest a cheap pci-express sound card compatible with ubuntu? I don't care about 32-bit sound or dolby 5.1 or anything like that. Just simple stereo sound. [21:32] I use an USB soundcard (FiiO somethingsomething), works fine on Mac OS and Linux, when using an usb switch box thingie [21:32] why do you want to sacrifice a pci slot for it? [21:33] gotta find a use for the 1x slot, am I right? [21:38] sneakyimp: crappy old nvme ssd maybe... or an other set of usb ports, that are maybe on an other IOMMU slot so you can forward usb devices into a VM / LXD container? :D [21:38] sorry, shadow255 ... [21:44] sneakyimp: unless you are looking for a specific chipset and drivers for it, please move over to ##hardware (or maybe ##linux) to discuss hardware. it's generally difficult to recommend specific products because, while marketing names may remain the same, the hardware can change, and it usually takes a reverse engineering effort to understand which chipsets are sold under which brand and model names. [21:49] How can I completely remove my Nvidia's GP104 High Definition Audio Controller from being enabled? (Not just the pavucontrol profile, but like.. shut it off entirely at bootup) [21:50] card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0] , etc [21:50] Totally shut off the audio device drivers. Don't need it. Just need the graphics. [21:59] Kraus: one way is to blacklist the driver module, if you don't need the same driver for another audio chipset [21:59] tomreyn: Are you looking at the same blog post as I am? :) [22:00] Kraus: if you grant me remote acccess to your computer i might be able to tell. [22:01] And yeah, I don't need that thing. I'm strictly using the displayport, and I have a USB audio interface. The nvidia driver is adding a crap-ton of cards in my pulse stuff, and I just wanna get rid of the damn thing [22:01] tomreyn: Harrrharharhar ;) [22:04] so lspci -knnv should tell you which module is loaded for it, and you can blacklist that in /etc/modprobe.d/local-blacklist.conf or elsewhere in this directory (this filename is just a suggestion). [22:05] Bam, there it is. 31:00.1 Audio device [0403]: NVIDIA Corporation GP104 High Definition Audio Controller [10de:10f0] (rev a1) [22:05] Kernel driver in use: snd_hda_intel [22:06] Alright, let's try this out. [22:06] echo 'blacklist snd_hda_intel' | sudo tee -a /etc/modprobe.d/local-blacklist.conf >/dev/null [22:07] Oh, I just sudo nano'ed instead [22:07] that'd work, too [22:07] Okay, brb. [22:07] * Kraus crosses his fingers. [22:09] Woot! Worked. Thank you once again good people of Ubuntuland. [22:10] yw. remember those steps in case you'll have another audio device which has an intel chipset === sauvin is now known as Sauvin [23:41] The release notes for 21.04 say "Wayland is now the default on most configurations, which features better security and performance". I installed 21.04 today and I seem to still be running x11. Is it only the default for new installs? [23:48] waltman: Nvidia graphics defaults to X11 :( [23:50] if one buys a NAS or DAS storage device that has two USB ports, does that mean you get double the data rate to your application from the storage device?