Is it me or is it easier to configure a home network in XP than to setup a wireless adapter in Debian??? I've read through various online resources about iwconfig, ifconfig, linux_wan, orinoco but I still don't get it. And more importantly I couldn't get it to work!
Is Ubuntu easier, in which case I might just install that. I only went for Debian because:
1) Seeing as Ubuntu is based on it, I thought it would be better to use the "base" model if you like;
2) I preferred the default Blue Theme . Although if I can get the blue theme on Ubuntu, then I might just install that instead...
It is going to differ depending on your wireless device. On my laptop, the wireless worked straight away (Ubuntu 8.10).
That's cool, I suspected that Ubuntu might be easier, but I'm desperately trying to use the less linux-newbie-friendly in the hope that I'll learn more. And I AM learning, it's just that the main lesson seems to be "Debian is no picnic in the park".
Debian is the ORIGINAL "picnic in the park"!!! Apt is the greatest invention ever!
Okay, but seriously. If you want to stick with Debian, which I support completely, look into ndiswrapper. Typically, the hard part of getting a wireless adapter to work in Linux is getting the right driver installed. Some of them are open source, and are therefore supported out of the box, but many of the more popular chipsets are still not "free".
Check to see what chipset your card uses with "lspci". You might be able to grep it out like this:
lspci | grep -i net
That might narrow down the search for a driver. ndiswrapper is a tool that uses the Windows version of the driver. There's another tool called fwcutter that helps to extract those drivers from the Windows installers.
lspci -vv | less and look for the chips number and vendor.
from that you will know what driver are you going to install.
Some wireless card are using the same chips but they are just different in manufacturer's name.
Last edited by rm_daniweb; Apr 23rd, 2009 at 5:40 am.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.