Hello,
I installed the last snapchot and rebooted the system; login in KDE and open konsole in super user mode
I have a strange error when I use systemd-analyze
# systemd-analyze blame
Bootup is not yet finished. Please try again later.
# systemd-analyze time
Bootup is not yet finished. Please try again later.
this 2 hours after the boot:shame:
dmesg shows as last lines
52.220776] virbr1: port 1(virbr1-nic) entered disabled state
52.221039] device virbr1-nic entered promiscuous mode
52.228050] virbr1: port 1(virbr1-nic) entered blocking state
52.228160] virbr1: port 1(virbr1-nic) entered listening state
52.526719] virbr1: port 1(virbr1-nic) entered disabled state
598.612578] fuse init (API version 7.26)
any idea why the boot seems never ending? Where to look?
Regards
Philippe
How did you upgrade? If not through ‘zypper dup’, then run that command, not other upgrading mechanism is supported. FWIW, I’m on a fully upgraden TW and don’t see this issue.
This means there are still some jobs that have not finished. What “systemctl list-jobs” says?
Thanks,
I learned a new command
seems that a job for the nvidia sound subsystem is still busy>:(
I have a XONAR PCI sound card that I use.
I have also a Nvidia Quadro 4100 video card which has also sound capability (never used) but I don’t see how to disable it and why suddenly there is a job for this sound interface.
I use the nouveau driver and not the Nvidia proprietary driver.
I installed the last snapshot 20180606 via zypper dup
hpprol2:~ # systemctl list-jobs
JOB UNIT TYPE STATE
732 sys-devices-pci0000:00-0000:00:03.0-0000:0a:00.1-sound-card1.device nop waiting
1 jobs listed.
hpprol2:~ # lspci -vnn | grep -A 1 -i audio
0a:00.1 Audio device [0403]: NVIDIA Corporation GK104 HDMI Audio Controller [10de:0e0a] (rev a1)
Subsystem: NVIDIA Corporation Device [10de:1096]
--
0e:04.0 Multimedia audio controller [0401]: C-Media Electronics Inc CMI8788 [Oxygen HD Audio] [13f6:8788]
Subsystem: ASUSTeK Computer Inc. CMI8786 (Xonar DGX) [1043:8521]
hpprol2:~ # hwinfo --sound
47: PCI e04.0: 0401 Multimedia audio controller
[Created at pci.378]
Unique ID: elhm.I5GECCPSOZA
Parent ID: fSIl.qAt_SWCYNuB
SysFS ID: /devices/pci0000:00/0000:00:01.1/0000:0d:00.0/0000:0e:04.0
SysFS BusID: 0000:0e:04.0
Hardware Class: sound
Model: "C-Media Electronics CMI8788 [Oxygen HD Audio]"
Vendor: pci 0x13f6 "C-Media Electronics Inc"
Device: pci 0x8788 "CMI8788 [Oxygen HD Audio]"
SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
SubDevice: pci 0x8521
Driver: "snd_oxygen"
Driver Modules: "snd_oxygen"
I/O Ports: 0x7000-0x7fff (rw)
IRQ: 27 (no events)
Module Alias: "pci:v000013F6d00008788sv00001043sd00008521bc04sc01i00"
Driver Info #0:
Driver Status: snd_oxygen is active
Driver Activation Cmd: "modprobe snd_oxygen"
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #81 (PCI bridge)
69: PCI a00.1: 0403 Audio device
[Created at pci.378]
Unique ID: UDB9.soP4TSNLeFE
Parent ID: 3hqH.hBV2yBdnGfA
SysFS ID: /devices/pci0000:00/0000:00:03.0/0000:0a:00.1
SysFS BusID: 0000:0a:00.1
Hardware Class: sound
Model: "nVidia GK104 HDMI Audio Controller"
Vendor: pci 0x10de "nVidia Corporation"
Device: pci 0x0e0a "GK104 HDMI Audio Controller"
SubVendor: pci 0x10de "nVidia Corporation"
SubDevice: pci 0x1096
Revision: 0xa1
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0xfaff0000-0xfaff3fff (rw,non-prefetchable)
IRQ: 44 (1556 events)
Module Alias: "pci:v000010DEd00000E0Asv000010DEsd00001096bc04sc03i00"
Driver Info #0:
Driver Status: snd_hda_intel is active
Driver Activation Cmd: "modprobe snd_hda_intel"
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #20 (PCI bridge)
hpprol2:~ #
list of the modules for snd_hda_intel
hpprol2:~ # lsmod | grep snd_hda
snd_hda_codec_hdmi 61440 1
snd_hda_intel 45056 2
snd_hda_codec 147456 2 snd_hda_intel,snd_hda_codec_hdmi
snd_hda_core 90112 3 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 147456 6 snd_oxygen_lib,snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
snd 98304 20 snd_oxygen_lib,snd_oxygen,snd_hda_intel,snd_hwdep,snd_hda_codec,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_hda_codec_hdmi,snd_seq_device,snd_pcm
but unable to remove it
hpprol2:~ # modprobe -r snd_hda_intel
modprobe: FATAL: Module snd_hda_intel is in use.
I need maybe to black list this driver
Regards
Philippe
I blacklisted snd_hda_intel in a new file /etc/modprobe.d/50-sound.blacklist.conf
rebooted the system and there are no more jobs running:)
Thanks for your guidance
Philippe