Skocz do zawartości

Jak Zainstalowac Stery Do Karty Pci(port Lpt) ?


FuXx^

Rekomendowane odpowiedzi

Witam. Tutaj mam cos takiego w pliku How to do on RedHat(sadze ze ten howto bedzie dobry, bo w koncu fedora jest z redhat)

-------------recompile kernel (for Redhat Only)--------------------
Warning: 
Recompile kernel maybe damages the system by wrong steps,
you better backup your system and data before recompiling kernel.

-------------------------------------------------------------------

copy linux kernel to /usr/src
  #cp /anydir/ite_2ch/soft/linux-2.4.20.tar.bz2  /usr/src
  #cd /usr/src
  #tar jxvf linux-2.4.20.tar.bz2

delete the existed softlink "linux-2.4"
  #rm linux-2.4  (press "y" to ensure to kill the file)

add the new soft link
  #ln -s linux-2.4.20 linux-2.4

get into /usr/src/linux directory 
  #cd /usr/src/linux-2.4

config your kernel by run the command
  #make menuconfig

Select options by your system
Exit and save configuration

make the kernel and modules files 
  #make dep && make clean && make bzImage && make modules && make modules_install

copy new kernel files to boot directory
  #cp /usr/src/linux-2.4/arch/i386/boot/bzImage  /boot/vmlinuz-2.4.20
  #cp /usr/src/linux-2.4/System.map   /boot/System.map-2.4.20

re-link the soft links
  #cd /boot
  #rm vmlinuz	 (press "y" to ensure to kill the file)
  #ln -s vmlinuz-2.4.20  vmlinuz
  #rm System.map	(press "y" to ensure to kill the file)
  #ln -s System.map-2.4.20  System.map

you must modify your boot loader to boot with new kernel
lilo: /etc/lilo.conf
grub: /boot/grub/menu.lst
add a new section with kernel to /boot/vmlinuz-2.4.20

If you use lilo for boot loader , you must run lilo before reboot.
  #lilo -v -v 
  #reboot
If you use grup ,you can reboot directly.
  #reboot		 
After reboot system , enter uname -r to make sure the new kernel version.
  #uname -r	(you will get the version of current kernel)


About more detail of configuring kernel , please reference site:
http://www.tldp.org/HOWTO/Kernel-HOWTO.html
( soft/Kernel-HOWTO-html.tar.gz is the package download from there.)

A tutaj jest spakowany ten sterownik http://www.fuxx.serv.prv.pl/ite887x.rar

Odnośnik do komentarza
Udostępnij na innych stronach

Zagladalem do tych zrodelek wczoraj, czy przedwczoraj (bo to juz Twoj drugi identyczny post, prawda?) i powiem tylko ze nie odpisalem, bo niewiele mialem do powiedzenia. Tak jak dzis, ale skoro meczysz...;)

 

Te zrodelka sa pod kernele 2.4.19 i 2.4.20 - watpie zeby Ci sie je udalo skompilowac pod nowym gcc, a jeszcze bardziej watpie w to, ze Ci sie je uda zmusic do pracy z kernelem 2.6 ...

 

W sumie to zadna pomoc, ale moze poszukaj jakiegos nowszego rozwiazania?

Sprawdz czy obslugi tego sprzetu nie ma juz przypadkiem w kernelu, moze trzeba je tylko wlaczyc...

Powodzenia

Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...