Quantcast
Channel: openSUSE Forums
Viewing all 40713 articles
Browse latest View live

OTHER VERSION upgrade 42.3 to 15.1

$
0
0
I have 42.3 on my hdd and I downloaded 15.1 in a USB stick. Is there a way to load the USB to the hdd and install 15.1 directly or must I install 15..0 first? I know that it will wipe my hdd but I don't have any major files. I don't see a way to back-up files, which app would I use? Thank you.

nothing provides httpd in Centos 8 Appstream

$
0
0
I am trying to build something which depends on httpd. Works well on most platforms, except Centos8-Appstream. Am i missing something in the distribution configuration?

LEAP 15.1 Cable haunt

$
0
0
Is there an openSUSE version of Cable Haunt?

LEAP 15.1 Software Update and the google-chrome-beta repo

$
0
0
Signature verification for Repository google-chrome-beta failed:

Software Update at the start of a session was working fine until yesterday when the google-chrome-beta repo started giving me a Signature Verification error.

Disabling and then enabling the repo in yast gave me the gpg error that one always gets when installing google chrome or the beta, but after answering the "Do you want to use it anyway" question with a positive, allows the refresh of repos to proceed fine.

Zypper dup does not give me the error with the repo enabled, and, my 2 Tumbleweed installs aren't showing the error either. It's only happening when using Software Update on Leap 15.1 from within KDE.

Is anyone else seeing this error? Any advice?

LEAP 15.1 How to start appimaged via systemd

$
0
0
Guru's,

I am struggeling a bit with starting appimaged via systemd. The appimaged package is installed and comes with a service file in /usr/lib/systemd/user/appimaged.service (which makes sence since it should run under uid of a "normal" user).
In /home/arjan/.config/systemd/user/graphical.target.wants a link is made to the (package) appimaged.service file:

Code:

arjan@arjanpc:~> ls -l /home/arjan/.config/systemd/user/graphical.target.wants
totaal 0
lrwxrwxrwx 1 arjan users 39 15 jan 20:53 appimaged.service -> /usr/lib/systemd/user/appimaged.service
arjan@arjanpc:~>

The service file itself is straightforward:
Code:

[Unit]
Description=AppImage daemon
After=basic.target

[Service]
ExecStart=/usr/bin/appimaged
Restart=always
RestartSec=5s
StartLimitInterval=0

[Install]
WantedBy=graphical.target

I have enabled (as user arjan) appimaged but after login appimaged is not started, however if I start it manually it does what it should do.
Code:

arjan@arjanpc:~> systemctl --user status  appimaged
● appimaged.service - AppImage daemon
  Loaded: loaded (/usr/lib/systemd/user/appimaged.service; enabled; vendor preset: disabled)
  Active: inactive (dead)
arjan@arjanpc:~> systemctl --user start  appimaged
arjan@arjanpc:~> systemctl --user status  appimaged
● appimaged.service - AppImage daemon
  Loaded: loaded (/usr/lib/systemd/user/appimaged.service; enabled; vendor preset: disabled)
  Active: active (running) since Thu 2020-01-16 20:09:02 CET; 17s ago
 Main PID: 2881 (appimaged)
  CGroup: /user.slice/user-1000.slice/user@1000.service/appimaged.service
          └─2881 /usr/bin/appimaged
arjan@arjanpc:~>

Any hints or tips on what I am missing?

LEAP 15.1 Missing C functions getcpu() and sched_getcpu() (Deprecated?)

$
0
0
Hi,

Are the C functions sched_getcpu() and getcpu() deprecated in Leap 15.1?
Because I can't find them on my system. But the man-pages exists for these functions.

Always get the following compiler warning:

Code:

$ gcc -o test main.c
main.c: In function ‘main’:
main.c:9:33: warning: implicit declaration of function ‘sched_getcpu’; did you mean ‘sched_getparam’? [-Wimplicit-function-declaration]
    printf("CPU: %d\n", sched_getcpu());
                                ^~~~~~~~~~~~
                                sched_getparam
$

Here the code:
Code:

#include <stdio.h>
#include <sched.h>

int main(int argc, char *argv[])
{
    printf("CPU: %d\n", sched_getcpu());
}

LEAP 15.1 OVMF bin files

$
0
0
Installing a Windows 10 guest using virt-manager wizard.

After Step 5, when configuring all other options, in firmware type I see BIOS and 2 UEFI options: ovmf-x86_64-ms-4m-code.bin and ovmf-x86_64-ms-code.bin, being the only difference the "4m".

What's the difference between them? When should I use each one?

LEAP 15.1 Permissions of the USB block under /dev/bus/usb

$
0
0
This may be a weird question... but I'm interested in learning.

Under /dev/bus/usb, this is how some of the USB "blocks" look:
Code:

user1@linux-rvmu:~> ls -lah /dev/bus/usb/002
total 0
drwxr-xr-x 2 root root      100 Jan 16 15:06 .
drwxr-xr-x 4 root root      80 Jan 16 09:14 ..
crw-rw-r-- 1 root root 189, 128 Jan 16 09:14 001
crw-rw-r-- 1 root root 189, 129 Jan 16 09:14 002
crw-rw-r-- 1 root root 189, 130 Jan 16 09:14 003
user1@linux-rvmu:~>

When plugging a USB stick just one more file "004" is added, with exact same data.

I see these devices have permissions 554, owned only by root. But I have seen in other distributions (Debian and Fedora for example, IIRC) that these same devices have additionally extended ACLs, giving the current logged-in user rw permissions.

Why isn't this the case with openSUSE? Just distribution's policies?

TUMBLEWEED How to start Jack audio server

$
0
0
Can Jack audio server be used with Pulseaudio as the default? I've tried to start it from the command line and QjackCtl but all I get is error messages. I'm including a link to the png of the errors I get when using QjackCtl. I'm trying to use an audio editing app and it requires Jack. https://paste.opensuse.org/26106422

LEAP 15.1 Need help with installing guest via virt-install

$
0
0
After hours of breaking my head and reading the docs and many articles, I saw better to ask for help.

I need to create a Windows 10 guest with following characteristics:
--Use win10.iso
--attach also win-virtio.iso for the drivers
--arch=x86_64
--os-variant=win10
--memory: balloon 4 - 6 Gb
--no. of cpus=2
--disk: qcow 25 Gb
--graphic driver:qxl (intended for SPICE)
--disk driver: virtio
--network device: virbr0
--network driver: virtio
--boot: uefi

What would the command be for this?

So far I have:

virt-install --name win10 --memory 6144 --vcpus 2 --disk size=25 --disk win10.iso,device=cdrom --disk win-virtio.iso,device=cdrom --os-variant win10

But I'm clueless of how to specify the rest...

Could someone help please?

TUMBLEWEED Samba 4.11.3 Accessing drive on Linux from Windows 7

$
0
0
When I am logged in to my windows 7 machine as an administrator. I can View and Mount Drives from my Linux machine.

I can read, but I cannot write files

For example
Code:

C:\Windows\System32>net view \\192.168.1.64
Shared resources at \\192.168.1.64

Samba 4.11.3-git.102.3e2882ca77eSUSE-oS15.5-x86_

Share name  Type  Used as  Comment

-------------------------------------------------------------------------------
groups      Disk          All groups
homes      Disk          Home Directories
profiles    Disk          Network Profiles Service
users      Disk          All users
The command completed successfully.


C:\Windows\System32>whoami
tommy-pc\tommy

C:\Windows\System32>net use z: \\192.168.1.64\users /user:tbodine  awildpass
The command completed successfully.

C:\Windows\System32>dir z:
 Volume in drive Z is users
 Volume Serial Number is 36D2-DA11

C:\Windows\System32>dir z:
 Volume in drive Z is users
 Volume Serial Number is 36D2-DA11

 Directory of Z:\

