Re: radeon: This chipset requires a kernel module version of 1.17.0

2012-08-29 Thread przypadek
W dniu 28.08.2012 23:04, Jonathan Nieder pisze:
 przypadek wrote:

 xorg version: 1:7.5+8

 I was thinking what else i did, and i remind my self that meantime
 kernel compilation, there was a massage that I maybe need packet
 module-init-tools, and I installed it. Maybe that is a problem?
 Sure, can you reproduce this using kmod instead of module-init-tools?

 But I expect it's related to the set of installed firmware.
Yes I probably can if you tell me how.
I don't understand why old kernel is now working
Does kernel modifying some config files?


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/503e2af1.10...@vp.pl



Re: radeon: This chipset requires a kernel module version of 1.17.0

2012-08-29 Thread Jonathan Nieder
przypadek wrote:
 W dniu 28.08.2012 23:04, Jonathan Nieder pisze:

 Sure, can you reproduce this using kmod instead of module-init-tools?
[...]
 Yes I probably can if you tell me how.

By installing kmod and removing the module-init-tools package and
trying again.

Make sure you have kmod installed, though.  If you don't, your package
manager will correctly say This is dangerous! and it would be time
to cancel the test.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120829162303.GA168@mannheim-rule.local



Re: radeon: This chipset requires a kernel module version of 1.17.0

2012-08-29 Thread przypadek
W dniu 29.08.2012 18:23, Jonathan Nieder pisze:
 przypadek wrote:
 W dniu 28.08.2012 23:04, Jonathan Nieder pisze:
 Sure, can you reproduce this using kmod instead of module-init-tools?
 [...]
 Yes I probably can if you tell me how.
 By installing kmod and removing the module-init-tools package and
 trying again.

 Make sure you have kmod installed, though.  If you don't, your package
 manager will correctly say This is dangerous! and it would be time
 to cancel the test.
but if want to remove module-init-tools, they want remove also
kernel-package, those that mean, I nead to make it manualy? 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/503e7c76.5060...@vp.pl



Re: radeon: This chipset requires a kernel module version of 1.17.0

2012-08-28 Thread Jonathan Nieder
przypadek wrote:

 I have installed linux-image-3.2.0-3-686-pae , xserver-xorg-video-radeon

What version of xserver-xorg-video-radeon do you have?

[...]
 [dri] This chipset requires a kernel module version of 1.17.0,
 [dri] but the kernel reports a version of 2.0.0.

It sounds like it is slightly out of date (and the modesetting ABI is
unfortunately still not as stable as we would like it to be).

Curious,
Jonathan


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120828144716.GA927@mannheim-rule.local



Re: radeon: This chipset requires a kernel module version of 1.17.0

2012-08-28 Thread Michel Dänzer
On Die, 2012-08-28 at 07:47 -0700, Jonathan Nieder wrote: 
 przypadek wrote:
 
  I have installed linux-image-3.2.0-3-686-pae , xserver-xorg-video-radeon
 
 What version of xserver-xorg-video-radeon do you have?
 
 [...]
  [dri] This chipset requires a kernel module version of 1.17.0,
  [dri] but the kernel reports a version of 2.0.0.
 
 It sounds like it is slightly out of date [...]

Not necessarily. The above means that KMS is enabled in the kernel, but
the X driver is using UMS. This cannot work properly. Make sure the
radeon kernel module is loaded before X starts.


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1346165492.2924.737.camel@thor.local



Re: radeon: This chipset requires a kernel module version of 1.17.0

2012-08-28 Thread Jonathan Nieder
Hi,

Michel Dänzer wrote:
 On Die, 2012-08-28 at 07:47 -0700, Jonathan Nieder wrote: 
 przypadek wrote:

 [dri] This chipset requires a kernel module version of 1.17.0,
 [dri] but the kernel reports a version of 2.0.0.

 It sounds like it is slightly out of date [...]

 Not necessarily. The above means that KMS is enabled in the kernel, but
 the X driver is using UMS.

Good catch.  Sorry for the nonsense.

This cannot work properly. Make sure the
 radeon kernel module is loaded before X starts.

Now that you mention it, I seem to remember this coming up before
once (for a different reason).  The X server message is not very
clear; is that fixable?

Dawid wrote:

 next is that, kernel config needs

 CONFIG_FIRMWARE_IN_KERNEL=y
 CONFIG_EXTRA_FIRMWARE_DIR=/lib/firmware
 CONFIG_EXTRA_FIRMWARE=radeon/CEDAR_me.bin radeon/CEDAR_pfp.bin
 radeon/CEDAR_rlc.bin radeon/CYPRESS_me.bin radeon/CYPRESS_pfp.bin
 radeon/CYPRESS_rlc.bin radeon/JUNIPER_me.bin radeon/JUNIPER_pfp.bin
 radeon/JUNIPER_rlc.bin radeon/R600_rlc.bin radeon/R700_rlc.bin
 radeon/REDWOOD_me.bin radeon/REDWOOD_pfp.bin radeon/REDWOOD_rlc.bin

 i added this and radeon/RS690_cp.bin, recomplie kernel and it's
 working so i think it can be bug

Dawid, could you provide a full kernel log (dmesg output) from
booting a woorking and a non-working kernel?

Sorry for the confusion,
Jonathan


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120828150330.GA998@mannheim-rule.local



Re: radeon: This chipset requires a kernel module version of 1.17.0

2012-08-28 Thread Michel Dänzer
On Die, 2012-08-28 at 08:03 -0700, Jonathan Nieder wrote: 
 Michel Dänzer wrote:
  On Die, 2012-08-28 at 07:47 -0700, Jonathan Nieder wrote: 
  przypadek wrote:
 
  [dri] This chipset requires a kernel module version of 1.17.0,
  [dri] but the kernel reports a version of 2.0.0.
 
  It sounds like it is slightly out of date [...]
 
  Not necessarily. The above means that KMS is enabled in the kernel, but
  the X driver is using UMS.
 
 Good catch.  Sorry for the nonsense.
 
 This cannot work properly. Make sure the
  radeon kernel module is loaded before X starts.
 
 Now that you mention it, I seem to remember this coming up before
 once (for a different reason).  The X server message is not very
 clear; is that fixable?

It was improved upstream in the meantime, but current upstream no longer
supports UMS anyway.


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1346178210.2924.757.camel@thor.local



Re: radeon: This chipset requires a kernel module version of 1.17.0

2012-08-28 Thread przypadek
xorg version: 1:7.5+8

I was thinking what else i did, and i remind my self that meantime
kernel compilation, there was a massage that I maybe need packet
module-init-tools, and I installed it. Maybe that is a problem?


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/503d29f3.6090...@vp.pl



Re: radeon: This chipset requires a kernel module version of 1.17.0

2012-08-28 Thread Jonathan Nieder
przypadek wrote:

 xorg version: 1:7.5+8

 I was thinking what else i did, and i remind my self that meantime
 kernel compilation, there was a massage that I maybe need packet
 module-init-tools, and I installed it. Maybe that is a problem?

Sure, can you reproduce this using kmod instead of module-init-tools?

But I expect it's related to the set of installed firmware.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120828210455.ga...@mannheim-rule.att.net