You are not logged in.
Pages: 1
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
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
well, what's in /var/log/catalyst-install.log? pastebin it.
in any case, did you tried using this?
Arch64/DWM || My Dropbox referral link
Offline
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
Offline
how?
i was try pacman -Syu pacman -Syy pacman -Su
and it steel 2.6.33
Offline
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
Arch64/DWM || My Dropbox referral link
Offline
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
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".
Arch64/DWM || My Dropbox referral link
Offline
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
space between the ro and the 3
Offline
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.
Arch64/DWM || My Dropbox referral link
Offline
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
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
# -----------------------------------------------------------------------
# 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
and here i am, in arch. with full resolution and working drivers.
thx for that
Offline
no problem
Offline
Pages: 1