Return to OpenSourceBistro Main
Return to Networking. Main
Skype for Linux video: Skype 2.0.0.72.for VectorLinux .tgz install video V4l1 fix tutorial
Shortcuts
(Use these along with the video to get the job done faster)
Click to download libv4l-0.5.8.tar
Terminal Commands to install libv4l-0.5.8.tar:
make
make install PREFIX=/usr/local
Copy and Past skypescript
#!/bin/bash
export LD_PRELOAD=/usr/local/lib/libv4l/v4l1compat.so
skype
exit