On Mon, Mar 26, 2001 at 11:51:02AM -0500, Jeff Garzik wrote:
>
> If the problem is still not solved, could you download via-diag.c and
> libmii.c from ftp://www.scyld.com/pub/diag/ Compile instructions are
> at the bottom of via-diag.c. I'm interested in seeing two via-diag
> register snapshots, one from a cold boot (where it is working), and one
> from a warm boot.
>
> ./via-diag -maaavvveef > via-diag-cold.txt
> and
> ./via-diag -maaavvveef > via-diag-warm.txt
> then
> diff -u v*cold.txt v*warm.txt | send mail...
>
> And to see if the PCI configuration registers change between warm boot
> and cold boot, run lspci from pciutils:
>
> lspci -vvvxxx > lspci-cold.txt
> and
> lspci -vvvxxx > lspci-warm.txt
> then
> diff -u l*cold.txt l*warm.txt | send mail...
I still have the boot problem, these are the diffs you asked for. I hope
they are useful. (using 2.4.3-pre8)
I had to include the driver in the kernel, and could not load it as module,
I don't know why.
==
[root@twisted /root]# modprobe via-rhine
/lib/modules/2.4.3-pre8/kernel/drivers/net/via-rhine.o: unresolved symbol alloc_etherdev
/lib/modules/2.4.3-pre8/kernel/drivers/net/via-rhine.o: unresolved symbol unregister_netdev
/lib/modules/2.4.3-pre8/kernel/drivers/net/via-rhine.o: unresolved symbol register_netdev
/lib/modules/2.4.3-pre8/kernel/drivers/net/via-rhine.o: insmod /lib/modules/2.4.3-pre8/kernel/drivers/net/via-rhine.o failed
/lib/modules/2.4.3-pre8/kernel/drivers/net/via-rhine.o: insmod via-rhine failed
==
This archive was generated by hypermail 2b29 : Sat Mar 31 2001 - 21:00:20 EST