12/10/2019  12:20 PM    <DIR>          .
12/10/2019  11:55 AM    <DIR>          ..
01/15/2020  07:08 AM    <DIR>          tbodine
              0 File(s)              0 bytes
              3 Dir(s)  499,954,130,944 bytes free

C:\Windows\System32>z:
Z:\>cd tbodine\Documents
Z:\tbodine\Documents>echo "fred" > fred.txt
Access is denied.

Here is my smb.conf
Code:

[global]
    workgroup = Bowrkgrp
    passdb backend = tdbsam
    printing = cups
    printcap name = cups
    printcap cache time = 750
    cups options = raw
    map to guest = Bad User
    logon path = \\%L\profiles\.msprofile
    logon home = \\%L\%U\.9xprofile
    logon drive = P:
    usershare allow guests = Yes
    netbios name = netbosrv
    wins support = No
    usershare max shares = 100
    wins server =
[homes]
    comment = Home Directories
    valid users = %S, %D%w%S
    browseable = Yes
    read only = No
    inherit acls = Yes
[profiles]
    comment = Network Profiles Service
    path = %H
    read only = No
    store dos attributes = Yes
    create mask = 0600
    directory mask = 0700

[users]
    comment = All users
    path = /home
    read only = No
    inherit acls = Yes
    veto files = /aquota.user/groups/shares/
    guest ok = Yes
[groups]
    comment = All groups
    path = /home/groups
    read only = No
    inherit acls = Yes
[printers]
    comment = All Printers
    path = /var/tmp
    printable = Yes
    create mask = 0600
    browseable = No
[print$]
    comment = Printer Drivers
    path = /var/lib/samba/drivers
    write list = @ntadmin root
    force group = ntadmin
    create mask = 0664
    directory mask = 0775

Thanks for any guidance

TUMBLEWEED Issues when accessing folders with special characters (Umlaute)

$
0
0
Hello,

approximately 10 days ago (around Jan 6), my LibreOffice started to show issues when I wanted to open a folder which has special characters in its name. Since the LibreOffice release did not change, I suspect that the issue is in the underlying system, e.g. Plasma. (Hence, the LibreOffice people will claim not to be repsonsible, I suppose.)

LibreOffice seems to use a standard file dialog; when I click on a folder in the tree (like "Entwürfe"), I now get an error dialog "The specified folder does not exist or was not readable". I can, however, expand the subtree of this folder in the detail view and then access the files in there. Also, I can open a file with Umlaut characters. I just cannot double-click on the "Entwürfe" folder.

The issue does not occur in Dolphin, neither does it occur in file dialogs of Okular (although the latter one really looks similar to the failing dialog in LibreOffice). This would actually be an argument against my hypothesis, but anyway: Who should I ask for help, or who might be interested in a bug report from me on this topic?

Greetings,

Michael

LEAP 15.1 LibreCalc will not load spreadsheet from file.

$
0
0
After a recent update, LibreCalc will no longer allow me to load a spreadsheet from a file.When I issue the insert sheet from file command, I receive the error message
Code:

Error loading document file:///home/charlie/Diag_Q19.xlsx:Object not accessible.
The object cannot be accessed
due to insufficient user rights.

Both the spreadsheet I am using and the file holding the existing spreadsheet have the same owner, in this case user/charlie. It is possible to open the file from which I am trying to load a spreadsheet and use the move/copy spreadsheet command to copy the spreadsheet to the file into which I am trying to insert it. It is simply that the insert from file doesn't work. This is new and happens with every file I've tried. I've never had this problem before. I have a plain vanilla installation. The LibreOffice is Version: 6.3.3.2.0+Build ID: 30(Build:2) CPU threads: 4; OS: Linux 4.12; UI render: default; VCL: kde5, supplied by SUSE.

Any help would be greatly appreciated.

TUMBLEWEED text mode yast bootloader repair didn't (non-working UEFI grub)

