[pxc] Help installing the pxc driver
Alessandro Rubini
rubini@gnu.org
Mon, 29 Apr 2002 23:21:51 +0200
> After make install, I get the following error:
>
> # ./pxc_load
> Loading pxc200 device driver (./pxc.o)..../pxc.o: init_module: Cannot
> allocate memory
Did you reserve high memory according to the documentation included in
the driver?
> Hint: insmod errors can be caused by incorrect module parameters,
> including invalid IO or IRQ parameters
insmod should rather be silent. Wrong suggestions are worse than no
suggestion at all. The right suggestion is "look in your kernel
messages and you'll probably find more detail".
> Either I must change some parameters for insmod, or the driver does not
> work on pc104 form factory boards, (only on PCI boards). Any
> suggestions?
pc104 *is* ISA, and pc104+ *is* PCI. They are just drawn in a
different shape and painted in a different color. There's no difference
for the software.
Hope this helps
/alessandro