Marek Marczykowski-Górecki:
> On Thu, Jun 25, 2015 at 01:17:34AM +0000, Patrick Schleizer wrote:
>> Jason M:
>>>
>>>
>>> On Wednesday, 3 June 2015 19:05:19 UTC-4, Patrick Schleizer wrote:
>>>>
>>>> Hi!
>>>>
>>>> Installed Qubes using Qubes-R3.0-rc1-x86_64-DVD.iso.
>>>>
>>>> kernel functional:
>>>> Qubes, with Xen 4.4.2 and Linux 3.12.40-1.pvops.qubes.x86_64
>>>>
>>>> kernel broken:
>>>> Qubes, with Xen 4.4.2 and Linux 3.18.10-2.pvops.qubes.x86_64
>>>>
>>>> graphic card:
>>>> Mobility Radeon HD 5650/5750 / 6530M/6550M
>>>>
>>>> Gibberish graphics. Bootup works but once kdm is started, graphics is
>>>> completely unusable gibberish.
>>>>
>>>> How to proceed from here? Anything I could try or any debug output you
>>>> would like to see?
>>>>
>>>> (Fedora-Live-Workstation-x86_64-22-3.iso works out of the box.)
>>>>
>>>>
>>> Have you also tried the 3.19 kernel?
>
>> Tried it now...
>
>> Solves one issue. Another severe issue introduced.
>
>> Gibberish graphics issue solved.
>
> It is interesting what really fixed the problem. Just newer version? Or
> some patch applied by Fedora (there are almost hundred of them...). Or
> maybe some kernel configuration option?
No idea.
> Unfortunately I don't have hardware with such problems to perform
> further experiments.
>
>> [Same Qubes installation on USB that I use on notebook a or b to get to
>> the bottom of this.]
>
>> a) "notebook-medium": no issues noticed so far
>
>> b) "noteboot-fast" (Mobility Radeon HD 5650/5750 / 6530M/6550M):
>
>> Qubes VM Manager shows only dom0. net-vm and firewall-vm are not
>> autostarted. Also I can not manually start them.
>
>> A known issue? Or you want more input?
>
>> (Certainly enough RAM, CPU, etc.)
>
>> So I conclude that hardware in notebook a) is compatible, while in
>> notebook b) something makes issues.
>
>> Any idea how to debug / solve these?
>
> Try to start them from command line: qvm-start sys-net. You should
> receive some more meaningful message.
Alright. Here it is.
qvm-start sys-net
--> Creating volatile image:
/var/lib/qubes/servicevms/sys-net/volatile.img...
--> Loading the VM (type = NetVM)...
Traceback (moste recent call last):
File "/usr/bin/qvm-start", line 125, in <module>
main()
File "/usr/binqvm-start", line 109, in main
xid = vm.start(verbose=options.verbose,
preparing_dvm=options.preparing_dmv, start_guid=not options s.tray else
None)
File
"/usr/lib64/python2.7/site-packages/qubes/modules/005QUbesNetVM.ps",
line 121 in start
xid=super(QubesNetVM, self).start(**kwargs)
File "/usr/lib64/python2.7/site-packages/qubes/modules/000QubesVm.py",
line 1816, in start
nd = vmm.libvirt_conn.nodeDeviceLookupByName('pci_0000_ +
pci.replace(':','_').replace('.','_'==
File "/usr/lib64/python2.7/site-packages/libvirt.py", line 4092, in
nodeDeviceLookupByName
if ret is None:raise libvirtError('virNodeDeviceLookupByName()
failed', conn=self)
libvirt.libvirtError: Node device not found
Cheers,
Patrick