Linux - Reddit – Telegram
Linux - Reddit
775 subscribers
4.19K photos
207 videos
39.9K links
Stay up-to-date with everything Linux!
Content directly fetched from the subreddit just for you.

Powered by : @r_channels
Download Telegram
Nvidia with open source driver

Rommers around the internet has told me that nvidia is slowly getting ready publis documentation for their graphics cards and make open source drivers. Mainly because of the competition from AMD.
Is there any merit to those rommers ?

https://redd.it/d43pd6
@r_linux
Manjaro 18.1 and GPU usage (too high)

Hi!

I was just testing live media Manjaro 18.1 and was very pleased with xfce 4.14 and the FINALLY Vsync solution out of the box they implemented. I tested with nvidia drivers using a gtx 1080.

The problem was when I tested youtube and get it to fullscreen at my tv as second monitor. The GPU usage skyrocket achieving 48%!!! Even the coolers started just to play a FHD video at 4k screen.

Then I started the live media with KDE and get the same situation.

Any ideas what's causing this? That's not normal.


Edit: Noticed that my 18.0 install with KDE also shows this behavior... That's definitelly not normal... anyone knows how to fix?

https://redd.it/d441nb
@r_linux
Super Tux Kart being played at the Mercedes Booth, German Motor Show (IAA)
https://redd.it/d45ymq
@r_linux
Some files not mounting with external hard drive?

I just reinstalled Mint on my lap top and the last time I pulled all my music off an external hard drive onto my laptop just fine. This time though some of the files think they aren’t mounted and I can’t copy them. Specifically all of my music and a folder called “downloads” that has a bunch of music and videos in it. Other downloaded video content in other folders on the hard drive are working fine though.

It just bugs me out that on my previous install, none of this happened. Anyone else ever experienced this? What can be done?

https://redd.it/d47dcu
@r_linux
Package management for audio production in Ubuntu is a nightmare

Al I want is a low-latency audio system that lets me use SuperCollider and Haskell. I've had it working a few times in the past, with the help of the KXStudio repositories, but I always end up with conflicts, and KXStudio has been frozen for a year. I hear good things about NixOS, although the learning curve looks steep; does anyone use that for music? Is there some other system with a package manager that just works?

(Lately apt reports that jackd2 conflicts with jack-daemon, but jack-daemon is a virtual package, and the last time I tried to uninstall one of those it destroyed my window manager spectacularly. Meanwhile SuperCollider won't install because the Ableton Link library, which I don't even want to use, says it wants asio.hpp, even though ASIO is a Windows-specific library.)

https://redd.it/d4d85k
@r_linux
How to install driver for broadcom 43142 on clear linux?

