LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux 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


Reply
  Search this Thread
Old 09-14-2007, 11:57 AM   #1
kremmily
LQ Newbie
 
Registered: Sep 2007
Posts: 9

Rep: Reputation: 0
Angry What am I doing wrong?


Ok.. I'm trying to install my Linksys USB Wireless-G network adapter on my jobs computer using the ndiswrapper. I have followed more than one way to install it, but I don't seem to be able to do it right.

This is what I'm doing:

I downloaded the ndiswrapper-1.47 and unpacked it into the home folder. After that I opened a terminal and cd into it. As per the ndis instructions, I run make distclean and make. Here--I believe--is when I start having issues. All I see is the terminal doing its thing, and then error messages all over. After that says to run "make install" as root (is root the "sudo" command preceding whatever you wanna do?). Whatever I'm doing, I'm not doing it right.

What am I doing wrong?

kRem
 
Old 09-14-2007, 11:58 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
All I see is the terminal doing its thing, and then error messages all over.
We need to see those messages.
 
Old 09-14-2007, 12:19 PM   #3
kremmily
LQ Newbie
 
Registered: Sep 2007
Posts: 9

Original Poster
Rep: Reputation: 0
Code..

Quote:
Originally Posted by Simon Bridge View Post
We need to see those messages.
I will get what I see even though is long!

Thank you!

kRem
 
Old 09-16-2007, 09:55 AM   #4
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
While you are at it, tell us what distro and kernel is being used. I'm afraid it's the only way... though, usually, the first couple of actual ERROR lines are enough.
 
Old 09-16-2007, 11:23 PM   #5
kremmily
LQ Newbie
 
Registered: Sep 2007
Posts: 9

Original Poster
Rep: Reputation: 0
Here's the link to the picture with the error report (that's as soon as I run "make"). After that, I'm supposed to run "sudo make install," but obviously nothing happens! By the way, how could I use Synapsis (is that the name?) to install the package instead? Where do I have to "throw" to package into? What folder? Is itpossible to do it like that?

THANK YOU ALL!

kRem

LINK > http://www.mediamax.com/kremmily/Hos...screenshot.png
 
Old 09-16-2007, 11:42 PM   #6
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Can you post the topmost errors?
 
Old 09-17-2007, 01:44 AM   #7
kremmily
LQ Newbie
 
Registered: Sep 2007
Posts: 9

Original Poster
Rep: Reputation: 0
Talking Error messages...

Quote:
Originally Posted by Nylex View Post
Can you post the topmost errors?
I will tomorrow as soon as I can. Now, what do you mean by topmost errors? The whole series of errors?

Thank you once again,

kRem
 
Old 09-17-2007, 02:03 AM   #8
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
The ones at the top of the output..
 
Old 09-18-2007, 10:14 PM   #9
kremmily
LQ Newbie
 
Registered: Sep 2007
Posts: 9

Original Poster
Rep: Reputation: 0
Here are 4 pictures of the problem. Immediately after I type "make" this is what happens...

http://www.mediamax.com/kremmily/Hos...%20%281%29.png
http://www.mediamax.com/kremmily/Hos...%20%282%29.png
http://www.mediamax.com/kremmily/Hos...%20%283%29.png
http://www.mediamax.com/kremmily/Hosted/linuxprob.png

Let me know what I'm not doing right. I want my internet up and running so I can start enjoying of Ubuntu!

THANK YOU!

Last edited by kremmily; 09-18-2007 at 10:15 PM.
 
Old 09-19-2007, 02:49 AM   #10
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
We really need the top of the error/make output, but the first png there implies you haven't installed the dev tools ie C include ('*.h') files missing...

Last edited by chrism01; 09-19-2007 at 08:28 PM.
 
Old 09-19-2007, 10:18 AM   #11
kremmily
LQ Newbie
 
Registered: Sep 2007
Posts: 9

Original Poster
Rep: Reputation: 0
I'm sorry...

Quote:
Originally Posted by chrism01 View Post
We really need the top of the error/make output, but the fitst png there implies you haven't installed the dev tools ie C include ('*.h') files missing...
That's the very beginning of everything. What topmost errors do you need my friend instead? I thought those were the topmost errors. I'm sorry I'm getting all confused here...

Now, what are the dev tools and how do I install them...

THANK YOU!

kRem
 
Old 09-19-2007, 10:52 AM   #12
kremmily
LQ Newbie
 
Registered: Sep 2007
Posts: 9

Original Poster
Rep: Reputation: 0
qt3-dev-tools (3:3.3.6-3ubuntu3.3)

Would it be that package?

kRem
 
Old 09-19-2007, 08:32 PM   #13
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
'make' implies needing to to a compile of the C source code. The errors imply you haven't installed the compiler tools (gcc & friends).
Somwhere there should be a menu tool eg Add/Remove Software, or Synaptic or something like that.
Look for compiler/dev tools and install those, then try again.
Any ubuntu LQers reading this should be able to be more specific.
 
Old 09-20-2007, 09:05 AM   #14
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
how could I use Synapsis (is that the name?) to install the package instead
"synaptic" works if you have a debian based distro like debian, ubuntu, etc. If you told us which distro is on your work computer, I missed it.

To use synaptic, go to System > Administration > Synaptic Package Manager

click "search" and enter "build-essentials".

You should also search for whatever libs the configure file says you are missing.

click the box, and it will show a dialog of other stuff that goes with it. click OK, then "apply". (The computer needs to be online.)

If this i not online, you can download the deb package for your distribution and install from that... i.e. for Ubuntu: http://ubuntuforums.org/showthread.php?t=263168

The best way to post error messages unambiguously is to copy the text over. If the work computer does not have internet access (you didn't specify) then you can pipe the errors to a text file, copy the file to removable media, move the media to whatever computer you are reading this from...

eg.

./configure > configure.log

Last edited by Simon Bridge; 09-20-2007 at 09:08 AM.
 
Old 09-20-2007, 10:38 AM   #15
kremmily
LQ Newbie
 
Registered: Sep 2007
Posts: 9

Original Poster
Rep: Reputation: 0
Wink

Quote:
Originally Posted by chrism01 View Post
'make' implies needing to to a compile of the C source code. The errors imply you haven't installed the compiler tools (gcc & friends).
Somwhere there should be a menu tool eg Add/Remove Software, or Synaptic or something like that.
Look for compiler/dev tools and install those, then try again.
Any ubuntu LQers reading this should be able to be more specific.
Hello my friend!

Listen, it seems you didn't read that I'm trying to install the ndiswrapper so I can get the internet going. I don't think I have any problem with synaptic; the problem is that I won't be able to download a package! Now, do you think I should look for gcc and/or friend and install them or just one?

Thank you!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What is wrong with reiserfs? wrong free space mesh2005 Linux - General 1 05-03-2007 07:21 AM
Maybe i am wrong.. nc3b Slackware 11 08-28-2005 04:38 PM
my time is wrong and calender is also wrong Paxmaster Linux - General 6 12-16-2004 12:46 AM
what am i doing wrong? ambelos Linux - Software 9 02-09-2004 09:27 AM
What's wrong with RH 9? kavelj Linux - Distributions 4 07-17-2003 02:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration