I have a WG111T WiFi USB dongle from Netgear. I really wanted to use it in Kubuntu. Unfortunately, I couldn't get it to work out-of-the-box in Kubuntu. I googled a bit around and find a nice guide on Ubuntu Forums to install the driver and use the WG111T in Ubuntu. The process required Ndiswrapper. I couldn't wait to try it out. Here's my own little guide. And yeah, in case you are wondering, I was able to get it to work in the end! :P

Check Ubuntu Forums for more details. Save the page if you need it as reference.

First, get the WG111T drivers zip file from here or here You can also get them from the CD but I didn't have the CD with me at the time. So better get the files downloaded directly. Next, get Ndiswrapper (latest version) from here. Download the latest Stable tar.

Now we are ready to get started:

Boot into Kubuntu. Paste the driver zip file in your home folder, and extract it using Ark or any other tool. Same for the Ndiswrapper tar.

Open Konsole, and Change Directory into your Home and into Ndiswrapper. This is usually done via "cd ndiswrapper" or whatever your folder is called. You might also try "ls" and check what is the folder name, then "cd (foldername here)" then press Tab to auto-complete if needed.

After you are inside Ndiswrapper's extracted folder, run "make install". It might prompt you to install required packages. These are not detailed here. Essentially, you will need the Build-Essential package and the compiler ones, all available through Adept. Refer to another guide for these packages install. Since I had all the required packages, let's proceed.

Now, Ndiswrapper should be installed. Still in Konsole, check with "ndiswrapper --h". If the help displays, Ndiswrapper is installed. You might want to clear your screen with the "clear" command to make things neater.

Next, change directory into your Netgear extracted drivers folder. In that folder, there is another folder named ndis5 or something like that.

Now execute these commands ignoring the ones marked with ---. These are my comments! If you don't like sudo'ing like that, try "sudo su" to become root. Enter your password to proceed.

--- Driver installation:
sudo ndiswrapper -i netwg111.inf
sudo ndiswrapper -i athfmwdl.inf


--- Checking if they are installed:
sudo ndiswrapper -l

--- Take out the dongle and re-plug it in
sudo ndiswrapper -l

--- The netwg111 should report "Hardware detected" now
sudo modprobe ndiswrapper
--- The light should start flashing

--- To boot it as module:
sudo ndiswrapper -m

--- Checking if dongle works. You should see some info about your dongle
sudo iwconfig wlan0

--- Checking for Wireless Access Point. You should see some info about your AP
sudo iwlist wlan0 scan

Now, if everything has worked as it should, you should be able to see wlan0 in your System Settings or KControl. From there, you can configure your ESSID and WEP key, as well as set DHCP or other things. You should be pretty ready now.

Enjoy your new wireless on Kubuntu. That is all from me folks. If you need more help, Google's here! Remember, I'm still a Linux noob trying to find his way out and trying to help... :P

Note: This guide is intended for Netgear WG111T v.2 USB Dongle. I haven't experimented with v.1 but I believe it's just a matter of swapping drivers and doing the same thing as above, but replacing netwg111.inf with your required .inf file. Also, note that you need both netwg111 and athfmwld to make this dongle work.

I've always been looking for a way to hold the command prompt open when running commands from Start - Run in WinXP. I found it at last and thought I might share...

Try running "ping google.com" from Start -> Run. The command executes and the window closes immediately after, barely giving you a glance at the results. What to do?

Simply run "cmd /k ping google.com". Other things to try are "cmd /k ipconfig" or even "cmd /k netstat". Try other commands. From what I saw, every command I tried kept the window open. Nice feature!

After much temptation resisting, I finally succumbed. I got Beryl installed on my Kubuntu box. I must say I am impressed and obtained more than I expected, considering the specs of the box:

- Pentium 4 3.0 GHz
- 256 MB RAM
- 32 MB of VRAM (!) on an ATI card.
- 80 GB of HD

I expected all the coolness of Beryl to at least require 512 MB of RAM and 64 MB of Gfx and 50 MB of download. I was totally wrong! Beryl ran smooth on my specs, sometimes causing my processor fan to scream, I must say when I'm tweaking it. Apart from that, it flows quite smoothly with some noticeable lag. Considering the specs, it's expected. But it ran more smoothly than I thought. And yeah, it requires 7 MB of download! :P

The steps to install Beryl are quite short and simple to follow for ATI cards. For NVidia, it seems to be even easier. You just need to have the right drivers, which I had on Feisty Kubuntu.

Check out the steps here:
Beryl's Wiki - http://wiki.beryl-project.org/wiki/Install/Ubuntu

Here's my own small guide for ATI-cards:

Basically, it involves checking whether you have the right drivers using Konsole and "glxinfo | grep direct". If you see "Direct Redering = Yes" proceed. Now, run "glxinfo | grep vendor". If you see server, client vendor = SGI, proceed. Else install the required drivers. Refer to Beryl's Wiki for more info. I didn't need drivers, so I don't have instructions here...

After that, open Adept and install: beryl, beryl-manager, emerald-themes. It should take 7MB approx.

After the install, access K-menu and under System, there is Beryl Manager. Open it. A small ruby or gemstone or whatever appears in your taskbar. Congratulations! You now have Beryl. You can proceed and customize the various options. And yeah, to test. Try dragging a window around. If it's wobbly, it's working! :P

If you want to see what's Beryl's capable, check out the videos I posted earlier.

Now, to make Beryl auto-start under KDE (these instructions are not in the Beryl Wiki. Had to look around), run this in Konsole:

"ln -s /usr/bin/beryl-manager /home/youruser/.kde/Autostart/beryl-manager"

You now have Beryl and it auto-starts. Enjoy your new set of desktop effects and your cool desktop cube! Try Alt+CTRL+Click and drag. :P

I also found this nice link for a Wiki on Beryl by Arch Linux. Check it out if you want:
Arch Linux - Beryl

That's all for now... Feel free to comment!


 

Copyright 2006| Blogger Templates by GeckoandFly modified and converted to Blogger Beta by Blogcrowds.
No part of the content or the blog may be reproduced without prior written permission.
Template Edits by Infinity.
Trademarks and copyrights belong to their respective authors