[https://wiki.gentoo.org/wiki/Wifi#Firmware](https://wiki.gentoo.org/wiki/Wifi#Firmware)

[https://packages.gentoo.org/packages/net-wireless/broadcom-sta](https://packages.gentoo.org/packages/net-wireless/broadcom-sta)

​

`android@clr-50a01fd7a99d4be5943228b14a687e41~ $ lspci -nn |grep Broadcom 06:00.0 Network controller [0280]: Broadcom Limited BCM43142 802.11b/g/n [14e4:4365] (rev 01)`

​

> `android@clr-50a01fd7a99d4be5943228b14a687e41~/broadcom-wl $ make KBUILD_NOPEDANTIC=1 make -C /lib/modules/\`uname -r\`/build M=\`pwd\` make[1]: Entering directory '/usr/lib/modules/5.2.11-829.native/build' CFG80211 API is prefered for this kernel version Using CFG80211 API CC [M] /home/android/broadcom-wl/src/shared/linux_osl.o CC [M] /home/android/broadcom-wl/src/wl/sys/wl_linux.o In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/cpumask.h:5, from ./arch/x86/include/asm/msr.h:11, from ./arch/x86/include/asm/processor.h:21, from ./arch/x86/include/asm/cpufeature.h:5, from ./arch/x86/include/asm/thread_info.h:53, from ./include/linux/thread_info.h:38, from ./arch/x86/include/asm/preempt.h:7, from ./include/linux/preempt.h:78, from ./include/linux/spinlock.h:51, from ./include/linux/seqlock.h:36, from ./include/linux/time.h:6, from ./include/linux/stat.h:19, from ./include/linux/module.h:10, from /home/android/broadcom-wl/src/include/linuxver.h:40, from /home/android/broadcom-wl/src/wl/sys/wl_linux.c:27: In function ‘strncpy’, inlined from ‘_wl_add_monitor_if’ at /home/android/broadcom-wl/src/wl/sys/wl_linux.c:2990:2: ./include/linux/string.h:260:9: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 260 | return __builtin_strncpy(p, q, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/android/broadcom-wl/src/wl/sys/wl_linux.c: In function ‘_wl_add_monitor_if’: ./include/linux/string.h:281:10: note: length computed here 281 | return __builtin_strlen(p); | ^~~~~~~~~~~~~~~~~~~ CC [M] /home/android/broadcom-wl/src/wl/sys/wl_iw.o CC [M] /home/android/broadcom-wl/src/wl/sys/wl_cfg80211_hybrid.o LD [M] /home/android/broadcom-wl/wl.o Building modules, stage 2. CFG80211 API is prefered for this kernel version Using CFG80211 API MODPOST 1 modules CC /home/android/broadcom-wl/wl.mod.o LD [M] /home/android/broadcom-wl/wl.ko make[1]: Leaving directory '/usr/lib/modules/5.2.11-829.native/build' android@clr-50a01fd7a99d4be5943228b14a687e41~/broadcom-wl $ sudo make install Password: install -D -m 755 wl.ko /lib/modules/\`uname -r\`/kernel/drivers/net/wireless android@clr-50a01fd7a99d4be5943228b14a687e41~/broadcom-wl $ modprobe wl modprobe: ERROR: could not insert 'wl': Operation not permitted android@clr-50a01fd7a99d4be5943228b14a687e41~/broadcom-wl $ sudo modprobe wl modprobe: ERROR: could not insert 'wl': Required key not available android@clr-50a01fd7a99d4be5943228b14a687e41~/broadcom-wl $ modprobe -r bcma modprobe: ERROR: could not remove 'bcma': Operation not permitted android@clr-50a01fd7a99d4be5943228b14a687e41~/broadcom-wl $ sudo modprobe -r bcma android@clr-50a01fd7a99d4be5943228b14a687e41~/broadcom-wl $ sudo -s root@clr-50a01fd7a99d4be5943228b14a687e41/home/android/broadcom-wl # echo "blacklist bcma" > /etc/modprobe.d/broadcom.conf bash: /etc/modprobe.d/broadcom.conf: No such file or directory root@clr-50a01fd7a99d4be5943228b14a687e41/home/android/broadcom-wl # echo "wl" > /etc/modules-load.d/wl.conf bash: /etc/modules-load.d/wl.conf: No such file or directory root@clr-50a01fd7a99d4be5943228b14a687e41/home/android/broadcom-wl # depmod -a root@clr-50a01fd7a99d4be5943228b14a687e41/home/android/broadcom-wl # mo
dprobe wl modprobe: ERROR: could not insert 'wl': Required key not available root@clr-50a01fd7a99d4be5943228b14a687e41/home/android/broadcom-wl # android@clr-50a01fd7a99d4be5943228b14a687e41~/broadcom-wl $ make KBUILD_NOPEDANTIC=1 make -C /lib/modules/\`uname -r\`/build M=\`pwd\` make[1]: Entering directory '/usr/lib/modules/5.2.11-829.native/build' CFG80211 API is prefered for this kernel version Using CFG80211 API CC [M] /home/android/broadcom-wl/src/shared/linux_osl.o CC [M] /home/android/broadcom-wl/src/wl/sys/wl_linux.o In file included from ./include/linux/bitmap.h:9, from ./include/linux/cpumask.h:12, from ./arch/x86/include/asm/cpumask.h:5, from ./arch/x86/include/asm/msr.h:11, from ./arch/x86/include/asm/processor.h:21, from ./arch/x86/include/asm/cpufeature.h:5, from ./arch/x86/include/asm/thread_info.h:53, from ./include/linux/thread_info.h:38, from ./arch/x86/include/asm/preempt.h:7, from ./include/linux/preempt.h:78, from ./include/linux/spinlock.h:51, from ./include/linux/seqlock.h:36, from ./include/linux/time.h:6, from ./include/linux/stat.h:19, from ./include/linux/module.h:10, from /home/android/broadcom-wl/src/include/linuxver.h:40, from /home/android/broadcom-wl/src/wl/sys/wl_linux.c:27: In function ‘strncpy’, inlined from ‘_wl_add_monitor_if’ at /home/android/broadcom-wl/src/wl/sys/wl_linux.c:2990:2: ./include/linux/string.h:260:9: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 260 | return __builtin_strncpy(p, q, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/android/broadcom-wl/src/wl/sys/wl_linux.c: In function ‘_wl_add_monitor_if’: ./include/linux/string.h:281:10: note: length computed here 281 | return __builtin_strlen(p); | ^~~~~~~~~~~~~~~~~~~ CC [M] /home/android/broadcom-wl/src/wl/sys/wl_iw.o CC [M] /home/android/broadcom-wl/src/wl/sys/wl_cfg80211_hybrid.o LD [M] /home/android/broadcom-wl/wl.o Building modules, stage 2. CFG80211 API is prefered for this kernel version Using CFG80211 API MODPOST 1 modules CC /home/android/broadcom-wl/wl.mod.o LD [M] /home/android/broadcom-wl/wl.ko make[1]: Leaving directory '/usr/lib/modules/5.2.11-829.native/build' android@clr-50a01fd7a99d4be5943228b14a687e41~/broadcom-wl $ sudo make install Password: install -D -m 755 wl.ko /lib/modules/\`uname -r\`/kernel/drivers/net/wireless android@clr-50a01fd7a99d4be5943228b14a687e41~/broadcom-wl $ modprobe wl modprobe: ERROR: could not insert 'wl': Operation not permitted android@clr-50a01fd7a99d4be5943228b14a687e41~/broadcom-wl $ sudo modprobe wl modprobe: ERROR: could not insert 'wl': Required key not available android@clr-50a01fd7a99d4be5943228b14a687e41~/broadcom-wl $ modprobe -r bcma modprobe: ERROR: could not remove 'bcma': Operation not permitted android@clr-50a01fd7a99d4be5943228b14a687e41~/broadcom-wl $ sudo modprobe -r bcma android@clr-50a01fd7a99d4be5943228b14a687e41~/broadcom-wl $ sudo -s root@clr-50a01fd7a99d4be5943228b14a687e41/home/android/broadcom-wl # echo "blacklist bcma" > /etc/modprobe.d/broadcom.conf bash: /etc/modprobe.d/broadcom.conf: No such file or directory root@clr-50a01fd7a99d4be5943228b14a687e41/home/android/broadcom-wl # echo "wl" > /etc/modules-load.d/wl.conf bash: /etc/modules-load.d/wl.conf: No such file or directory root@clr-50a01fd7a99d4be5943228b14a687e41/home/android/broadcom-wl # depmod -a root@clr-50a01fd7a99d4be5943228b14a687e41/home/android/broadcom-wl # modprobe wl modprobe: ERROR: could not insert 'wl': Required key not available root@clr-50a01fd7a99d4be5943228b14a687e41/home/android/broadcom-wl #`

https://redd.it/d4htfx
@r_linux
Help! Steam doesn't recognize my hard drive!

Today I finally switched from Windows to Linux, but I have a problem. I want to install games in my hard drive because my SSD is only 128GB, but when I go to settings>downloads>steam library folders and I click to add a new library folder I can't find the hard drive. It only shows me "/" wich is the name of my SSD. Does anybody know how to fix this?

https://redd.it/d4iz0t
@r_linux
Instaloader

Hi there everyone I am trying to make a instagram downloader and I got reccomeded instaloader

So my question is how do I download one picture or video at a time instead of a whole profile

https://redd.it/d4jr0m
@r_linux
HP Spectre x360 15 (2019) with Linux?

I was wondering if anybody has any experience with recent HP spectre models and Ubuntu. I've had my eye on the HP Spectre x360 15-df1550nd because of the combination of gpu, display and touchscreen.

I've read that spectres usually have problems with the four speakers, the fingerprint sensor and the microphone.
The biggest problem I'm having with the current HP laptop I'm using is not able to use the HDMI port when the nvidia card is disabled. This is most likely due to the HDMI port being connected to the GPU.

I'm having trouble finding recent info on these devices.
If anybody has experience with these devices and Linux I would like to ask them if these issues I mentioned are still issues with recent kernel/distros and/or if new issues have emerged with the newer models.

I'm currently using Ubuntu though I'm open to using different distro's if they work better.

https://redd.it/d4lr4a
@r_linux
Script help?

So how would I write a noscript to write into a separate noscript




So far I am launching nano and I can't input the text automatically or close it

https://redd.it/d4lemp
@r_linux
Idea for a "Touch Bar" for the Linux Desktop

I was looking at the dbus, and found that most KDE and Gnome applications, allow their toolbar actions to be controlled using it. This got me thinking, what if there was a small program, that figured out applicable applications and services on the dbus (like the active window), and sent them, along with an icon name from the freedesktop icon naming specification ([https://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html](https://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html)), to different UIs (gtk, qt5, an Arduino, etc.) touch bar like programs.

Are there any glaring problems with this? Is this something people want? Thank you for reading.

https://redd.it/d4nchc
@r_linux
Elementary OS: Questions from absolute beginner

Hello world!

I have been fiddling around the general topic of computer systems lately and have been wondering about the topic of Linux and its many distros.

After doing some research I have set upon ElementaryOS as the distro I'd most likely use, probably due to its resemblance with macOS, which I've been using.

I have some questions about the specific distro. Please bear in mind I'm an absolute beginner to more sophisticated aspects of software and I'd like it if potential terminology could be shortened or explained to me.

• Learning curve? Is it relatively easy for the average user who's looking for an alternative from the big two (win / mac) or is it better for more nuanced users?

• Can it be dual-booted on an Apple device like a MacBook as with Windows?

• Privacy? I've read its privacy policy and it seems pretty promising but I'd like some further opinions.

• How many "mainstream" applications are available for it in general (can I run Steam, Minecraft or Photoshop, for example?) and how can I use an application built for another OS within Elementary? I've heard of winewrapper but I'd like some more information for it.

Thank you for your assistance!

https://redd.it/d4p5wx
@r_linux