Archive for the ‘Networking’ Category

Boot Linux over the Internet!

Monday, September 28th, 2009

A little update to what’s brewing lately in the linux world..

Much talk about booting linux over http, ie the internet. However, some work needed as it’s not as simple as turning on the power.

A minimal USB image is needed as booting Linux over the internet. This mean it will still require plugging in a USB thumbdrive. Only the kernel is booted over the internet and sadly it doesn’t utilize the BIOS PXE aka Preboot Execution Environment support via the embedded LAN port on most recent mainboards.

Popular distros such as Ubuntu, DSL, Debian, Fedora and Knoppix are supported for gPXE booting

A howto guide here at howtoforge.com

Official boot kernel over http page at kerrnel.org

Source : H-Online.com

Get your wireless adapter working with NDISWRAPPER!

Monday, August 31st, 2009

Much to linux users’ frustrations, many hardware and its specification’s labels do not endorse any support for linux.

While the folks at Kernel.org tries their best to include common and popular hardware drivers into the kernel, there are bound to be some left out. One of these hardware is wireless 802.11 wifi adapters. Due the various chipsets used by different vendors and manufacturers, some of them may not be supported by current kernels and thus causing distress to linux users whom have purchased these wifi cards and usb adapters.

There is a tool available that can make use of the Windows drivers that come with the wifi adapter and make the wireless adapter work in linux.

Enter NDISWRAPPER

This tool is present on most popular linux distro repositories. Some distros even have a graphical user interface for this tool.

More info here

NDISWRAPPER on Wikipedia

Howto guide on LinuxQuestions

NDISWRAPPER on Debian Wiki

Using Ubuntu NDISGTK GUI to activate wireless cards : Kimbriggs.com

SGLNX recommends noobs to learn how to use ndiswrapper.