Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kernel-4.1.2 not working with ati-drivers-15.7 [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Mgiese
Veteran
Veteran


Joined: 23 Mar 2005
Posts: 1607
Location: indiana

PostPosted: Tue Jul 14, 2015 3:55 pm    Post subject: kernel-4.1.2 not working with ati-drivers-15.7 [solved] Reply with quote

hi there,

i thought it might be time to test the 4.xx kernel. but compiling the latest ati-drivers-15.7 against that kernel dont work. has anybody got any information about this issue ??

error :
Code:
/var/tmp/portage/x11-drivers/ati-drivers-15.7/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: At top level:
/var/tmp/portage/x11-drivers/ati-drivers-15.7/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:6428:12: warning: 'KCL_fpu_save_init' defined but not used [-Wunused-function]
 static int KCL_fpu_save_init(struct task_struct *tsk)
            ^
/var/tmp/portage/x11-drivers/ati-drivers-15.7/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function 'KCL_InstallInterruptHandler':
/var/tmp/portage/x11-drivers/ati-drivers-15.7/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3507:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
cc1: some warnings being treated as errors
scripts/Makefile.build:258: recipe for target '/var/tmp/portage/x11-drivers/ati-drivers-15.7/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o' failed
make[2]: *** [/var/tmp/portage/x11-drivers/ati-drivers-15.7/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o] Error 1
Makefile:1383: recipe for target '_module_/var/tmp/portage/x11-drivers/ati-drivers-15.7/work/common/lib/modules/fglrx/build_mod/2.6.x' failed
make[1]: *** [_module_/var/tmp/portage/x11-drivers/ati-drivers-15.7/work/common/lib/modules/fglrx/build_mod/2.6.x] Error 2
make[1]: Leaving directory '/usr/src/linux-4.1.2-gentoo'
Makefile:88: recipe for target 'kmod_build' failed
make: *** [kmod_build] Error 2
 * ERROR: x11-drivers/ati-drivers-15.7::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=x11-drivers/ati-drivers-15.7::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=x11-drivers/ati-drivers-15.7::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/x11-drivers/ati-drivers-15.7/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/ati-drivers-15.7/temp/environment'.
 * Working directory: '/var/tmp/portage/x11-drivers/ati-drivers-15.7/work/common/lib/modules/fglrx/build_mod/2.6.x'
 * S: '/var/tmp/portage/x11-drivers/ati-drivers-15.7/work'

>>> Failed to emerge x11-drivers/ati-drivers-15.7, Log file:


thanks in advance
_________________
I do not have a Superman complex, for I am God not Superman :D

Ryzen9 7950x ; Geforce1650 ; kernel 6.5 ; XFCE


Last edited by Mgiese on Sun Sep 27, 2015 7:39 pm; edited 1 time in total
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9677
Location: almost Mile High in the USA

PostPosted: Tue Jul 14, 2015 7:41 pm    Post subject: Reply with quote

Might want to take a look at https://forums.gentoo.org/viewtopic-t-1020106-highlight-atidrivers.html but I haven't actually tried 4.x on my ati box yet.
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
Mgiese
Veteran
Veteran


Joined: 23 Mar 2005
Posts: 1607
Location: indiana

PostPosted: Thu Jul 16, 2015 2:25 pm    Post subject: Reply with quote

that didnt help. though bug is reported here : https://bugs.gentoo.org/show_bug.cgi?id=548118
_________________
I do not have a Superman complex, for I am God not Superman :D

Ryzen9 7950x ; Geforce1650 ; kernel 6.5 ; XFCE
Back to top
View user's profile Send private message
Mgiese
Veteran
Veteran


Joined: 23 Mar 2005
Posts: 1607
Location: indiana

PostPosted: Fri Sep 11, 2015 2:03 pm    Post subject: Reply with quote

same with 4.2 kernel. the recently published ati-drivers-15.7-r1 dont work with 4.x kernels.
_________________
I do not have a Superman complex, for I am God not Superman :D

Ryzen9 7950x ; Geforce1650 ; kernel 6.5 ; XFCE
Back to top
View user's profile Send private message
alinefr
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jul 2009
Posts: 113
Location: São Paulo, Brasil

PostPosted: Fri Sep 11, 2015 7:23 pm    Post subject: Reply with quote

eccerr0r wrote:
Might want to take a look at https://forums.gentoo.org/viewtopic-t-1020106-highlight-atidrivers.html but I haven't actually tried 4.x on my ati box yet.


Mgiese wrote:
that didnt help. though bug is reported here : https://bugs.gentoo.org/show_bug.cgi?id=548118


It did work for me. From this post: https://forums.gentoo.org/viewtopic-p-7765912.html#7765912

Code:

$ uname -r
4.0.5-gentoo

$ equery l ati-drivers
 * Searching for ati-drivers ...
[IP-] [  ] x11-drivers/ati-drivers-15.1:1
Back to top
View user's profile Send private message
Mgiese
Veteran
Veteran


Joined: 23 Mar 2005
Posts: 1607
Location: indiana

PostPosted: Sun Sep 27, 2015 7:34 pm    Post subject: Reply with quote

i did just wait..... ati-drivers 15.9-r1 fixed all the bugs. now running kernel 4.2.1 with the before mentioned ati-drivers on amd apu a10-5700(Radeon HD 7660D).

Code:
# uname -r
4.2.1-gentoo


Code:
 # equery l ati-drivers
 * Searching for ati-drivers ...
[IP-] [  ] x11-drivers/ati-drivers-15.9-r1:1


Code:
 # cat /proc/cpuinfo
vendor_id   : AuthenticAMD
model name   : AMD A10-5700 APU with Radeon(tm) HD Graphics


Code:
# lspci

00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7660D]

_________________
I do not have a Superman complex, for I am God not Superman :D

Ryzen9 7950x ; Geforce1650 ; kernel 6.5 ; XFCE
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1384
Location: Germany

PostPosted: Sun Nov 01, 2015 2:08 pm    Post subject: Reply with quote

I have the same Problem but with another graphic card and a new kernel. Perhaps you can help us there?
https://forums.gentoo.org/viewtopic-p-7835430.html#7835430
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum