Le 24/11/2012 02:21, Nigel Taylor a écrit :
> Your audio is being picked up already as 6670, audio was added together
> with the video for a 6670 card. There maybe a range of cards that use
> the same id for audio.
> 
> To recreate the includes.
> cd /usr/src/sys/dev/pci
> make
> 
> Now follow instructions for building a kernel, and Installing kernel
> Reboot and check dmesg.
> 

Hum... ok it's detected now, i didn't know that i had to "make" in /pci:
  vga1 at pci1 dev 0 function 0 "ATI Radeon HD 6570" rev 0x00

(maybe commit that ?

--- pcidevs     2012-11-17 16:42:29.000000000 +0100
+++ pcidevs     2012-11-23 12:58:50.357249029 +0100
@@ -1262,6 +1262,7 @@
 product ATI RADEON_X700_SE     0x5e4f  Radeon X700 SE
 product ATI RADEON_X700_SE_S   0x5e6f  Radeon X700 SE Sec
 product ATI RADEON_HD6670      0x6758  Radeon HD 6670
+product ATI RADEON_HD6570      0x6759  Radeon HD 6570
 product ATI RADEON_HD5800      0x6899  Radeon HD 5800
 product ATI RADEON_HD5700      0x68b8  Radeon HD 5700
 product ATI RADEON_HD5670      0x68d8  Radeon HD 5670

)

> This will not fix your driver problems, for that there needs to be KMS
> support, or try and hope one of the other chip families works.

Yes I still have the same issue. So, finally, I can't use my GPU correctly ?

Thanks

Reply via email to