Results 1 to 9 of 9
Hey everyone, So I am back due to I am currently having some very noobish problems, please forgive me =
So the problem that I am having is I dont ...
- 12-15-2007 #1
How to compile Etc. in Kubuntu?
Hey everyone, So I am back due to I am currently having some very noobish problems, please forgive me =

So the problem that I am having is I dont know how to compile a driver to work for my Wireless Lan Card. I downloaded the drivers but when i click on the files it just opens them up and shows the scripts or whatever, how would i go about compiling them to work?
- 12-15-2007 #2
Most tarballs (tarred archives) have a readme file with instructions on how to install it. Clicking on a package is not the normal way to install software on Linux.
- 12-15-2007 #3
Yes, I would follow the readme instruction as well.
For future reference, compiling usually goes as followed (type this into the terminal).
./configure
make
make install
If it can't install, you'll usually have one of two problems. 1) You don't have a compiler installed. Should this be the case type: "sudo apt-get install gcc", wait for it to install and try again. 2) You don't have a program/library that is needed in which case you need to install those missing components via "sudo apt-get install package_name"
- 12-15-2007 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
Here's a HowTo covering some of the various ways to install software under Linux:
http://www.linuxforums.org/forum/lin...are-linux.html
When you can do so, it's usually better to use the default package manager/tool provided by the distribution that you are using. Tarballs are sometimes a necessity, but that is probably the most difficult package installation path for new Linux users.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 12-15-2007 #5Linux User
- Join Date
- Jun 2006
- Location
- Scotland
- Posts
- 267
My questions aren't about compiling. They are about getting your Wireless Lan Card to work.
1) What is the make and model of your computer?
2) Which distro are you using?
3) What kind of Wireless Lan Card do you have? PCMIA? USB? What is the make and model?
- 12-15-2007 #6
I don't think Kubuntu has the tools needed to compile by default. you need to install them.
Type:
apt-get install build-essential
Or install with the graphical Add/Remove feature in the menu.Can't tell an OS by it's GUI
- 12-17-2007 #7
- 12-17-2007 #8
I have that card. I got it working in regular Ubuntu by installing the ndiswrapper packages off the Ubuntu disc (I forget the actual names, something like "ndiswrapper-core" and "ndiswrapper-utils"). Then I copied the .INF and .SYS files from my Windows driver CD, opened up a terminal and typed:
Something said the driver was installed. I then wrote the configuration with:Code:sudo ndiswrapper -i bcmwl5.inf
I then made sure it was installed by listing:Code:sudo ndiswrapper -m
And rebooted.Code:sudo ndiswrapper -l
Registered Linux user #270181
TechieMoe's Tech Rants
- 12-17-2007 #9Linux User
- Join Date
- Jun 2006
- Location
- Scotland
- Posts
- 267
Have a look at "WifiDocs/LinksysWPC54G" on https://help.ubuntu.com/community/Wi.../LinksysWPC54G


Reply With Quote