$
0
0
XPG (Adata) ASX6000LNP-128GT-C nvme stick went bad in annoyingly quick fashion, 25 days after purchase, before I got done with everything and made a fresh backup of the entire stick. I've already got it packed up and in the mail with a return shipping RMA label from the vendor. The NVME was originally a clone from SATA SSD, but thinking the new nvme was OK a few days earlier, I had already pressed the old SSD into service elsewhere. :(

I've been trying to piece together as best I can what I had after installing the new ZTC-PCIEG3-128G NVME. Over and over again I've been meeting up with various grub> prompts and grub errors after trying this and that for hours and hours over a period of days and interruptions, including finding and reporting a rescue mode bug. Eventually I decided the restoration of the ESP partition had to be defective, so I reformatted it FAT 32 using the old volume label and 8 character UUID, then:
Code:

# mount -t ext4 /dev/sda7 /mnt
# mount -o bind /dev /mnt/dev
# mount -o bind /sys /mnt/sys
# mount -o bind /proc /mnt/proc
# chroot /mnt
# mount -a

I then restored backup content of /boot/grub2/ and /boot/EFI/efi/[opensusetw,BOOT]/, then:
Code:

# efibootmgr
# efibootmgr -b 0 -B
# efibootmgr -b 0 -c -d /dev/nvme0n1 -L opensusetw -l /efi/opensusetw/grubx64.efi -p1 -v
# efibootmgr -v
BootCurrent: 0004
Timeout: 1 seconds
BootOrder: 0000,0003,0004
Boot0000* opensusetw    HD(1,GPT,5b331d7f-9488-4df5-9eed-c7250696b833,0x800,0xa0000)/File(\EFI\OPENSUSETW\GRUBX64.EFI)
Boot0003* UEFI OS      HD(1,GPT,5b331d7f-9488-4df5-9eed-c7250696b833,0x800,0xa0000)/File(\EFI\BOOT\BOOTX64.EFI)..BO
Boot0004* UEFI: Optiarc DVD RW AD-7200S PciRoot(0x0)/Pci(0x17,0x0)/Sata(3,65535,0)/CDROM(1,0x4e8dd,0x7800)..BO

I thought it looked good, and the BIOS seemed to match.

Then I ran ncurses yast > bootloader, changed timeout, exited. Thinking yast surely must have done whatever was needed that I may have overlooked, this was my result from trying to boot TW from its own Grub:
Code:

Welcome to GRUB!

error: symbol `grub_file_filters' not found.
Entering rescue mode...
grub rescue>

I'd seen this before, so I tried just typing in from this custom.cfg backup stanza:
Code:

menuentry "openSUSE TW defkernel 3 on P07" {
        load_video
        set gfxpayload=keep
        search --no-floppy --set=root --hint-efi=hd0,gpt7 --label sx6stw
        linux        /boot/vmlinuz root=LABEL=sx6p07stw noresume ipv6.disable=1 net.ifnames=0 mitigations=auto consoleblank=0 video=1024x768@60 video=1440x900@60 3 drm.debug=0x1e log_buf_len=1M pci=noaer
        initrd        /boot/initrd
}

Code:

grub rescue> load_video
Unknown command `load_video'.
grub rescue> set gfxpayload=keep
grub rescue> search --no-floppy --set=root --hint-efi=hd0,gpt7 --label sx6stw
Unknown command `search'.
grub rescue> insmod gzio
error: symbol `grub_file_filters' not found.
grub rescue>

I'm really burned out try to get this back in gear after waiting for ddrescue reaching 99.67% done in 30 hours and forecasting several more days to completion, then searching out all the pieces from which to reconstruct, playing guessing games with a UEFI BIOS that doesn't like to have video output until after it's needed, making me guess if and when to strike DEL or F2 or F8, and insufferably waiting on reboots with various slow boot media that eventually dead end because something I need is missing. I trashed one 15.1 DVD and burned new for TW and 15.1 both. My skill with USB sticks is deficient, so with this PC making me play non-appearing video and keyboard games when I try my 15.1, I just don't like to try.

