ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Radeon DRM stopped working after upgrade to 3.12.15-std-def-alt1
@ 2014-04-04 21:05 Ivan Adzhubey
  2014-04-04 21:21 ` Michael Shigorin
  2014-04-08 19:18 ` Ivan Adzhubey
  0 siblings, 2 replies; 5+ messages in thread
From: Ivan Adzhubey @ 2014-04-04 21:05 UTC (permalink / raw)
  To: Sisyphus ALTLinux

Добрый день!

Система - Сизиф со всеми последними обновлениями (х86_64), видеокарта Radeon 
HD 4850. Не работает драйвер radeon с ядром 3.12.15-std-def-alt1:

# lspci | grep -i radeon
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
RV770 [Radeon HD 4850]

# dmesg | less
[   16.209678] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[   16.209711] iTCO_wdt: Found a ICH9R TCO device (Version=2, TCOBASE=0x0460)
[   16.209848] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   16.432857] [drm] radeon kernel modesetting enabled.
[   16.433202] [drm] initializing kernel modesetting (RV770 0x1002:0x9442 
0x1002:0x0502).
[   16.433222] [drm] register mmio base: 0xE0100000
[   16.433224] [drm] register mmio size: 65536
[   16.433840] ATOM BIOS: Wekiva
[   16.433864] radeon 0000:01:00.0: VRAM: 512M 0x0000000000000000 - 
0x000000001FFFFFFF (512M used)
[   16.433867] radeon 0000:01:00.0: GTT: 1024M 0x0000000020000000 - 
0x000000005FFFFFFF
[   16.433868] [drm] Detected VRAM RAM=512M, BAR=256M
[   16.433870] [drm] RAM width 256bits DDR
[   16.433954] [TTM] Zone  kernel: Available graphics memory: 2026682 kiB
[   16.433956] [TTM] Initializing pool allocator
[   16.433959] [TTM] Initializing DMA pool allocator
[   16.433973] [drm] radeon: 512M of VRAM memory ready
[   16.433974] [drm] radeon: 1024M of GTT memory ready.
[   16.433986] [drm] Loading RV770 Microcode
[   16.456686] r600_cp: Failed to load firmware "radeon/R700_rlc.bin"
[   16.456690] [drm:rv770_init] *ERROR* Failed to load firmware!
[   16.456692] radeon 0000:01:00.0: Fatal error during GPU init
[   16.456694] [drm] radeon: finishing device.
[   16.478539] [TTM] Finalizing pool allocator
[   16.478543] [TTM] Finalizing DMA pool allocator
[   16.478584] [TTM] Zone  kernel: Used memory at exit: 0 kiB
[   16.478586] [drm] radeon: ttm finalized
[   16.478818] radeon: probe of 0000:01:00.0 failed with error -2

# grep EE /var/log/Xorg.0.log
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    37.462] Initializing built-in extension MIT-SCREEN-SAVER
[    38.685] (EE) open /dev/dri/card0: No such file or directory
[    38.685] (EE) open /dev/dri/card0: No such file or directory
[    38.705] (EE) open /dev/fb0: No such file or directory
[    38.705] (EE) open /dev/fb0: No such file or directory
[    38.705] (EE) Screen 0 deleted because of no matching config section.
[    38.705] (EE) Screen 0 deleted because of no matching config section.
[    38.705] (EE) Screen 0 deleted because of no matching config section.
[    39.676] (EE) AIGLX: reverting to software rendering

# uname -a
Linux xxxx.yyy.edu 3.12.15-std-def-alt1 #1 SMP Wed Apr 2 08:02:44 UTC 2014 
x86_64 GNU/Linux

# rpm -qa | fgrep kernel- | grep -e -3.12 | sort -u
kernel-headers-std-def-3.12.15-alt1
kernel-image-std-def-3.12.15-alt1
kernel-modules-drm-radeon-std-def-3.12.15-alt1
kernel-modules-drm-std-def-3.12.15-alt1
kernel-modules-v4l-std-def-3.12.15-alt1

--Иван



The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] Radeon DRM stopped working after upgrade to 3.12.15-std-def-alt1
  2014-04-04 21:05 [sisyphus] Radeon DRM stopped working after upgrade to 3.12.15-std-def-alt1 Ivan Adzhubey
@ 2014-04-04 21:21 ` Michael Shigorin
  2014-04-04 21:55   ` Ivan Adzhubey
  2014-04-05 16:52   ` Ivan Adzhubey
  2014-04-08 19:18 ` Ivan Adzhubey
  1 sibling, 2 replies; 5+ messages in thread
From: Michael Shigorin @ 2014-04-04 21:21 UTC (permalink / raw)
  To: Sisyphus ALTLinux

On Fri, Apr 04, 2014 at 05:05:07PM -0400, Ivan Adzhubey wrote:
> [   16.433986] [drm] Loading RV770 Microcode
> [   16.456686] r600_cp: Failed to load firmware "radeon/R700_rlc.bin"
> [   16.456690] [drm:rv770_init] *ERROR* Failed to load firmware!

Установлен ли пакет firmware-linux?

> # rpm -qa | fgrep kernel- | grep -e -3.12 | sort -u
> kernel-headers-std-def-3.12.15-alt1
> kernel-image-std-def-3.12.15-alt1
> kernel-modules-drm-radeon-std-def-3.12.15-alt1
> kernel-modules-drm-std-def-3.12.15-alt1
> kernel-modules-v4l-std-def-3.12.15-alt1

