Link to home
Start Free TrialLog in
Avatar of helyonprime96
helyonprime96

asked on

Compiler installation errors

Hello experts.
Please help me with my trouble.
I have installed kubuntu 10.04.2.
I need to install Atheros Ethernet Controller to activate internet.
But when i compile atheros source it dies with his message : Compiler not found.Stop ***
I tried to install gcc base and more packets but when i try to install one i sees this message :
Dependecy is not satisfiable : gcc-4.4base (=4.4.4-14ubuntu5)

Please help me.
Tell  me the exact packages that i need to install.
Avatar of rindi
rindi
Flag of Switzerland image

Are you sure you really need to compile that driver? I have a netbook with an atheros wireless NIC and I've used different Linux distro's on it, including Ubuntu, and none of them had any problems using that adapter out of the box.
Avatar of helyonprime96
helyonprime96

ASKER

Wireless is working.
But i have cable (DSL) internet and i need it.
Tell me what i need to do to install atheros?
Makefile:118: *** Compiler not found
You need a router with integrated DSL Modem connected to the DSL line, and then either connect to that router with your ethernet NIC or if the router also includes  wireless then you can use your wireless NIC to connect to that router, and you have internet.
You doesnt understand me.
i have dual boot (win7 and kubuntu)
At windows 7 i have internet because all druvers are installed.
but at kubuntu atheros controller is not installed.
Help me with installation problem.
How have you connected to the DSL in Windows 7? Can you tell me what type of material you have between the PC and the DSL line from the wall?
Yes, i have internet at win7.
Why you wont help me?
Tell me how to correct error with
Makefile:118: *** Compiler not found
but no with internet on win7.
I'm trying to help you, and I don't think you need to compile anything to get on the internet, but for that I need the info I asked for. So how are you trying to connect to the internet?
Look, at my kubuntu atheros driver is not installed, eth0 interface doesnt exist.
And i typed here from my win7.
Now i need the package make and build-essential.
I downloaded and tried to install.
This error appeared :
Dependecy is not satisfiable : gcc-4.4base (=4.4.4-14ubuntu5)
Can you help me?
It sounds as though you need to configure the PPPoE information for the
what happens when you run gcc by itself on the command line?
does it tell you that you need to install it (Compiler not found.Stop ***)?

To get assistance, you need to answer the questions.  You are the eyes in this case. Provide information as and we'll try to help you. We can not through this medium direct your computer to do what is needed to correct the situation.

http://nowardev.wordpress.com/2009/05/06/kubuntu-904-atheros-communications-inc-ar242x-80211abg-wireless-pci-express-adapter-rev-01/
arnold, while compiling the atheros driver appears this error.
i cannot run
sudo apt-get install subversion build-essential

that i doesnt have internet (0 wlan acces points)
Can you connect via a wired connection and download the packages.

Download the packages using your windows 7 bootup and presumably you can access the windows 7 drive or have a USB jump drive from which you can then install the items on the kubuntu system.
using the apt- other binary that will let you install using downloaded packages
yes, i know.
tell me the correct packages that i need to install.
info :
kubuntu 10.04.2 LTS
AMD 64
Do you have the CDROM from which you installed kubuntu?
apt-cdrom install linux-headers-$(uname -r)


adept is the graphical package manager
http://linux.about.com/od/kubuntu_doc/a/kubudg19t01.htm

You need the kernel headers to build a module/driver

Check the version of your gcc (gcc -v)
The error seems to be that your version is not what the driver is looking for.
ASKER CERTIFIED SOLUTION
Avatar of Dmitriy Sky
Dmitriy Sky
Flag of Russian Federation image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
and addition to above...


http://packages.ubuntu.com/dapper/build-essential

and download all packages on the list..

and then

dpkg -i (package name).deb
thanks.problem is solved