no wireless, and I don't know how to compile my c++ on linux.
Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I recently installed ubuntu on my Acer laptop model 5050-3371, well after doing so I have lost my wireless connections even the switch in the front stopped working. I also don't know how to compile my c++ programming on linux. Here is what I tried so far sudo apt-get install ndiswrapper, but it still don't work. I have synaptic but there are so many options on there. I also tried g++. any help would be greatly appreciated. thanks.
why do you need to compile something? in linux, you generally compile with the "make" and "make install" commands, after doing "cd /foo/bar" where /foo/bar is the folder of the source code.
In 9.04, I doubt you should need ndiswrapper. Find a wired internet connection, and in the main menu under "system-->administration" there should be an option for "Hardware drivers" or something like that. Go there, check for new drivers, and download/install what it offers.
Synaptic takes a little getting used to. You need to know what specific package you are trying to install, if you're searching for wireless, you'll probably get thousands of results. (Ubuntu has over 18000 packages, I think). But if you know it's name, it's as simple as searching for it in synaptic, then right-clicking it and choosing install, then clicking apply changes.
to Nylex:
that would be a waste of time. it is against the 'proper rules', but whats done is done!
to migueljc:
if your wireless was working before on linux, and has stopped now, then it may be something you have installed or your wireless adaptor is getting old. over time, wireless adapters get weaker and weaker, but this only happens be the signel dropping, then loosing. not four bars good connection, then nothing.
I don't think you need to use ndiswrapper with an 802.11b/g Wireless LAN. The ath5k driver should work natively. You don't even need to build it unless you're using an older kernel. As has been explained above, if you want to learn to compile source code that's a separate issue.
cheers,
jdk
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.