/srv/irclogs.ubuntu.com/2023/12/27/#ubuntu.txt

pragmaticenigmaMore than likely it is a process of capturing the audio with an application like audacity/tenacity. Saving that to a wav file, then knowing what type of encoding the wav form is in to send that wav file to that application to convert the wav form into a binary data stream. then finally to another application that can error correct and generate the image file based on the binary blob.00:00
pragmaticenigmaThe principles I know, the application I don't00:01
pragmaticenigmaCrell: I'm not aware of Firefox supressing something like that, unless it's something to do with the software being distributed as a snap. What Desktop environment are you running?00:07
CrellKDE.  The laptop came with Ubuntu 22.04; I switched it over to KDE via apt.  It's otherwise fairly vanilla configuration.00:09
pragmaticenigmadoes the option to switch desktop work from the taskbar?00:10
cbreakCrell: maybe that's the weirdo firefox ui thing... can you enable the menu bar by right-clicking somewhere on the toolbar and checking the option there? does ithelp?00:19
CrellNope.  I can get the menu bar to appear, but right clicking there still gives the normal Firefox "configure toolbars" context menu.00:24
cbreakhmm...can you click that "configure toolbars" option, and select "title bar" in the bottom left corner of the window?00:25
CrellOh!  I hadn't noticed it down there.  Monitor is too tall. :-) That did it, thanks!00:27
pragmaticenigmaCrell: try double "right" clicking on the title bar00:27
cbreakdon't know why they hid that option that well... it's a stupid place to put it :(00:27
CrellIt is.00:27
=== [[R]] is now known as rbox
=== [[R]] is now known as rbox
=== ingrim5 is now known as ingrim
=== docmax is now known as Guest5093
=== chris14_ is now known as chris14
=== Woenx1 is now known as Woenx
kotgcHow do I install kdenlive on Ubuntu 22.04.3?05:27
kotgcI followed the website to download and now have this file org.kde.kdenlive.flatpakref05:28
kotgcI read how to use flatpak, and typically terrible linux instrutions are wrong.05:28
kotgcTried this and it just downloads the same file https://flathub.org/apps/org.kde.kdenlive05:28
kotgcWhy can't Ubuntu have a simple click and install after so many decades, unbelievable! LinuxMint is easy in this respect.05:29
Bashing-om!info kdenlive jammy | kotgc05:32
ubottukotgc: kdenlive (4:21.12.3-0ubuntu1, jammy): non-linear video editor. In component universe, is optional. Built by kdenlive. Size 2,639 kB / 8,036 kB05:32
Bashing-omkotgc: ' snap find kdenlive ' >> kdenlive  23.08.4  kde✓       -      Video Editor .05:35
taffernicushello all, anyone knows how to set up tap interface properly on linux ? sorry for my bad english05:42
taffernicusi am using ubuntu 20.04 LTS on my laptop. i plan to use tap0 interface for qemu , bochs and gxemul emulator. Recently i have had a rocky start getting tap0 to run on ubuntu, i have tried enabling the tun driver and set a proper chmod by following this : https://docs.kernel.org/networking/tuntap.html05:42
taffernicusafter that, i moved onto setting up bridge(br0) step using sudo brctl addbr 0, executed modprobe tun, chmod'd /dev/tap0 and /dev/net/tun to 666, made a tap interface using either ip link and tunctl utility, glued eth0 and tap0 together using br0, flush the eth0 ip address to 0.0.0.0 and finally i assigned br0 with ip address the same as the eth0 ip05:43
taffernicusaddress but no dice. Everytime i start bochs/qemu/gxemul emulator, the emulators refuse to recognize the tap0 and throwing out no such file or directory for tap0 or no device or address error05:43
taffernicusi have been trying to get the tap0 to run for about 5 days. i tried to change the tap0 group to netdev as well because both my local account and root are already in netdev group but the results still the same05:48
kotgcBashing-om, failed, I play camcorder and no video, mayb e Ubuntu or Kdenlive?06:21
Bashing-omkotgc: Sorry - no ideas - as I have never used kdenlive.07:08
=== akik is now known as akik_fin
=== akik_fin is now known as akik
=== jfsimon1981 is now known as jfsimon
=== docmax is now known as Guest5841
=== docmax_ is now known as docmax
BluesKajHi all13:55
xheimlichok. A is my existing Linux laptop. B is a new laptop that's coming in probably today in the mail with windows whatever. I have no usb drives around; can I install Ubuntu over the network serving it from an Ubuntu laptop14:28
xheimlichI tried asking chat-gippity but it quickly recommends nonexisting packages etc. usual gippity behavior.14:29
tomreynxheimlich: you can setup pxe booting, but it's not for the faint hearted: https://discourse.ubuntu.com/t/ubuntu-22-04-pxe-uefi-netboot-desktop-installation/27841/314:35
leftyfbxheimlich: you can usually find usb flash drives at almost any local store for a few bucks. Hell, even gas stations sell them14:36
tomreynxheimlich: another option *may* be to make your mobile phone (or tablet) act as an external usb storage.14:37
tomreynbut you really should have and keep some form of external storage with the ubuntu installer matching your installed ubuntu version on it anyways, since this can be useful for recovery if you ever need it.14:39
alan_hi14:42
semI am going to try and boot the lubuntu livecd from GRUB instead of USB bc my computer only has very slow USB that doesn't always work15:49
semso far I'm only finding pretty old guides15:49
semdo I need to add $vt_handoff to the kernel boot line? It is on my current boot entry for normal use. What does it do?15:50
semand should I add ro?15:53
pragmaticenigmaDoes your machine not have the ability to change the boot order, or pressing something like F12 on boot to select the boot device?15:54
semit has that ability; my question is about what boot options to put in the menu entry15:55
sempragmaticenigma, the thing it doesn't have is native ability to boot from USB. Sometimes I have success using PLoP boot manager CD, but this hasn't worked recently. It is old hardware15:56
pragmaticenigmaI don't understand the question then. As I put CD in my computers drive, and boot. I have never needed to put anything in a GRUB boot to run15:58
semthe most recent example for menu entries on this page are 20.04 LTS, and then it skips over 22.04 and goes straight to 23.04 https://help.ubuntu.com/community/Grub2/ISOBoot#Menuentry_Example15:58
sempragmaticenigma, GRUB has the ability to boot directly from an ISO file saved on a hard disk! It's a pretty good feature.15:59
pragmaticenigmayou didn't specify that15:59
pragmaticenigmakind of important info to know15:59
semthanks for helping clarify15:59
semthat's what I meant boot from GRUB instead of USB15:59
semthe problem is you have to make your own 40_custom boot entry and I'm not sure what to put in the linux boot line16:00
EriC^^sem: no you dont need the vt_handoff16:00
semEriC^^, do I need noprompt noeject like the 20.04 example has?16:00
semand rmmod tpm ?16:01
pragmaticenigmasem: The "skip" is because the version inbetween, use the same approach. The documentation is only added to with a new version requiring a different approach. So if you are trying to use 22.04, you should be able to use 20.0416:01
semI am not sure I will need rmmod tpm because my computer doesn't have UEFI; but I am not sure about noprompt and noeject16:02
EriC^^sem: yeah you might need it for uefi16:02
semok i think it's ready I'm going to try it16:03
EriC^^ok16:03
EriC^^if you're not sure of the (hd0,5) stuff you could punch them in manually from the grub cmd prompt and boot from there then make the final version according to what worked16:04
EriC^^pressing "c" should give the prompt and "ls" should list the partitions16:04
EriC^^finally "boot" i think will boot the stuff you did after using the last initrd command16:05
semThanks -- I'll remember c and ls if it gets stuck. My linux partition is /dev/sdc2 which I put in as hd(2,2)16:06
EriC^^sem: i think you meant (hd2,2) ?16:07
semlet me check..16:07
EriC^^if the partition table type is gpt use (hd2,gpt2) if it's msdos use (hd2,msdos2)16:08
semwhew, yeah that's how it really is :)16:08
EriC^^not sure if it makes a difference but anyways16:08
semChange it from  loopback loop (hd2,2)$isofile to loopback loop (hd2,msdos2)$isofile ?16:09
semit is msdos not gpt16:10
EriC^^yeah16:11
semfor some reason update-grub is not incorporating 40_custom into grub.cfg16:12
semthe section is still empty after I run it16:13
EriC^^is 40_custom +x ?16:13
semlet me check16:14
semyes it is -rwxr-xr-x 1 root root16:14
semOK i see it in there now16:15
semmaybe it was still open in vim or something16:16
semor I could have just misread grub.cfg; it wasn't in the output of update-grub anyway but maybe it never is16:16
EriC^^yeah16:18
Guest61hello is there a way to install ttf fonts with some ing of verbose option? i have a problem when i do it with the gui (by clicking of the green install button)) where some font install and others just go into intalling before just going back to the green button with no feedback into what went wrong16:19
Guest61(i'm on ubuntu 22.04.3)16:19
pragmaticenigmaGuest61:  There really isn't much to "installing" a font. If you have the TTF file, you can just copy it to /usr/local/share/fonts for a system wide install. (You may want to add sub-folders for organization.) Then reboot. If you only need them for your user account, `mkdir ~/.fonts` and then copy the font in there. Log out and back in (if it doesn't show up for user install, reboot system.)16:23
Guest61thanks, it does fix my immediate issue, but it does not tell me why i can install some font by just clicking install and some other don't work, any way to get feedback on that?16:28
sem( I had some misspellings... inside my /casper I have vmlinuz and initrd, but I had typed vmlinuz.efi and initrd.lz which was incorrect... trying again :)16:30
pragmaticenigmaGuest61: No idea on that part. Fonts themselves are programs. The installer might be having difficulty reloading the font cache, and can't verify the font is in the collection. It's also possible the names are not synched between the font file name, and the font's header/meta information.16:31
Guest61pragmaticenigma ok, thanks for the help.16:36
semeverything is working right :)16:59
pragmaticenigmayay!17:00
solsTiCehi. I was trying to run rustdeck (the snap vesion) the other day, and it failed, on 23.10, wayland. Is there a specific channel/room to get help about that?18:01
solsTiCeon matrix maybe ?18:01
lotuspsychjesolsTiCe: snap info snapname to see where support/bugs forward to18:02
solsTiCeok18:05
=== justache is now known as justResolute
=== justResolute is now known as justIrresolute
=== sandy-claws is now known as jess
solsTiCewell not rustdesk. may be someelse I can't remmeber right now18:17
solsTiCeyes element-desktop. no GUI showing up18:19
solsTiCe`snap info` doe snot give me any thing new that I already not know18:20
solsTiCenever mind. that's weird but the indow came up after some tinkering with the dash and icons18:27
en1gmacan someone check to see if my 6900xt is using the correct driver https://pastebin.com/Ju4ZkpjS18:54
en1gmashoudlnt it say "HWE" somewhere?18:55
lotuspsychjeen1gma: sudo lshw -C video18:55
en1gmak 1 sec18:55
en1gmahttps://pastebin.com/WSA827Md18:56
lotuspsychjeen1gma: driver=amdgpu latency=018:57
en1gmai had tried to install the binary driver and didnt do it right and was trying to go back to the default ubuntu amdgpu driver and not sure if i did it right18:57
en1gmabut my sound is all messed out the hdmi port. static when ever i hear a sound and it didnt do that before18:57
en1gmamessed up*18:57
lotuspsychjeen1gma: share your full dmesg with the volunteers, maybe they can trace some sound issues there18:58
en1gmaok. should i do a fresh reboot as this has been running for a while?18:58
en1gmaill do a shutdown and then start up and then sudo dmesg18:59
en1gmabbiab18:59
en1gma'sudo dmesg' https://pastebin.com/RvKXVFat19:02
pragmaticenigmaen1gma: Are you planning on using any of the advanced features of the AMD graphics card for your system?19:14
en1gmapragmaticenigma i would like to be able to use rocm, opencl and graphics19:15
en1gmajust in case19:15
en1gmamaybe vulkan too19:15
en1gmabut for right now i would be happy to get sound so its not popping and clicking like static when i play videos but i would like it to work correctly so i can play around with accelerated computer features on the gpu19:17
en1gmacompute*19:17
pragmaticenigmaen1gma: Those are not what I'm referring to. For all of those things, you would be fine using the default drivers19:17
pragmaticenigmaen1gma: AMD opensourced their drivers awhile ago, and for most usage cases they are more than adequate for games, video playback, and 3-D design work. Where you would need the proprietary drivers is if you are working with applications that need direct access to the GPU and its cores for large scale data processing (think rendering a 3-D movie, modeling large data sets, etc)19:19
en1gmathe AI and ML use those features dont they?19:20
en1gmai was using rocm for something with ai photo stuff19:20
en1gmai forget the name of the app 1 sec19:21
pragmaticenigmaPlease don't use acronyms, I don't know what ROCM is19:21
en1gmaoh. its a feature similar to cuda. amd version.19:23
pragmaticenigmaen1gma: it honestly looks like you put the cart before the horse. I'd start with just using the opensource drivers already included and see what milage you get from there. If anything, that would at least rule out if your issue is driver related or hardware related.19:23
en1gmado i have the opensource driver installed correctly because the sound issue is the first clue i do not.19:24
arraybolt3The open-source drivers are (AFAIK) built into the kernel packages included with Ubuntu (probably as an installed-by-default kernel module). Just uninstall the proprietary ones and the open-source ones should kick in upon reboot.19:25
arraybolt3actually, I'm slightly wrong - you probably need xserver-xorg-video-amdgpu19:26
en1gmaim not sure which drivers i actually have installed. i tried to uninstall the binary drivers but i think it messed up the opensource because my sound does not work correctly19:26
en1gmaahhh. is that what the driver name should be when performing the "sudo lshw -C video" command?19:27
arraybolt3dpkg-query -s xserver-xorg-video-amdgpu19:27
arraybolt3no that's the package name19:27
en1gmak 1 sec19:27
arraybolt3the actual driver name is probably different19:27
arraybolt3for instance the opensource NVIDIA driver is "nouveau", but the package name is "xserver-xorg-video-nouveau".19:27
en1gmahttps://pastebin.com/FbEdJcfN19:28
arraybolt3looks like they're installed19:28
arraybolt3are the proprietary ones already uninstalled?19:28
en1gmathe amd driver opensource and the amd binary are so similar i can never remember which one is which19:28
en1gmai was trying to unstinstall them binary because the install was not good19:28
pragmaticenigmaI believe the opensource driver is AMDGPU, and I think to proprietary identifies as AMDPRO19:29
en1gmai didnt install the amdpro. i went to amd.com and i think i downloaded the amdgpu driver script19:30
arraybolt3ugh19:30
en1gmawhich is same as apt script i think19:30
arraybolt3generally installer scripts like that are NOT the same as apt packages19:30
en1gmathey had the same name 'amdgpu'19:30
arraybolt3you'll probably need to use the same script you used to install the driver, and look through the options for a way to uninstall it.19:31
arraybolt3And hope it doesn't break your system in so doing.19:31
en1gmai bet i need to do the amdpro like you suggested19:31
en1gmai think it broke the sound19:31
arraybolt3Driver install scripts should always be an absolute last resort.19:31
arraybolt3oh wait19:32
arraybolt3actually you may be right19:32
arraybolt3it looks like AMD actually bothers to package their drivers properly19:32
arraybolt3unlike NVIDIA where the driver install scripts are a mess19:32
en1gmaafter like 12 years of this you think amd/nvidia would get it right for at least debian based distros19:33
arraybolt3*maybe* not though - it has you running some weird `amdgpu-install` script after installing the deb package19:33
arraybolt3Graphics hardware vendors *never* make things easy. :P19:33
pragmaticenigmaen1gma: As I said I believe those are the names. I'm not 100% certain what the driver names appear as in system queries19:33
arraybolt3at this point I have no idea how to properly uninstall the proprietary driver. If you don't have critical data on this machine, you might consider just reinstalling from scratch and starting with the opensource driver.19:34
en1gmathats what i was thinking about doing. wish ubuntu 22.04 had "factory reset" option19:34
arraybolt3If you feel like trying to recover, https://amdgpu-install.readthedocs.io/en/latest/install-installing.html19:34
en1gmai might try the amdpro version install thing.19:35
en1gmasince im already messed up in this system19:35
pragmaticenigmajust as difficult to install propreitary drivers, it can be equally be as difficult to remove them. I'd start with a clean slate. AND WAIT until you KNOW you need the proprietary drivers. Don't just go and install them in anticipation19:35
arraybolt3agreed19:35
en1gmai want the binary drivers19:35
pragmaticenigmaen1gma: Until you need them, you don't19:36
en1gmathe opensource drivers are "never" fully given too ubuntu19:36
en1gmathere is always some part of the driver ubuntu dont get19:36
en1gmanot true19:36
pragmaticenigmaen1gma: AMD opensourced their entire driver stack. The only cards that are lacking support are the most recently released ones19:36
en1gmaubuntu does not get the proprietary code so it should always be the binary19:36
en1gmauntil intel/nvidia/amd release the full code opensource19:37
en1gmano to my understanding they did not release the complete code.19:37
pragmaticenigmaen1gma: AMD did opensource their full driver. What is lacking is support for the latest cards. Things released within the last few months.19:37
en1gmareally?19:37
en1gmathats cool if they did but i thought they still keep some stuff secret19:38
pragmaticenigmaen1gma: something to note, right in the Ubuntu documentation on the AMD propreitary driver: https://help.ubuntu.com/community/AMDGPU-Driver : The open source AMDGPU driver does not support (for now) the HDMI audio. To solve this problem, you can install che "hybrid" AMDGPU-Pro driver from AMD19:39
pragmaticenigmaen1gma: you have to do your research. finding a "guide" is not enough. you have to know what you are doing19:40
pragmaticenigmaand why you are doing it19:40
en1gmathat what this irc support channel is for :)19:41
en1gmai am on ubuntu 22.04.3 lts and the opensource driver is part of that19:42
en1gmathanks and i thought i was doing it correctly as amdgpu is in apt19:42
pragmaticenigmaStart with a known state, what comes with the install by default. Test it, see if it meets your needs. If it does, then you're done and can move on to better and bigger things. If not, then come here and get some information about what is a next step. Someone here has likely done this, but they're going to need to start from a known working state, which would be a default install.19:42
en1gmaand i went to amd drivers page and they have install instructions that i followed too19:42
en1gmai did that too. the amdgpu driver in apt is hard to tell apart from the amdgpu driver from amd19:43
en1gmai guess i need to do the amdpro19:43
pragmaticenigmathe AMD and Nvidia pages are often out of date, and unfortunately lack an important detail of what distribution they chose to develop and test on. Sometimes the drivers are ready to go out of the box, and other times distribution maintainers have to tweak things to get it working with their platform.19:44
en1gmathanks for the link. will try all over again. you might have saved me a complete reinstall19:44
en1gmai know but this is like 12-15 years later. it should just be good by now19:44
en1gmathis has been going on for a long time and its still just as bad as it always has been19:45
en1gmaso far*19:45
en1gmawhy dont the binary drivers show up in the software update thing under proprietary driver tab?19:45
en1gmathose have been taken completely out.19:45
en1gmai havent seen a proprietary driver show up in there for a long time. i dont even think that tab works anymore19:46
pragmaticenigmaif they're in the ubuntu software center, those are the ones that should be tuned to work with Ubuntu. but there is no guarantee. that's why they don't automatically get instsalled.19:46
arraybolt3I think the opensource AMD drivers work so well that there wasn't any visible need to package the proprietary ones (or perhaps Ubuntu wasn't allowed to, dunno).19:46
arraybolt3That tab works just fine if you have an NVIDIA card or Broadcom WiFi.19:47
arraybolt3(at least it did last I checked)19:47
en1gmaah. i have intel wifi and that company does it right with linux. thats why they dont show?19:47
arraybolt3Linux just has really good FOSS drivers for everything but the kitchen sink (and maybe the kitchen sink too if you have a smart device of some sort that is sink-related).19:47
arraybolt3right, Intel WiFi uses a FOSS driver.19:47
en1gmaahh19:47
arraybolt3The only proprietary drivers that really are still clinging to existence nowadays are NVIDIA (who's proprietary drivers are dying), Broadcom (no signs of going FOSS with drivers that I've seen), and Realtek (the ultimate bane of Linux WiFi).19:48
en1gmaok well thanks for the good info. i do think your right on the drivers have got better but if you want to use the proprietary its as bad as it ever was :)19:48
arraybolt3(at least those are the only three I know of)19:48
en1gmaits weird because nvidia used to have the best support for gpu drivers besides intel cpu-gpu driver19:49
en1gmaamd made a comeback19:49
pragmaticenigmaen1gma: proprietary isn't the problem. there's just so many different ways that a platform can run the linux kernel, and it's impossible to know them all. If you stick to mainstream, it's generally easier, but even then it's no guarantee19:49
en1gmathey doing good in business server market19:49
en1gmayep yep19:50
en1gmai should probably do a 24.04 install as we are getting so close to that versions release date. i bet its pretty stable by now.19:51
en1gmai going to fool around with this and see if i can get it running right on 22.04 for now but if i cant i might just go 24.04 until its final release date soon19:52
en1gma4 months away19:52
arraybolt324.04 is far from release and is anything but stable right now.19:54
en1gma4 months away still19:54
en1gmanot too far19:54
arraybolt3the development cycles are 6 months each19:54
vuk11yall my update aint working im on ubuntu 20.04 and i cant upgrade somehow19:54
arraybolt3we're still in the "move fast and break things" stages.19:54
arraybolt3The last two months are when we settle down and stabilize everything.19:54
en1gmayea i probably stay with 22.04 as this channel works great for that. maybe 23.1019:55
en1gmatrue true19:55
arraybolt3vuk11: How are you trying to update? Using apt, or a graphical update manager?19:55
arraybolt3If you're using apt, please copy and paste the output of your failed update command into dpaste.com and share a link to it with us.19:55
arraybolt3If you're not using apt, try using apt so we can get debug info.19:55
arraybolt3oh, they left19:55
jpmhI have a LAN with many .local mdns devices, see https://pastebin.com/JKmkdU6c - please note that there is a device another96.local BUT it does not show to the scan - clearly I am missing something here - help please in understanding what I don't understand19:58
pragmaticenigmajpmh: check the settings of the scan. The scan may only look for well known services (based on ports) and the device in question does not20:03
jpmhpragmaticenigma: OK - but what settings are you suggesting - note I do an -a to specify ALL?20:03
pragmaticenigmajpmh: I don't have a suggestion there, I'm not familiar with the mDNS or it's available tools20:09
jpmhpragmaticenigma: well thanks for at least responding - I do see NO options that make any sense for what you are suggesting - thaks anyway20:09
pragmaticenigmajpmh: #networking might be another resource to check out20:10
jpmhpragmaticenigma: will try that - ty20:10
jpmhpragmaticenigma: what is the package for that?20:11
jpmhor do you mean discussion irc?20:11
arraybolt3jpmh: it's an IRC channel.20:11
arraybolt3 /join #networking20:11
arraybolt3channel is extremely active but has very knowledgable people in there.20:12
rfmjpmh, there's no way to "scan" for mDNS names, when the system resolves a mDNS domain it multicasts a packet that basically asks "anybody named xxx.local?"20:12
jpmhrfm: then why does the scan find the ones that it DOES find?20:14
jpmhrfm: is it that another96 is not responding to a request that the other devices are?20:15
pragmaticenigmawithout knowing what "another96" is device wise... no idea20:16
rfmjpmh, because those devices have made service advertisements.20:16
jpmhrfm: ty so much - that makes sense - now I just need to read up on how to make my another96 etc make such announcements20:17
jpmhpragmaticenigma: it is a pi - but see rfm's comments - I think I understand the issue to some degree now20:17
rboxjpmh: avahi announces mdns services20:18
jpmhrbox: ty20:19
kyculllibHi, I have an issue (which I think may be a bug) Can I get a little help with it here?  This is my first time on the channel20:20
rboxkyculllib: how can anyone know if they can help if you haven't said the problem20:21
jpmhkyculllib: this channel is VERY HELPFUL as long as you tell us what the issue us, be specific20:22
kyculllibRight you are.  I've just upgraded from ubuntu cinamon 23.04 to 23.10, and it takes about 20 minutes to fully reboot20:22
rfmkyculllib, the first thing to do is run "systemd-analyze blame" to see if there is  systemd unit taking a long time to come up20:24
rboxit takes 20 minutes to start or 20 minutes to shut down20:24
kyculllibIf I put the install usb stick in (for 23.10) it also takes that long.  It doesn't take that long booting with the 23.04 usb stick20:25
kyculllib20 minutes to start20:25
rboxremove quiet and splash from the kernel cmd line20:25
rboxand look at the output20:25
rboxsee what its wiaitng on20:25
rboxlook at the blame like rfm says20:25
rboxlook at the journal20:25
arraybolt3(you can look at the journal logs using `journalctl -n100`, replace 100 with however many lines of the log you want to be displayed, scroll through the displayed lines using the arrow keys)20:26
kyculllibthere's a casper-md5check.service that took about 4 minutes20:38
rboxthat on a livecd makes sense20:39
rboxnot on a real system20:39
kyculllibone thing i noticed in dmesg that's different is there's one of these messages in the log every 1 or 2 seconds:  ...SATA link up 3.0 (SStatus 123 SControl 300)20:41
rboxthat sounds like a hardware issue20:43
kyculllibthe various dev.loop.device services are taking about 10 times longer (I'm comparing with a laptop running 23.04)20:44
rboxthats snap20:44
kyculllibexcept that it doesn't happen under 23.0420:44
rboxi never do upgrades20:44
pragmaticenigmarbox: I think you need to better qualify that statement20:45
kyculllibI don't know that it is one thing in the boot process that's slow - it seems like everything is slow, even after bootup (it takes longer for firefox to load for the first time, for example)20:46
rboxsnap firefox20:46
kyculllibyes snap firefox20:46
jpmhpragmaticenigma: just wanted to say thanks for the #networking suggestiion,  seem to be making SOME progress there20:46
kyculllibbut again, it starts slow, and stays slow, for example it tooks 3.5 minutes for the cinamon logo to show up when booting with the 23.10 usb stick20:48
rboxwell usb is gonna be slow20:49
kyculllibI think I'm going to go ahead and submit a bug report.  Any advice on what I should include?20:50
rboxanalyze and journals20:51
kyculllibok thanks rbox20:51
pragmaticenigmai suspect that the upgrade might have degraded the harddrive, but that's a complete shot in the dark20:54
pragmaticenigma(assuming the disk was SSD)20:54
arraybolt3SSDs shouldn't get *that* much slower from just an upgrade o_O21:05
=== akik_ is now known as akik
bray90820So I have an OWC Murcery pro internal CD romUSB  enclosure that isn't mounting as a cdrom drive but does show up under lsusb22:24
bray90820How would I mount it as a cdrom22:24
rboxintenral usb?22:25
rboxhuh?22:25
pragmaticenigmaI think they saying that have a USB enclosure/adapter for an internal CD rom drive22:26
bray90820Yes that is what I am saying22:26
bray90820I put a bluray drive in this22:27
bray90820https://www.amazon.com/dp/B06XRCCV44/ref=twister_B0B6NPLY8P?th=122:27
rboxokay so what does dmesg say when you plug it in22:27
pragmaticenigmabray90820: It's showing under lsusb because the device is attached to the USB bus. You can't change that.22:27
pragmaticenigmabray90820: It would appear that the enclosure is compatible with Ubuntu, however we will need the make and model of the drive you installed into the enclosure22:28
bray90820pragmaticenigma: Oh joy time to take the thing appart22:30
bray90820or is it apart idk22:30
pragmaticenigmabray90820: I'd start with rbox 's question22:30
bray90820rbox: https://pastebin.com/raw/KXifMm7C22:32
bray90820pragmaticenigma: Should I get the model number now?22:32
rboxlooks like sda shoudld be it22:32
rboxso whats not working22:32
bray90820It's not mounting dvds and makemkv can't detect that a dvd drive is conencted22:33
rboxwhat does "its not" mean22:33
bray90820And VLC can't open disks eher22:33
EriC^bray90820: did you try using /dev/sda?22:33
bray90820EriC^: What do you mean22:35
arraybolt3oh grief, it made /dev/sda an optical drive?!22:35
arraybolt3that's seriously weird22:36
arraybolt3bray90820: can you share the output of `lsblk` just to confirm?22:36
bray90820https://pastebin.com/raw/2cNcEGJC22:37
bray90820arraybolt3:22:37
arraybolt3Very, very strange. It's recognizing the cdrom at /dev/sda after all.22:37
arraybolt3bray90820: What EriC^ was suggesting is, when specifying which drive or file MakeMKV should read from, did you try specifying /dev/sda as the device to read from?22:38
EriC^bray90820: is that with the thing attached and some bluray disk inserted?22:38
bray90820It reads it as ASMT 211522:38
bray90820It's with a regular dvd22:38
arraybolt3Also permissions are probably keeping anything from reading /dev/sda without root privileges.22:38
arraybolt3 /dev/cdrom can usually be read by anyone, but not /dev/sda.22:39
EriC^hmm cause the size says 0B22:39
bray90820Apperently I can edit the mount point in disks if that matters at all22:40
bray90820It's currently mounted as22:41
bray90820"/mnt/usb-ASMT_2115_221124880282-0:0"22:41
pragmaticenigmabray90820: where are you editing the mount point? did you try to define the drive in fstab?22:43
bray90820pragmaticenigma: https://www.dropbox.com/scl/fi/zjfvacd0llz3j2yot09nu/1.png?rlkey=wjlj4g3gf6n8t03flq0x868mk&dl=022:48
bray90820I did not use FS tab22:48
bray90820fstab22:48
pragmaticenigmabray90820: I do not click links to dropbox or similar sites. If you are posting the contents of a config file, the #ubuntu channels topic message has a link to an appropriate and trusted posting site23:00
pragmaticenigma!paste | bray9082023:01
ubottubray90820: For posting multi-line texts into the channel, please use https://dpaste.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.23:01
bray90820pragmaticenigma: Where should I post images?23:03
bray90820Oh nevermind my bad23:04
bray90820pragmaticenigma: Here is the image23:05
bray90820https://imgur.com/a/vKw1ooF23:05
pragmaticenigmaokay, now I understand the issue better. Ubuntu recognizes that as a removable USB thumb drive or SSD.23:08
pragmaticenigmaI'm not familiar with how to convince Ubuntu that it is a USB CD/DVD-Rom or BluRay drive.23:09
pragmaticenigmarbox, arraybolt3, tomreyn ... any thoughts?23:10
bray90820What's odd is it shows up in disks but  not gparted23:10
arraybolt3and it's recognizing it as a 0-byte USB flash drive always?23:10
arraybolt3Not a larger one if you plug a disk in?23:10
arraybolt3just trying to make sure I understand23:10
arraybolt3(I think that's what's happening)23:11
bray90820I hink that's what's happening as well23:11
arraybolt3plug a disk in first, then unplug and replug the drive perhaps?23:12
bray90820arraybolt3: Before I do that I have this image23:13
bray90820https://imgur.com/a/OXefe3C23:13
arraybolt3yeah, that's so weird23:13
bray90820So should I plug a flash drive in then re plug in the dvd drive23:16
bray90820arraybolt3:23:18
arraybolt3bray90820: I meant plug a disk into the bluray drive while it's plugged into the computer, then unplug the bluray drive and plug it back in.23:20
arraybolt3That way there's a disk in there to be recognized when the OS looks for one.23:20
arraybolt3btw I suspect this is low-quality hardware which is probably why you're encountering this weirdness23:20
bray90820Welp I'm an idiot23:21
bray90820I opened it and the sata cable was unplugged23:21
bray90820It workws fine now23:22
pragmaticenigmabwah, hahahaahaa... yay! ya got it going!23:23
pragmaticenigmaI guess my original suggestion wasn't too far off in the first place. That's uncanny23:24
bray90820Hahaha23:25
=== user03 is now known as gchound

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!