Za instalaciju mrežne kartice Genius LAN GE2000III u linuxu, na sajtu proizvođača, pronašao sam sledeću instrukciju:
"The procedure to activate Genius LAN GE2000III SE ISA PnP Adapter on linux :
Hint:Genius LAN GE2000III SE ISA PnP Adapter is ne2000 compatable.
–step 1: make sure that kernel source code is included
(check /usr/src/linux)
–step 2: recompile kernel:
cd to /usr/src/linux, them type ‘make menuconfig’
select the following options(mark them as ‘*’)
.enable module support
.networking support
.TCP/IP networking
.network device support
.ethernet
.ne2000/ne1000 support
–step 3: after options are selected, exit and run
make dep;make clean;make zImage;
if no serious error happens, the new kernel ‘zImage’ will be in
/usr/src/linux/arch/i386/boot/zImage.
copy this file to root.
modify ‘/etc/lilo.conf’ file to point to this new file.
run ‘lilo’
reboot
–step 4: when system boots, the driver will be load. then the driver will
scan {0x300,0x280,0x320,0x340,0x360} port to see if a card is
there.
(you can run ‘dmesg’ to see the boot message)
ps: in some case, PNPISA may assign ioports not in the range. you
can use ‘GE3SETUP’ (in DOS) to set the card in jumpless mode
and set ioaddr to one of these ioport.
–step 5: run netconfig to setup TCP/IP
(run ‘ifconfig’ or ‘netstat -i’ to see if there is a interface
‘ne0’)
By Kinston Huang
1997.11.17 "
U step 3 me buni sledeće: "copy this file to root.
modify ‘/etc/lilo.conf’ file to point to this new file"
Da li prvi red znači da ovaj fajl treba kopirati u direktorijum “/” ili u direktorijum “/root”, i da li je bitno gde se kopira?
Drugi red mi nikako nije jasan, šta ubaciti u ‘/etc/lilo.conf’, tako da ukazuje na fajl zImage. Pokušavao sam razne varijante, ali na komandu “lilo” u konzoli mi objavljuje grešku.
Molim za pomoć!!!