You are not logged in.

#1 2011-02-24 20:47:31

ajiram
Member
Registered: 2011-02-24
Posts: 28

catalyst wont install

hi
im new to arch and this forum too and have problem.
i was update all with -Syu
im trying to install catalyst with yaourt and next error comes up:

/lib/modules/Arch/build: no such file or directory
...
makepkg was unable to build catalyst
please, help.
thanx

Offline

#2 2011-02-25 16:45:38

ajiram
Member
Registered: 2011-02-24
Posts: 28

Re: catalyst wont install

nobodie trying to help me....
sorry for bad english.
i was try install headers, install catalyst-hook and nothing, doesnt work for me.
here is what it say:


Building fglrx module for 2.6.33-ARCH kernel ...
+ echo 'Failed!!! Check out log: /var/log/catalyst-install.log'
Failed!!! Check out log: /var/log/catalyst-install.log
----------------------------------------------------------------
Automatic re-compilation is enabled now.
----------------------------------------------------------------
Answer 'Yes' whenever pacman ask you about updating
'kernel26-headers' in first place
----------------------------------------------------------------
Provide headers to your kernel ie:
kernel26-headers if you are using kernel26.
Most of custom kernels provides own headers.
----------------------------------------------------------------
Don't forget to add fglrx into MODULES array of /etc/rc.conf
----------------------------------------------------------------
Add nomodeset to your kernel line in /boot/grub/menu.lst , ie.:
kernel /boot/vmlinuz26 root=/dev/sda1 ro nomodeset
---------------------------------------- ^^^^^^^^^ -------------
If experiencing problems with building module or using more than
one kernel use catalyst_build_module command as root, more info:
# catalyst_build_module help

please, im new to arch, i like it, trying to learn, and dont want to give up just coz catalyst.
PLEASE!!!

Offline

#3 2011-02-25 16:52:13

JokerBoy
Member
From: România
Registered: 2009-09-24
Posts: 641

Re: catalyst wont install

well, what's in /var/log/catalyst-install.log? pastebin it.

in any case, did you tried using this?

Offline

#4 2011-02-25 17:09:39

ajiram
Member
Registered: 2011-02-24
Posts: 28

Re: catalyst wont install

thanks for helping
heres log

2011-02-25 17:33:58
Building fglrx module for 2.6.33-ARCH kernel ...
--------
+ cp /usr/share/ati/build_mod /tmp/catalyst.if1QRf -R
+ cd /tmp/catalyst.if1QRf
+ patch -Np7 -i makefile_compat.patch
patching file Makefile
+ patch -Np6 -i 2.6.38_console.patch
patching file firegl_public.c
++ cat /lib/modules/2.6.33-ARCH/build/.config
++ grep -c CONFIG_BKL=y
+ '[' 0 = 0 ']'
+ patch -Np6 -i no_bkl.patch
patching file firegl_public.c
Hunk #1 succeeded at 1914 (offset 20 lines).
+ . ati_make.sh
+ _ati_check

im going now to try steps from your link.thanx
is the log ok?

Last edited by ajiram (2011-02-25 17:10:53)

Offline

#5 2011-02-25 17:14:40

JokerBoy
Member
From: România
Registered: 2009-09-24
Posts: 641

Re: catalyst wont install

2.6.33-ARCH?? update your system!

Offline

#6 2011-02-25 17:34:45

ajiram
Member
Registered: 2011-02-24
Posts: 28

Re: catalyst wont install

how?
i was try pacman -Syu pacman -Syy pacman -Su
and it steel 2.6.33

Offline

#7 2011-02-25 17:47:24

JokerBoy
Member
From: România
Registered: 2009-09-24
Posts: 641

Re: catalyst wont install

open /etc/pacman.d/mirrorlist and there select an another mirror, 'cause your current mirror is very outdated. e.g. Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch

and then pacman -Syyu

Offline

#8 2011-02-25 19:53:38

ajiram
Member
Registered: 2011-02-24
Posts: 28

Re: catalyst wont install

thats help me. thank you.
i was install drivers. but after installing it another problem comes up:
black screen
i cant start desktop, theres black screen. i was read on archwiki something bout /etc/ati/amdpcsdb
i open taht directory with nano and add num 3 to the buttom. not help
what im doing wrong?
after i was reboot in same directory num 3 dissapers, i remember i was save it...
just blck screen

Offline

#9 2011-02-25 20:08:01

JokerBoy
Member
From: România
Registered: 2009-09-24
Posts: 641

Re: catalyst wont install

what? you're doing it all wrong.

it's says to boot in "init 3" and to run "rm /etc/ati/amdpcsdb". also menu.lst = /boot/grub/menu.lst.

while you are in grub boot menu, select your entry and press "e" and add 3 at the end of kernel line. to boot press "b".

Offline

#10 2011-02-25 20:32:02

ajiram
Member
Registered: 2011-02-24
Posts: 28

Re: catalyst wont install

heh xd..
sorry for may newbiest movements
i was run that rm /etc/ati.... and add 3 to kernel line, now that line looks:
kernel /boot/vmlinuz26 root=/dev/sda1 ro3
and wont boot. black screen again

Offline

#11 2011-02-25 20:54:02

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,538

Re: catalyst wont install

space between the ro and the 3

Offline

#12 2011-02-25 21:00:56

JokerBoy
Member
From: România
Registered: 2009-09-24
Posts: 641

Re: catalyst wont install

also, consider adding nomodeset to kernel line @ menu.lst like this:

kernel /boot/vmlinuz26 root=/dev/sda1 ro nomodeset

the menu.lst modification is not quite needed 'cause you'll have remove "3" from kernel line after deleting /etc/ati/amdpcsdb, so simply modify the entry from grub boot menu like i said earlier.

Offline

#13 2011-02-25 22:49:20

unilx
Member
From: Fredericton,Canada
Registered: 2009-10-01
Posts: 183

Re: catalyst wont install

install catalyst and  lib32-catalyst-utils
configure xorg with "aticonfig --inital" and/or "aticonfig -r"
add nomodeset to kernel line in /boot/grub/menu.lst
add fglrx to modules array in /etc/rc.conf

Last edited by unilx (2011-02-25 22:52:43)

Offline

#14 2011-02-25 22:57:48

ajiram
Member
Registered: 2011-02-24
Posts: 28

Re: catalyst wont install

can you explain this
add fglrx to modules array in /etc/rc.conf
how can i do that? you thing just type fglrx in that dir?where is modules?
sorry for stupid questions.

Offline

#15 2011-02-25 23:00:43

unilx
Member
From: Fredericton,Canada
Registered: 2009-10-01
Posts: 183

Re: catalyst wont install

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(fglrx)

Offline

#16 2011-02-25 23:11:44

ajiram
Member
Registered: 2011-02-24
Posts: 28

Re: catalyst wont install

and here i am, in arch. with full resolution and working drivers.
thx for that

Offline

#17 2011-02-25 23:13:22

unilx
Member
From: Fredericton,Canada
Registered: 2009-10-01
Posts: 183

Re: catalyst wont install

no problem

Offline

Board footer

Powered by FluxBB