February 2, 2020, 12:58 pm
Hi all,
some time ago (week?) multimedia stopped playing for me in QtWebEngine-based software in Tumbleweed (namely, I am using Qutebrowser and MellowPlayer actively). All other software (including sample video player from qtmultimedia repo) seems to work, so I assume problem is indeed in QtWebEngine. I am not experienced in debugging this library, any good advices where to start?
↧
February 2, 2020, 2:06 pm
Hello everybody,
after not using my steam controller for some month I tried to give it a spin last week on my installation of openSUSE Tumbleweed. But I had no luck that the steam controller works in combination with the steam client. So I remembered the early days where you had to add the udev rule. But in the yast software center is now a package called "steam-controller" which adds this rule in "/lib/udev/rules.d/60-steam-input.rules".
Code:
# Valve USB devices
SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
# Steam Controller udev write access
KERNEL=="uinput", SUBSYSTEM=="misc", TAG+="uaccess", OPTIONS+="static_node=uinput"
# Valve HID devices over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
# Valve HID devices over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="*28DE:*", MODE="0660", TAG+="uaccess"
# DualShock 4 over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="05c4", MODE="0660", TAG+="uaccess"
# DualShock 4 wireless adapter over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0ba0", MODE="0660", TAG+="uaccess"
# DualShock 4 Slim over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="09cc", MODE="0660", TAG+="uaccess"
# DualShock 4 over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="*054C:05C4*", MODE="0660", TAG+="uaccess"
# DualShock 4 Slim over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="*054C:09CC*", MODE="0660", TAG+="uaccess"
# Nintendo Switch Pro Controller over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="2009", MODE="0660", TAG+="uaccess"
# Nintendo Switch Pro Controller over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="*057E:2009*", MODE="0660", TAG+="uaccess"
# Nacon PS4 Revolution Pro Controller
KERNEL=="hidraw*", ATTRS{idVendor}=="146b", ATTRS{idProduct}=="0d01", MODE="0660", TAG+="uaccess"
# Razer Raiju PS4 Controller
KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="1000", MODE="0660", TAG+="uaccess"
# Razer Panthera Arcade Stick
KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="0401", MODE="0660", TAG+="uaccess"
# Mad Catz - Street Fighter V Arcade FightPad PRO
KERNEL=="hidraw*", ATTRS{idVendor}=="0738", ATTRS{idProduct}=="8250", MODE="0660", TAG+="uaccess"
# Mad Catz - Street Fighter V Arcade FightStick TE S+
KERNEL=="hidraw*", ATTRS{idVendor}=="0738", ATTRS{idProduct}=="8384", MODE="0660", TAG+="uaccess"
# EMiO Elite Controller for PS4
KERNEL=="hidraw*", ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="1cf6", MODE="0660", TAG+="uaccess"
# HORI RAP4
KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="008a", MODE="0660", TAG+="uaccess"
# HORIPAD 4 FPS
KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="0055", MODE="0660", TAG+="uaccess"
# HORIPAD 4 FPS Plus
KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="0066", MODE="0660", TAG+="uaccess"
# Armor Armor 3 Pad PS4
KERNEL=="hidraw*", ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="0e10", MODE="0660", TAG+="uaccess"
# STRIKEPAD PS4 Grip Add-on
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="05c5", MODE="0660", TAG+="uaccess"
# NVIDIA Shield Portable (2013 - NVIDIA_Controller_v01.01 - In-Home Streaming only)
KERNEL=="hidraw*", ATTRS{idVendor}=="0955", ATTRS{idProduct}=="7203", MODE="0660", TAG+="uaccess", ENV{ID_INPUT_JOYSTICK}="1", ENV{ID_INPUT_MOUSE}=""
# NVIDIA Shield Controller (2015 - NVIDIA_Controller_v01.03 over USB hidraw)
KERNEL=="hidraw*", ATTRS{idVendor}=="0955", ATTRS{idProduct}=="7210", MODE="0660", TAG+="uaccess", ENV{ID_INPUT_JOYSTICK}="1", ENV{ID_INPUT_MOUSE}=""
# NVIDIA Shield Controller (2017 - NVIDIA_Controller_v01.04 over bluetooth hidraw)
KERNEL=="hidraw*", KERNELS=="*0955:7214*", MODE="0660", TAG+="uaccess"
In the description of the package is stated to add the desired users to the group "games". This is what i did.
Code:
benjamin@localhost:~> groups benjamin
benjamin : users games
But I have no luck. The controller works in steam somehow but is definitely not recognized as controller.
So what could I try to fix this problem. Help would much appreciated. Thank you very much in advance.
↧
↧
February 3, 2020, 12:28 am
Hi
I have a new graphics card (Gigabyte GT1030) and I'm getting odd behaviour. Can you advise how I can localise the fault.
On boot, the BIOS & GRUB graphics come up, and sometimes OS Tumbleweed starts fine, but at other times I get corrupted & unusable graphics: text (tty) login is inset from the left and extends off the bottom of the visible screen; graphics has a changing line of dots across the top and the graphic image is small (approx 1/4 screen) & offset - X11 doesn't start.
Is this likely to be a card defect (so I should send the card back), driver, power supply or something else?
How can I distinguish between the possible causes?
Thanks
David
↧
February 3, 2020, 1:30 am
Last week, we introduced Tilix and started exploring its basics, let’s now familiarize ourselves with the advanced features of Tilix, namely: Management of bookmarks, local or remote; Personalized links (clickable links based on regular expressions); Automatic profile switching depending on location (local or remote (SSH)); Password management; Launch of internal actions. Bookmark management Tilix allows […]
More...
↧
February 3, 2020, 2:47 am
Goedemorgen mede forumleden,
Mijn laptop boot niet meer en toont na het ingeven wachtwoordzin voor sda3 home partitie, geen login scherm. Het zou erg fijn zijn als één van de forumleden tijd heeft mij hiermee te helpen.
Info:
Systeem op Tumbleweed met KDE laatste update gisterenmiddag gedraaid.
Ik kom er niet et uit:
Het betreft een van mijn eigen laptops (DELL E7250). Bij mijn weten niets geks gedaan (dat zegt iedereen natuurlijk). Ik heb gisteren in Yast een oude externe HDD geformateerd/gepartioneerd en één partitie van deze externe schijf LUKS encrypted. Vervolgens een aantal datafiles naar de encrypted partitie van deze externe HDD verplaats. Verder wat e-mail (Kmail) en wat datafiles opgeruimd alleen userdata.
Niets in systeem zelf gedaan wel later in GParted de Labels van de externe HDD aangepast that’s all. Dat mag niets met het systeem zelf van doen hebben lijkt mij (de externe externe HDD werkt prima ingeplugd in een ander systeem)
Vandaag bij opstarten blijft het systeem hangen bij de start. Kennelijk is er niet netjes afgesloten of zo iets.
Dit bericht krijg ik te lezen:
You are in emergency mode. After logging in, type “journalctl -xb” to view
system logs, “systemctl reboot” to reboot, “systemctl default” or “exit”
to boot into default mode.
Geef het rootwachtwoord voor onderhoud
(of druk op ctrl-D om verder te gaan)
geeft wel enkele rode teksten:
Lijkt niet echt verontrustend een paar die aangeven dat er niet correct zou zijn afgesloten.
Via installatie-USB ook geprbeerd met de rescue mogelijkheid:
Code:
mount /dev/sda2/ mnt
Code:
mount -t proc none /mnt/proc
mount --rbind /dev /mnt/dev
mount --rbind /sys /mnt/sys
Code:
chroot /mnt /bin/bash
rescue:/ # geeft de volgende fout (vermoedelijk omdat sda3 encrypted is en ik de wachtwoordzin niet kan invoeen).
Mount: /home: can’t find UUID=d61fb3e0-9ca4-49bc-8c89-f55a5c06401a
Herstarten levert niets op dan hetzelfde resultaat met bovenstaande melding.
Partitionering van SSD is als volgt:
sda 119.2G
sda1 512M FAT
sda2 30G EXT4 /
sda3 80.8G EXT4 /home
sda4 8G SWAP
Als in een worst case scenario het niet mogelijk is om deze installatie weer aan de praat te krijgen en ik opnieuw moet installeren, dan wil ik in ieder geval graag de e-mail in Kmail redden, die heb ik hard nodig, de rest van mijn data is beschikbaar in een backup. Ik zit echte om de e-mail te springen.
Ik kijk rijkhalzend uit naar jullie suggesties, c.q. oplossingen.
↧
↧
February 3, 2020, 6:10 am
Hi I am Rupesh from India and I am using android phone with memory card and a laptop with open suse leap 15.0 linux installed. I want to copy only selected files ie., with extension .mp3 from memory card to local drive.
I have a memory card with directory called music and it has sub directories which contains .m4a and .mp3. This particular directory called music is of size 100 GB. Most of the files are with extension .m4a with size 70 GB and remaining files are with extension .mp3 with size 30 GB.
Actually what my intention is to copy only only files with extension .mp3 and skip remaining files with extension .m4a. I also want to preserve the directory structure present in memory card.
In my hard drive I have a partition with 50 GB of free space. I have created a directory called copied.
In Linux we can create a small script which does the above but I don't know shell scripting. At present I am engaged in some other work and I don't have time to learn shell scripting.
I want a script with name copying with syntax.
copying /sdcard/music /run/media/root/source/copied
If possible can anyone of you write a script and provide or is there any program in Linux which does the above.
↧
February 3, 2020, 9:05 am
Hi All,
My laptop is Dell M4800 with Quadro k2100m.
Here is the current driver. (I've tried G04 and G05).
Code:
#sudo rpmqpack| grep -iE '(opencl|ocl|nvidia)' | grep -Eiv '(geoclue|autoclean)'
kernel-firmware-nvidia
nvidia-computeG05
nvidia-gfxG05-kmp-default
nvidia-glG05
x11-video-nvidiaG05
When I restart and login my system first time. Opencl support wouldn't be enabled. As below shown.
Code:
#clinfo
Number of platforms 0
But if I use "sudo clinfo", opencl support be enabled. And I don't have to use sudo again to get the opencl support.
I think this is not a correct way to active opencl.
Is my setting wrong? Or is it a bug?
Code:
#sudo clinfo
Number of platforms 1
Platform Name NVIDIA CUDA
Platform Vendor NVIDIA Corporation
Platform Version OpenCL 1.2 CUDA 10.2.109
Platform Profile FULL_PROFILE
Platform Extensions cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl
_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_fp64 cl_khr_byte_addressable_store cl_khr_icd cl_
khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_copy_opts cl_khr_gl_event cl_
nv_create_buffer cl_khr_int64_base_atomics cl_kernel_attribute_nv
Platform Extensions function suffix NV
.......
↧
February 3, 2020, 9:10 am
During the maintenance window this Thursday (2020-02-06) we will move the IPv4 and IPv6 address of build.opensuse.org. The new addresses are: 195.135.221.162 2001:67c:2178:8::162 People using this Open Build Service instance should normally not notice – but if you were crazy enough to add the old IP addresses to some firewall rules or configuration files, please […]
More...
↧
February 3, 2020, 9:40 am
When I tried installing the Systemd package for Perl the error messages were written for debian or redhat;
These are the steps I used to install Linux::Systemd:
Code:
# zypper in systemd-devel
# reboot
# cpan Linux::Systemd
↧
↧
February 3, 2020, 10:20 am
I've got myself into a bit of a pickle!
I use Leap 15.1
I bought a WiFi dongle which needed drivers compiling from source. The instructions and experiences I found on the net were all for Ubuntu based OSs. But I noticed that they had been compiled on this page...
http://download.opensuse.org/tumblew...po/oss/noarch/
kernel-firmware-mediatek-20200114-1.1.noarch.rpm
So I took the plunge and 'upgraded' to Tumbleweed.
The drivers didn't work, or at least I couldn't get them to work, so I used Filesystem Snapshots in Yast to go back to my Leap install.
When I try to boot I get
https://1drv.ms/u/s!AgxozSwFAqyOpbky...TSAvw?e=Ni5LvW
I decided to use my Opensuse Leap net install usb to repair the install using the Upgrade option. It's worked well in the past. Except now when I click on Upgrade I get
https://1drv.ms/u/s!AgxozSwFAqyOpbkz...gAngA?e=4lvhSz
I can still boot from the Tumbleweed snapshot but not Leap.
Other than formatting and reinstalling can I get Leap back?
Thanks
↧
February 3, 2020, 11:51 am
I have chosen English(US) as my primary language in openSUSE Leap 15.1, then I got the Google menus in Polish. I kept US-English but added Norwegian (living in Norway) and German. Still Polish Google menus in Google. Anybody how to get rid of Polish? I have tried restarting my PC, but without success.
(Nothing against the Poles, there are a lot of them here in Norway, they are nice people, but I do not like their language!)
Jan Christian
(Googlov opomnik glede zasebnosti)
↧
February 3, 2020, 6:47 pm
Hello, I am new around here and I am a complete Linux noob. I use tumbleweed because of it's crazy fast performance over the Windows versions of my main production programs and have been for about a year and a half. About 2 months ago I clicked on something by accident while updating and I ended up with my system changing from Tumbleweed to MicroOS. It was having many problems and I didn't know what to do so I just did a completely fresh install of tumbleweed a few days ago and re-installed everything, including Nvidia drivers for my two 1070ti cards I use for rendering in both Blender and Davinci Resolve. My xorg config is working fine, all the overclocking stuff is working too. I was getting a weird Mit Magic Cookie error, but I found commands for deleting it from console without logging in and it auto repopulated and that fixed that issue.
The one big, biggest problem after the re-install is that neither Blender 2.80, 2.81, 2.82 nor Davinci Resolve detect my Graphics cards. I tried to re-install the drivers several times now, but nothing. I tried to figure out a way of rolling back to an older version of tumbleweed to see if it's something wrong with the Kernel version but I can't get that to work either. I am just a bit too noob. Any help on this would be greatly appreciated as I am stuck after almost 4 days of battling this and I really need to get back to work.
↧
February 4, 2020, 5:12 am
Hello,
I am trying to install leap 15.1 installation in Dell XPS15 laptop (2019) . Everything went well until I obtained the following information, and the laptop shutdown automatically:
Code:
Loading basic drivers... OK
Starting hardware detection .... OK
(If a driver is not working for you, try booting....)
Intel 82001 Mobile SATA Controller [RAID mode]
drivers: ahci*
Activating usb devices....
All of a sudden, the computer shut down automatically.
I am just wondering how to solve the problem?
thanks a lot
Albert
↧
↧
February 4, 2020, 7:51 am
Hello,I had the opportunity to use a tablet with Android.... Never again!
I'll buy on soon but I don't want nether Android, nor iOS, nor Windows. Is there a GNU/Linux distribution to use instead? I'd guess Yes.
Which are the best? Why?
What type of tablet should I buy?
Any advice is welcome.
Thanks
↧
February 4, 2020, 8:50 am
openSUSE Security Update: Security update for mailman ______________________________________________________________________________ Announcement ID: openSUSE-SU-2020:0156-1 Rating: moderate References: #1154328 Cross-References: CVE-2019-3693 Affected Pr...
More...
↧
February 4, 2020, 8:50 am
openSUSE Security Update: Security update for ucl ______________________________________________________________________________ Announcement ID: openSUSE-SU-2020:0162-1 Rating: moderate References: #1094138 Cross-References: CVE-2018-11243 Affected Produ...
More...
↧
February 4, 2020, 8:50 am
openSUSE Security Update: Security update for python-reportlab ______________________________________________________________________________ Announcement ID: openSUSE-SU-2020:0160-1 Rating: important References: #1154370 Cross-References: CVE-2019-17626 ...
More...
↧
↧
February 4, 2020, 8:50 am
openSUSE Security Update: Security update for upx ______________________________________________________________________________ Announcement ID: openSUSE-SU-2020:0163-1 Rating: moderate References: #1094138 #1141777 #1143839 #1159833 #1159920 Cross-Refer...
More...
↧
February 4, 2020, 10:00 am
All of our PC’s are connected to the router either by Ethernet or by WiFi.
is it possible to set things up so that when I am on a laptop, I can read the drives/partitions on my desktop?
↧
February 4, 2020, 12:29 pm
I tried to be smart and set up a triple boot system (using EFI) with Fedora (mbr/primary guid), Windows 10 and openSUSE, using only Fedora's GRUB. So when installing openSUSE I didn't specify any ESP i.e. /boot/efi and only created a partition for root. O:)
My question is: How should I go about creating the right initframs & GRUB entry to be able to boot on openSUSE from Fedora's GRUB?
I'd like to avoid reinstalling any OS if possible...
Thanks in advance for you kind help,
Merryn
↧