Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[TR] Nvidia ekran karti kurulumu nasil
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Languages
View previous topic :: View next topic  
Author Message
ersan
n00b
n00b


Joined: 30 Dec 2004
Posts: 31

PostPosted: Tue Jan 04, 2005 10:42 am    Post subject: [TR] Nvidia ekran karti kurulumu nasil Reply with quote

Merhabalar

Vidalinux-1.1 altinda Geforce 64Mb MX440-se nvidia ekran kartimi kurmaya calisiyorum

# emerge -p nvidia-kernel

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild N ] sys-kernel/gentoo-sources-2.4.26-r14
[ebuild N ] media-video/nvidia-kernel-1.0.6111-r3

# ACCEPT_KEYWORDS="~x86" emerge -p nvidia-kernel

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild N ] sys-kernel/gentoo-sources-2.4.28-r4
[ebuild N ] media-video/nvidia-kernel-1.0.6629-r1

Seklinde ciktilar aliyorum. Fakat vidalinux-2.6.9 kernel ile geliyor

# uname -r
2.6.9-vidalinux1


# ls -al /usr/src
total 2
drwxr-xr-x 3 root root 136 Jan 3 12:01 .
drwxr-xr-x 16 root root 520 Dec 30 09:40 ..
-rw-r--r-- 1 root root 0 Dec 21 22:45 .keep
lrwxrwxrwx 1 root root 22 Jan 3 12:01 linux -> linux-2.6.9-vidalinux1
drwxr-xr-x 19 root root 1280 Jan 4 10:14 linux-2.6.9-vidalinux1

http://desktop.vidalinux.com sitesinin "forum" alaninda anladigim kadari ile soyle bir cozum onerilmis.

#emerge sync
#emerge unmerge gentoo-sources
#rm /usr/src/linux
#echo "sys-kernel/gentoo-sources-2.4.26-r14" /etc/portage/profile/package.provided
#cd /usr/src/
#wget http://vidalinux.h05t.us/vlos-1.1/2.6.9-vidalinux1-source.tar.bz2
#tar xvfj linux-2.6.9-vidalinux1
#ln -s 2.6.9-vidalinux1 linux
#emerge nvidia-kernel && emerge nvidia-glx

Yukarida onerilen cozumu yapmama ragmen yinede
verdigim emerge komutuna gore kernel-2.4.26 ya da kernel-2.4.28 i kurmaya calisiyor

ingilizcem yeterli olmadigi icin daha fazla ilerleyemiyorum
Bunu duzeltmenin bir yolu var mýdýr?

Yardimlariniz icin tesekkurler
ersan
Back to top
View user's profile Send private message
rakdere
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jan 2005
Posts: 94
Location: Germany

PostPosted: Tue Jan 04, 2005 1:22 pm    Post subject: Reply with quote

merhaba

bash-2.05b# emerge -s gentoo-dev-sources
Searching...
[ Results for search key : gentoo-dev-sources ]
[ Applications found : 1 ]

* sys-kernel/gentoo-dev-sources
Latest version available: 2.6.9-r13
Latest version installed: 2.6.9-r13
Size of downloaded files: 35,638 kB
Homepage: http://dev.gentoo.org/~dsd/gentoo-dev-sources
Description: Full sources including the gentoo patchset for the 2.6 kernel tree
License: GPL-2


Kod. emerge gentoo-dev-sources

Bu komutu girsen, kernel 2.6.9-r13 yukluyor.

kod: ACCEPT_KEYWORDS="~x86" emerge gentoo-dev-sources
komutunu girince de kernel-2.6.10 yukluyor.

Sonra nvidia kernelini yukleyebilirsin bence.

Kod: emerge nvidia-kernel nvidia-glx
_________________
rafet
Back to top
View user's profile Send private message
ersan
n00b
n00b


Joined: 30 Dec 2004
Posts: 31

PostPosted: Tue Jan 04, 2005 2:12 pm    Post subject: Reply with quote

Merhabalar

Yazdiklarinizi uyguladim fakat nvidi-kernel kurulumunda soyle bir hata aliyorum

#emerge gentoo-dev-sources

#ACCEPT_KEYWORDS="~x86" emerge nvidia-kernel
Calculating dependencies ...done!
>>> emerge (1 of 1) media-video/nvidia-kernel-1.0.6629-r1 to /
x86
>>> md5 src_uri ;-) NVIDIA-Linux-x86-1.0-6629-pkg1.run
x86
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found sources for kernel version:
* 2.6.9-gentoo-r13
* These sources have not yet been compiled.
* We cannot build against an uncompiled tree.
* To resolve this, please type the following:
*
* # cd /usr/src/linux
* # make oldconfig
* # make bzImage modules modules_install
*
* Then please try merging this module again.

