On Thu, 21 Feb 2002, Kei Furuuchi wrote: > >> >> sis900_probe: MAC addr 00:26:02:40:80:2f at ioaddr 2100 > >> >> sis900_probe: Vendor:1039 Device:0900 > >> >> sis900_probe: No MII transceivers found! > >> >> netboot_init : sis900_probe = 0000 > >> >> doing rarp: > >> > >> And for etherboot:
the sis 900 is fine. > >> > >> >> Boot from (N)etwork or from (L)ocal? N > >> >> Found SIS900 at 0xde00, ROM address 0xff00 > >> >> Probing...[SIS900] > >> >> sis900_probe: MAC addr 00:00:00:00:00:00 at ioaddr 0XDE00 > >> >> sis900_probe: Vendor:0X1039 Device:0X0900 > >> >> sis900_probe: SiS 900 Internal MII PHY transceiver found at address 1. > >> >> sis900_probe: Using SiS 900 Internal MII PHY as default > >> >> sis900_read_mode: Media Link On 10mbps half-duplex > >> >> Searching for server (RARP)... > >> >> Me: 192.168.0.14, Server: 192.168.0.11 your card talked to the server fine. > >> >> Loading 192.168.0.11:/tftpboot/kernel.192.168.0.14 .TFTP error 1 (File not >found) > >> >> Unable to load file. > >> >> <sleep> > >> >> <abort> > >> your tftpboot is set up wrong. That's the file error 1. Try this: mkdir /tftpboot/tftpboot chmod a+r,a+x /tftpboot/tftpboot cp /tftpboot/kernel.192.168.0.14 /tftpboot/tftpboot chmod a+r /tftpboot/tftpboot/* let me know what happens. ron
