Description of Problem: module fales to load How Reproducible: "ismod pcnet_cs hw_add=00,00,0x94,0xb0,0x53,0x60" Iput this in my /etc/pcmcia/config file and got one low beep then I did the same from the command line and got Steps to Reproduce: 1. 2. 3. Actual Results: /lib/modules/2.2.5-15/pcmcia/pcnet_cs:unresolved symbol ei_open " " ethdev_init " " ei_interrupt " " ns8390_ini Expected Results: Additional Information: the module came off the redhat cd I looked at the source and these are functions the program is trying to call the man page sed that the 0x's were needed for numbers in hex
You should use "modprobe" instead of "insmod"; modprobe also loads the modules the pcnet_cs module depends on. Alternatively, you can "insmod 8390" first