!!! ERROR: media-video/nvidia-kernel-1.0.6629-r1 failed.
!!! Function check_kernel_built, Line 369, Exitcode 0
!!! Kernel sources need compiling first
!!! If you need support, post the topmost build error, NOT this status message.


# emerge -p nvidia-kernel (komutunda da benzer bir hata aliyorum)

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild N ] media-video/nvidia-kernel-1.0.6111-r3

bash-2.05b# emerge nvidia-kernel
Calculating dependencies ...done!
>>> emerge (1 of 1) media-video/nvidia-kernel-1.0.6111-r3 to /
x86
>>> md5 src_uri ;-) NVIDIA-Linux-x86-1.0-6111-pkg1.run
x86
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found sources for kernel version:
* 2.6.9-gentoo-r13
* These sources have not yet been compiled.
* We cannot build against an uncompiled tree.
* To resolve this, please type the following:
*
* # cd /usr/src/linux
* # make oldconfig
* # make bzImage modules modules_install
*
* Then please try merging this module again.

!!! ERROR: media-video/nvidia-kernel-1.0.6111-r3 failed.
!!! Function check_kernel_built, Line 369, Exitcode 0
!!! Kernel sources need compiling first
!!! If you need support, post the topmost build error, NOT this status message

Vidalinux-1.1 in 2.6.9-vidalinux diye bir kernel dosyasi zaten vardi.
Bunu /usr/src altindan sildikten sonta yukaridakileri uyguladim

ersan
Back to top
View user's profile Send private message
rakdere
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jan 2005
Posts: 94
Location: Germany

PostPosted: Tue Jan 04, 2005 2:21 pm    Post subject: Reply with quote

Ersan benim anladigim once kerneli derlemelisin
# cd /usr/src/linux
* # make oldconfig
* # make bzImage modules modules_install
*
Bunu yaptiktan sonra nvidia kernelini derle diyor.
_________________
rafet
Back to top
View user's profile Send private message
ersan
n00b
n00b


Joined: 30 Dec 2004
Posts: 31

PostPosted: Tue Jan 04, 2005 3:49 pm    Post subject: Reply with quote

Merhabalar

Su sekilde bir cozum buldum kurulum sorunsuz olmasina ragmen x acilmiyor

#emerge vidalinux-sources
#cd /usr/src/linux
#make
#make modules modules_install install

#ACCEPT_KEYWORDS="x~86" emerge nvidia-kernel
#ACCEPT_KEYWORDS="x~86" emerge nvidia-glx

Bunlar sorunsuz kuruldu

xorg.conf dosyasinda ise su degi$iklikleri yaptim

#nano /etc/X11/xorg.conf
Load "dri" (bu satiri sildim)
Driver "nv" satirini
Driver "nvidia" yapip kaydettikten sonra makineyi bastan baslattim
Fakat x bir turlu acilmiyor.

ersan
Back to top
View user's profile Send private message
koray
n00b
n00b


Joined: 13 Sep 2004
Posts: 12
Location: Istanbul / Turkiye

PostPosted: Tue Jan 04, 2005 4:19 pm    Post subject: Reply with quote

Code:
# modprobe nvidia   //nvidia modulunu yukle
# modules-update


Sonra her acilista etkin olmasi icin /etc/modules.autoload.d/kernel-2.6 (ya da 2.4)
dosyasýnýn sonuna nvidia yazmalýsýn...
Back to top
View user's profile Send private message
togan
Apprentice
Apprentice


Joined: 10 Jun 2004
Posts: 200
Location: Germany NRW

PostPosted: Tue Jan 04, 2005 6:50 pm    Post subject: Re: [TR] Nvidia ekran karti kurulumu nasil Reply with quote

ersan wrote:
Merhabalar

Vidalinux-1.1 altinda Geforce 64Mb MX440-se nvidia ekran kartimi kurmaya calisiyorum

# emerge -p nvidia-kernel

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild N ] sys-kernel/gentoo-sources-2.4.26-r14
[ebuild N ] media-video/nvidia-kernel-1.0.6111-r3

# ACCEPT_KEYWORDS="~x86" emerge -p nvidia-kernel

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild N ] sys-kernel/gentoo-sources-2.4.28-r4
[ebuild N ] media-video/nvidia-kernel-1.0.6629-r1

Seklinde ciktilar aliyorum. Fakat vidalinux-2.6.9 kernel ile geliyor

