Hi people, I've found the following bugs on the Phrozen Patch, and I though you would like to know about them:
The SDK won't compile unless you make the following links: cd devboard-R2_01/apps/crypto/openssl/openssl/include/openssl/ ln -s ../../crypto/idea/idea.h ln -s ../../crypto/engine/engine.h ---- Kernel 2.4 + spca All seems to be correctly loaded, but the webcam is not detected by spca5xx. (On kernel 2.6 it's correctly detected) [EMAIL PROTECTED] /root]106# dmesg | grep video Linux video capture interface: v1.00 [EMAIL PROTECTED] /root]106# dmesg | grep spca usb.c: registered new driver spca5xx spca_core.c: spca5xx driver 00.57.06LE registered hub.c: new USB device ETRAX 100LX-2, assigned address 3 usb.c: USB device 3 (vend/prod 0x10fd/0x128) is not claimed by any active driver. I've looked into the sources of SPCA and that vend/prod ID should be detected (as it's on 2.6) ---- Kernel 2.6 + spca + dlink c1 driver I can see the webcam streaming via ethernet without problems, but when I try to see it via wifi, the wifi adapter gets halted, and it won't respond anymore (neither pings!). Ethernet continues working without problems. ---- Kernel 2.6 + Zydas zd1211 driver The driver zd1211 doesn't appears on dmesg as loaded, so the wifi adapter isn't detected. On kernel 2.4 it's loaded without problems. I need to have working webcam streaming via wireless, but no luck by the moment :(
