![]() |
Floppyfw and HomePNA
Floppyfw and HomePNA
Download floppyfw-current.img ( http://www.zelow.no/floppyfw/downloa...fw-current.img ) Format floppy to check that it's working ( superformat /dev/fd0u1440 ) Drop img-file to floppy ( dd if=floppyfw-current.img of=/dev/fd0 ) Now we are ready to change configuration ( mount -t msdos /dev/fd0 /mnt ) We switch network modules loading order in modules.lst ( vi /mnt/modules.lst ) so that pcnet32 is loaded before our intranet network card (8139cp) this way we will have HomePNA-card loadet as eth0 and intranet card eth1.... Save and umount /mnt :) --------old------------------- # Network Interface Cards: # 3c509 3c59x 8390 ne2k-pci # # The ne module cannot autoprobe and needs an io port. ne io=0x300 mii tulip eepro100 8139cp 8139too pcnet32 # ----------------------------- -------new------------------- # Network Interface Cards: # 3c509 3c59x 8390 ne2k-pci # # The ne module cannot autoprobe and needs an io port. ne io=0x300 mii tulip eepro100 pcnet32 8139cp 8139too # ---MäIte--- *Let's kill them all and let Gods sort them out* |
Sivu luotu: 12:18 (GMT +2). |