// HIDE CREDITS hs.showCredits = false; // SHOW IMAGE TITLES AS CAPTIONS // hs.captionEval = 'this.thumb.title'; // hs.captionOverlay.position = 'below'; // DROP SHADOW hs.outlineType = 'drop-shadow'; // USE GRAPHICAL EFFECTS hs.transitions = ['expand', 'crossfade']; hs.fadeInOut = true; hs.expandDuration = 150; hs.restoreDuration = 150; // SHOW SLIDESHOW CONTROLBAR hs.addSlideshow({ interval: 5000, repeat: false, useControls: true, fixedControls: 'fit', overlayOptions: { className: 'large-dark', opacity: '0.75', position: 'bottom center', offsetX: '0', offsetY: '-25', hideOnMouseOut: true } }); // DIMM WEBSITE WHEN IMAGE IS OPEN // hs.dimmingOpacity = 0.75; // SHOW CLOSE-BUTTON // hs.registerOverlay({ // html: '
', // position: 'top right', // fade: 2 // });

Belkin F5D7050 – Working in Ubuntu natively!

Jan-16th-2009

This is a HOWTO to get the Belkin USB wireless adapter: F5D7050 v5000 working with the native rtl8187b driver in Intrepid Ubuntu for wireless connectivity.
Name: Belkin F5D7050 (802.11g – 54Mbps)
USB ID: 050d:705e
Before I begin, I should tell you why I got to this point. I had this USB adapter “working” with ndiswrapper, in the sense [...]