Raoc3 wrote:But I can't connect the computer in question with the home wireless network.
--and it can always be your particular firewall setup, ufw or gufw (Ubuntu's firewall: using IPTABLES)--you could stop tour firewall as a test, and since you have the router device: I have to assume you have an ISP provided setup, so you can check the router manual/admin (web page, a default password is usually given for the customer), and see what is or isn't turned on/off..
http://tech.mobiletod.com/how-to-enable ... ntu-10-10/- Code: Select all
sudo ufw disable
--temporarily stop the Ubuntu firewall
OK, so your local connection don't route (your router), a dns or ip error
--your name and password are no doubt fine: do the normal network troubleshooting
All on a terminal
- ping 127.0.0.1
--your own host (localhost), tells you tcp is functioning
[8]ping the ip address given by ifconfig or netstat -rn - Ping your router
--tests your gateway to see if you can reach the router's IP address
something will likely fail in the above steps, so I would look over general network troubleshooting for a LAN, there are many guides available on the internet, I will give you a couple..
http://support.novell.com/techcenter/ar ... 00501.html--windows style version (ipconfig instead of Linux ifconfi), otherwise pretty much identical
http://www.linuxhomenetworking.com/wiki ... NetworkingYes windows connects with windows drivers, so Linux can too, however it will probably need to use ndiswrapper setup..
http://forums.fedoraforum.org/showthread.php?t=264484Post 5, is a more complete answer: you would use sudo instead of su..
--you may also need a later version of
ndiswrapperAnd, it would be a good idea to check the chipset, seeing if anything else pops up to you..
http://linux-wless.passys.nl/--fromthat link, the ndiswrapper supported chipsets/includes your USB device..
http://sourceforge.net/apps/mediawiki/n ... ar_WNA3100 Info
Reported to work with custom compilation.
--meaning you would have to compile it against your kernel, therefore you either would need buildessential(s), a Ubuntu package that includes Linux headers (your kernel version) + source file etc..
ndiswrapper, Linux setup method(s)..viewtopic.php?f=42&t=97610&p=557102&hilit=WNA3100+ndiswrapper#p557102post 1, however you can get the source files from the usual places, eg sourceforge, instead of relying on a users link..
http://sourceforge.net/apps/trac/source ... cket/13876--this is a repeat of a Ubuntu user post, with his/her data setup and ndiswrapper install..
Ndiswrapper information and troubleshooting, step-by-step will get you somewhere, but you will need patience or fast typing: just don't go gung-ho nerdy about it, and you should be OK..
--from step 3.4 onward, you can see it is the same or similar to the other links given (as to the methods)
They also have a more automatic link, some of which ?could work, but just know that the versions are not identical, and the last update on the file was 2008 (doesn't mean it won't work), just that you have to watch the monitor and follow any steps you want to try
And, possibly someone has already created a quickie guide for Mint on ndiswarpper and that usb wireless card which would of course simplify things..