LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   new to linux/ubuntu. need help big problem can p.@.y some one for solution (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/new-to-linux-ubuntu-need-help-big-problem-can-p-%40-y-some-one-for-solution-4175642515/)

seanlee 11-19-2018 01:11 PM

ok thanks.
Code:

13:33:09 bluetoothd: Failed to set mode: Blocked through rfkill (0x12)
13:33:09 spice-vdagent: Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0
13:33:07 pulseaudio: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
13:32:48 bluetoothd: Failed to set mode: Blocked through rfkill (0x12)
13:32:48 spice-vdagent: Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0
13:32:45 wpa_supplicant: dbus: Failed to construct signal
13:32:44 bluetoothd: Failed to set mode: Blocked through rfkill (0x12)
13:32:43 kernel: dell_smbios: Unable to run on non-Dell system
13:32:43 kernel: [drm:dc_create [amdgpu]] *ERROR* DC: Number of connectors is zero!
13:32:43 kernel: amdgpu: [powerplay] Voltage value looks like a Leakage ID but it's not patched
13:32:43 kernel: [drm:hwss_wait_for_blank_complete [amdgpu]] *ERROR* DC: failed to blank crtc!
13:32:43 kernel: [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector ObjectID from Adapter Service for connector index:2!
13:32:43 kernel: Couldn't get size: 0x800000000000000e
13:32:43 kernel: Problem loading UEFI:db X.509 certificate (-65)
13:32:43 kernel: tpm_crb MSFT0101:00: can't request region for resource [mem 0xbfbb9000-0xbfbbcfff]

i want to fix spice and gpu dbus and amd connectors... any one know how to fix any thing from this list above or this ones i listed.. also problem loading uefi..

seanlee 11-19-2018 02:53 PM

reply
 
ok roger that. just looked at my disk the efi partion is not mounted. only linux files are. also have a bunch of stuff in logs


Code:

13:33:09 bluetoothd: Failed to set mode: Blocked through rfkill (0x12)
13:33:09 spice-vdagent: Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0
13:33:07 pulseaudio: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
13:32:48 bluetoothd: Failed to set mode: Blocked through rfkill (0x12)
13:32:48 spice-vdagent: Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0
13:32:45 wpa_supplicant: dbus: Failed to construct signal
13:32:44 bluetoothd: Failed to set mode: Blocked through rfkill (0x12)
13:32:43 kernel: dell_smbios: Unable to run on non-Dell system
13:32:43 kernel: [drm:dc_create [amdgpu]] *ERROR* DC: Number of connectors is zero!
13:32:43 kernel: amdgpu: [powerplay] Voltage value looks like a Leakage ID but it's not patched
13:32:43 kernel: [drm:hwss_wait_for_blank_complete [amdgpu]] *ERROR* DC: failed to blank crtc!
13:32:43 kernel: [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector ObjectID from Adapter Service for connector index:2!
13:32:43 kernel: Couldn't get size: 0x800000000000000e
13:32:43 kernel: Problem loading UEFI:db X.509 certificate (-65)
13:32:43 kernel: tpm_crb MSFT0101:00: can't request region for resource [mem 0xbfbb9000-0xbfbbcfff]


colorpurple21859 11-20-2018 05:56 AM

Code:

ok roger that. just looked at my disk the efi partion is not mounted
how did you do that? the efi partition is usually mounted at /boot/efi on ubuntu based systems.

KIOPRET 12-01-2018 12:39 PM

seems you really had better find a good programmer guy, are there any agencies of the kind in your area?

alexpaton 12-11-2018 09:18 AM

Errors happen in Windows and Linux. Not all of them are critical. You say that you want to fix "spice and gpu dbus and amd connectors". Do you know what they are, and whether they are working properly or not?

A number of those errors are virtio errors, which are only relevant (I believe) if you are using Virtualization. Spice is also (I believe) related to Virtualization. You could stop these errors happening, by stopping spice from loading. All you will gain will be a second (maximum) boot time, after several hours of compiling a new kernel. It would be pointless, and you are not yet at the skill level that you will need to perform the task.

wpa_supplicant is related to networking. Is your network working?

Because of the way that Linux works, or more specifically, Linux distributions like Ubuntu, that aim to work on as many systems as possible, it is often the case that attempts are made to load drivers, and that those pieces of hardware don't exist, such as these:-
Code:

13:32:44 bluetoothd: Failed to set mode: Blocked through rfkill (0x12)
13:32:43 kernel: dell_smbios: Unable to run on non-Dell system

I get the bluetooth error on my system. It happens because I don't have a bluetooth adapter, in my case.

Finally, the amdgpu error - I believe that your laptop is a pretty new model. I would advise you to try installing the latest graphics drivers, HOWEVER, despite AMD being one of the better companies at producing drivers for their hardware (look on in shame, Broadcom), it still takes them much longer than it does for Windows. If you are actually noticing problems with your graphics, you could try installing the recommended graphics drivers from the Ubuntu Drivers utility, and see whether it improves things.

The biggest lesson that any new Linux user should learn very early on, is "If it aint broke, don't fix it". Believe me, as with windows, if you tinker around, even with lots of experience under your belt, it is easy to break something that can be hard to fix.


All times are GMT -5. The time now is 09:57 PM.