Boris Derzhavets
2010-Aug-16 18:35 UTC
Re: [Xen-devel] [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650]
> Can you provide the serial output?No> Is the error the same as you reportedbefore (were it could not load the firmware code?) Yes. Xen System loads up so i have dmesg.log It''s attached> Can you try fiddling with the dracut options to force it include theproper firmware bits? Which ones ? That is what happens loading Dom0. Dmesg: [drm] Loading RV730 CP Microcode platform radeon_cp.0: firmware: requesting radeon/RV730_pfp.bin Hangs.... for a while. r600_cp: Failed to load firmware "radeon/RV730_pfp.bin" [drm:rv770_init] *ERROR* Failed to load firmware! [drm:radeon_driver_load_kms] *ERROR* Fatal error while trying to initialize radeon. radeon 0000:01:00.0: PCI INT A disabled radeon: probe of 0000:01:00.0 failed with error -2 Proceed with normal load. Boris. --- On Mon, 8/16/10, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote: From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Subject: Re: [Xen-devel] [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650] To: "Boris Derzhavets" <bderzhavets@yahoo.com> Cc: xen-devel@lists.xensource.com Date: Monday, August 16, 2010, 1:39 PM On Mon, Aug 16, 2010 at 10:22:35AM -0700, Boris Derzhavets wrote:> It hanged during loading Dom0 for 1-1.5 min trying to load module and went ahead. > Dmesg reports error to initialize KMS.Can you provide the serial output? Is the error the same as you reported before (were it could not load the firmware code?) Can you try fiddling with the dracut options to force it include the proper firmware bits?> > Boris. > > --- On Mon, 8/16/10, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote: > > From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> > Subject: Re: [Xen-devel] [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650] > To: "Boris Derzhavets" <bderzhavets@yahoo.com> > Cc: xen-devel@lists.xensource.com > Date: Monday, August 16, 2010, 1:07 PM > > On Mon, Aug 16, 2010 at 10:01:53AM -0700, Boris Derzhavets wrote: > > I did run dracut and created > > # dracut -f /boot/initramfs-2.6.32.19.img 2.6.32.19 > > > > -rw-r--r-- 1 root root 79503576 Aug 16 16:25 initramfs-2.6.32.19.img > > > > significantly longer (x2) then after automatically created after > > # make modules_install install > > reported errors missing radeon modules. > > OK, so if you rebuild your kernel and make CONFIG_DRM_RADEON=m and > re-run dracut does it work? > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel > > > >> _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Konrad Rzeszutek Wilk
2010-Aug-16 20:05 UTC
Re: [Xen-devel] [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650]
On Mon, Aug 16, 2010 at 11:35:24AM -0700, Boris Derzhavets wrote:> > Can you provide the serial output? > No > > > Is the error the same as you reported > before (were it could not load the firmware code?) > > Yes. > Xen System loads up so i have dmesg.log It''s attached > > > Can you try fiddling with the dracut options to force it include the > proper firmware bits? > > Which ones ? That is what happens loading Dom0.How about -v? See if the file RV730_pfp.bin gets put in the initramfs image. Did you make sure that the CONFIG_DRM_RADEON is set to ''m''? After that did you recompile the kernel and modules and re-installed them?> > Dmesg: > > [drm] Loading RV730 CP Microcode > platform radeon_cp.0: firmware: requesting radeon/RV730_pfp.bin > > Hangs.... for a while. > > r600_cp: Failed to load firmware "radeon/RV730_pfp.bin" > [drm:rv770_init] *ERROR* Failed to load firmware! > [drm:radeon_driver_load_kms] *ERROR* Fatal error while trying to initialize radeon. > radeon 0000:01:00.0: PCI INT A disabled > radeon: probe of 0000:01:00.0 failed with error -2 > > Proceed with normal load.You need to figure out why it isn''t including that firmware file on the initramfs. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Boris Derzhavets
2010-Aug-17 07:09 UTC
Re: [Xen-devel] [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650]
> How about -v? See if the file RV730_pfp.bin gets put in the initramfsimage. I unzipped and uncpio initramfs :- file is not there. Tried --fware option of dracut. No luck. File gets installed in /lib/fmware/radeon folder , but doesn''t get included in "initramfs"> Did you make sure that the CONFIG_DRM_RADEON is set to ''m''?It appears to be set to ''y''> After that did you recompile the kernel and modules and re-installed them?Yes. --- On Mon, 8/16/10, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote: From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Subject: Re: [Xen-devel] [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650] To: "Boris Derzhavets" <bderzhavets@yahoo.com> Cc: xen-devel@lists.xensource.com Date: Monday, August 16, 2010, 4:05 PM On Mon, Aug 16, 2010 at 11:35:24AM -0700, Boris Derzhavets wrote:> > Can you provide the serial output? > No > > > Is the error the same as you reported > before (were it could not load the firmware code?) > > Yes. > Xen System loads up so i have dmesg.log It''s attached > > > Can you try fiddling with the dracut options to force it include the > proper firmware bits? > > Which ones ? That is what happens loading Dom0.How about -v? See if the file RV730_pfp.bin gets put in the initramfs image. Did you make sure that the CONFIG_DRM_RADEON is set to ''m''? After that did you recompile the kernel and modules and re-installed them?> > Dmesg: > > [drm] Loading RV730 CP Microcode > platform radeon_cp.0: firmware: requesting radeon/RV730_pfp.bin > > Hangs.... for a while. > > r600_cp: Failed to load firmware "radeon/RV730_pfp.bin" > [drm:rv770_init] *ERROR* Failed to load firmware! > [drm:radeon_driver_load_kms] *ERROR* Fatal error while trying to initialize radeon. > radeon 0000:01:00.0: PCI INT A disabled > radeon: probe of 0000:01:00.0 failed with error -2 > > Proceed with normal load.You need to figure out why it isn''t including that firmware file on the initramfs. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel