wurmy
12-06-2000, 04:26 PM
(i'm running redhat 6.2, on a second hdd, windows on my master hdd - the card works in windows)
(THIS IS A LONG POST)
these are the directions i got from the manufacturer website:
The procedure to activate rtl8019 on linux:
Hint:RTL8019 is ne2000 compatible.
Step 1: Make sure that kernel source is included (check /usr/src/linux)
Step 2: Recompile kerne: cd to /usr/src/linux, then type 'make menuconfig'
Select the following options:
.enable module support
.networking support
.TCP/IP networking
.network device support
.ethernet
.ne2000/ne1000 support
Step 3: exit and run make dep; make clean; make zImage;
if no serious errors occur the new kernel zImage is in /usr/src/linux/arch/i386/boot/zImage. Copy this file to root. Modify 'lilo.conf' to point to this new file. Run 'lilo', reboot.
Step 4: When system boots, the driver will be loaded. 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 cases, PNPISA may assing ioports not in the range, you can use 'rset8019' (in DOS) to set the card in jumpless mode and set I/O Address to one of these I/O ports.
Step 5: Run netconfig to setup TCP/IP
(run 'ifconfig' or 'netstat -i' to see if there is an interface 'ne0')
OK....
i did all that except, in the process i also got a whole new kernal (i had 2.2.14-5.0, but i downloaded a newer on: 2.2.17). i setup all those options, recompiled, copied bzImage (i used it instead of zImage) to /boot/ instead of /root cause that is what the LNO on this site said and that is where lilo.conf wanted to look anyway. i edited the lilo.conf file, rebooted....(this is after about 2 days of struggling to get this all to finally work). so it reboots and the new kernel is working...but it isn't detecting my card. i run 'dmesg' and see nothing about any of those ports, nor about my card. is it something wrong with linux, or my card? should i run that program in dos to set the I/O address? this has been a long 2/3 days....
wurmy
(THIS IS A LONG POST)
these are the directions i got from the manufacturer website:
The procedure to activate rtl8019 on linux:
Hint:RTL8019 is ne2000 compatible.
Step 1: Make sure that kernel source is included (check /usr/src/linux)
Step 2: Recompile kerne: cd to /usr/src/linux, then type 'make menuconfig'
Select the following options:
.enable module support
.networking support
.TCP/IP networking
.network device support
.ethernet
.ne2000/ne1000 support
Step 3: exit and run make dep; make clean; make zImage;
if no serious errors occur the new kernel zImage is in /usr/src/linux/arch/i386/boot/zImage. Copy this file to root. Modify 'lilo.conf' to point to this new file. Run 'lilo', reboot.
Step 4: When system boots, the driver will be loaded. 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 cases, PNPISA may assing ioports not in the range, you can use 'rset8019' (in DOS) to set the card in jumpless mode and set I/O Address to one of these I/O ports.
Step 5: Run netconfig to setup TCP/IP
(run 'ifconfig' or 'netstat -i' to see if there is an interface 'ne0')
OK....
i did all that except, in the process i also got a whole new kernal (i had 2.2.14-5.0, but i downloaded a newer on: 2.2.17). i setup all those options, recompiled, copied bzImage (i used it instead of zImage) to /boot/ instead of /root cause that is what the LNO on this site said and that is where lilo.conf wanted to look anyway. i edited the lilo.conf file, rebooted....(this is after about 2 days of struggling to get this all to finally work). so it reboots and the new kernel is working...but it isn't detecting my card. i run 'dmesg' and see nothing about any of those ports, nor about my card. is it something wrong with linux, or my card? should i run that program in dos to set the I/O address? this has been a long 2/3 days....
wurmy