Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
TR- udev
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
rakdere
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jan 2005
Posts: 94
Location: Germany

PostPosted: Tue Jan 04, 2005 11:48 pm    Post subject: TR- udev Reply with quote

merhaba

Kerneli yeniden derledim.kernel 2.6.10
devfs yi secmedim.
Sistem aciilirken devfs secili degil diye hata verdi, konsol acilisi yapti.
Konsolda emerge udev diyerek udevi yukledim.
Kapatip tekrar actim.
Sistem acilisi hatasiz ilerledi, kde yi yukleyemedi ama, siyah ekran
geldi.Komut satirina da dusmuyor.

Suseden chroot ile duzeltecegim de neyi nasil duzeltecegim bilmiyorum.

Bu udev konusunda yardimlarinizi bekliyorum.
(Duyuyor musun Togan, abi bu is sana bakar....)

selamlar
_________________
rafet
Back to top
View user's profile Send private message
togan
Apprentice
Apprentice


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

PostPosted: Wed Jan 05, 2005 4:17 am    Post subject: Re: TR- udev Reply with quote

rakdere wrote:
merhaba

Kerneli yeniden derledim.kernel 2.6.10
devfs yi secmedim.
Sistem aciilirken devfs secili degil diye hata verdi, konsol acilisi yapti.
Konsolda emerge udev diyerek udevi yukledim.
Kapatip tekrar actim.
Sistem acilisi hatasiz ilerledi, kde yi yukleyemedi ama, siyah ekran
geldi.Komut satirina da dusmuyor.

Suseden chroot ile duzeltecegim de neyi nasil duzeltecegim bilmiyorum.

Bu udev konusunda yardimlarinizi bekliyorum.
(Duyuyor musun Togan, abi bu is sana bakar....)

selamlar


Selam udev kullanmak istiyorsun..Güzel ama bundan sonra herhengi bir hardware ile ilgili değişikliklerde rules yazman gerekir.. Örneğin dvb çalışabilmesi için rules gerekir.. neyse aşağıdakileri uygula..

Kernel ayarlarının udev ile birliktre yapılması.
İlk önce /etc/conf.d/rc ayarlarının şu şekilde olması lazım.

Code:
Code:
#################### /etc/conf.d/rc #####################   
 RC_NET_STRICT_CHECKING="no"

# Use this variable to control the /dev management behavior.
#  auto   - let the scripts figure out what's best at boot
#  devfs  - use devfs (requires sys-fs/devfsd)
#  udev   - use udev (requires sys-fs/udev)
#  static - let the user manage static nodes

RC_DEVICES="udev"

# Set to "yes" if you want to save /dev to a tarball on shutdown
# and restore it on startup.  This is useful if you have a lot of
# custom device nodes that udev does not handle/know about.
# (ONLY used by UDEV enabled systems!)

RC_DEVICE_TARBALL="no"
################# end /etc/conf.d/rc ########################


/etc/conf.d/rc ayarları tamamlandı artık kernel ayarlarına geçebiliriz.

Code:
kolkola# cd /usr/src/linux && wget http://www.kolkola.org/gentoo/.config && make menuconfig


Burda dikkat edeceğimiz nokta sistemimizde bulunan hardware ye göre kernel ayarımızın yapılması olacak. Sound için modül seçimi, ide chipset için modül seçimini doğru yapmalıyız. mesela benim sistemimde iki adet ide chip set var sis5513 ve siimage bunlar bendeki sistemde kernele gömülü olarak seçildiler. lspci && lsmod komutları sanırım doğru hardwareleri bulmayı sağlayacaktır. Gentoo boot splash ayarları indirdiğiniz .config de çoktan ayarlandı, uğraşmanıza gerek yok..

Code:
Code:
1) Processor type and features - sistemimizdeki çalışan CPU yada prozessor
2) ATA/ATAPI/MFM/RLL support for storage controllers IDE chip vs.
3) Networking support - network kartımıza ait chip  modul olarak ayarlanmalı
4) Character devices - agpgart and agp chipset type, dri driver ( if required)
    5) Sound support ~>> Advanced Linux Sound Architecture ~~> Pci devices
     Burada sistemimizdeki sound karta ait chip modulu seçilecek.
6) USB support - sistemimizde usb ile çalışacak ve çalışabilecek moduller ...
     EHCI HCD (USB 2.0) support
     OHCI HCD support
     UHCI HCD (most Intel and VIA) suppor


Yukarıda hazır yapılmış bir kernel ayarı var gensplash da ayarlanmış olarak ondan faydalanabilirsin sorun çıkarsa..

kernel derleme komutu şöyle olacak...

Code:
#make && make modules modules_install  install      bu kernel 2.6 için


bunu yapınca yeni kernel /boot dizininde vmlinuz olarak install ediliyor yanlız önceden /hda1 mount edilmeli .

Code:
#mount /dev/hda1  /boot


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
rakdere
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jan 2005
Posts: 94
Location: Germany

PostPosted: Wed Jan 05, 2005 8:04 am    Post subject: Reply with quote

Togan sagolasin.

Sadece rc dosyasini senin yazdigin gibi ayarladim, kernele falan
dokunmadim.Tekrar sistemi acinca nvidia logosu da geldi, duzgun
acilis yapti.
_________________
rafet
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