Jenny_Hopkins@toby-churchill.com Jenny_Hopkins@toby-churchill.com wrote:
Has anyone else experienced problems with USB using kernel 2.4.19? [...]
No. Use lsmod on your new and old kernel systems to make sure that you're still using the same USB hci module. Some boards work with more than one, with differing rates of success.
Can I simply copy the /lib/modules/2.2.20/pcmcia directory to /lib/modules/2.4.19/pcmcia [...]
I agree with the other answer: No. Use lsmod on the old system to get the net module name and enable that in "make menuconfig" on the new kernel. Then, I think, it will all "just work".
HTH