[Pxc] PXC200L on RH7.0?
Alessandro Rubini
pxc@lists.prosa.it
Wed, 14 Mar 2001 12:48:13 +0100
Hi.
> I am trying to run my PXC200L on 2.2.16.22 (fresh out of the box)
> and find when I do a pxc_load the entire system hangs.
That's very strange. I never experienced this. Could you please
do the following after "make" to help me trace the problem?
This must be invoked _from_a_text_console_ not an xterm in your graphic
environment.
1- cat /proc/ksyms > ksyms
2- nm pxc.o > pxcsyms
3- dmesg | grep Memory > mem
4- cat /proc/meminfo >> mem
6- cat /proc/bus/pci/devices > pcidev
5- echo 8 > /proc/sys/kernel/printk
6- sync
7- insmod pxc.o
Note that "6" is to save your disks, as "7" can be the event that hangs
your system.
If it hangs, I need the information printed on the screen (as "5"
above raises the amount of messages that get printed). If it doesn't
hang, I'd like to see the output of "1" again, then please make it
hang in the usual way and send me all the files (possibly in .tar.gz
format).
/alessandro