-- 
 ---- WBR, Michael Shigorin / http://altlinux.org
  ------ http://opennet.ru / http://anna-news.info


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] Radeon DRM stopped working after upgrade to 3.12.15-std-def-alt1
  2014-04-04 21:21 ` Michael Shigorin
@ 2014-04-04 21:55   ` Ivan Adzhubey
  2014-04-05 16:52   ` Ivan Adzhubey
  1 sibling, 0 replies; 5+ messages in thread
From: Ivan Adzhubey @ 2014-04-04 21:55 UTC (permalink / raw)
  To: Sisyphus ALTLinux

On Saturday, April 05, 2014 12:21:30 AM Michael Shigorin wrote:
> On Fri, Apr 04, 2014 at 05:05:07PM -0400, Ivan Adzhubey wrote:
> > [   16.433986] [drm] Loading RV770 Microcode
> > [   16.456686] r600_cp: Failed to load firmware "radeon/R700_rlc.bin"
> > [   16.456690] [drm:rv770_init] *ERROR* Failed to load firmware!
> 
> Установлен ли пакет firmware-linux?

Да:

# rpm -qa|fgrep firmware|sort
firmware-crystalhd-3.10.0-alt2_6
firmware-ipw2100-1.3-alt2
firmware-ipw2200-3.1-alt1
firmware-ipw3945-1.14.2-alt2
firmware-linux-20140123-alt1

Впрочем, fglrx тоже не грузится, так что это скорее всего проблема udev -- 
видеокарта вообще не распознается:

# dmesg|grep fglrx
[  123.403847] fglrx: module license 'Proprietary. (C) 2002 - ATI 
Technologies, Starnberg, GERMANY' taints kernel.
[  123.416329] [fglrx] Maximum main memory to use for locked dma buffers: 3796 
MBytes.
[  123.416811] [fglrx:firegl_init_device_list] *ERROR* No supported display 
adapters were found
[  123.416813] [fglrx:firegl_init_module] *ERROR* firegl_init_devices failed

Если вы помните, у меня похожее безобразие приключилось еще в прошлом году с 
Radeon R100 на 32-хбитной системе (i586, udev v208). Починить так и не 
удалось, плюнул. Но там хоть карточка очень старая, не жалко.

--Иван


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] Radeon DRM stopped working after upgrade to 3.12.15-std-def-alt1
  2014-04-04 21:21 ` Michael Shigorin
  2014-04-04 21:55   ` Ivan Adzhubey
@ 2014-04-05 16:52   ` Ivan Adzhubey
  1 sibling, 0 replies; 5+ messages in thread
From: Ivan Adzhubey @ 2014-04-05 16:52 UTC (permalink / raw)
  To: sisyphus

On Saturday, April 05, 2014 12:21:30 AM Michael Shigorin wrote:
> On Fri, Apr 04, 2014 at 05:05:07PM -0400, Ivan Adzhubey wrote:
> > [   16.433986] [drm] Loading RV770 Microcode
> > [   16.456686] r600_cp: Failed to load firmware "radeon/R700_rlc.bin"
> > [   16.456690] [drm:rv770_init] *ERROR* Failed to load firmware!
> 
> Установлен ли пакет firmware-linux?

Да:

# rpm -qa|fgrep firmware|sort
firmware-crystalhd-3.10.0-alt2_6
firmware-ipw2100-1.3-alt2
firmware-ipw2200-3.1-alt1
firmware-ipw3945-1.14.2-alt2
firmware-linux-20140123-alt1

Впрочем, fglrx тоже не грузится, так что это скорее всего проблема udev -- 
видеокарта вообще не распознается:

# dmesg|grep fglrx
[  123.403847] fglrx: module license 'Proprietary. (C) 2002 - ATI 
Technologies, Starnberg, GERMANY' taints kernel.
[  123.416329] [fglrx] Maximum main memory to use for locked dma buffers: 3796 
MBytes.
[  123.416811] [fglrx:firegl_init_device_list] *ERROR* No supported display 
adapters were found
[  123.416813] [fglrx:firegl_init_module] *ERROR* firegl_init_devices failed

Если вы помните, у меня похожее безобразие приключилось еще в прошлом году с 
Radeon R100 на 32-хбитной системе (i586, udev v208). Починить так и не 
удалось, плюнул. Но там хоть карточка очень старая, не жалко.

--Иван

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] Radeon DRM stopped working after upgrade to 3.12.15-std-def-alt1
  2014-04-04 21:05 [sisyphus] Radeon DRM stopped working after upgrade to 3.12.15-std-def-alt1 Ivan Adzhubey
  2014-04-04 21:21 ` Michael Shigorin
@ 2014-04-08 19:18 ` Ivan Adzhubey
  1 sibling, 0 replies; 5+ messages in thread
From: Ivan Adzhubey @ 2014-04-08 19:18 UTC (permalink / raw)
  To: Sisyphus ALTLinux

Добрый день!

On Friday, April 04, 2014 05:05:07 PM Ivan Adzhubey wrote:
> 
> Система - Сизиф со всеми последними обновлениями (х86_64), видеокарта Radeon
> HD 4850. Не работает драйвер radeon с ядром 3.12.15-std-def-alt1:
> 
> # lspci | grep -i radeon
> 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
> RV770 [Radeon HD 4850]

Починилось в 3.12.16-std-def-alt1, спасибо!

--Иван


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-04-08 19:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-04 21:05 [sisyphus] Radeon DRM stopped working after upgrade to 3.12.15-std-def-alt1 Ivan Adzhubey
2014-04-04 21:21 ` Michael Shigorin
2014-04-04 21:55   ` Ivan Adzhubey
2014-04-05 16:52   ` Ivan Adzhubey
2014-04-08 19:18 ` Ivan Adzhubey

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git