You are not logged in.

#1 2013-10-05 17:28:00

patrickmaciel
Member
From: Brazil-Uberlândia-MG
Registered: 2013-09-28
Posts: 36
Website

[SOLVED] Building fglrx module for 3.11.3-1-ARCH kernel error

I got this error today:

--------
2013-09-28 14:07:59
Building fglrx module for 3.11.2-1-ARCH kernel ...
--------
OsVersion says: SMP=1
file /proc/kallsyms says: SMP=1
file /usr/lib/modules/3.11.2-1-ARCH/build/include/generated/autoconf.h says: SMP=1
file /usr/lib/modules/3.11.2-1-ARCH/build/include/generated/autoconf.h says: MODVERSIONS=1
file /usr/lib/modules/3.11.2-1-ARCH/build/arch/x86/include/asm/compat.h says: COMPAT_ALLOC_USER_SPACE=arch_compat_alloc_user_space
make: Entering directory `/usr/src/linux-3.11.2-1-ARCH'
  CC [M]  /tmp/catalyst.aHP3fa/firegl_public.o
  CC [M]  /tmp/catalyst.aHP3fa/kcl_acpi.o
  CC [M]  /tmp/catalyst.aHP3fa/kcl_agp.o
  CC [M]  /tmp/catalyst.aHP3fa/kcl_debug.o
  CC [M]  /tmp/catalyst.aHP3fa/kcl_ioctl.o
  CC [M]  /tmp/catalyst.aHP3fa/kcl_io.o
  CC [M]  /tmp/catalyst.aHP3fa/kcl_pci.o
  CC [M]  /tmp/catalyst.aHP3fa/kcl_str.o
  CC [M]  /tmp/catalyst.aHP3fa/kcl_iommu.o
  CC [M]  /tmp/catalyst.aHP3fa/kcl.o
  CC [M]  /tmp/catalyst.aHP3fa/kcl_wait.o
  LD [M]  /tmp/catalyst.aHP3fa/fglrx.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/catalyst.aHP3fa/fglrx.mod.o
  LD [M]  /tmp/catalyst.aHP3fa/fglrx.ko
make: Leaving directory `/usr/src/linux-3.11.2-1-ARCH'
Ok.

--------
2013-10-05 14:20:34
Building fglrx module for 3.11.3-1-ARCH kernel ...
--------
Kernel header files are absent: directory /usr/lib/modules/3.11.3-1-ARCH/build doesn't exist! Game over

--------
2013-10-05 14:20:41
Building fglrx module for 3.11.3-1-ARCH kernel ...
--------
Kernel header files are absent: directory /usr/lib/modules/3.11.3-1-ARCH/build doesn't exist! Game over

I don't know why, and I do not know if I care.

Last edited by patrickmaciel (2013-10-06 19:31:53)

Offline

#2 2013-10-05 22:58:47

fazo96
Member
Registered: 2013-09-22
Posts: 26

Re: [SOLVED] Building fglrx module for 3.11.3-1-ARCH kernel error

I use catalyst (not catalyst hook) but since I couldn't get Xorg to work on this kernel with this driver even with catalyst-hook (which gave me your problem) I just downgraded the kernel to 3.11.2-1 and everything works again. I suggest waiting a few days for a better solution

Last edited by fazo96 (2013-10-06 07:25:33)

Offline

#3 2013-10-06 01:53:27

patrickmaciel
Member
From: Brazil-Uberlândia-MG
Registered: 2013-09-28
Posts: 36
Website

Re: [SOLVED] Building fglrx module for 3.11.3-1-ARCH kernel error

Downgrade Xorg to 3.11.2-1?

Offline

#4 2013-10-06 07:26:36

fazo96
Member
Registered: 2013-09-22
Posts: 26

Re: [SOLVED] Building fglrx module for 3.11.3-1-ARCH kernel error

patrickmaciel wrote:

Downgrade Xorg to 3.11.2-1?

Not xorg, the kernel ^^ xorg is actually at 1.14.3-1. Sorry, my post was not clear, I fixed it

Offline

#5 2013-10-06 18:15:55

Zamajalo
Member
From: Belgrade, Serbia
Registered: 2013-08-26
Posts: 17

Re: [SOLVED] Building fglrx module for 3.11.3-1-ARCH kernel error

Tell me, did this occur after upgrading to kernel or..?

This looks like newer kernel was installed but there are no headers, try running `catalyst_build_module all`, ofc. if you are using drivers from unnoficial repo.


Using Arch Linux x86-64 (linux-ck-bobcat kernel) on AMD based laptop with HD 7400 series GPU.

dd if=/dev/null of=/dev/everything

Offline

#6 2013-10-06 19:30:40

patrickmaciel
Member
From: Brazil-Uberlândia-MG
Registered: 2013-09-28
Posts: 36
Website

Re: [SOLVED] Building fglrx module for 3.11.3-1-ARCH kernel error

Zamajalo wrote:

Tell me, did this occur after upgrading to kernel or..?

This looks like newer kernel was installed but there are no headers, try running `catalyst_build_module all`, ofc. if you are using drivers from unnoficial repo.


Thanks, I'll try.

Offline

#7 2013-10-06 19:31:38

patrickmaciel
Member
From: Brazil-Uberlândia-MG
Registered: 2013-09-28
Posts: 36
Website

Re: [SOLVED] Building fglrx module for 3.11.3-1-ARCH kernel error

Zamajalo wrote:

Tell me, did this occur after upgrading to kernel or..?

This looks like newer kernel was installed but there are no headers, try running `catalyst_build_module all`, ofc. if you are using drivers from unnoficial repo.


Yes, I don't know whas happening, but, now, I format my desktop again, and Install Archlinux slowly. So... this error doesn't occurs more.

Thanks!

Offline

#8 2013-10-10 04:23:28

fazo96
Member
Registered: 2013-09-22
Posts: 26

Re: [SOLVED] Building fglrx module for 3.11.3-1-ARCH kernel error

I think it's because of the new kernel. Reinstalling is not a solution, it's avoiding the problem ;D
Instead, I switched to catalyst-hook (I used catalyst) and upgraded to kernel 3.11.4, the latest version of xorg (there was a new one), gnome 3.10 and the module compiled perfectly, so now everything works on my system

Offline

#9 2013-10-10 13:51:45

patrickmaciel
Member
From: Brazil-Uberlândia-MG
Registered: 2013-09-28
Posts: 36
Website

Re: [SOLVED] Building fglrx module for 3.11.3-1-ARCH kernel error

fazo96 wrote:

I think it's because of the new kernel. Reinstalling is not a solution, it's avoiding the problem ;D
Instead, I switched to catalyst-hook (I used catalyst) and upgraded to kernel 3.11.4, the latest version of xorg (there was a new one), gnome 3.10 and the module compiled perfectly, so now everything works on my system

You right, but you know... I have a lot projects in queue and not have time to search and test evertying tongue

But, now... catalyst has installed successfully, but, I think isn't working 100%, because, when I click (for example), in a Google Chrome tab, and move to left/right, all tabs disappear or are blurry.

Anyway, thanks.

Offline

#10 2013-10-16 20:08:17

fiendfan1
Member
Registered: 2013-07-18
Posts: 47

Re: [SOLVED] Building fglrx module for 3.11.3-1-ARCH kernel error

It seems you don't have linux headers installed.

# pacman -S linux-headers

Offline

Board footer

Powered by FluxBB