On Mon, 25 May 1998, Marcantonio Magnarapa wrote:
>
> I have intalled RH5 on a win95 box. Everything went beautifully, except
> the network card wasn't recognized. (this is not my problem right now, but
> anyway, how do I set up that card? it's a cheap PCI ethernet card, nothing
> special).
>
You need to figure out (Win95 has the info) the irq, address, and type of
card. Then you can either
- put an
append="ether=11,0x6000,eth0"
in /etc/lilo.conf and run lilo to make the change take effect
OR
- put something like
alias eth0 ne
options ne io=0x6000 irq=11
in /etc/conf.modules
Both of the above examples assume that your card is an NE2000 clone using
irq 11 and a base address if 6000 for the PCI slot it's in.
> But now, how can I start linux? After rebooting, my win95 system booted up
> as usual, without lilo showing.
>
> Linux is, right now, installed in a logical partition contained in a
> dos-extended partition on the second disk of the primary ide controller
> (hdb10). Any suggestions?
>
> Marcantonio
>
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
> To unsubscribe: mail [EMAIL PROTECTED] with
> "unsubscribe" as the Subject.
>
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.