Alex Deucher wrote: > The atom interpreter is endian safe. Several people have used > evergreen and NI cards on PPC with success. You might try a newer or > older kernel. Perhaps you are hitting a problem in the i2c subsystem? > The driver just uses a simple bit-banging adapter for i2c.
I own this card since a few months, so I already tried it with several older kernel, as they came in Debian Testing. The behavior is consistent: it doesn't detect any monitor that I would plug (older kernel were less verbose on the cause of the failure in dmesg). Which version of kernel would you suggest? BTW here is my lsmod: Module Size Used by joydev 15476 0 wacom 36826 0 nls_utf8 3623 0 nls_cp437 8105 0 vfat 15055 0 fat 63531 1 vfat usb_storage 53204 0 uas 11713 0 cpufreq_userspace 4910 0 cpufreq_ondemand 10549 1 cpufreq_conservative 9154 0 cpufreq_powersave 3089 0 cpufreq_stats 7294 0 decnet 108803 0 parport_pc 39201 0 lp 14309 0 parport 41675 2 lp,parport_pc bnep 18096 2 rfcomm 47207 0 bluetooth 175193 10 rfcomm,bnep rfkill 23550 3 bluetooth crc16 3039 1 bluetooth binfmt_misc 12903 1 fuse 83361 3 nfsd 281311 2 nfs 422420 0 nfs_acl 4832 2 nfs,nfsd auth_rpcgss 50988 2 nfs,nfsd lockd 86361 2 nfs,nfsd fscache 49706 1 nfs sunrpc 239138 6 lockd,auth_rpcgss,nfs_acl,nfs,nfsd snd_virmidi 6384 0 snd_seq_virmidi 8417 1 snd_virmidi snd_powermac 71489 0 ibmpex 9004 0 ibmaem 13178 0 ipmi_msghandler 38414 2 ibmaem,ibmpex pmi 7479 0 oprofile 142629 0 rtas_flash 12209 0 loop 24303 0 firewire_sbp2 19074 0 sil164 7703 1 snd_hda_codec_hdmi 29719 1 nouveau 760186 3 snd_hda_intel 42787 0 snd_hda_codec 99190 2 snd_hda_codec_hdmi,snd_hda_intel snd_aoa_codec_onyx 15944 2 snd_aoa_fabric_layout 14553 2 snd_aoa 18102 2 snd_aoa_fabric_layout,snd_aoa_codec_onyx snd_hwdep 12436 1 snd_hda_codec snd_aoa_i2sbus 24675 1 snd_aoa_soundbus 7168 2 snd_aoa_i2sbus,snd_aoa_fabric_layout snd_pcm_oss 48182 0 snd_mixer_oss 20564 1 snd_pcm_oss snd_pcm 95119 6 snd_hda_codec_hdmi,snd_aoa_i2sbus,snd_pcm_oss,snd_hda_codec,snd_hda_intel,snd_powermac snd_seq_midi 9393 0 snd_seq_midi_event 8630 2 snd_seq_midi,snd_seq_virmidi snd_rawmidi 28048 2 snd_seq_midi,snd_seq_virmidi radeon 866257 0 power_supply 13904 1 radeon snd_seq 65857 3 snd_seq_midi_event,snd_seq_midi,snd_seq_virmidi snd_seq_device 9150 3 snd_seq,snd_rawmidi,snd_seq_midi snd_timer 26780 2 snd_seq,snd_pcm ttm 69958 2 radeon,nouveau snd 78808 22 snd_hda_codec_hdmi,snd_timer,snd_seq_device,snd_seq,snd_rawmidi,snd_aoa_i2sbus,snd_pcm,snd_mixer_oss,snd_pcm_oss,snd_hwdep,snd_aoa,snd_aoa_fabric_layout,snd_aoa_codec_onyx,snd_hda_codec,snd_hda_intel,snd_powermac,snd_seq_virmidi,snd_virmidi drm_kms_helper 30796 2 radeon,nouveau evdev 15572 3 drm 218643 7 drm_kms_helper,ttm,radeon,nouveau,sil164 i2c_powermac 7306 0 soundcore 9515 1 snd snd_page_alloc 9921 2 snd_pcm,snd_hda_intel ext3 212721 5 mbcache 9466 1 ext3 jbd 76118 1 ext3 windfarm_cpufreq_clamp 4265 1 windfarm_max6690_sensor 6030 1 windfarm_lm75_sensor 6521 1 windfarm_smu_sensors 7587 1 windfarm_smu_controls 7770 8 windfarm_pm112 14644 0 windfarm_smu_sat 8271 9 windfarm_pm112 windfarm_pid 4095 1 windfarm_pm112 windfarm_core 12149 7 windfarm_smu_sat,windfarm_pm112,windfarm_smu_controls,windfarm_smu_sensors,windfarm_lm75_sensor,windfarm_max6690_sensor,windfarm_cpufreq_clamp sd_mod 41898 8 crc_t10dif 3028 1 sd_mod ata_generic 6366 0 usbhid 44702 0 hid 90818 1 usbhid ohci_hcd 56829 0 sr_mod 21340 0 cdrom 41655 1 sr_mod tg3 163373 0 libphy 24418 1 tg3 sata_svw 11070 6 firewire_ohci 50921 0 ehci_hcd 77208 0 usbcore 177575 7 ehci_hcd,ohci_hcd,usbhid,uas,usb_storage,wacom firewire_core 62638 2 firewire_ohci,firewire_sbp2 crc_itu_t 3096 1 firewire_core usb_common 2602 1 usbcore As you can see, the i2c_powermac module doesn't seem to be used. Is there any module to make the link with the drm module? Thank you for the suggestions -- Stéphane Louise _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