Note a "fresh installation" is best avoided. TW's is responsible via custom.cfg for booting other installations on 8 other nvme partitions. There really ought to be a way to fix this that doesn't involve cloning from its sibling PCs NVME and losing those things that make them differ, such as the Fedora installation the other lacks, the RAID sda & sdb configuration unneeded on this, and the different IP, MAC and hostname across multiple partitions.

What's missing that Grub rescue mode doesn't know needed commands, like search? Grub help is nearly useless, as it scrolls most output over top of screen.

Any advice or ideas what I may have missed getting my TW grub to work again?

OTHER VERSION D-Link DWL-G510 WI-FI non-functional on an HP machine

$
0
0
I've looked heavily through both linuxquestions.org and forums.opensuse.org; so far, -no luck!! -So I have registered, and am writing my first thread, -hoping for some good help...

1) Intro:
-I just inherited a very cool Linux HP box from a friend. It hasn't been on since 2012,and was dead when I got it. I redid all of the hardware connections, then replaced the CMOS battery (it came alive), and with a bit of fear, redid the clock, etc. in the BIOS (F9 I think). -It's up and running! It's been a while since I've been able to use Unix, and that was RedHat for work, so I'm very stoked! My friend had loaded on some impressive scientific software to play with, which I do want to start working with, as soon as I can get things working properly...
-It is running SUSE 11.4, has decent RAM, an OK sized hard drive, has a logitec keyboard; functionally, the "terminal", interactive GUIs are good, including additions FIREFOX and something called YAST2, and likely connecting by cable via ethernet might connect it to the internet, but the wifi router is wayyy too far to be able to wire up to.
  • -->And... inside the cable bundle bag was a PCI D-Link DWL-G510 card (the original owner bought it and now remembers he couldn't get it working, back then).

-Aside: Because of all the "extra" software packages on this device, I really can't do any upgrading of the OS (11.4) !! -Especially as an IT Linux tyro who can't connect it to the internet!!!

Info 1:
cat /etc/S*
openSUSE
VERSION = 11.4
cat: /etc/SuSEconfig: Is a directory
openSUSE 11.4 (x86_64)
VERSION = 11.4
CODENAME = Celadon

uname -r
2.6.37.1-1.2-desktop

2) So, anyway:
I plugged the Dlink card into a slot, turned the computer back on, and... -nothing, really... (although the card's LED lights up green in the back). -No plugNplay...
-I need help!!!

--Did a massive amount of googling, found out about YAST, and then began rooting around the Hardware INFO, and it shows the dlink under PCI:
31: PCI 509.0: 0280 Network controller
[Created at pci.318]
Unique ID: vc7q.Iq3QtAmECT5
Parent ID: 6NW+.N8JFdhnGYg3
SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:05:09.0
SysFS BusID: 0000:05:09.0
Hardware Class: network
Model: "D-Link AirPlus G DWL-G510 Wireless PCI Adapter(rev.B)"
Vendor: pci 0x168c "Atheros Communications Inc."
Device: pci 0x001a "AR2413 802.11bg NIC"
SubVendor: pci 0x1186 "D-Link System Inc"
SubDevice: pci 0x3a16 "D-Link AirPlus G DWL-G510 Wireless PCI Adapter(rev.B)"
Revision: 0x01
Memory Range: 0xe0800000-0xe080ffff (rw,non-prefetchable)
IRQ: 18 (no events)
Module Alias: "pci:v0000168Cd0000001Asv00001186sd00003A16bc02sc80i00"
Driver Info #0:
Driver Status: ath5k is active
Driver Activation Cmd: "modprobe ath5k"

Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #25 (PCI bridge)

-weirdly, on the other hand, from googling, I see on a SUSE forum that the DWLG510 expects:
D-Link DWL-G510 rev C(2) PCI Ralink RT2501
?? should it be "ralink-firmware", -not ath5k driver, perhaps????? (can't find either ath5k nor any "ral..." anywhere in my "RPM" info, btw?)

Although the card is showing up under the Hardware Settings under YAST, -the Network Settings doesn't show it,
- I ONLY see the Ethernet card from NetXtremes, which says: Device Name eth0, started manually, IP address...DHCP.
-The Dlink device isn't listed there...



3) More googling and, some more info for here (always running commands as a SU, btw):

hwinfo --wlan gives me nothing at all!

lspci -vnn gives:
05:09.0 Network controller [0280]: Atheros Communications Inc. AR2413 802.11bg NIC [168c:001a] (rev 01)
Subsystem: D-Link System Inc AirPlus G DWL-G510 Wireless PCI Adapter(rev.B) [1186:3a16]
Flags: medium devsel, IRQ 18
Memory at e0800000 (32-bit, non-prefetchable) [size=64K]
Memory at <ignored> (32-bit, non-prefetchable)
Capabilities: [44] Power Management version 2

--> So, it seems to me that my wlan hardware isn't really registering as wlan, right??? -I guess this is what happened to my friend in 2011, but I do hope to fix the problem!


-I am flummoxed here!! Besides being an IT tyro, I am also rusty a bit on UNIX, and am a complete newbie on SUSE. -And, of course, all hardware and software really predate 2012...


Can anyone help me see where I've gone wrong on this PCI Dlink card? I really do need internet to go forward w this very cool old workstation!! The card needs to start talking (to a WPA-secured router), but it's just not there. -Have no clue as to what to do!

Thanks!!!

-Hoping for some help!!

LEAP 15.1 Screen tearing (no dedicated graphics card)

$
0
0
I'm using a EliteDesk 800 G1 SFF without a dedicated graphics card, two Dell P2719H displays connected via DisplayPort. I noticed a diagonal screen tearing when moving any GUI window around a bit faster. The same diagonal screen tearing appears when scolling up or down in a given webrowser. (Tested on chrome and firefox).

I would like to fix that, but I'm not sure where to start looking. Things I've tested so far:

In the "Configure Desktop" settings:
- Change the refresh rate from auto to 60Hz = No noticable difference
- Change the compositor rendering backend (from default openGL 2.0) to xrender = reduce the diagonal screen tearing noticable, but then I get more horizontal screen tearing, although only while scrolling up and down
- Change to openGL 3.1 = No improvement
- Play around with the slider "Tearing prevention" options, no change made it better on any of the options in any combination with the available rendering backend options

Any ideas are highly appreciated. If more details about the hardware are needed, I can provide anything that would be helpful.

Thanks in advance!

LEAP 15.1 Qualcomm Atheros QCA9377 issues

$
0
0
I have noticed that sometimes my WiFi stops working, and I don't know conditions when it stops working.
I have tried using Wicked instead of NetworkManager, WiFi kept breaking. So issue is driver/kernel related.
Code:

2020-01-17T10:23:27.049743-03:00 AcerLinux kernel: [    7.534901] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:02:00.0.bin failed with error -2
2020-01-17T10:23:27.049744-03:00 AcerLinux kernel: [    7.534915] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/cal-pci-0000:02:00.0.bin failed with error -2
2020-01-17T10:23:27.049746-03:00 AcerLinux kernel: [    7.540245] ath10k_pci 0000:02:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 11ad:08a6
2020-01-17T10:23:27.049747-03:00 AcerLinux kernel: [    7.540247] ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
2020-01-17T10:23:27.049750-03:00 AcerLinux kernel: [    7.540712] ath10k_pci 0000:02:00.0: firmware ver WLAN.TF.2.1-00021-QCARMSWP-1 api 6 features wowlan,ignore-otp crc32 42e41877
2020-01-17T10:23:27.049752-03:00 AcerLinux kernel: [    7.606585] ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a


2020-01-17T10:56:31.230228-03:00 AcerLinux kernel: [ 1437.144061] ath10k_pci 0000:02:00.0: failed to receive scan abortion completion: timed out


2020-01-17T10:56:31.230253-03:00 AcerLinux kernel: [ 1437.144066] ath10k_pci 0000:02:00.0: failed to stop scan: -110


2020-01-17T10:56:31.230254-03:00 AcerLinux kernel: [ 1437.144068] ath10k_pci 0000:02:00.0: failed to start hw scan: -110


2020-01-17T10:56:36.862225-03:00 AcerLinux kernel: [ 1442.776043] ath10k_pci 0000:02:00.0: wmi command 12289 timeout, restarting hardware


2020-01-17T10:56:36.862248-03:00 AcerLinux kernel: [ 1442.776050] ath10k_pci 0000:02:00.0: failed to start hw scan: -11
2020-01-17T10:56:36.946247-03:00 AcerLinux kernel: [ 1442.860054] ath10k_pci 0000:02:00.0: device has crashed during init


2020-01-17T10:56:36.946266-03:00 AcerLinux kernel: [ 1442.860057] ath10k_pci 0000:02:00.0: failed to wait for target after cold reset: -70


2020-01-17T10:56:36.946267-03:00 AcerLinux kernel: [ 1442.860062] ath10k_pci 0000:02:00.0: firmware crashed during chip reset


2020-01-17T10:56:36.946269-03:00 AcerLinux kernel: [ 1442.860069] ath10k_pci 0000:02:00.0: firmware crashed! (guid cbfc4011-026c-4b8d-ba70-8ca78ec5deba)


2020-01-17T10:56:36.946271-03:00 AcerLinux kernel: [ 1442.860074] ath10k_pci 0000:02:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 11ad:08a6


2020-01-17T10:56:36.946274-03:00 AcerLinux kernel: [ 1442.860076] ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0


2020-01-17T10:56:36.946285-03:00 AcerLinux kernel: [ 1442.861014] ath10k_pci 0000:02:00.0: firmware ver WLAN.TF.2.1-00021-QCARMSWP-1 api 6 features wowlan,ignore-otp crc32 42e41877


2020-01-17T10:56:36.946288-03:00 AcerLinux kernel: [ 1442.861395] ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a


2020-01-17T10:56:36.946289-03:00 AcerLinux kernel: [ 1442.861397] ath10k_pci 0000:02:00.0: htt-ver 3.56 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1


2020-01-17T10:56:36.956043-03:00 AcerLinux kernel: [ 1442.873357] ath10k_pci 0000:02:00.0: failed to get memcpy hi address for firmware address 4: -16


2020-01-17T10:56:36.956060-03:00 AcerLinux kernel: [ 1442.873360] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -16


2020-01-17T10:56:36.956062-03:00 AcerLinux kernel: [ 1442.873362] ath10k_pci 0000:02:00.0: Copy Engine register dump:


2020-01-17T10:56:36.956063-03:00 AcerLinux kernel: [ 1442.873372] ath10k_pci 0000:02:00.0: [00]: 0x00034400  1  1  3  3


2020-01-17T10:56:36.956064-03:00 AcerLinux kernel: [ 1442.873383] ath10k_pci 0000:02:00.0: [01]: 0x00034800  18  18  63  64


2020-01-17T10:56:36.956065-03:00 AcerLinux kernel: [ 1442.873393] ath10k_pci 0000:02:00.0: [02]: 0x00034c00  2  1  64  65


2020-01-17T10:56:36.956066-03:00 AcerLinux kernel: [ 1442.873403] ath10k_pci 0000:02:00.0: [03]: 0x00035000  8  6  8  6


2020-01-17T10:56:36.956066-03:00 AcerLinux kernel: [ 1442.873413] ath10k_pci 0000:02:00.0: [04]: 0x00035400 1137 541  80  16


2020-01-17T10:56:36.956068-03:00 AcerLinux kernel: [ 1442.873423] ath10k_pci 0000:02:00.0: [05]: 0x00035800  0  0  64  0


2020-01-17T10:56:36.956069-03:00 AcerLinux kernel: [ 1442.873433] ath10k_pci 0000:02:00.0: [06]: 0x00035c00  10  10  8  8


2020-01-17T10:56:36.956070-03:00 AcerLinux kernel: [ 1442.873443] ath10k_pci 0000:02:00.0: [07]: 0x00036000  0  1  0  1


2020-01-17T10:56:36.956071-03:00 AcerLinux kernel: [ 1442.873448] ath10k_pci 0000:02:00.0: failed to reset chip: -70


2020-01-17T10:56:36.956072-03:00 AcerLinux kernel: [ 1442.873450] ath10k_pci 0000:02:00.0: Could not init hif: -70
2020-01-17T10:56:49.242241-03:00 AcerLinux kernel: [ 1455.158442] ath10k_pci 0000:02:00.0: failed to receive initialized event from target: 00000000


2020-01-17T10:56:49.242251-03:00 AcerLinux kernel: [ 1455.158445] ath10k_pci 0000:02:00.0: failed to wait for target init: -110


2020-01-17T10:56:49.242253-03:00 AcerLinux kernel: [ 1455.158447] ath10k_pci 0000:02:00.0: failed to warm reset: -110


2020-01-17T10:56:49.242256-03:00 AcerLinux kernel: [ 1455.158451] ath10k_pci 0000:02:00.0: failed to reset chip: -110


2020-01-17T10:56:49.242265-03:00 AcerLinux kernel: [ 1455.158453] ath10k_pci 0000:02:00.0: Could not init hif: -110

TUMBLEWEED Autoyast installation fails with KDE packages and patterns

$
0
0
Hi everyone,

I'm running an autoyast unattended installation of Tumbleweed off a USB drive and if I add all the packages, patterns and services needed for fully usable install with KDE, the second stage of the installation gets stuck at a black screen with a mouse cursor, needing a power reboot after wich the same thing shows up resulting in a borked installation.

However, if I remove the KDE, office and multiemdia related creature comforts from the autoinst.xml, for a bare bones command line installation, then the second stage and installation work flawlessly.
I'm attaching the differences between the two autoinst.xml installations.

Does anyone know what the issue is with the full on installation?

TUMBLEWEED How to install nvidia graphic driver on asus vivobook max x541nc

$
0
0
How to install nvidia graphic driver on asus vivobook max x541nc?


Hello i'm new OpenSUSE user and i have a question about installing nvidia graphic driver on asus vivobook max x541nc.
i used Manjaro, Arch, and Ubuntu based linux distributions before and on Manjraro and Arch, i had the problem when i install nvidia graphic driver my pc won't boot, but on
Ubuntu based Distibutions i was able to go to Driver Manager and just install it from there and it works prfectly.
Thats why i need your help to install nvidia driver on OpenSUSE because i dont want to do anything on my own and mess up my Linux Installation.
on Ubuntu based distros after installing nvidia graphic driver, when i open nvidia x settings i have two options nvidia high performance mode and Intel power saving mode.
When i was on Manjaro my friend has told me that i should install optimus drivers because my laptop might be using optimus tehnology but that didnt work i also have to mention that
when i had Windows 10 installed it did automatically detected drivers and installed both Intel and Nvidia so i really don't know what to do and how to install drivers on OpenSUSE.

TUMBLEWEED Previously removed repositories are gettinng re-added every time I try to update

$
0
0
So, I screwed up big time. I added unstable repos for Tumbleweed, updated (overall it was like 10 apps that got updated) and then removed those repositories, including their GPG keys through YaST. Then I run:

Code:

sudo zypper clean
But now EVERY time I try to update Tumbleweed, all those removed unstable repositories are trying to get added again. How do I stop this from happening?
Viewing all 40713 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>