From what i can see/know OEL is close to redhat. So should be the same instructions to follow.
Not sure that i have the driver installed yet. Not quite sure how.
I have tried following jimgolding's post to manually configure the driver i.e. modifying /etc/modprobe.conf and adding /etc/sysconfig/network-scripts/ifcfg-eth1 .
If i recall correctly, when i do a
lspci
then i get the correct card identified
when i issue an
lsmod | grep sk
it finds the sk98lin module.
In /var/log/messages, i find that message that says
sk98lin device eth1 does not seem to be present, delaying initialization.
I have tried
modprobe skge
followed by
service network restart
and i have tried
modprobe sk98lin
followed by
service network restart
both doesn't seem to work.