/srv/irclogs.ubuntu.com/2025/03/10/#ubuntu.txt

joaocdff00:17
joaooi00:17
=== realivanjx0 is now known as realivanjx
Axtypitoshi00:55
sergiohello01:41
sergioalguien habla español?01:41
sergiohola01:43
sergioalguien habla español, necesito asesorìa01:44
=== antonispgs2 is now known as antonispgs
slingamni'm running a 24.04 desktop guest in virt-manager on a 22.04 hypervisor03:12
slingamnthe UI of the guest in the viewer keeps freezing03:12
slingamndmesg in the guest says:03:12
slingamnMar 09 23:08:53 nobledesktop kernel: [TTM] Buffer eviction failed03:12
slingamnMar 09 23:08:53 nobledesktop kernel: qxl 0000:00:01.0: object_init failed for (16388096, 0x00000001)03:12
slingamnMar 09 23:08:53 nobledesktop kernel: [drm:qxl_alloc_bo_reserved [qxl]] *ERROR* failed to allocate VRAM BO03:12
slingamnthis doesn't happen with a 20.04 desktop guest, have not tested other versions of ubuntu though03:13
NeilRGI just upgraded to Fish 4, and for some reason I have to hit ctrl-c after each command for it to do anything. Any idea how to start debugging this?03:43
gnyekiNeilRG: does the problem persist if you switch to a different terminal emulator?03:50
NeilRGgnyeki, no, since it worked just fine with Fish 3.703:51
NeilRGabout 10 minutes ago03:51
gnyekii mean, if you are using gnome-terminal, and you are seeing the problem there, then are you also seeing it in, say, xterm?03:52
NeilRGno03:52
gnyekii wonder if it's something to do with terminal control codes being emitted/expected by Fish 4 that interacts badly with your terminal emulator03:53
NeilRGcould be, I'm trying to wipe out parts of my config.fish03:55
gnyekiso the problem disappears if you run Fish 4 with a bare config?03:56
NeilRGtrying to pare it down03:59
NeilRGI'm having a different problem too03:59
NeilRGls is fast at first and then slows down03:59
NeilRGso its latency is like 0.5s04:00
NeilRGor 2.004:00
NeilRGgets slower each time04:00
NeilRGdisappears on bare config04:01
gnyekigood sign04:02
NeilRGOkay, I narrowed it down to one command: set fish_function_path ~/configuration $fish_function_path04:03
NeilRGI'll just get rid of it.  I wonder what Fish is doing for so long.  Maybe rehashing the functions in that path and outputting log errors for all the collisions?04:05
sharpie_yo04:17
=== JanC is now known as Guest7873
luna_3 when I start chromium the screen flqshes qnd flqshes06:24
luna_3and 5 hours later, not so many tabs, say 22, chrome flils during  ayt vieo, repeaats a12 sec  suttering afain and again till it dies.  == is this universal?06:25
=== JackFrost is now known as Unit193
=== realivanjx6 is now known as realivanjx
=== XRODRiGO_ is now known as XRODRiGO
solenskinerHello. Since the last reboot most fullscreen games arent working for me, e.g. cs2 and menace from the deep. I get zero fps, it just hangs - while things work flawlessly if the game is in windowed mode. Im on ubuntu 24.04 with latest updates running a 7800x3d & 4070ti with nvidia drivers. I have found a list of packages which has been updates since08:57
solenskinerthe boot before that. How can i go about downgrading them? Heres the list https://pastebin.com/00w5UPtw08:57
=== kimzky is now known as kim
=== kim is now known as kimmy
=== kimmy is now known as kimano
=== kimano is now known as kim
=== tomaw_ is now known as tomaw
solenskinerIt does not seem to be a driver issue, changing from nvidia-driver-550 to nvidia-driver-570-server-open made no difference, nor did booting into 6.11.0-17-generic instead of 6.11.0-19-generic09:31
solenskinerIf i alt-tab to have another application on top, the game starts rendering normally and gets unstuck. Could it have to do with unredirected fullscreen windows? is there any way to tell ubuntus window manager to not do that?09:39
Komusoleskiner: i can just give u a hint: this could be a desktop/steam realated issue, maybe try out the game with fvwm2 or with some other alternative DE09:53
geirhaAlso, I'd check wayland vs xorg09:59
solenskinerKomu:good idea! ill give it a shot10:00
solenskinerIll also try with a non-snap steam later.10:02
=== Proton05393884 is now known as Proton0539388
solenskinerKomu: you were right, this is a WM issue. Its wierd tho because i havent updated my WM sincce the problem started https://pastebin.com/00w5UPtw10:07
ograsolenskiner, the mesa drivers of the steam snap live in the mesa content snap ... you might want to refresh it to some other channel like kisak or obiaf (see "snap connections steam") ... also, dont expect the nvidia -server driver to help with gaming, it is mainly focused on AI processing on servers (as the name suggests)10:31
solenskineri assumed it was xserver-related ¯\_(ツ)_/¯ im not using mesa drivers, how does mesa tie into it? what do you mean by "snap connections steam"?10:34
solenskinerogra?10:41
BluesKajHi all11:59
NeilRGHow do I add to the manpath in fish shell?12:27
NeilRGis it set -a manpath some/path ?12:27
NeilRGI'm just suprised there are no ":" characters inserted in Ubuntu?12:28
NeilRGoh my mistake12:31
NeilRGit's just displayed with spaces12:31
Guest86ciao12:36
=== rvalue- is now known as rvalue
chaHola13:53
chaTengo problemas para acceder al mi totem13:53
=== Slacker94779 is now known as Slacker9477
snaprrIs there a proper and smooth workflow to use apt source <package> to compile package from source? Like if i use apt source <package> to download a package and then compile it. are there apt commands to keep track of such programs and cleanly uninstall it?15:04
mrdenirHi15:27
oerheks!build15:28
ubottuCompiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first)15:28
oerhekssnaprr, i see no apt-source in there15:28
snaprroerheks, man apt-get talks about apt-get source command15:30
oerheksyes, correct15:30
snaprrits seems kind of useful15:31
leftyfbsnaprr: apt source is to download package sources. Nothing more15:31
snaprrleftyfb, you mean the source code for a package right?15:32
leftyfbyes15:32
leftyfbcompiling it is a separate task15:32
leftyfbinstalling the resulting package is a separate task15:32
leftyfbsnaprr: why do you need to compile from the package source?15:33
snaprrI mean if i go to the developer , i might have to deal with a dozen headaches involving recreating the exact environment of his system15:33
snaprri just want to modify a program i use to my liking15:33
snaprrminor stuff15:33
leftyfbsnaprr: I would recommend creating a PPA for your custom package15:34
snaprrIf i use apt-get source i might get the exact dependencies and environment that are already there in my system hopefully15:34
oerheksnot the dependencies, AFAIK15:35
leftyfbsnaprr: apt source pulls down the source code for the package. It does not pull down dependencies or any other packages15:35
snaprrleftyfb, That seems involved... i don't really want to publish it. i just want a quick and dirty way to patch a modification to the current software. ofc in an ideal world i would be able to download future changes via apt and then manually merge my changes (similar to git pull )15:35
leftyfbsnaprr: that's what a ppa is for15:36
leftyfbgood luck15:36
snaprrapt build-dep should fetch the dependencies i think15:36
leftyfbapt build-dep != apt source15:36
leftyfbseparate tasks and workflows15:36
snaprrAccording to  https://launchpad.net/ubuntu/+ppas  "Personal Package Archives (PPA) allow you to upload Ubuntu source packages to be built and published as an apt repository by Launchpad."15:38
snaprri dont really want to do any of those things15:38
snaprrdont want upload or publish any package anywhere15:38
leftyfbsuit yourself. Good luck with the additional work you prefer15:39
oerheksyou can set a ppa private.15:39
snaprrhow is ppa less work than apt-get source?15:40
anankesnaprr: we use checkinstall for a similar scenario: downloading package sources via apt-get source, compiling it, and generating a new package that can be installed via apt and tracked15:40
anankeone of those days we might move to fpm, but it's a single package, so it's not worth it15:40
drewI am trying to set up a simple ubuntu dockerfile but I'm running into problems with apt: https://bpa.st/KHEA15:44
drewthe dockerfile is here: https://bpa.st/24TA15:44
leftyfbdrew: did you try #docker?15:45
drewyes, they said this is an apt problem15:45
leftyfbdrew: it's a 3rd party repo problem15:45
drewhow can I find out what's wrong with the key?15:45
leftyfbdrew: contact peak-system15:46
leftyfbit's their key15:46
leftyfband their repo15:46
drewI mean to say I was able to use this key earlier in an ubuntu container manually, so I am trying to troubleshoot why apt is unhappy with the key now15:46
drewor if it can't find it, etc.15:46
leftyfbdrew: define "earlier"15:46
leftyfbit's very possible they changed their key15:47
drew4 hours ago15:47
drewI can try it again manually if we think that's necessary but I think this is just some order of commands with apt thing happening15:47
leftyfbdrew: it looks like their key is https://www.peak-system.com/debian/peak-system-public-key.asc15:48
leftyfbecho "deb [signed-by=/usr/share/keyrings/peak-system-archive-keyring.asc] https://www.peak-system.com/debian/ noble main" | sudo tee /etc/apt/sources.list.d/peak-system.list15:49
leftyfbdrew: https://www.peak-system.com/fileadmin/media/linux/can-pcan-view.php15:50
oerheksthe next line is false; $ wget -q http://www.peak-system.com/debian/peak-system-public-key.asc -O- | sudo apt-key add ->>>>  apt-key add is depreciated15:50
drewso the dockerfile downloads this: https://www.peak-system.com/debian/dists/noble/peak-system.sources into /etc/apt/sources.list.d/peak-system.sources which points to the key and then downloads the key from the uri you posted into /etc/apt/trusted.gpg.d/peak-system-public-key.asc15:51
oerheksthis line is correct wget -q http://www.peak-system.com/debian/peak-system-public-key.asc -O- | sudo tee /etc/apt/trusted.gpg.d/peak-system-public-key.asc15:51
drewright, I am using the docker ADD directive though, as this is all in a container. I can see that the files are where they are supposed to be, though. it is in the paste from earlier: https://bpa.st/KHEA15:53
drewI can add a RUN print /etc/apt directive to print it out, one second15:53
drews/print/find15:53
drewhttps://bpa.st/7ZYA#1L104-L10415:56
adem11254hi16:05
adem11254i need help for a raspberry pi 516:05
adem11254can i ask you?16:06
adem11254is it the right channel?16:06
kk1234adem11254: if it is about ubuntu on the rpi5 then probably yes16:07
adem11254well16:07
leftyfbadem11254: try #raspberrypi16:07
waveformadem11254, what's the issue?16:15
leftyfbwaveform: it's unlikely they're running ubuntu judging by their response and they've already moved to #raspberrypi16:17
snaprrananke, you mentioned checkinstall - is that program installable via 'apt install checkinstall'16:34
oerheksit is part of build essentials16:35
kaadenhello16:39
oerheks:-)16:41
snaprroerheks, cool, thanks16:48
lotuspsychjeim currently doing a test on my bug #2018128 , testing a bug against 'linux' on a HWE 6.11 noble machine but its still not collecting logs as supposed to, hasnt it landed on noble? or should i still try -proposed here?16:55
-ubottu:#ubuntu- Bug 2018128 in linux-base (Ubuntu Oracular) "Apport does not collect all logs when the package is HWE kernel (or any derivative)" [Undecided, Fix Committed] https://launchpad.net/bugs/201812816:55
oerheksyes, see #51 for 24.04.116:58
oerheksnot sure just that package will do, or that you need to enable proposed itself too16:58
lotuspsychjemy current linux-base version is 4.5ubuntu9 on noble16:59
oerheksif you use a VM, enable proposed, after cloning the VM16:59
lotuspsychjeyeah dont really wanna scramble my current system on proposed17:00
oerheksme neither. for 22.0417:00
lotuspsychje:p17:01
VlopytrinousWhat setup am i missing on kde wayland? I have fcitx5 input method, have unset QT_IM_METHOD and GTK_IM_METHOD and selected fcitx5 from kde settings (virtual keyboard) tab. Specifically regardless of CJK input it will output latin characters.17:12
Vlopytrinouson X11 the text that was typed showed with underline with kana/kanji input method or with chinese, and space would convert the character17:13
alfons2390hello17:14
alfons2390can anyone help me configure eiskaltdc++?17:15
oerheksVlopytrinous, maybe this page is a help;  https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland#QT_IM_MODULE17:17
oerheksalfons2390, i have never used that filesharing tool, maybe their github is a help https://github.com/eiskaltdcpp/eiskaltdcpp17:21
alfons2390ty17:21
lotuspsychjealfons2390: whats going wrong?17:24
alfons2390lotuspsychje, i can't search anything or retrieve filelists17:38
alfons2390the log says something about bootstrap error17:38
lotuspsychjealfons2390: you need to add your shared folder in settings and add files in it, a lot of hubs need ratio, then click 'public hubs'17:41
alfons2390i can't do that17:43
alfons2390it doesnt have an option for sharing or i can't see it17:43
lotuspsychjealfons2390: preferences/sharing/add folder17:45
alfons2390oh17:47
alfons2390now i see it17:47
alfons2390ty17:47
alfons2390lotuspsychje, still wont work17:53
Corbantest17:55
lotuspsychjealfons2390: are you getting the hub list when clicking public hubs?17:56
CorbanNo way17:56
alfons2390yes17:57
alfons2390i have 10 gb of share17:57
lotuspsychjealfons2390: test out a few different hubs then, not all will let you in17:57
Corbanwhat are you two talking about?17:57
alfons2390doesnt work search or retrieving filelist from other users17:57
alfons2390ok ill try17:58
adem11254hi wave18:41
adem11254sorry i was out18:41
adem11254are you online?18:41
=== drew` is now known as drew
tomreynadem11254: you don't strictly depend on their presence to ask the question, describe the situation in detail, or to answer the questions you were asked in response to your question.18:43
adem11254i need help for my raspberry pi 518:44
tomreynwhich ubuntu version do you have running there?18:44
adem11254i want to use it as vpn server with openvpn access server18:44
adem11254i need to use ubuntu server 24 LTS18:45
tomreynis it already installed?18:45
adem11254I purchased a displaycase and the official 7" display to create a standalone unit18:46
adem11254I installed the desktop version by mistake and the display worked regularly, then when I prepared the sd card with the server version always using the rpi imager I can only use an hdmi monitor18:47
adem11254I thought I needed a gui and tried apt install ubuntu-desktop18:48
oerheksopenvpn site gives a howto "Official Raspberry Pi VPN Server with Access Server"  https://openvpn.net/as-docs/raspberry-pi.html#provide-internet-access18:48
adem11254it didn't work, i tried the xubunto gui and it didn't work this time either18:49
adem11254oerheks I haven't even gotten to the openvpn installation because I have to solve the display problem first18:49
adem11254I install the server version on sdcard always with the same tool and the display does not start, I connect an hdmi monitor and I think that it will be enough to install a gui and some settings here and there and instead the ordeal begins...... sudo apt update and sudo apt upgrade and with the command apt install ubuntu-desktop I download all the packages and install, when I reboot always on18:50
adem11254monitor everything stops at the screen with the cursor in the top left blinking....... ctrl + alt + f2 and I go back to the console I try the command startx and xinit giving up, unable to connect to x, server error.18:50
adem11254I prepare the sd again and try with xubuntu-desktop and same story.18:50
adem11254I prepare the sd again and reinstall the complete desktop and try to modify the config file as I find in the only post online that tries to address something similar:18:50
adem11254Paste in "display_auto_detect=1" and comment out the "dtoverlay=vc4-kms-v3d" line in /boot/firmware/config.txt to enable the touchscreen on ubuntu18:50
adem11254"display_auto_detect=1" I already had in config and I only add the # to "comment" dtoverlay=vc4-kms-v3d which is also already present.18:50
adem11254Result nothing done.18:50
oerheksone does not need a gui, after install, login https://192.x.y.z/admin/18:52
tomreynadem11254: are you using the raspberry pi imager as recommended at https://ubuntu.com/download/raspberry-pi ? (i do not know whether this supports ubuntu server, though)18:52
omni-timelineshi18:52
omni-timelineshey?18:53
omni-timelineshello?18:53
tomreynhello omni-timelines18:53
tomreynplease have some patience, there are people around, just ask your ubuntu support question, if any.18:53
adem11254oerhks what have i to do in admin?18:54
omni-timelinestomreyn are yo a bot?18:54
adem11254tomreys yes it is compatible e full supported18:54
tomreynomni-timelines: nope18:55
leftyfbomni-timelines: this is an ubuntu support channel. Do you have an Ubuntu support issue?18:55
tomreynadem11254: https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi explains how to install ubuntu server on your raspi, no display needed as long as you can work with a shell.18:57
tomreyn(this guide is not tested for raspi 5, though)18:58
adem11254yes I know it's not necessary but the display doesn't turn on even with the server version, I would be happy to be able to use only the console on the display18:59
leftyfbadem11254: why do you need the display? Use remote ssh19:00
adem11254I tried to install the desktop because with the Ubuntu desktop version GUI it worked19:00
leftyfbadem11254: again, why do you need a display at all for a VPN server? There is no benefit to a GUI for managing a VPN server19:00
adem11254Guys I know it's not useful at least for what I'm planning to do now but for future needs it's there and I need to be able to use it19:01
adem11254Now I would like to understand why it doesn't work with the command line or with the GUI19:02
oerhekshave you tried an official rasppi image to see if the display actually works?19:02
adem11254luckily I tested that the hardware works otherwise I could have thought of some fault19:02
adem11254yes they are only official raspi images downloaded via rpi imager19:03
adem11254sudo apt update and sudo apt upgrade and with the command apt install ubuntu-desktop I download all the packages and install, when I reboot always on the monitor everything freezes at the screen with the cursor in the top left blinking....... ctrl+alt+f2 and I go back to the console I try the command startx and xinit giving up, unable to connect to x, server error19:04
adem11254I prepare the sd again and try with xubuntu-desktop and same story19:04
adem11254I prepare the sd again and reinstall the full desktop and try to modify the config file as I find in the only post online that tries to address something similar:19:05
adem11254Paste in "display_auto_detect=1" and comment out the "dtoverlay=vc4-kms-v3d" line in /boot/firmware/config.txt to enable the touchscreen on ubuntu19:05
adem11254"display_auto_detect=1" I already had it in config and I only add the # to "comment" dtoverlay=vc4-kms-v3d which is also already present19:05
adem11254beyond that, do you have any idea why dosply turns on with the desktop version and not with the server version?19:06
tomreyni wouldn't know, but i've not worked with raspi 5.19:08
tomreynconnecting a serial console via gpios may also be an option19:11
tomreynthere are, however, people running ubuntu 24.04 desktop on raspi5 fine: https://discourse.ubuntu.com/t/ubuntu-24-04-r-pi-problems-with-the-new-16gb-pi-5/53051/519:14
tomreynwhat you could do is the other way around: install desktop and then remove all the desktop packages. it's not easy to identify all those packages, but you should end up with just a tty output then, which seems tobe what you want.19:15
adem11254unfortunately openvpn is only compatible with lts server versions19:17
oerheksyes, stick to lts19:17
cbreakI set up wireguard recently in my network. Works nicely.19:34
cbreak(at least once I figured out how to do it :D)19:35
syphyrIm using Bionic with esm support and got an update today for xserver-common xserver-xephyr xserver-xorg-core xserver-xorg-legacy xvfb xwayland to version 2:1.19.6-1ubuntu4.15+esm1020:04
syphyrand now xserver does not work at all20:05
syphyrwell, it boots20:05
syphyrbut no windows will open20:05
syphyrdesktop is blank20:05
syphyrdoes not display trash20:05
syphyrtotally broken20:05
syphyri was able to ssh into my system and reinstall the original files20:05
syphyrto go back20:05
syphyrbut is there a way to install the last working esm version: 2:1.19.6-1ubuntu4.15+esm920:06
syphyri tried apt-get install xserver-common=2:1.19.6-1ubuntu4.15+esm920:06
syphyrbut says version not found20:06
syphyrare those files located somewhere?20:07
syphyrpretty frustrating20:08
cbreakthat's surprising, I thought xorg development was pretty much dead and wayland is the new hotness20:09
syphyrwell this is esm support on Bionic20:10
cbreakstill, any update should be quite minor, that it breaks things anyway is weird :/20:10
syphyryah totally broken20:10
syphyrand when Xorg breaks... its a real pain20:11
cbreakI would probably try out different desktop environments / looking at journalctl20:11
syphyrthis is default gnome20:11
syphyri have not installed any additional desktop environments20:12
syphyrid say this a a critical issue20:13
leftyfbsyphyr: ubuntu 18.04 is End of Life and not supported here20:13
syphyrits esm20:13
leftyfbsyphyr: if you need support contact Canonical. They're the ones that povide esm support20:13
leftyfbesm only means you get security updates for some packages beyond the typical support cycle. The community doesn't support it20:14
leftyfbsyphyr: that release was from 7 years ago, time to update20:14
syphyryah i only cared about security updates20:14
syphyrno, its for legacy android devel20:14
syphyrcant update it20:15
syphyrbut still, esm should not make the system break20:16
syphyri still have support for 4 more years20:16
=== slobodan_ is now known as slobodan
leftyfb!bug | syphyr20:16
ubottusyphyr: If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.20:16
syphyrim just surprised nobody is testing this20:17
=== esv_ is now known as esv
leftyfbsyphyr: report the bug to Canonical20:18
oerheksyour crash is on wayland or xorg?20:19
syphyrno crash20:19
syphyrjust nothing opens20:19
syphyrxorg20:19
leftyfboerheks: Ubuntu 18.04 predates wayland20:19
syphyrleftyfb, with the bug link provided above?20:20
oerhekshe wrote xwayland update too20:20
syphyryah those are all the packages that updated20:20
syphyrbut im using xorg20:20
cbreaksyphyr: if you're looking for an alternative, how about using an lxc container with 18.04 and xforwarding to the outside?20:20
leftyfboh right, I guess it was available on 18.0420:20
syphyrim guessing that esm support deletes previous packages20:24
morgan-uchrome wont stop the video. I just opned it. it i not responsive. I cannot type in terminal either.  -- but this works fined.  (22.04)20:27
morgan-uI changed my name and I loved it but can i remember? nope.20:28
=== morgan-u is now known as junglefruit
oerhekschrome wont stop the video...? remove ~/.config/google-chrome and ~/.cache/google-chrome and restart chrome?20:39
junglefruit while  looking upstream for my oldbutnotdead nick... chrome finally lave me control. - - What could have been going on? - - is there an i nterrupting keystroke in ubuntu,? similar to control-alt-del to give me a task manager20:39
oerheksand run updates, fresh gnome a few days ago20:40
junglefruitI updated yesterday.20:40
oerheksdisable ublock origin, as it is detected20:41
junglefruitand closed chrome lst night before bed because it fried itself again. Close ofent is my only strategy. (and I have had this isue 4years.  2-computers of similar age.20:41
oerhekselse; no clue20:41
junglefruitSoon I wll take things apart and merge the similar (the same kind) of SIM and double my memory.  --- and as I found out yesterday, my OD is not connected. fix that.  (When I get that round-tuit...)20:43
junglefruitmy terminal window has an empty box and no pwd showing. Closed it. Reopened it. Normal now.20:44
oerheksgood20:45
=== realivanjx8 is now known as realivanjx
syphyrhttps://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/210189720:58
-ubottu:#ubuntu- Launchpad bug 2101897 in xorg-server (Ubuntu) "no windows open in Xorg after latest esm update" [Undecided, New]20:58
syphyrI hope thats good enough20:58
leftyfbsyphyr: the devs will let you know21:01
leftyfbsyphyr: there is no expectation of Canonical devs being in this channel21:01
leftyfbsyphyr: good luck21:01
syphyrthanks21:01
=== realivanjx7 is now known as realivanjx
Komu!help22:57
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience22:57
tomreynKomu: do you have an ubuntu support question?23:00
Komuyea, what to read to manage file transfer via usb cable with android devices over mtp?23:00
needhelp123hey all, sorry to bother but freenode seems to be down and I'm desperately trying to get some help with my botched pclinuxos install23:02
Komuok, actually i think i will go another way, and try adb, but for today it's too late23:02
pragmaticenigmaneedhelp123: Support here is for Ubuntu only23:03
needhelp123ok fuck off then23:03
Komudude, i was about to write him to search for another channel.....23:03
oerheks!info go-mtpfs23:07
ubottugo-mtpfs (1.0.0+git20200111.42254b1-1ubuntu0.24.04.2, noble): Mount MTP devices over FUSE. In component universe, is extra. Built by go-mtpfs. Size 988 kB / 2,647 kB23:07
Komuok mtp works now, idk i think i had to install mtp-tools too after some mtp related packages, now i can use it with dolphin, all fine23:07
Komuoerheks: thx!! that's what i have tried23:08
oerheksany filemanager would do23:08
Komuis there some chance that i can configure my phone to use mtp if i connect a pc with it, and unlock the phone?23:09
oerheksno, the phone has to be unlocked before connecting, AFAIK23:09
Komulooks like i have to switch to "File transfer/ Android Auto" everytime..23:09
pragmaticenigmaKomu: Shouldn't need anything special to access the files on your device. Most mobile devices present themselves or can be configured to work like a USB drive now23:09
Komupragmaticenigma: i can't find this option, i have no clue what 'midi', PTP or 'Webcam" means, and how i can use it X)23:11
oerheksobs studio could use your android camera as webcam23:13
Komuok nice, it's over v4l or it's speacial protocol?23:14
oerhekshttps://www.baeldung.com/linux/android-phone-webcam23:14
oerheksyes, v4l2 too, see 2nd part iriun23:15
Komuoerheks: thx!23:16
Komuit's bed time for me now, cu all23:17
pragmaticenigmaKomu: what device are you using? Or what version of Android?23:17
Komupragmaticenigma: v1523:17
pragmaticenigmaSamsung?23:18
Komupragmaticenigma: no, google pixel 6a23:18
pragmaticenigmastrange... it should just offer "File transfer" ... oh well... night23:19
Komuyea, i will look into it tomorrow .... thx!23:20

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