![]() |
GENERIC kernelda bulunan çoğu sürücü aynı IRQ/Port bilgisine sahiptir.Böylece sisteminizde olmayan donanımların sürücüsü sisteminizde var olan ve tanınması gereken donanımların önünü keser.Ve böylece bilgisayar dilinde çakışma dediğimiz olay olur.( "Conflicts") . UserConfig yardımcı programı gerekli olmayan donanımların yoklanmasını iptal etmek için kullanılır.Böylece çakışmalar önlenmiş olur.
Amacımız hangi donanım türlerinin tanınmasının active olmasını sisteme söylemektir.Ve bunlar arası çakışmalar önlenmiş olur.. Bazı özel durumlarda çakışma izini verilebilir.Bu durumlar User Config ekranının altında izin verilen çakışmalar ( "permitted conflicts" ) olarak gösterilecektir.
Gösterilen
ilk ekran UserConfig'in yayılımını ve var olan çakışmaları gösteririr.Bunlar
donanımın cinsine göre (Storage, Network,
etc.) katagorilenmiştir.Ve istenirse
yayılabilir.Böylece alt katagorileri yada donanımları görebilirsiniz.
| ---Active-Drivers-----------------7
Conflicts------Dev---IRQ--Port--
Storage: (Collapsed) Network: (Collapsed) Communications: (Collapsed) Input: (Collapsed) Multimedia: Miscellaneous: (Collapsed) ---Inactive-Drivers---------------------------------Dev--------------
---------------------------------------------------------------------
|
|
------------------------------------------- VISUAL MODE: - - Layout - The screen displays a list of available drivers, divided into two scrolling lists: Active Drivers, and Inactive Drivers. Each list is by default collapsed and can be expanded to show all the drivers available in each category. The parameters for the currently selected driver are shown at the bottom of the screen. - - Moving around - To move in the current list, use the UP and DOWN cursor keys to select an item (the selected item will be highlighted). If the item is a category name, you may alternatively expand or collapse the list of drivers for that category by pressing [ENTER]. Once the category is expanded, you can select each driver in the same manner and either: - change its parameters using [ENTER]
Use the [TAB] key to toggle between the Active and Inactive list; if you need to move a driver from the Inactive list back to the Active one, select it in the Inactive list, using [TAB] to change lists if necessary, and press [ENTER] -- the device will be moved back to its place in the Active list. - - Altering the list/parameters - Any drivers for devices not installed in your system should be moved to the Inactive list, until there are no remaining parameter conflicts between the drivers, as indicated at the top. Once the list of Active drivers only contains entries for the devices present in your system, you can set their parameters (Interrupt, DMA channel, I/O addresses). To do this, select the driver and press [ENTER]: it is now possible to edit the settings the settings at the bottom of the screen. Use [TAB] to change fields, and when you are finished, use [Q] to return to the list. - - Saving changes - When all settings seem correct, and you wish to proceed with the kernel device probing and boot, press [Q] -- you will be asked to confirm your choice. |
![]() |