Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SLED_12_SP1_GNOME.x86_64 from susestudio.com #19

Open
probonopd opened this issue Mar 6, 2017 · 8 comments
Open

Support SLED_12_SP1_GNOME.x86_64 from susestudio.com #19

probonopd opened this issue Mar 6, 2017 · 8 comments

Comments

@probonopd
Copy link
Owner

probonopd commented Mar 6, 2017

https://susestudio.com/

SLED_12_SP1_GNOME.x86_64-0.0.1.iso
@probonopd
Copy link
Owner Author

6053df7 fixes it. kiwi_detect.sh was wrongly disabled.

@probonopd
Copy link
Owner Author

probonopd commented Mar 6, 2017

Although it is booting now, it lacks FUSE and AMD Radeon support out-of-the-box.

Also, no repositories are installed out-of-the-box, making YaST useless!?

On Ubuntu, these AMD Radeon drivers are loaded automatically:

amdkfd                131072  1
amd_iommu_v2           20480  1 amdkfd
radeon               1515520  5
i2c_algo_bit           16384  1 radeon
ttm                    94208  1 radeon
drm_kms_helper        147456  1 radeon

Note the radeon driver. Also see https://en.opensuse.org/SDB:Radeon

Are all of these installed?

  • xf86-video-intel
  • xf86-video-vesa
  • xf86-video-ati (opensource ATI/AMD Radeon)
  • xf86-video-nv (opensource NVIDIA)
  • xf86-video-fbdev

@probonopd probonopd reopened this Mar 6, 2017
@probonopd
Copy link
Owner Author

probonopd commented Mar 6, 2017

Triggered a new build on https://susestudio.com/ and manually added the fuse, gvfs-fuse packages and all packages with -video- and -firmware in their name.

@probonopd
Copy link
Owner Author

Still getting

[    0.611384] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    2.185886] radeon 0000:01:00.0: Direct firmware load for radeon/CEDAR_pfp.bin failed with error -2
[    2.193550] radeon: probe of 0000:01:00.0 failed with error -2
[    2.381861] systemd-udevd[403]: failed to execute '/usr/bin/systemd-detect-virt' '/usr/bin/systemd-detect-virt': No such file or directory

@probonopd
Copy link
Owner Author

Even with the firmware package installed, still getting 800x600 resolution.

$ dmesg | grep fail
[    0.616004] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    2.204463] radeon 0000:01:00.0: Direct firmware load for radeon/CEDAR_pfp.bin failed with error -2
[    2.211877] radeon: probe of 0000:01:00.0 failed with error -2
[    2.382254] systemd-udevd[413]: failed to execute '/usr/bin/systemd-detect-virt' '/usr/bin/systemd-detect-virt': No such file or directory

$ find /lib/firmware/radeon/CEDAR*
/lib/firmware/radeon/CEDAR_me.bin
/lib/firmware/radeon/CEDAR_pfp.bin
/lib/firmware/radeon/CEDAR_smc.bin
/lib/firmware/radeon/CEDAR_rlc.bin

@probonopd
Copy link
Owner Author

probonopd commented Mar 6, 2017

  • On a different machine with Intel graphics, also getting 800x600
  • On both machines, the name of the (HDMI) display is not recognized
  • On both machines, the system doesn't shut the power off when powering down

These are the times when you know why everyone is just using Ubuntu. Never seen such issues with their Live CDs in at least a decade. They just work without fiddling around.

@probonopd
Copy link
Owner Author

2017-04-01T09:14:03.066264+02:00 linux-c0zc kernel: [    2.192782] [TTM] Zone  kernel: Available graphics memory: 5063974 kiB
2017-04-01T09:14:03.066264+02:00 linux-c0zc kernel: [    2.192784] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
2017-04-01T09:14:03.066265+02:00 linux-c0zc kernel: [    2.192785] [TTM] Initializing pool allocator
2017-04-01T09:14:03.066266+02:00 linux-c0zc kernel: [    2.192788] [TTM] Initializing DMA pool allocator
2017-04-01T09:14:03.066269+02:00 linux-c0zc kernel: [    2.192805] [drm] radeon: 1024M of VRAM memory ready
2017-04-01T09:14:03.066269+02:00 linux-c0zc kernel: [    2.192806] [drm] radeon: 1024M of GTT memory ready.
2017-04-01T09:14:03.066270+02:00 linux-c0zc kernel: [    2.192818] [drm] Loading CEDAR Microcode
2017-04-01T09:14:03.066271+02:00 linux-c0zc kernel: [    2.192830] radeon 0000:01:00.0: Direct firmware load for radeon/CEDAR_pfp.bin failed with error -2
2017-04-01T09:14:03.066271+02:00 linux-c0zc kernel: [    2.192832] r600_cp: Failed to load firmware "radeon/CEDAR_pfp.bin"
2017-04-01T09:14:03.066272+02:00 linux-c0zc kernel: [    2.192872] [drm:evergreen_init] *ERROR* Failed to load firmware!
2017-04-01T09:14:03.066275+02:00 linux-c0zc kernel: [    2.192911] radeon 0000:01:00.0: Fatal error during GPU init
2017-04-01T09:14:03.066275+02:00 linux-c0zc kernel: [    2.192949] [drm] radeon: finishing device.

@probonopd
Copy link
Owner Author

Turns out to be a well-known issue with SUSE Studio.

http://suse-studio-users.1598176.n2.nabble.com/Booting-problems-td7579231.html

I wonder why no one cares to fix SUSE Studio so that the most basic stuff like getting a proper screen resolution "just works out of the box". Gotta love Ubuntu Live ISOs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant