/srv/irclogs.ubuntu.com/2020/08/22/#ubuntu.txt

cthulchu|hey folks, have you encountered an issue when mouse clicks stop working in KDE/Cinnamon?00:21
cthulchu|cursor moves, but clicks don't work00:21
Bashing-omcthulchu|: No, I have not seen, but does 'xev' see the mouse clicks ?00:24
sarnoldheh :(00:25
octav1aRonWhoCaresHP520, ... what?00:45
RonWhoCaresHP520octav1a: I have it installed.  But I can't get the printer to print a label00:54
tripelbI waited too long to see my answer and the backscroll isn't that long. Sigh. I apologize. I wish I got notifications on my computer hexchat.. That would take me back to the right place in the back scroll.  but I don't Get any.01:22
sarnoldtripelb: your connection also looks pretty unreliable; it might be worth fixing both problems at once and run weechat or irssi in a tmux or screen session on a vps somewhere, that can always be connected, and have thousands of lines of scrollback01:27
_jakHola! I tried to glob in an ffmpeg command, but the error I keep getting seems to suggest that the ffmpeg from the repos might not support it? I'm wondering how I might find that out01:29
tripelbIt's my home internet. I have 30 MB for $23 a month. I have a phone a computer and a Chromecast connected. They say that's the reason because that's overloading it even though I'm only using one device at a time.01:29
tripelbI'll look into what you said sarnold01:29
Bashing-omtripelb: ^^ too depending on how far back - the channels are logged: http://irclogs.ubuntu.com/ .01:29
_jak"that" being whether or not the ffmpeg in the apt repos actually supports globbing01:29
sarnold_jak: almost no program supports globbing -- that's almost always implemented in the shell, instead01:30
sarnold_jak: eg when you type "ls *" ls only sees a * if there are no entries in the directory01:30
_jak(here globbing is doing a command like `ffmpeg -i '%03d.png' -o foo.mkv`01:30
tripelbI have not been able to find a reasonable phone irc client. Andchat was the best But it had the serious fl aw of continually moving you to t01:30
tripelbtripelbo present time.01:31
tripelb.. moving you to present time01:31
cthulchuhey folks. I tried linux mint and it's not as good as Ubuntu. I want to switch back to using Ubuntu here. Is there a safe way to switch without having to wipe it all?01:31
_jaksarnold: ffmpeg is one of the few that does explicitly, e.g. when you glob you have to escape so the shell doesn't catch it01:31
_jakI should have made that more clear01:31
sarnoldtripelb: I hear The Lounge isn't terrible, it might render okay in a phone browser01:32
sarnold_jak: hmm I didn't see anything in the ffmpeg manpage that describes any kind of globbing interface to -i01:32
guiverccthulchu, I've installed using *something-else*, using existing partitions and no format and not had issues.. It's not perfect and can leave some mint crap behind.. same way you skip releases on ubuntu, or upgrade via re-install  (backup first of course)  success will vary on release you're going from & to like normal01:34
=== zbenjamin_ is now known as zbenjamin
cthulchuok, I'm gonna do the clean install then01:36
`ajvenThere is any solution to rebind razer trinity button? its 12 extra keys mouse01:37
_jaksarnold: wait, really? I'm on 20.04LTS and in my manpage it says that when using an image sequence as input to -i, you can use globbing01:38
sarnold_jak: aha! I missed that.01:39
sarnold_jak: it says you need to use -pattern-type glob on the command line01:39
sarnold`ajven: hmm, this suggests it might not be well-supported https://github.com/libratbag/libratbag/issues/27#issuecomment-14546342701:41
`ajventhank so no real permanent solution :(01:44
sarnoldwell, I can't promise that, but I'd heard other people have good results with this library. if they don't support it, I'm not sure what the second choice is, if there is one01:45
_jaksarnold: yeah, my issue is that when I have the command theoretically correctly typed out, there's an error where it says "can't find file '%04d.png' or whathaveyou01:51
_jakI have a macos machine where I know this command will probably work, but I'd like to avoid transferring the tens of thousands of frames to it01:51
sarnold_jak: if it is using shell globs, then it would require something more like '[0-9][0-9][0-9][0-9].png' if I've guessed the meaning correctly01:52
sarnold(I have no idea if ffmpeg actually uses this style, either, but it is something bash can work with..)01:53
sarnoldif that doesn't work, then try '????.png'01:53
_jaksarnold: that didn't work, so I'm going to just bite the bullet and either transfer these or compile ffmpeg myself. Thanks for helping though!02:03
=== feodoran_ is now known as feodoran
Conradish006Is there a way to boot into multiple OS's on the same motherboard?03:33
masonConradish006: Several ways.03:34
masonConradish006: Some concurrently.03:34
Conradish006I SSH'd into my server today, and ran the sudo lshw -short command.03:34
Conradish006I'll attach what I found03:34
Conradish006https://1drv.ms/u/s!AgSAao8Auv_pkVPjcYa-QNWXjru003:36
Conradish006I know it was a shared server03:37
Conradish006It has it's own SSD03:37
Conradish006So, is it possible to boot into several drives on the same motherboard and portion out a certain amount of RAM per OS/boot volume?03:38
Bashing-omConradish006: Show the channel ' sudo parted -l ' .03:40
masonConradish006: Ah, that sounds more IBM mainframish. I think the best you'll do nowadays is heavyweight virtualization. Xen might be the closest to what you're describing.03:41
Conradish006Bashing-om: That command will not run03:44
Conradish006It simply says "command not found"03:44
masonConradish006: How about lspci?03:45
Bashing-omConradish006: Hummm -- what are you running as my result: https://termbin.com/i7vs .03:46
Conradish006Not sure what you mean, I'm still a noob to the sudo command line.03:46
masonConradish006: sudo lspci03:46
Conradish006Ah sorry03:46
masonConradish006: It should show you emulated stuff if it's a VM.03:47
masonConradish006: dmesg will also have some hints03:47
Conradish006https://1drv.ms/u/s!AgSAao8Auv_pkVSR_BSMnjlB3m4C03:49
masonConradish006: Maybe "sudo dmesg | grep Hypervisor" will tell you what kind of hypervisor that is.03:53
masonOr rather, is on.03:54
Conradish006I did dmesg03:54
Conradish006It filled my terminal with stuff waaaay more advanced than my level03:54
masonConradish006: Hence the grep, which will prune it down to the one line we care about.03:54
masonDon't forget the caps. It's case-sensitive. Or you could say sudo dmesg | grep -i hypervisor03:55
Conradish006This is what showed up "[    0.000000] Hypervisor detected: KVM"03:56
masonkk, so that's what you're running on.03:57
masonConradish006: https://www.linux-kvm.org/page/Main_Page03:57
masonAnd with that, bedtime for me. o/03:57
Conradish006Thx, pulled it up right as you sent me the link03:58
Conradish006Thank you for your help03:58
Conradish006And thank you for being so kind as to help a noob who knows very little03:58
=== LabMonkey is now known as Mechanismus
=== bluesabre_ is now known as bluesabre
robertparkerxis python-scgi the scgi_module in apache205:34
robertparkerxOh I've figured out where scgi came from now. rutorrent/rtorrent05:36
=== PowerTower_121 is now known as PowerTower_120
wsxwsHi all. I installed Ubuntu on Win10 (WLS) and figure out how to copy/paste over there. i tried ctlv-v, shift-ctrl-v, shift-insert, ctrl-insert and even rightclick. any suggestions ?07:33
wsxwsnevermind ill delete it and install a real vm07:38
wsxwscu07:38
eeosHi all! I have a difficulty with the management of sound through HDMI in 20.04.1 LTS 64 bit (which worked really well on 18.04 LTS).07:48
eeosThe card is a HDA integrated on a Thinkpad.07:48
eeosSending the output to a Marantz and from Marantz to Monitor. If the monitor is swicthed on, then everything works fine (but for the fact that the driver does not recognise the correct refresh frequency)07:49
eeosIf the monitor is off, then I cannot send music to the Marantz through HDMI.07:49
eeosThat never happened in previous LTS version. What changed?07:49
tomreynyou should discuss what device the "marantz" is (an AV receiver?), how the audio signal is transferred to it from your computer running ubuntu, and how it transfers from there to the monitor.07:53
eeostomreyn: it is an AV receiver .... and as I explained ti is transferred through HDMI ....07:55
tomreynon both connections?07:56
eeostomreyn: both connections?07:56
tomreyn<eeos> Sending the output to a Marantz and from Marantz to Monitor.07:56
eeostomreyn: I do not understand the question, sorry07:56
eeostomreyn: it is only one connection .... Laptop (HDMI output) > Marantz (HDMI Input)07:57
eeostomreyn: I have only one HDMI on the laptop07:57
tomreynokay, and from the AV receiver, how does the audi get to the monitor?07:58
tomreyn*audio07:58
eeostomreyn: if the monitor is on, everything works fine .... the issue is when the monitor is off, so there is only the connection  Laptop (HDMI output) > Marantz (HDMI Input)07:58
tomreynso the earlier statement i wuoted was incorrect?07:59
tomreyn*quoted07:59
eeostomreyn: if the chain is Thinkpad > Marantz > Monitor, the laptop identify and uses the HDMI correctly08:00
eeostomreyn: if the chain is  Laptop (HDMI output) > Marantz (HDMI Input), the laptop not detect the HDMI properly ....08:01
eeostomreyn: I have also discovered it does not detect the digital output08:01
tomreynmaybe the av receiver does not pretend to be a video device if no monitor is connected to it, and the kernels' detection on this has improved since 18.04, so you don't get output there anymore when no monitor is connected to the AV receiver.08:04
eeostomreyn: nope, because the receiver is designed to be used as amplifier. Indeed from windows and 18.04 LTS works correctly.08:04
eeostomreyn: I would say that the fact it does identify properly the digital output as well means the driver is not working correctly on 20.04.108:05
eeostomreyn: sorry, it does NOT identify properly ....08:05
tomreynthat's just a theory, though. you can inspect your X logs and see how the detection changes when you have just the av receiver connected vs. when you have the mnonitor wired to the av receiver and ubuntu detects the audio device and plays audio fine.08:06
eeostomreyn: done that. A "new" HDMI simply appears in aplay -l ....08:07
tomreynyou could try sharing some logs (use the ubuntu or debian pastebins, or termbin.com)08:08
eeostomreyn: I will, thank you.08:09
eeostomreyn: by the way, do you know whether there is an airplay2 implementation for ubuntu? that would temporarily solve the problem ....08:12
tomreyni do not know, others may08:15
=== kostkon_ is now known as kostkon
summonnerdidn't they use Alsa in 18 and now PulseAudio in 20?08:38
eeossummonner: why?08:40
summonnerwhy what? Why did they use alsa in 18 and pulseaudio in 20? You'd have to ask the Ubuntu team08:40
eeossummonner: I do not understand the question .... I think you have pulseaudio on top of alsa (it is a guess, since you can use commands such as aplay and alsamixer)08:59
=== beaver|bbl is now known as beaver|off
LeMikehello there. I need some urgent help because "sensors" shows that my fan is at -1 RPM and the system is getting hotter and hotter. What I try to achieve is that the fan runs at full speed.09:19
LeMikeI ran pwmconfig already but it did not create a config file09:19
thyriaenHiho, I am using a theme in ~/.themes for my gnome-shell and also an extension with their own .css file, a few weeks ago i edited that file to a different colour value, however probably due to an update the colour changed back - how can i change the value let's say foo.colour{} that it will stick ? Can i just move the variables i want to changes into my .themes/myTheme/gnome-shell/gnome-shell.css file ?09:29
SquarismAre there any irc clients in active development?09:44
xtaoirssi or weechat are actively developed favourites09:49
RumenHi there, just got strange problem. After restert sound check from the settings wokrs, no one player including Youtube from browser no any sound. Any idea how to fix and what i sthe problem? Never got such one.09:52
Squarismxtao, I forgot to say non-terminal based. But thanks anyway. =D09:53
fradim running speedtest-cli, but the computer is behind tor. Is there any command to 'unproxify' it? I tried --no-proxy and --proxy '', but it didn't work10:40
=== ilvipero1 is now known as ilvipero
DynamicfailHow do I install Yarn. I tried apt install yarn but it keeps installing cmdtools instead11:20
DynamicfailI tried sudo curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -11:20
Dynamicfailhowever i get gpg: can't connect to the agent: IPC connect call failed11:20
liviubaHi, I have a Lenovo ThinkBook 15-IIL and my trackpad isn't working. I'm on kernel 5.8 and it doesn't appear in /proc/bus/input/devices .It's an Elan trackpad and the trackpad itself works (tried on windows). Are there any other approaches I can take, except wait for a new kernel release and hope it's enabled?11:49
tomreynSquarism: hexchat's development is rather slow these days, but at least it's still being maintained: https://github.com/hexchat/hexchat/commits/master12:39
crorafhi, anyone can help me with my mic not working issue.12:53
crorafthe internal mic12:53
tomreynLeMike: keep the system powered off for at least 10 minutes (so it can cool down), then: (a) if you have wired networking and get an ip address assigned automatically, boot the system to recovery (see below) and choose the option "network - enable networking", then "root - drop to root shell prompt", then run:    journalctl -b | nc termbin.com 9999     #; (b) in all other cases, boot up normally, login, start a virtual terminal or switch to a12:53
tomreyntty (see below) and run     journalctl -b | nc termbin.com 999912:53
tomreyn!recovery | LeMike12:54
ubottuLeMike: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode12:54
tomreyn!tty | LeMike12:54
ubottuLeMike: To get to the TTY terminals 3-6, use the keystroke Ctrl + Alt + F3-F6 respectively. Ctrl-Alt-F2 or Ctrl-Alt-F1 will get you back to your graphical login (Ctrl-Alt-F7 on 16.04). To change TTY resolution, see https://help.ubuntu.com/community/ChangeTTYResolution12:54
tomreyn!details | croraf12:54
ubottucroraf: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.12:54
BluesKajHi folks13:05
croraftomreyn, im using 20.04 with all latest patches. I tried playing with alsa.config modes but didnt succeed in setting the correct mdoe.13:24
crorafPlease tell me what to do next13:25
tomreyn!sound | croraf13:28
ubottucroraf: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - https://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.13:28
tomreyni'm not good with sound trouble shooting and some of this documentation is outdated, but most should still be useful.13:29
croraftomreyn I can narrow down my question. There are several bugs open on Ubuntu issue tracker13:34
crorafetc/modprobe.d/alsa-base.conf most suggestions suggest to modify this configuration13:35
tomreyncroraf: you may want to also inspect the systemd journal using the    journalctl -b    command, looking for alsa / pulseaudio (pa) / driver related initialization issues.13:35
crorafI'm not good with linux13:36
crorafI would need someone experienced with sound to lead me true13:36
tomreynso you're getting stuck reading the documentation provided? where?13:36
crorafI wanted to know the following. All the resources suggest to modify the config file I referenced.13:38
crorafEither options snd-hda-intel dmic_detect=013:38
crorafor options snd-hda-intel model=auto13:38
crorafwhere model is configurable. Now I also read I should find my audio coded used which is ALC 285. And match that in the list of modes. The most recent list I managed to find is https://www.kernel.org/doc/html/latest/sound/hd-audio/models.html13:40
tomreynso you have already identified snd-hda-intel to be the correct driver/kernel module to use for your specific hardware?13:41
crorafOther lists dont have 285, but this one has 28x with several dozens of modes, I don't know which ones I should test. My guess is that some of them might fix.13:41
croraftomreyn, I dont know what that means13:42
tomreyncroraf: there are different audio chipsets, using different codecs.     sudo lspci -knn | nc termbin.com 9999    would post info on your hardware to termbin.com, a pastebin-like site, enabling you to share this output with us.13:44
croraftomreyn, https://termbin.com/w08e13:45
crorafthrough some commands i already identified my codec to be ALC 28513:45
crorafcat /proc/asound/card0/codec* | grep Codec       Codec: Realtek ALC28513:46
tomreynwhat about card1?13:46
crorafCodec: Nvidia GPU 92 HDMI/DP13:47
tomreyncat /proc/asound/card1/codec* | grep Codec13:47
westorquestion: how can remove that PPA https://pastebin.com/49dPN6tw because it says its not exist ?13:47
tomreynso you have two audio chipsets, one will be on the mainboard, that's the     00:1f.3 Multimedia audio controller [0401]: Intel Corporation Cannon Lake PCH cAVS [8086:a348] (rev 10)    one. the other is part of the grpahics card, that'ws the    01:00.1 Audio device [0403]: NVIDIA Corporation TU104 HD Audio Controller [10de:10f8] (rev a1)13:48
croraftomreyn, yes it looks like13:48
tomreyncroraf: ^ and both use the snd_hda_intel driver, but different codecs.13:48
croraftomreyn, https://termbin.com/u0eb13:49
crorafthis is the output of aplay -l13:49
tomreyncroraf: the graphics card chipset would be relevant if you're using speakers connected to or internal to your monitor. otherwise, if you have audio output devices connected directly to your computers' audio out (active speakers, headphones etc.) you'll need to focus on the first one ("Cannon Lake PCH cAVS").13:50
croraftomreyn, I'm on laptop, but I guess my internal mic is related to my laptops screen?13:52
tomreynwestor: manually remove the configuration of this apt repository in /etc/apt/sources.list.d/ and /etc/apt/trusted.gpg.d/13:52
westortomreyn: what is the command to remove it please ?13:52
tomreyncroraf: your internal mic will be connected to your mainboard chipset, so the Intel Corp. Cannon Lake PCH cAVS [8086:a348] (rev 10)13:53
tomreynwestor: you delete files using the 'rm' command - this is not usually reversible, be careful13:53
tomreyn!terminal | westor13:53
ubottuwestor: The linux terminal or command-line interface is very powerful. In Unity or GNOME, search the dash for "terminal" and press ENTER. Other desktops: Applications -> System Tools -> Terminal (MATE), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal13:53
croraftomreyn, it is very similar to this one https://support.hp.com/hr-en/document/c0641562513:54
westoryeah but what is the actual command to remove that PPA13:54
tomreynwestor: you'll know once you familirized yourself with apt13:54
tomreynwestor: this is volunteer support, you'll need to spend some time on learning how to do things on your own. we support you in doing that.13:55
westorbut i am not man sorry i am a starter13:55
crorafSo basically the internal mic, the mic connected with the jack plug and the bluetooth mic are all connected to the motherboards intel sound chip?13:55
croraftomreyn,13:55
tomreynwestor: you have not tried to read the documentation i just provided you with, this would have taken you longer.13:56
tomreyncroraf: most likely, yes13:56
tomreyncroraf: take it for granted13:57
westorthat documentation describing some of the terminal commands but not the exact that needs to remove that PPA13:57
westorif it is a pain for the support to help a starter by giving 1 command (easy for him) then ok i can respect that13:57
crorafyes yes tomreyn . And this chip communicates with the the HDA Intel PCH kernel module, using the ALC285 codec. As per our findings, right?13:58
tomreynwestor: i've seen you asking questions here before, always insisting in being given the very command to get something done, never trying to make progress on learning things on your own. that's not the approach we like to support here.13:58
tomreynwestor: it's probably easy for me, but it's also easy enough for you, and if you get stuck while you're actually trying, volunteers here will try to provide better hints.13:59
tomreynwestor: You can also acquire commercial support from Cannoical Inc.14:00
tomreyn* Canoical Inc.14:00
westoryou cannot say that if you don't know the background, i am trying to understand each command, i read docs and more, you cannot say that , of course some times that i stuck i feel free to ask here, never had issues about what to ask also i don't force anyone to answer its volunteer , i came here also to ask because i thought that the community here is friendly but ok i got what you are trying to pass out14:00
tomreyncroraf: that's right14:01
tomreyncroraf: so the mainboard audo chipset uses the snd_hda_intel (and snd_sof_pci auxiliary) kernel modules ("drivers"). the "modinfo" command can be used to get baic information on a kernel module.14:03
tomreyncroraf: coming back to the good link you found earlier about the options you can supply to further configure the codec... https://www.kernel.org/doc/html/latest/sound/hd-audio/models.html#alc22x-23x-25x-269-27x-28x-29x-and-vendor-specific-alc3xxx-models ...14:06
tomreynhave you already tried to just raise the mic's volume using alsamixer?14:07
tomreynwestor: maybe this is a better documentation to start working with a shell: https://help.ubuntu.com/community/CommandlineHowto14:10
tamarindhey guys, i am running ubuntu 18.04 on a dual core system with 4 GB of DDR2 RAM. The problem is when i open more than 6 or 7 tabs in firefox the system freezes. Increasing the hardware is not an option for me right now so will increasing the swap size solve this issue ?14:11
tamarindIf yes, what is the best possible way to achieve it without any data loss ?14:11
tamarindNeed your inputs and help please14:11
tomreyntamarind: Ubuntu 18.04 supports using a swap file on the / (root) file system in addition to a separate partition formatted with the swap filesystem.14:13
=== benfrancis7 is now known as benfrancis
tomreyntamarind: https://help.ubuntu.com/community/SwapFaq#How_do_I_add_a_swap_file.3F14:14
tomreyntamarind: this can be easier to setup. on the other hand, the dedicated swap partition would likely provide (slightly?) better performance.14:14
tamarindtomreyn, so i can have the swap partition and a swap file both running in parallel ? no performance issues on that ?14:16
tomreyntamarind: note that 4 GB of RAM usable to the OS is just the minimum requirement of Ubuntu 18.04 LTS, and if you have an internal graphics processing unit, this may have locked memory to itself which is not available to the OS at all.14:16
tamarindtomreyn, what do you think are the best ways to remove unnecessary overhead on the RAM and processor without having to downgrade the OS ?14:17
tamarindtomreyn, and, thanks for replying to my query in the first place14:17
tomreyntamarind: you can use them in parallel. i expect that writesw to and read from the swap *file* will be a little slower than to the swap *partition*14:17
tomreyntamarind: your bios may provide options to choose how much of the installed ram will be dedicated to the graphics chipset. it's usally a values between 64 and 512 MB14:19
tomreynyou'll often see a selection box with three fixed values to choose from14:19
tomreyntamarind: but note that reducing this memory may prevent your system from using accelerated graphics ("3D", as needed for playing games, for example) properly.14:20
tamarindtomreyn, oh14:20
tomreynfor regular desktop use without gaming, 64 or 128 MB *may* be sufficient.14:21
tamarindis there a way to reduce all GUi graphics in ubuntu and cut down on all beauty features or something which should give better results ?14:21
tomreyntamarind: there are some other ubuntu !flavours which have lower system requirements.14:22
tomreyn!flavours14:22
ubottuRecognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours14:22
tomreyni would think xubuntu and mate may have lower requrements.14:22
tomreyntamarind: also ensure that you're using the x86_64 Ubuntu variant, so that your system can actually address the full 4 GB of memory.14:24
tomreynthe    uname -m     command should return    x86_64    and the     dpkg --print-architecture     command should return     amd6414:25
tamarindtomreyn, yes both the output contains 6414:28
tomreyntamarind: this hardware must be really old, though, and you should try to replace it soon, both for a better (user) experience and a for a lower energy footprint.14:28
tomreynalso, the cpu will likely be out of support.14:28
tamarindtomreyn, created a 10GB swap file by following the link you gave. also made the swap enabled on bootup using the same tutorial14:29
tamarindtomreyn, now how do i check if this is actually being used as expected ?14:29
tomreyntamarind: cat /proc/swaps14:29
tomreyntamarind: als the total swap should have increased as per    free -h14:32
tamarindtomreyn, how do i upload the output of command line automatically to website (without copy pasting it manually) ?14:32
tomreyncat /proc/swaps | nc termbin.com 999914:33
tamarindtomreyn, https://termbin.com/n9hd14:34
tamarindtomreyn, looked up nc and understood that it is used to open any tcp/udp connections, so we opened the connection to termbin via the port 9999 and piped the output to that. Is the understanding correct ?14:35
tomreyntamarind: that's right!14:36
tomreyntamarind: so you appear to have a total of ~ 11GB swap now. that's more than this system will ever be able to use, but not an issue if you have sufficient disk space available.14:38
tamarindtomreyn, i understand your comments about the hardware, i still have my Pentium 3, 2.x Ghz machine and looking for a spare to make it run as a second machine for education purposes14:38
tamarindtomreyn, oh, how do i find the max size the system can handle ?14:39
tomreyntamarind: the swapfaq i pointed you to earlier discusses this in a different section: https://help.ubuntu.com/community/SwapFaq#How_much_swap_do_I_need.3F14:39
tomreyntamarind: in case you're wondering: "hibernation" is swapping the contents of RAM out to disk when shutting down, to be able to save power and start with the applications still opened after powering up again. it's most likely *not* something you want to do on this hardware (or in general nowadays, as there is a better alternative, suspending to ram).14:42
tamarindtomreyn, thank you. so since i have 4 Gb RAm, should i resize the swap file size to 8 GB so that the 2GB is not wasted on my 250Gb HDD ?14:42
tamarindtomreyn, but suspending to RAM means i need to have the power switched on right ?14:42
=== JanC is now known as Guest31265
=== JanC_ is now known as JanC
tomreyntamarind: whether you'd need a wall plug depends on which power states your hardware / firmware supports, and whether your battery still works well.14:44
tomreyntamarind: about the swap file size table i pointed you to above: if you won'T use hibernation when a *total* (as seen on "free -m) of 2048 MB (2 GB) RAM should be sufficient. maybe 3 GB in hopes to keep the system usable with the web browser allocating much RAM.14:47
tamarindtomreyn, read the article and removed the swap file which i created with 10Gb in efforts to create a new with less size14:48
tamarindtomreyn, during the process i did the command "gksudo gedit /etc/fstab" as mentioned there14:48
tamarindand there seems to be no gksudo command. I tried to concatenate the output to termin.com but it failes since the command fails as well14:49
tomreyntamarind: ok, so maybe just create one which is 1 to 2 GB so that you'll end up with ~2-3 GB total14:49
tamarindi guess they meant sudo and not gksudo - but want to confirm before assumiong that14:50
tomreyntamarind: instead of    gksudo gedit /etc/fstab    use    gedit admin:///etc/fstab14:50
croraftomreyn, sorry i had to leave for some time. I'm back now.14:51
crorafThe input device is not recognized at all14:51
crorafhttps://pasteboard.co/JnyDbIc.png14:51
WanTeedcroraf14:52
Lutinhi guys, can lvm create a degraded mirror ?14:52
crorafwhat? WanTeed14:52
tamarindtomreyn, got it, removed the line and saved14:52
WanTeedi have my problem with my ssh14:52
WanTeedcan u help me ?14:52
tamarindtomreyn, about the battery - this is a desktop14:53
crorafI guess I have to try to configure my alsa-base.conf file with properties "options snd-hda-intel ..." tomreyn14:53
tamarindtomreyn, about the swap size - suppose if i enable hibernation then i need to have 2x size of the RAM as swap file size - correct ?14:54
WanTeedcan i ask croraf ?14:54
crorafWanTeed sorry I'm noob in linux14:54
tamarindtomreyn, actually i would love to use the hibernation since everytime i start the desktop i need to manually open the programs one by one14:54
WanTeedoky14:55
WanTeedno problem croraf14:55
WanTeedanyone a live can help14:55
Belialso with snap apps, i notice the longish start times on cold boot for applications. will this be improved upon in later versions of snapd and ubuntu or is there a ceiling to how fast applications can start up under snap?14:57
tamarindtomreyn, https://termbin.com/93am14:59
tomreyntamarind: the suggested total swap sizes to use with and without hibernation are listed on the table at https://help.ubuntu.com/community/SwapFaq#How_much_swap_do_I_need.3F - it's not exactly 2x physical RAM for hibernation, as you can see. but, again, i don't think you want to use hibernation (in case of your desktop computer it would only make sense if you needed to unplug its wall plug regularly AND you actually had any benefit from15:00
tomreynpersisting application state - a convenience feature which i don'T think makes any sense on your hardware, since entering the power saving mode and returning from it will take much longer than a normal shutdown + boot)15:00
tomreyntamarind: you can install gnome-tweaks and then select which applications should be started automatically.15:01
tomreynso you have 8.96 GB total swap now.15:03
tomreyncroraf: does the "alsamixer" command, run from a terminal, show the input device, though? press F6 to select the right sound card, then use cursor keys to left and right to look for the mic15:04
croraftomreyn, https://pasteboard.co/JnyJ2Kw.png15:06
tamarindtomreyn, got it. thats why you said 2 to 3 GB... i understand. Also the swap that i have created will be a system wide setting and not just for my user right ?15:06
tomreyncroraf: it may scroll to the left and right when you move using the cursor keys15:07
tomreyntamarind: that's correct15:07
tomreyn!ask | WanTeed15:08
ubottuWanTeed: Please 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 !patience15:08
tomreyn!details | WanTeed15:08
ubottuWanTeed: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.15:08
tamarindtomreyn, gnome-tweaks is awesome, thank you15:10
mason(This is a crosspost, but I want opinions from here too, as the cacher will be serving all of Devuan, Ubuntu, Raspbian, and Debian.) I know this falls into the category of "survey" but I need to set up an APT caching proxy, and apt-cacher-ng is what I'm seeing. Anything else I should evaluate before I dive in?15:11
tomreynLutin: the lvmraid(7) man page on Ubuntu 18.04 suggests so.15:11
tomreynsee the "Activating an LV with missing devices" section15:11
Lutintomreyn that would be lvcreate --type mirror --mirrors 0 -L 5G --nosync -n data vg-01 ?15:12
tamarindtomreyn, also the nc termbin command only pastes the succesfull output, how to paste the error output (like command not found) as well15:13
tamarind?15:13
WanTeedLutin15:13
tomreynLutin: i haven't done it myself, so my guess would be as good as or worse than yours15:13
liviubaHi, I'm trying to disable the i2c_hid module, and followed the steps from here https://wiki.debian.org/KernelModuleBlacklisting but after I reboot, the module still shows up in lsmod. Is there any other way to do this?15:13
WanTeedhow know your ip adress in linux15:13
masonliviuba: You could always remove the module, and dpkg-divert it so updates don't replace it.15:14
liviubaI'm actually trying to get the elan_i2c module to load, as per here https://bugs.launchpad.net/ubuntu/+source/linux/+bug/186161015:14
ubottuLaunchpad bug 1861610 in linux-oem-5.6 (Ubuntu Focal) "'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'" [Undecided,Fix released]15:14
Lutintomreyn yeah I get a strange warning: WARNING: New mirror won't be synchronised. Don't read what you didn't write!15:14
Lutin  Insufficient suitable allocatable extents for logical volume data: 2560 more required15:14
tomreyntamarind: command -v --other-option  2>&1 | nc termbin.com 999915:14
WanTeedLutin15:15
Lutintomreyn now I'm testing this on openwrt as well and the raid1 says it's not in the kernel I made a ticket there... weird15:15
LutinWanTeed what is your issue ?15:15
WanTeedi wanna know my ip adress in my root15:15
tamarindtomreyn, thank you15:15
tomreyntamarind: you're welcome!15:16
WanTeedi have installed ubuntu version 2015:16
liviuba@mason, as in, just run `modprobe -r i2c_hid` ?15:16
WanTeedi am new in linux15:16
masonliviuba: No, you're already doing that, aren't you? I'm talking about actually moving aside the module file so that it's not there to load.15:16
liviuba@mason, I thought disabling it means removing it, is there any other way to get rid of the module?15:16
tomreyn!YY.MM | WanTeed: There is no "Ubuntu 20"15:16
ubottuWanTeed: There is no "Ubuntu 20": Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle15:16
liviubamason, oooh ok, I thought about doing that but was scared I'd end up with a non-booting machine, lol. Will reboot and try now15:17
tomreynWanTeed: i assume you installed Ubuntu Desktop 20.04 LTS, does this sound right?15:17
tamarindtomreyn, 2>&1, so this means the second buffer checks for the existence of the 1st buffer which is the command name ?15:17
WanTeedyess tomreyn15:18
masonliviuba: It's a bit drastic, but it's also a straight line to what you want.15:18
WanTeedUbuntu Desktop 20.0415:18
masonliviuba: Plus, whenever I suggest something like this, if there's a solid clue of a better way people always eagerly supply it.15:18
WanTeedso how can know my ip adress15:18
yeatsWanTeed: press the "windows" key and search for network - there will be a gear icon for the connected interfaces - click that and you'll see connection info, including IP15:19
WanTeedi wanna know how see my ip adress from linux no from windows15:20
WanTeedhostname -I15:20
WanTeedIs that ?15:20
yeatsWanTeed: I know it's not Windows - most keyboards have a "windows" key between ctrl and alt15:21
yeatsWanTeed: from the command line, type "ip a"15:21
tomreynWanTeed: you mean the ubuntu systems' p address in your local network or the ip address by which it is known to computers on the internet?15:21
tomreynp address -> ip address15:21
WanTeedhim give me 10.0.2.0.1515:22
ledenicroraf: your headphones are mute you need first unmuted headphones and mic level from 0 make high to 3215:22
WanTeedbut i could connect with it via putty15:22
liviubathe module isn't loaded anymore, thanks. But the trackpad still isn't working :(15:22
tamarindthank you tomreyn for your time and help15:22
WanTeedi can login only the same machine serveur15:23
WanTeedbut with other computeur it impossible15:23
WanTeedthis ip address dont work in putty15:24
liviubaI tried compiling a 5.8 kernel, with some touchscreen drivers removed, which clashed with the elan_i2c module that I needed. This is the kernel I'm booting off of, could this have anything to do with it?15:24
yeatsWanTeed: it's not a valid IP address15:24
WanTeedso how know the good ip adress15:24
WanTeed!!!!15:24
WanTeedthis is my problem15:24
yeatsWanTeed: could it be 10.0.2.15? or 10.0.0.2? there are only 4 octets in an IP address15:25
=== kostkon_ is now known as kostkon
tomreynWanTeed: press Alt-F2, type: gnome-control-center network     and press enter15:26
WanTeedvia command ip a  i get that15:26
=== bildramer1 is now known as bildramer
yeatsWanTeed: also, is this in a virtual machine, like VirtualBox?15:27
WanTeedyess15:27
WanTeedyeats15:27
WanTeedVirtualBox15:27
WanTeedexacly15:27
tomreyn!enter | WanTeed15:27
ubottuWanTeed: Please try and keep as much of your info as possible on ONE line - easier to follow for everyone.15:27
yeatsWanTeed: ok, so you need to go into the virtualbox settings for the machine and change networking from NAT to Bridged15:28
WanTeedaha wait15:28
yeatsWanTeed: then you may need to do "sudo systemctl restart networking", then it will give you an IP that's on your home network15:28
WanTeedit oky yeats15:29
WanTeedi must restart the machine or not ?15:29
WanTeedi already change it15:29
tomreynliviuba: indeed i would recommend against moving module files around on your file system just for the purpose of not loading them. there's module blacklisting and other configuration options for this purpose.15:30
tomreynWanTeed: you should not need to reboot, but it also won't do any harm.15:31
yeatsWanTeed: rebooting the virtual machine won't hurt, but may not be necessary15:31
yeatsthat^^ :-)15:31
tomreyn:)15:32
liviuba@tomreyn I tried disabling the module, but it was still enabled15:32
liviubatomreyn: I tried disabling the module, but it was still enabled *15:32
tomreynliviuba: "disabling" how?15:33
th34lch3m1sthi all15:33
WanTeedoky yeats i am rebooting15:33
=== StathisA| is now known as StathisA
liviubatomreyn: I tried the steps here https://wiki.debian.org/KernelModuleBlacklisting and also added the module to /etc/modprobe.d/blacklist.conf (as per the guide here https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1861610 )15:35
ubottuLaunchpad bug 1861610 in linux-oem-5.6 (Ubuntu Focal) "'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'" [Undecided,Fix released]15:35
liviubatomreyn: this https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1861610 is what I'm actually trying to do, to get my touchpad to work15:36
tomreynliviuba: can you sum up the problem again and which ubuntu version you are running, and what you tried so far?15:36
WanTeedyeats15:38
WanTeedwhen i change NAT to Bridged my kaybord is bloked15:38
WanTeed!!!!!!!!!!15:38
WanTeedwhat happend15:38
liviubatomreyn: I have a Lenovo ThinkBook 15 IIL and my touchpad isn't working. I'm running ubuntu 20.04 with kernel 5.8.0 (I had to compile it because there were some elan touchscreen drivers that were clashing with elan_i2c somehow, IIRC). I've tried the guide here https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1861610/comments/66 and not have moved the i2c_hid module somewhere else, and added elan_i2c in /etc/modules15:40
ubottuLaunchpad bug 1861610 in linux-oem-5.6 (Ubuntu Focal) "'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'" [Undecided,Fix released]15:40
WanTeedallo yeats15:41
tomreynWanTeed: this may suggest you were already connected to the ubuntu system through a network link, such as through an ssh or vnc connection, not controlling the VM through virtualbox's GUI.15:41
WanTeedwhen i change NAT to Bridged my kaybord is bloked15:41
th34lch3m1stWanTeed mouse works?15:41
WanTeedyes15:41
WanTeedth34lch3m1st15:41
th34lch3m1stWanTeed open system monitor and kill ibus-daemon15:42
th34lch3m1stsee if it works again15:43
tomreynliviuba: did you try a pre-compiled ubuntu kernel from the mainline ppa, yet?15:43
tomreyn!mainline | liviuba15:43
ubottuliviuba: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds15:43
WanTeedibus-daemon is not running15:44
th34lch3m1stWanTeed which ubuntu?15:45
WanTeed20.0415:45
liviubatomreyn: I think I did, even though now I have only kernel 5.8 and 5.4 in grub when booting. I can try and install a mainline kernel now, just to take things step by step15:46
WanTeedthen th34lch3m1st15:46
th34lch3m1stWanTeed my system have ibus-daemon running at every start.15:46
WanTeedi do ps x and i dont see  ibus-daemon15:47
th34lch3m1stWanTeed then try reboot and see if it's there15:47
liviubatomreyn: IIRC when running `cat /proc/bus/input/devices | grep -i track` there was no trackpad, and that's how I decided it wasn't working, but I can try again now15:47
WanTeedoky th34lch3m1st15:47
liviubatomreyn: should I move the kernel i2c_hid kernel module (the one I've moved so that it wouldn't load) back where it was before installing the mailine kernel?15:47
tomreynliviuba: the patch which adds the new elan i2c IDs (which the bug report you linked to refers to) was merged to the main linux tree on 2020-07-08 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/include/linux/input/elan-i2c-ids.h?id=a50ca29523b18baea548bdf5df9b4b923c2bb4f615:49
WanTeednot find th34lch3m1st15:50
WanTeedwhen i change NAT to Bridged my kaybord is bloked15:50
tomreynliviuba: yes, you should move the kernel module back in place15:50
WanTeedand then i change Bridged  to NAT my kaybord is work15:51
th34lch3m1stEverytime have 3 windows open on the same workspace and I copy some file nautilus restart (I mean, all the desktop icons disappear, screen black for half a second, then everything come back, with some gosth window selection).15:52
liviubatomreyn: it's possible that i've tried the mainline kernel was before it was merged, it's been a long debugging process, lol :D I'll move the module back and try v5.8 now (should I also try 5.9)15:53
WanTeedth34lch3m1st ....15:53
WanTeedwhen i change NAT to Bridged my kaybord is bloked15:53
WanTeedand then i change Bridged  to NAT my kaybord is work15:53
tomreynWanTeed: how are you connecting from the virtualization host (i assume this is some version of Microsoft Windows, based on what you wrote so far, but you should really be telling us about your setup) to the guest system (Ubuntu 20.04 LTS from what i think i remember you writing above)?15:54
WanTeedchihebchihb15:55
tomreynliviuba: i find this (unsupported here) script to be useful for managing ubuntu mainline kernel builds on any systems i depend on them: https://github.com/pimlie/ubuntu-mainline-kernel.sh15:55
th34lch3m1stWanTeed my keyboard stops type in the terminal, I open a second tab it type there but not in the first tab. All I know is if I kill ibus-daemon keyboard type again. That's my situation.15:55
liviubatomreyn: just booted off the 050800 build, the trackpad still isn't working. I'll try and check as before if the device shows up15:57
tomreynliviuba: can you show the full output of     cat /proc/bus/input/devices     and     lsmod     ?15:58
tomreynliviuba: also, why such an old build?15:59
tomreyntry the latest non-rc15:59
WanTeedth34lch3m1st just 2 mn in PM no more15:59
croraftomreyn, no scroll thats it as on the image16:01
crorafhttps://pasteboard.co/JnyJ2Kw.png16:02
crorafledeni, i dont have headphones attached. we are talking about internal mic16:02
liviuba_tomreyn, I think the date codes are DDMM , this was the latest one16:04
liviuba_tomreyn, I just realized today isn't 0508 lol, this was the latest one here https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.8/16:05
liviuba_tomreyn, I think that field was the version, not the datecode16:06
croraftomreyn, on the laptop specs it says "Webcam: HP Wide Vision HD Camera with integrated dual array digital microphone" could it be that my microphone is on Nvidia second device then, not on the Intel?16:09
liviuba_tomreyn, this is the lsmod output https://pastebin.com/Zp77HqkJ and this https://pastebin.com/YSaS2XXb is the output for `cat /proc/bus/input/devices`16:09
liviuba_tomreyn, I've also commented the elan_i2c line in /etc/modules before installing the mainline kernel (I added that line myself)16:11
soft_concreteHi, I'm new-ish to Ubuntu and snaps, and I'm noticing some odd behaviour. The Software app tells me there are updates to one of my snaps (Zoom), but it can't update it. So I tried to update it via terminal, using "snap refresh", which tells me all snaps are current (no updates need to be installed), which conflicts with the Software app16:17
_jakHey everyone, how does one file a bug report against ubuntu-drivers? I don't know which package it comes from16:17
soft_concreteSo how do I update my version of Zoom?16:17
tomreynliviuba: sorry, i went to do some cooking, forgot to tell16:17
tomreynliviuba: this would seem to be the latest amd64 non rc https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.8.3/amd64/16:18
soft_concrete_jak: where are you finding this "ubuntu-drivers"? And might you be looking for the package, ubuntu-drivers-common?16:22
tomreynliviuba: did you confirm that you have an unsupported (or only recently supported) ELAN touchpad via     sudo acpidump | grep -C3 ELAN    ?16:23
liviuba_tomreyn, bonne appetit :D I thought 5.8 automatically links to latest, I'll install the one from you in a sec. Meanwhile I've installed 5.9rc1 and the trackpad still isn't working, here is /proc/bus/input/devices https://pastebin.com/U7z0HSUz and here is the output for lsmod https://pastebin.com/rhZqYy97 (these are for kernel 5.9rc1)16:24
liviuba_tomreyn, this is the output I've got for the acpidump command https://pastebin.com/m8CbuiX5 , but I don't know where to check if it's supported16:26
liviuba_tomreyn, sorry for the out-of-sync messages, I keep switching between the desktop and the laptop with issues. Will try and install 5.8.3 now16:26
_jaksoft_concrete: it's a python script in /bin, I'm not sure what package it actually comes from. I was under the impression that ubuntu-drivers-common only contained drivers? But I'm not completely sure about that16:28
WanTeedno one can tel me how can know my ip adress in ubuntu16:29
WanTeedi use hostname -I it give me no valid adress16:29
tomreynliviuba_: if you look at the commit again https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/include/linux/input/elan-i2c-ids.h?id=a50ca29523b18baea548bdf5df9b4b923c2bb4f6   you'll see which input device IDs were (recently)  added - those in green. the acpidump says yours is an ELAN063416:29
soft_concrete_jak: here's a useful guide to the functions of many package managers: https://wiki.archlinux.org/index.php/Pacman/Rosetta16:31
liviuba_tomreyn, oh, ok, so it's the one you were saying about, added last month (so it was indeed recently supported)16:31
liviuba_tomreyn, I've installed kernel 5.8.3, am rebooting now16:31
soft_concrete_jak: using this page, I decided to use "apt-file search" and that gave me "ubuntu-drivers-common" as the result for that file you mentioned16:31
soft_concrete_jak: "apt-file search /bin/ubuntu-drivers"16:32
soft_concreteI'm no expert on Ubuntu, so this might be wrong, but it looks right to me16:32
liviuba_tomreyn, I've rebooted, on kernel 5.8.3-050803-generic now, the trackpad still isn't working. This is lsmod https://pastebin.com/0v4KdFP1 and this is `cat /proc/bus/input/devices` https://pastebin.com/aqRgcFVe16:36
tomreynliviuba_: support for your hardware was committed to the main linux git tree about a month ago. this doesn't mean it's been released since. i've just verified that support for the hardware id is included in 5.9-rc116:36
_jaksoft_concrete: thanks for helping me figure out which package this came from, and for the useful explanation of your thought process! I get the same result on my machine16:37
liviuba_tomreyn, I keep getting some ACPI errors when booting, this is my full dmesg https://pastebin.com/WbnbP8La (I'm not sure it's related, but I remember in the bug report that the trackpad was under acpi in sysfs)16:37
liviuba_tomreyn, I've tried 5.9-rc1 a few minutes ago, but it still wasn't working, I can boot into 5.9 now, 1sec16:38
rana_ansEriC^^: Hey, remember me? so I haven't found anyone who could help or any solution, I tried putting into an external case and trying and a lot of stuff, I was wondering if we could access its data in Linux somehow. PS it shows the disk drive as dynamic and invalid. Altho I have ubuntu installed on it and Im currently using it16:41
rana_ansbut it won't just access neither other partitions nor SSD :C16:42
liviuba_tomreyn, I've booted 5.9.0-050900rc1-generic , but the trackpad still isn't working. This is the lsmod https://pastebin.com/e2eZhBgH and `cat /proc/bus/input/devices` https://pastebin.com/w7puv05S '16:42
tomreynliviuba_: i'm sorry, need to leave it there for now. i suggest you do a bios update, if one is available for your system, and try with 5.9-rc1 again. if this does not help, comment 66 of the bug report you had mentioned, bug 1861610 has a workaround.16:43
ubottubug 1861610 in linux-oem-5.6 (Ubuntu Focal) "'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'" [Undecided,Fix released] https://launchpad.net/bugs/186161016:43
rana_ansshould I try using ubuntu 18.04.1 again? current is 18.04.5. because everything was fine in previous one until it started sending me to emergency mode no matter what solution I experimented16:43
tomreynliviuba_: i'll be back in about an hour, can have another look with you then if you'll still be around16:44
rana_ansliviuba_: hey what system do you have and what OS version are you trying?16:44
rana_ansI have the same issue with my Asus TUF, but I solved it somehow, LOL16:44
liviuba_tomreyn, I think I'm on the latest bios but can double-check. Thank you very much for your help :D16:44
tomreynliviuba_: journalctl -b | grep DMI:     returns your current bios version + model16:45
tomreyn(its build date may differ from the release date given on the manufacturers' website, focus on the version number instead)16:45
* tomreyn bbl16:46
ledeniWanTeed: if you looking for your public address just type in terminal 'dig +short myip.opendns.com @resolver1.opendns.com'16:46
liviuba_rana_ans, hi, I have a Lenovo IdeaBook15 IIL, on ubuntu 20.04, using kernel 5.9-rc1 from kernel-mainline. The problem I'm having is that my trackpad isn't working16:46
liviuba_tomreyn, ok, I'm checking now16:46
rana_ansI'm not an expert but I updated my kernels (all stuff using my keyboard) and upon selecting it in GRUB menu and booting, my touchpad started working just fine16:47
liviuba_tomreyn, I think my bios is indeed old, I'll boot into windows for a sec, they have a windows auto-updater16:48
rana_ansaltho the latest one didn't work very well, but selecting one earlier version did, so I guess you can try that16:48
liviuba_tomreyn, thanks so much for the help :D at least now I know what the issue is, I was completely clueless, lol16:48
liviuba_rana_ans, I have to reboot to update my bios, brb for a few minutes16:48
th34lch3m1stWanTeed Can I ask you a question?16:50
WanTeedyes16:53
WanTeedsure th34lch3m1st16:53
th34lch3m1stYou invite me in PM to connect to your machine for "remote desktop" because I look stupid to you?16:53
WanTeedwhy16:54
WanTeedbecause I trust you th34lch3m1st .?16:55
th34lch3m1stWanTeed why you go around on irc to ask for remote connection s?16:55
WanTeedi have a problem with my ssh16:56
WanTeedno one can connected in my shell16:56
th34lch3m1stWanTeed Yes,  but you ask on pm16:56
WanTeedi have already install znc16:56
WanTeedit already connected but i could login in16:56
liviuba_tomreyn, my bios was indeed old, and I updated it just now, but the trackpad isn't working still. I'll try re-doing the workaround from the bug report16:57
WanTeedwhere the problem16:58
th34lch3m1stThat's not the point: the point is you are configuring "secure" network services and you invite strangers to do remote connection with you?16:58
WanTeedwhere the problem16:58
WanTeedi am learing16:58
WanTeedi am new in linux16:58
WanTeedi dont nothing have to lost16:59
th34lch3m1styou cute innocent angel....16:59
WanTeedth34lch3m1st17:00
WanTeedu go away of problem17:00
WanTeedi need a help17:00
WanTeedhow can connected in my server via putty17:00
WanTeedit is so so simple17:00
WanTeedif u dont have the sooulition no problem17:01
th34lch3m1stWanTeed I don't have time to be hacked today, sorry.17:01
th34lch3m1stMaybe another day17:01
WanTeedpropably u dont have a responce17:01
WanTeedmy question it so so simple17:01
th34lch3m1stThen why ask on PM?17:01
hggdhth34lch3m1st, WanTeed: ok, enough17:01
WanTeedmy question it so so simple17:02
WanTeedhow can connected in my server via putty17:02
hggdhWanTeed: with the IP address of the server17:02
WanTeedi dont have the ip server17:02
WanTeedi dont know my ip server17:02
WanTeedthis is my problem hggdh17:02
WanTeedi do hostname -I In terminal i get invalid ip adress17:03
idmistirhello, after a system crash that left a kernel error on kern.log, the network interface isn't visible anymore and the networking service is completely gone. I'm unsure as to the cause of this, whether or not a system crash can cause something like this or if I'm looking at an attack17:03
idmistirAny ideas in regards to that? Also, it looks like my fastest solution atm to restore services might be to reinstall from scratch. In case I do that, what file should I keep to have any hopes of auditing what happened later on?17:04
hggdhWanTeed: you can, for example, run 'dig +short myip.opendns.com @resolver1.opendns.com' on your server17:04
idmistiranything other than /var/log ?17:04
WanTeedhggdh17:04
WanTeedstep by step pls17:04
WanTeedi am in terminal now17:05
WanTeedthen ?17:05
hggdhWanTeed: the obove is one single step. Run the command I gave you (between "'")17:05
WanTeed'dig +short myip.opendns.com @resolver1.opendns.com'   ....17:06
hggdhWanTeed: the output is the server's IP address (if any is available)17:06
WanTeedwait i i will try this command17:06
hggdhWanTeed: I mean, the sever's *public* IP address17:06
WanTeedip is 197.15.244.11617:09
WanTeedthen hggdh17:09
hggdhWanTeed: ssh 197.15.244.11617:09
WanTeedunable to negotiate with 197.15.244.116 port 22: no matching  key exchange17:11
hggdhWanTeed: so you have to adjust your SSH server's configuration and/or your SSH client configuration.17:11
WanTeedtheir offer diffie-hellman-group1-sha117:12
WanTeedhow do that hggdh17:12
hggdhWanTeed: and this is as far as I will go here. I do not know you, or if you are the actual owner of this server17:12
th34lch3m1sthggdh that's my point17:13
hggdhWanTeed: just a suggestion: if you are new to Linux, I do not recommend you to expose a server to the internet without hardening. First learn to harden, THEN expose the server17:13
lotuspsychjeidmistir: crash logs come to /var/crash did you check there?17:14
idmistirlotuspsychje: there's only an old, irrelevant log there17:15
idmistirfrom 2d ago17:15
hggdhidmistir: please pastebin the kernel error17:15
idmistirhggdh https://pastebin.com/Njbt5cqY17:16
idmistirAfter this, I think the machine froze17:17
lotuspsychjeidmistir: whats your ubuntu version and kernel version please?17:18
idmistirlotuspsychje that'll take me a minute to be accurate, sorry17:20
hggdhidmistir: you got hit by a GPF in the kernel (RIP says free_transhuge_page). Kernel is 4.15.0-29-generic17:22
idmistirhggdh I understand that, but it makes no sense that anything networking related would vanish later?17:23
lotuspsychjebionic kernel should be 4.15.0.112.100 now17:23
hggdhidmistir: it does not, per se. But is is possible you had to hard-bounce the machine, and filesystem check kicked in and "cleaned up" things17:24
idmistirit can "clean up" entire service files?17:24
idmistirbad nodes?17:24
WanTeedso no soulution hggdh17:24
hggdhWanTeed: not here, since we cannot know you actually own the server.17:25
idmistirhggdh, btw, I checked the last fsck date and it hadn't run for a couple years. But that was AFTER the crash. wouldn't a filesystem check show up like that?17:25
hggdhidmistir: you should see indicia of fsck running on the first reboot after the crash17:26
hggdhidmistir: also, the fact you see the crash in kern.log means IO was still functional after the GPF. So... the unresponsive server *might* have been caused by another crash, perhaps a panic, after it.17:28
hggdhidmistir: it is also possible these are all unrelated events... we do not know17:28
hggdhidmistir: my servers (all in the cloud) all log to a serial console. The serial console usually is able to record the last breath of a panic before being unresponsive. Without a serial console, you are, pretty much, limited to using SysRq to force a sync/reboot, or to force a kernel dump17:30
Hejkkiuff, any ideas on how to get my ubuntu understand utf-8? I switched to Ubuntu on my laptop and my shell stopped showing utf-8 correctly. äöå looks like question marks, how do you guys see those?17:31
Hejkkiuff, when i type them, i cannot see them correctly, but on the chat i see them correctly, but if someone else is using non-ascii, i cannot see them correctly17:32
Hejkkieverything worked fine on the shell before my distro change on the laptop17:33
Hejkkiincluding RTL scripts worked fine17:33
Hejkkignome-terminal17:33
idmistirhggdh would it help at all if I provided the boot log after that crash?17:34
Hejkkino support17:42
lotuspsychje!patience | Hejkki17:42
ubottuHejkki: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/17:42
Hejkkii didn't repeat my question very quickly, waited for some weeks17:43
Hejkkianyhow17:43
Hejkkithanks, i will see those links17:43
The_LoudSpeakeris this package available in Ubuntu? https://packages.debian.org/sid/main/libhandy-1-dev17:44
The_LoudSpeakerI don't see it on apt search in focal17:44
lotuspsychjeHejkki: i know, volunteers idle and read, they might pick up on your issue when they read you17:45
croraflotuspsychje, i remember you boss, you helped me run my Ubuntu 9 months ago :O17:45
lotuspsychjegreat to hear croraf17:46
The_LoudSpeakerlotuspsychje: helps many times. I am also one of those whom he has helped. _/\_17:46
The_LoudSpeaker*/he/she/they17:47
lotuspsychjeThe_LoudSpeaker: libhandy-0.0-0 - Library with GTK widgets for mobile phones seems there for fossa17:47
The_LoudSpeakerthat doesn't seem to be the one that I need17:48
crorafThe graphics drivers + that experimental GUI manager that was the default on Ubuntu. Do you remember lotuspsychje17:48
crorafHP Omen. We spent entire day me pasting you the pastebins17:48
crorafWas like November17:48
crorafRTX 208017:48
lotuspsychjecroraf: join #ubuntu-discuss please, refresh my mind17:48
The_LoudSpeakerlotuspsychje: I am trying to build the elementary-terminal. here are the logs: https://paste.ubuntu.com/p/Z3ggZXgvg4/17:49
Bashing-omHejkki: I just joined the channel - what is the nature of your issue - maybe I can help ?17:51
Moukinhashello guys. my laptop is stuck in "Setting up acpid..." when updating from Eoan to Focal. any ideas on how to "unstuck" it?17:51
lotuspsychjeThe_LoudSpeaker: oh, we usually advice to install packages from the repos/snaps instead of building your own on ubuntu, maybe ##linux more for compiling issues?17:51
HejkkiBashing-om: utf-8 on terminal not showing correctly17:53
Hejkkignome-terminal17:53
Hejkkiwell, it shows correctly if i just open the terminal, but when i connect to ssh to another server, it is jst question marks. The server didn't change any settings, i just changed the distro on my laptop and everything on the server side is messed with utf-817:54
Bashing-omHejkki: Font issue ? what shows as installed ' fc-cache -fv ' ?17:54
The_LoudSpeakerlotuspsychje: the elementary-terminal (or pantheon terminal) is available from a ppa. But only for 18.04. Not for 20.04. I want another terminal for work and this is the only one I liked apart from default ubuntu terminal. hence I will have to build it from source or wait till elementary os 6 releases.17:55
HejkkiBashing-om: that gives me like 144 lines of skipping, looped directory detected17:56
Hejkkiand new cache contents: 0 fonts, 0 dirs17:57
Bashing-omHejkki: Yuk - Not sure what could cause that in the ssh world :)17:57
Hejkkiok :)17:57
Hejkkibecause with another linux distro i could even type arabic RTL correctly in gnome-terminal17:58
Hejkkithe server has no changes since that17:58
Bashing-omHejkki: But not seeing any font directories --- maybe a path issue ?17:58
Hejkkiyes there are font dirs17:58
Hejkkisorry, pasted a poor line, there are lines with other numbers also17:59
Hejkkicaching, new cache contents: 35 fonts, 0 dirs17:59
Hejkkietc17:59
Bashing-omHejkki: Well not a path issue then - but I have no other ideas as of this time as to how to check the fonts in a ssh environment :(18:02
Hejkkiok thanks anyhow :)18:02
Hejkkianother annoying problem: Can't paste with the middle mouse button anymore, and if i go to chrome, fill in some form, select some word and try to type to replace the text, nothing comes, i have to push delete to type/replace18:11
Hejkki2 problems sorry18:11
Hejkkioh well, only in chrome, forget then :)18:13
crorafI debugged my issue a bit. I have to start with the following.18:18
crorafI have a laptop with this internal microphone (https://www8.hp.com/h20195/v2/GetPDF.aspx/c06395354.pdf): HP Wide Vision HD Camera with integrated dual array digital microphone18:18
crorafcroraf@croraf-OMEN-by-HP-Laptop-17-cb0xxx:~$ cat /proc/asound/card0/codec* | grep Codec    Codec: Realtek ALC28518:18
crorafcroraf@croraf-OMEN-by-HP-Laptop-17-cb0xxx:~$ cat /proc/asound/card1/codec* | grep Codec       Codec: Nvidia GPU 92 HDMI/DP18:19
crorafFirst, how can I know to which card does my internal microphone connect to?18:19
crorafhttps://termbin.com/6k7q18:20
tomreynliviuba: i'm back, reading up now. ping me if you would like to follow up.18:47
tomreynliviuba: you'd need to remove the modprobe.blacklist=i2c_hid kernel parameter you had on the dmesg you posted earlier if you wanted to make the pad work.18:51
tomreyncroraf: can you run alsamixer again, press F6 to select sound card, F4 to select Capture (instead of the Default, Playback) devices? note how Playback is selected on your earlier screenshot ( https://pasteboard.co/JnyJ2Kw.png ). Then tell us what you see listed.18:55
tomreyncroraf: i'm not sure really about the webcam, those are usually connected via usb, but i'm not sure how its microphones would be physically and logically connected to your audio chipsets. it could even be that alsa/pulse audio treat this as a separate audio chipset..18:57
liviubatomreyn: hey, welcome back :D I tried re-doing the steps in the bug report and still nothing. I booted now with the blacklist parameter removed, and still nothing. SHould I paste a new dmesg?19:01
tomreynliviuba: yes, thats a good start, with the latest rc or stable mainline kernel please19:03
tomreynliviuba: about switching back and forth between computers: things can get much easier if you'll install an sshd on the computer you're trying to get this working on, then ssh to it from the other computer and manage it remotely.19:05
croraftomreyn, https://pasteboard.co/JnAi9JA.png19:05
crorafYou saw my question from 45 min ago?19:05
liviuba_tomreyn, this is the dmesg output https://pastebin.com/bUu4rvPw for 5.9.0-050900rc1-generic and latest drivers19:06
tomreyncroraf: This one? I just tried to respond to it, but do not know the actual answer. <croraf> First, how can I know to which card does my internal microphone connect to?19:06
koi_ghoti_2hi, I wish to change my terminal character encoding to iso_8859_319:07
koi_ghoti_2and my locale19:07
croraftomreyn, yes, i see.19:08
croraftomreyn, oh sorry the latest image was with jack microphone connected19:09
tomreynliviuba_: you'Re still booting with modprobe.blacklist=i2c_hid19:10
tomreynliviuba_: is this on purpose?19:11
croraftomreyn, it looks the same with jack microphone unpluged19:11
liviuba_tomreyn, I don't think so, I removed the line from the grub confi19:11
tomreynliviuba_: and ran    sudo update-grub    before rebooting?19:11
liviuba_tomreyn, I think I forgot to regenerate the actual grub config, 1s I'll reboot now19:11
tomreyncroraf: what does     pavucontrol -t 4    show?19:16
croraftomreyn, https://pasteboard.co/JnAmUfk.png19:17
tomreyncroraf: can you show the "configuration" tab as well?19:18
liviubatomreyn: I've set up sshd on the laptop, much smoother now :D this is the dmesg https://pastebin.com/5pNVxdTK I've checked and the blacklist part is missing from the boot options in grub19:18
asdfghhello19:19
asdfghi have installed code via snap19:19
asdfghis there something similar to --purge remove19:20
asdfghafter the re-install i see previous workspace19:20
asdfgh am trying to install CODE (visual studio code)19:20
liviubatomreyn: just so I understand what's happening, what we're trying to do now is to load the elan_i2c module into the kernel? I tried adding it to /etc/modules and it does show up in lsmod, but /proc/bus/input/devices doesn't change19:22
tomreynliviuba: yes, i was hoping it'd show up as an input device by now, thanks to the updated acpi tables. ive only started reading your dmesg now, give me some minutes. maybe you can try to prepare the custom acpi table in the meantime?19:23
tomreynliviuba: also if you could     cat /proc/bus/input/devices | nc termbin.com 9999     please19:25
tomreynlsmod, too19:25
liviubatomreyn: ok, sure, prepare as in run everything here https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1861610/comments/66 until the part where I create `/etc/grub.d/50_acpi_patch`, right?19:25
ubottuLaunchpad bug 1861610 in linux-oem-5.6 (Ubuntu Focal) "'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'" [Undecided,Fix released]19:25
liviubatomreyn: oh, also, when I dump the acpi table, the changes are already made (the lines that I previously commented now don't show up at all in the function)19:26
asdfghwhy do i see all the extensions i have installed in code?19:27
asdfghsnap remove --purge just remove the package19:27
asdfghi need to remove everything about that package19:27
asdfghto install a fresh code after19:27
liviubatomreyn: this is lsmod https://termbin.com/ayty and this is /proc/bus/input/devices https://termbin.com/ek0o19:29
tomreynliviuba: okay so the acpi table should no longer be the problem. then just wait until i'm done reading, i guess19:29
asdfghwhy this confusion about snap and deb file.....19:35
tomreynliviuba: if i'm interpreting your dmesg correctly then before you postzed this, you already booted with a custom DSDT ACPI table. can you remove this off the initrd for now and reboot and post another dmesg, please?19:37
tomreyn+ cat /proc/bus/input/devices19:37
tomreynmy goal right now is to be as close to stock ubuntu (but with updated bios + kernel) as possible19:38
liviubatomreyn: ok, I'll remove this bit /boot/acpi_fixed.cpio (from here https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1861610/comments/66) when booting19:38
ubottuLaunchpad bug 1861610 in linux-oem-5.6 (Ubuntu Focal) "'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'" [Undecided,Fix released]19:38
tomreynliviuba: exactly, + update initramfs19:39
tomreynor redo initramfs rather19:39
tomreynso   sudo update-inmitramfs -c -k $(uname -r)19:40
liviubatomreyn: just booted with that option part removed (just removed from grub, at boot time), and ran `update-initramfs -u` and got this warning "W: Possible missing firmware /lib/firmware/rtl_nic/rtl8125b-2.fw for module r8169" but it worked otherwise19:42
tomreynr8169 is a network chipset by realtek, it may need a newer firmware, but that's not related19:43
liviubatomreyn: sorry didn't see your message with the -c, ran `update-initramfs -c -k $(uname -r)` and got the same output19:43
tomreynliviuba: looks like yours contains -c, too19:44
croraftomreyn, https://pasteboard.co/JnAxQRmQ.png19:44
tomreyncroraf: i don't rmeember, was the TU104HD the nvidia one? if so, keep it off, and try a digial input for the built-in19:45
asdfghanyone?19:45
tomreyncroraf: if there is no digital input, look for "analog stereo duplex"19:46
crorafI dont think ive seen tu104hd anywhere tomreyn you mean in jurnal?19:46
prappl93asdfgh, what exactly is your question again?19:47
crorafin those other logs this code was not present19:47
croraftomreyn,19:47
asdfghprappl93, i have installed "code" package via snap19:47
asdfghnow i want to remove that package i tried with snap remove code      and snap remove --purge code19:48
asdfghbut when i do snap install code19:48
liviubatomreyn: I ran the command with -u initially, and later ran the exact command you said :D so, I ran the update-initramfs and rebooted (changed the initrd parameter at boot time again) and these are /proc/bus/input/devices https://termbin.com/7fcu , lsmod https://termbin.com/fl07 and dmesg https://termbin.com/4j0z19:48
tomreyncroraf: hmm, i thought it was listed on some output you posted to termbin or pastebin.com earlier, but not sure now, can't find it.19:48
asdfghi see the previous configuration, previous workspace of that editor19:48
asdfghprappl93, ^^19:48
crorafperhaps only in journal, you want me to repaste the journal?19:48
croraftomreyn, but i see it on this link https://linux-hardware.org/index.php?id=pci:10de-10f8-1558-771019:49
prappl93asdfgh, is there a config file/directory still in your home directory for that? Might be in ~/.config19:49
tomreyncroraf: a web search for "tu104 hd" suggests this chipset is usually combined with nvidia graphics cards, that's enough indication for me.19:49
asdfghi see .config/COde19:50
asdfghCode19:50
asdfghwhy snap still mantain it?=19:50
tomreynliviuba: very well, no more acpi table override in place19:51
crorafFor builtin audio i see: analog stereo output (selected), off, analog stereo input (unplugged) (unavailable), analog stereo duplex (unavailable) tomreyn19:51
liviubatomreyn: yes, now if I dump and decompile it, I get back the function that was commented previously (just the body)19:51
tomreyncroraf: hmm if those are unavailable then this is not the problem. i need to focus on the work i started with liviuba for now, though, sorry.19:52
crorafnp, have a nice evening19:52
tomreyncroraf: you, too.19:52
prappl93asdfgh, I'm not quite sure. I'd assume the purge command would only remove system-level configurations instead of local ones on snap. I'm fairly certain that's the same behavior with dpkg/apt as well.19:53
tomreyncroraf: you're welcome to sum all details you have so far up again and post them here again to get help from someone else, or on the ubuntu forums or askubuntu.com, too19:53
crorafcool, i go try changing mode now in alsa-base.config19:54
crorafso i restart now19:54
crorafsee ya19:54
tomreynliviuba: so you're saying it's not commented out now, right?19:54
liviubatomreyn: yes, it's not commented, it's like this https://pastebin.com/7Sv9uf4f19:56
croraftomreyn just to inform you that i changed the mode in the config and now it shows the mic19:58
crorafstill not recoridng thoug19:58
asdfghprappl93, ok i try removing it manually19:59
crorafhttps://pasteboard.co/JnAE08n.png tomreyn19:59
tomreyncroraf: raise the capture devices' volumes with alsamixer to 70%, mic boost by one step20:00
asdfghprappl93, could you explain this confusion? i mean....now can we install software via .deb and via snap ?20:00
prappl93asdfgh, should be able to do both yes. Ubuntu comes with both snapd and dpkg/apt to install packages20:01
croraftomreyn, before doing anything it is kinda recording internal laptop sounds20:01
crorafcapture is on 100 in F4 menu20:02
crorafinternal is at 0, mic bootst 0 and 1 are at 020:02
tomreynliviuba: good. these acpi errors you have on dmesg are, i think, about the on-board USB 3.1 hubs20:02
croraftomreyn, which of these shoukd i change. im in f4 menu20:03
tomreyncroraf: okay, sorry then,t hat's all i could think of quickly20:03
asdfghprappl93, yes but i do not get the point....why two tool to install packages?20:03
crorafok thx tomreyn20:03
prappl93asdfgh, snap installs packages in a container, kind of like Docker, from my understanding. It allows you to install more packages that don't natively come in a .deb format from my understanding.20:04
tomreynliviuba: you should probably "file a bug with lenovo" on this, i.e. do a forum post or open a ticket with their support if you can. they may just respond with "we do not support linux on this laptop" though, in which case you'd need to try to insist that acpi tables should still not be broken on the device you acquired from them.20:05
asdfghprappl93, a kind of chroot ?20:05
prappl93asdfgh, precisely20:05
asdfghok20:05
tomreynliviuba: can you post    lsusb    as well?20:06
liviubatomreyn: ok, I'll try this. Do you think there is any chance for this to be fixed at some point in the future? as in, in future kernel releases / with future bios updates?20:07
liviubatomreyn: this is the lsusb output https://termbin.com/iwqz20:08
tomreynliviuba: i'd say there's a good chance it'll be fixed in the future, yes. but don't rely on me. ;-)20:08
tomreynliviuba: since you still have windows installed, while this should be unrelated, you should probably also update the intel ME firmware, for security reasons.20:10
tomreynhttps://pcsupport.lenovo.com/gb/en/products/laptops-and-netbooks/thinkbook-series/thinkbook-15-iil/20sm/downloads/DS54558920:11
liviubatomreyn: dang, if I'd known I would have bought something else, lol. Thank you very very much for your help20:11
liviubatomreyn: how could you tell that even the cpu firmware was old? do you do kernel development?20:11
tomreynliviuba: no, i'm completely clueless there. i just noticed they had released a newer ME fiormware and think i read something about new bugs in the intel management engine lately, which this may be about.20:13
liviubatomreyn: they have a thread on their forum for the thinkbook 14 (which I assume is the previous year's generation) which still isn't fixed, here https://forums.lenovo.com/t5/ThinkBook-Notebooks/Thinkbook-14-IIL-trackpad-not-supported-on-Linux/m-p/501386720:13
tomreynliviuba: hmm, yes, looks related. i'm not god with editing acpi tables either, would not really know what whould be changed, so i'm not really much help with working around the buggy bios, which would generally be possible though.20:16
spiffdaddyIf linux is running in a VM, how sandboxed is its activity from data miners or malware that has infected the host?20:28
tomreynliviuba: hmm, i just re-read (parts of) bug 1861610 and notice that there are others who have your exact configuration (if older kernel, but this should not matter) report that the *workaround* (not fix) by Ferenc Szabo works for them, soecifically https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1861610/comments/98 has your same model, same bios version. so i think it should be possible. you'd need to re-introduce the module blacklisting of20:31
tomreyni2c_hid (i just asked you to remove this earlier to rule out side effects, hoping this was already fixed in mainline kernels)20:31
ubottuLaunchpad bug 1861610 in linux-oem-5.6 (Ubuntu Focal) "'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'" [Undecided,Fix released]20:31
tomreynliviuba: also make sure you subscribe to this bug report to know when it gets fixed, and to flag "affects me", too.20:32
catbeardqq20:33
catbeardon focal20:33
catbeardhow do i "force" ubuntu to see that i have a 3.5mm audio jack plugged in (again)20:33
catbeardas opposed to routing sound via HDMI20:33
catbeardi have the applet switcher but it only lists 120:33
catbeardbut aplay -l lists 220:33
catbeardi had unplugged my speakers to instead plug in headphones, and HDMI took over and won't let go20:35
catbearduntil reboot of course20:35
catbeardbut i have 40 windows open with 3 active ssh proxy sessions and i don't wish to reboot20:35
tomreynspiffdaddy: not much. if the host OS is infected, the guest OS can be, too. general linux questions are better asked in ##linux, hardware (and firmware, and virtualization platform support) questions should go to ##hardware. ubuntu specific discussions which are not support questions should go to #ubuntu-discuss20:37
spiffdaddytomreyn thanks!20:38
liviubatomreyn: I subscribed to the bug and flagged that it affects me, thanks for helping me out20:41
tomreynyou're welcome.20:43
=== StathisA_ is now known as StathisA
=== StathisA_ is now known as StathisA
=== u[] is now known as Urbanecm[]
=== StathisA_ is now known as StathisA
guntbert!nickspam > StathisA22:04
ubottuStathisA, please see my private message22:04
xbfrogi want to stop ubuntu 20.04 asking for a login. i read that if i go to sudo visudo it opens vi editor. i am suppose to add to %admin behind (all) NOPASSWORD: I get this far but cant figure out how so save and exit. any help?22:05
xbfrogi read different answers but none seem to save and exit22:06
tomreynhit escape, type :x and press enter22:06
xbfrogi did, does it prompt or no?22:07
xbfrogi get no response22:07
tomreynno22:07
xbfrogok no prompt then? right?22:07
tomreynvim won't prompt you for anything.22:08
xbfrogok got it, then that explains the 2 sudoer.tmp saves i saw when looking at the files22:08
tomreynthe general idea of "stop ubuntu 20.04 asking for a login" seems like a bad idea to me, though.22:09
xbfrogwhy? might i ask22:09
tomreyni think you asked this here before and got several replies, am i remembering this incorrectly?22:09
xbfrogthis is all new to me so i'm sorry if my questions seem dumb22:09
xbfrogum, mayb i'm not sure. just now today figured out how to get to the file to be modified22:10
tomreynwhich login prompt are you trying to remove exactly?22:11
xbfrogfrom a cold boot or log off it asks for a password22:11
xbfrogor log on rather22:11
tomreynthe login to your graphical desktop?22:12
xbfrogyes22:12
xbfrogthere is no one here but me so i have no issues with someone else using my laptop22:12
tomreynediting the sudo configuration won't make this disappear.22:12
xbfrogoh22:12
xbfrogis it permenent? no change possible?22:13
tomreynare you using the default gdm login manager?22:13
xbfrogum gdm? not sure. what's gdm?22:13
xbfrogi havent installed any other login manager if thats what you mean22:14
tomreynokay, let's ask differently: are you using the default Ubuntu or one of the other flavours?22:14
tomreyn!flavour22:14
ubottuRecognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours22:14
xbfrogdefault22:14
xbfrogits running gnome desktop22:14
tomreynpress the windows key, then type: settings22:15
xbfrogok22:15
tomreynon the bottom of the left column you should see 'Details'22:15
tomreynclick it22:15
tomreynthen click on 'Users'22:15
tomreyndoes this work so far?22:16
xbfrogi'm in settings/users22:16
xbfrogit says unlock to change settings22:17
tomreynright, click on the 'unlock' button on the window frame22:17
xbfrogok22:17
xbfrogok entered password22:17
tomreynswitch "automatic login" to on22:17
xbfrogok22:17
tomreynyou're done.22:18
xbfrogit was on that setting before i googled your answer and "they" said turn it off. it was on and still asking for a password at boot22:18
xbfrogon or off it still asks for password22:19
tomreyntake note of the password prompt if it still does it then. or take a photo with a camera and upload it.22:19
xbfrogok, upload it where?22:19
tomreynimgur.com22:20
xbfrogok i know how to use that22:20
xbfrogok will do22:20
xbfrogthanks22:20
xbfrogi really appreciate your help22:20
tomreynyou're welcome22:20
xbfrogbe back later22:20
xbfrogok i need to say i forgot i did once install seahorse didnt like it and uninstalled it.22:41
xbfrogit clicked my memory looking at the screen because it says "keyring"22:41
xbfrogso maybe it didnt totally uninstall?22:41
Bray90820Maybe someone here can tell me why this script makes ubuntu 20.04 crash22:49
Bray90820https://pastebin.com/raw/w4rAvVgf22:49
Bambusseems pretty okay...22:51
Bray90820When i run it the gnome side panel refreshes without apps and i cant click anything22:52
Bray90820And then i need to restart the computer22:52
Shaunhi; trying to install anything with snap, I get 403 forbidden from api.snapcraft.io.  Where do I even start trying to figure out what's wrong?22:57
=== leaftype2 is now known as leaftype
brookerose1312Hi, I can't seem to find a distro support channel for Ubuntu Budgie - does one exist, or should I ask my question here (it's less about the distro and more about hardware support)23:33
compdocmight as well ask23:33
brookerose1312Cool! So, my partner recently got the Lenovo Flex 5 14iil05-81x1. The touchscreen doesn't work out of box, and I'm just wondering if getting it working is possible or a lost cause.23:34
brookerose1312I have the same laptop but I'm running arch and I haven't tried to bother getting the touchscreen working.23:35
brookerose1312... if it matters it's the i5 variant.23:35
xbfrogweird23:36
tomreynbrookerose1312: https://bugzilla.kernel.org/show_bug.cgi?id=207759#c1723:54
ubottubugzilla.kernel.org bug 207759 in Input Devices "Elan Touchscreen not working on Lenovo IdeaPad 5 15" [Normal,New]23:54
brookerose1312I'll give it a try, thanks.23:54
tomreynthat's a workaround, obviously, not a fix23:54
brookerose1312Eh, as long as it means that they can use their touchscreen, that's fine haha23:55
tomreynapprently it works with some submodels but not others23:55
brookerose1312I'll test on mine since I have the same system and it's a systemd thing23:56
Maikbrookerose1312: #ubuntu-budgie23:58
brookerose1312Ah, thank you.23:58
Maikyou're welcome23:59
brookerose1312I'll ask there if it doesn't work on my system (currently set up a ubuntu budgie system as well in order to check lol)23:59

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