# uname -r
2.6.9-vidalinux1


# ls -al /usr/src
total 2
drwxr-xr-x 3 root root 136 Jan 3 12:01 .
drwxr-xr-x 16 root root 520 Dec 30 09:40 ..
-rw-r--r-- 1 root root 0 Dec 21 22:45 .keep
lrwxrwxrwx 1 root root 22 Jan 3 12:01 linux -> linux-2.6.9-vidalinux1
drwxr-xr-x 19 root root 1280 Jan 4 10:14 linux-2.6.9-vidalinux1

http://desktop.vidalinux.com sitesinin "forum" alaninda anladigim kadari ile soyle bir cozum onerilmis.

#emerge sync
#emerge unmerge gentoo-sources
#rm /usr/src/linux
#echo "sys-kernel/gentoo-sources-2.4.26-r14" /etc/portage/profile/package.provided
#cd /usr/src/
#wget http://vidalinux.h05t.us/vlos-1.1/2.6.9-vidalinux1-source.tar.bz2
#tar xvfj linux-2.6.9-vidalinux1
#ln -s 2.6.9-vidalinux1 linux
#emerge nvidia-kernel && emerge nvidia-glx

Yukarida onerilen cozumu yapmama ragmen yinede
verdigim emerge komutuna gore kernel-2.4.26 ya da kernel-2.4.28 i kurmaya calisiyor

ingilizcem yeterli olmadigi icin daha fazla ilerleyemiyorum
Bunu duzeltmenin bir yolu var mýdýr?

Yardimlariniz icin tesekkurler
ersan


Selam Ersan buraya forumdaki Türkçe baþlýklara dikkat edersen Nvidia için kurulum howtosu türkçe olarak mevcut.. :)

Ayrýca neden NVIDIA için kernel kurmaya çalýþtýðýnýzý anlayamadým.. Sizde zaten kernel sources (Kernel kaynak kodu) mevcut yeniden kernel sources yapmanýza gerek yok..Belgedeki yazýlanlarý yapýn kesin çalýþýr..

#ls -l /usr/src çýktýsýný gene alalým sanýrým deðiþti.. son durumda ve þu an hangi kernel kurulu ve çalýþýyor.

https://forums.gentoo.org/viewtopic.php?t=270418

Kolay gelsin..
_________________
Gentoo 2006.1 stage1 MSI nforce 4 Athlon64 Nvidia PCI Express
Raptor74 GB + 200 GB X 2 SATA
Back to top
View user's profile Send private message
ersan
n00b
n00b


Joined: 30 Dec 2004
Posts: 31

PostPosted: Tue Jan 04, 2005 7:53 pm    Post subject: Reply with quote

Merhabalar

Aslinda hep hazira konan biri degilimdir. Arastirmayi seven biriyimdir. Fakat bazen neden bende bilmiyorum hemen bir sey olsun istiyorum o yuzden iyice arastirmadan bir yerlere saldiriyorum :)

Hazirladiginiz belgeyi daha onceden okumustum fakat dikkatli okumamisim simdi sorunum halloldu yardim eden herkese tesekkurler
Yaptiklarim su sekilde

#emerge nvida-kernel && emerge nvidia-glx
bu komutu verdigimde kernel-2.4.26 yi kurmaya calisiyordu
desktop.vidalinux.com forum sayfalarinda buldugum bir belge ile kurmaya calisiyordum.

Simdi yaptiklarim kisaca su sekilde

#emerge vidalinux-sources
#cd /usr/src/linux
#make
#make module modules_install install
#ACCEPT_KEYWORDS="~x86" emerge nvidia-kernel
#ACCEPT_KEYWORDS="~x86" emerge nvidia-glx
#nano /etc/X11/xorg.conf
#load "dri"
Driver "nvidia"

#nano /etc/modules.autoload.d/kernel-2.6
nvidia

#modprobe nvidia
#modules-update

Sistemi bastan baslattim ve nvidia logosu gorundu ve X acildi

Yardimlariniz icin tekrar tesekkurler
Back to top
View user's profile Send private message
koray
n00b
n00b


Joined: 13 Sep 2004
Posts: 12
Location: Istanbul / Turkiye

PostPosted: Tue Jan 04, 2005 7:59 pm    Post subject: Reply with quote

Quote:
#nano /etc/modules.autoload.d/kernel-2.6
nvidia

#modprobe nvidia
#modules-update

Sistemi bastan baslattim ve nvidia logosu gorundu ve X acildi

Yardimlariniz icin tekrar tesekkurler


Bisey degil, calistigina sevindim....
Kolay gelsin...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Languages 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