Bug#686080: radeon: This chipset requires a kernel module version of 1.17.0

2012-09-07 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.
I was recompiling kernel yousing make deb-pkg witchout module-init-tools
but gzip write that i don't have enough space, but i have ~10GB


dpkg-gencontrol: ostrzeżenie: File::FcntlLock not available; using flock
which is not NFS-safe
dpkg-deb: budowanie pakietu linux-headers-3.2.12 w
../linux-headers-3.2.12_3.2.12-8_i386.deb.
dpkg-gencontrol: ostrzeżenie: File::FcntlLock not available; using flock
which is not NFS-safe
dpkg-deb: budowanie pakietu linux-libc-dev w
../linux-libc-dev_3.2.12-8_i386.deb.
dpkg-gencontrol: ostrzeżenie: File::FcntlLock not available; using flock
which is not NFS-safe
dpkg-deb: budowanie pakietu linux-image-3.2.12 w
../linux-image-3.2.12_3.2.12-8_i386.deb.
dpkg-deb (podproces): człon danych kompresji: wewnętrzny błąd zapisu
gzip: Brak miejsca na urządzeniu
dpkg-deb: błąd: podproces kompresja z tar -cf zwrócił kod błędu 2
make[1]: *** [deb-pkg] Błąd 2
make: *** [deb-pkg] Błąd 2

perpetum:/home/dawid/build# df -h
System plików rozm. użyte dost. %uż. zamont. na
rootfs 9,2G 5,4G 3,4G 62% /
udev 10M 0 10M 0% /dev
tmpfs 89M 260K 88M 1% /run
/dev/disk/by-uuid/2ceed0a3-c6ee-4101-8c3d-388eae94cf65 9,2G 5,4G 3,4G 62% /
tmpfs 5,0M 0 5,0M 0% /run/lock
tmpfs 177M 1,1M 176M 1% /tmp
tmpfs 177M 92K 177M 1% /run/shm
/dev/sda2 66G 53G 9,9G 85% /home
/dev/sdb2 19G 16G 1,7G 91% /mnt/kontener


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/504a37fd.9050...@vp.pl



Bug#686080: 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-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/503e2af1.10...@vp.pl



Bug#686080: 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-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/503e7c76.5060...@vp.pl



Bug#686080: linux-image-3.2.0-3-686-pae: none

2012-08-28 Thread przypadek
Package: src:linux
Version: 3.2.0-3-686-pae
Severity: normal

Dear Maintainer,

I have installed linux-image-3.2.0-3-686-pae , xserver-xorg-video-radeon
and all firmware packets
and i had a logs in xorg similar to

(EE) RADEON(0): [dri] RADEONDRIGetVersion failed because of a version
mismatch.
[dri] This chipset requires a kernel module version of 1.17.0,
[dri] but the kernel reports a version of 2.0.0.[dri] If using legacy
modesetting, upgrade your kernel.
[dri] If using kernel modesetting, make sure your module is
[dri] loaded prior to starting X, and that this driver was built
[dri] with support for KMS.
[dri] Disabling DRI

so i found this side http://www.x.org/wiki/radeonBuildHowTo#Troubleshooting
i was trying loaded radeon kernel-module with KMS enabled before X is
started
echo 'GRUB_CMDLINE_LINUX=radeon.modeset=1'  /etc/default/grub
but this didn't work

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 Juszczyszyn


-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
not available

** Network interface configuration:

auto lo
iface lo inet loopback

allow-hotplug eth1
iface eth1 inet static
address 192.168.1.2
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameservers 85.14.85.2 85.14.85.14

** PCI devices:
00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RS690
Host Bridge [1002:7910]
Subsystem: Giga-byte Technology Device [1458:5000]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium TAbort-
TAbort- MAbort+ SERR- PERR- INTx-
Latency: 32

00:01.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RS690
PCI to PCI Bridge (Internal gfx) [1002:7912] (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium TAbort-
TAbort- MAbort- SERR- PERR- INTx-
Latency: 99
Bus: primary=00, secondary=01, subordinate=01, sec-latency=68
I/O behind bridge: e000-efff
Memory behind bridge: fde0-fdff
Prefetchable memory behind bridge: d800-dfff
Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium TAbort-
TAbort- MAbort+ SERR- PERR-
BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: access denied

00:12.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI
SB600 Non-Raid-5 SATA [1002:4380] (prog-if 01 [AHCI 1.0])
Subsystem: Giga-byte Technology Device [1458:b002]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium TAbort-
TAbort- MAbort- SERR- PERR- INTx-
Latency: 32
Interrupt: pin A routed to IRQ 22
Region 0: I/O ports at ff00 [size=8]
Region 1: I/O ports at fe00 [size=4]
Region 2: I/O ports at fd00 [size=8]
Region 3: I/O ports at fc00 [size=4]
Region 4: I/O ports at fb00 [size=16]
Region 5: Memory at fe02f000 (32-bit, non-prefetchable) [size=1K]
Capabilities: access denied
Kernel driver in use: ahci

00:13.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI
SB600 USB (OHCI0) [1002:4387] (prog-if 10 [OHCI])
Subsystem: Giga-byte Technology Device [1458:5004]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium TAbort-
TAbort- MAbort- SERR- PERR- INTx-
Latency: 32, Cache Line Size: 4 bytes
Interrupt: pin A routed to IRQ 16
Region 0: Memory at fe02e000 (32-bit, non-prefetchable) [size=4K]
Kernel driver in use: ohci_hcd

00:13.1 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI
SB600 USB (OHCI1) [1002:4388] (prog-if 10 [OHCI])
Subsystem: Giga-byte Technology Device [1458:5004]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium TAbort-
TAbort- MAbort- SERR- PERR- INTx-
Latency: 32, Cache Line Size: 4 bytes
Interrupt: pin B routed to IRQ 17
Region 0: Memory at fe02d000 (32-bit, non-prefetchable) [size=4K]
Kernel driver in use: ohci_hcd

00:13.2 USB controller 

Bug#686080: radeon: This chipset requires a kernel module version of 1.17.0

2012-08-28 Thread przypadek
On 28.08.2012 17:03, Jonathan Nieder wrote:
 Dawid, could you provide a full kernel log (dmesg output) from
 booting a woorking and a non-working kernel?

 Sorry for the confusion,
 Jonathan
No I can't, because I checked old kernel, and now is also working
I removed this modeset option from grub, reload, and all is fine
I'm providing logs anyway, maybe it will help
new http://pastebin.com/zRsyMPDQ
old http://pastebin.com/y002ykkL


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



Bug#686080: 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-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/503d29f3.6090...@vp.pl