LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 04-16-2005, 08:16 AM   #31
SSgtT
LQ Newbie
 
Registered: Apr 2005
Distribution: Mandrake 10.1
Posts: 23

Original Poster
Rep: Reputation: 15

I found the file. At first I was looking at the wrong one...

Also, keep in mind that I know nothing about linux. I have followed several sets of instructions online, but really not sure WHAT it is that I'm doing. As far as installing a RPM file, there seems to be two ways to install it. One, rpm -i <filename.rpm>, and the second is urpmi <filename.rpm>. Is this correct and is one command preferred over the other?

Last edited by SSgtT; 04-16-2005 at 08:46 AM.
 
Old 04-16-2005, 09:19 AM   #32
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
I found this explanation of the urpm tools, and it looks like for Mandrake, those are the ones to use. The ability to resolve dependencies could be particularly valuable for a new user.
 
Old 04-16-2005, 10:53 AM   #33
SSgtT
LQ Newbie
 
Registered: Apr 2005
Distribution: Mandrake 10.1
Posts: 23

Original Poster
Rep: Reputation: 15
Ok that's the one I used and I got an error saying "some package cannot be installed (due to unsatisfied gcc)". I guess I am going to google and see what (or if) I can find.
 
Old 04-16-2005, 11:07 AM   #34
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
When you installed Mandrake, did you install development toos? GCC is the C compiler that comes with pretty much every distro, however you may have the option of not installing it. If you didn't install it, do so and see if that does the trick.
 
Old 04-16-2005, 11:11 AM   #35
SSgtT
LQ Newbie
 
Registered: Apr 2005
Distribution: Mandrake 10.1
Posts: 23

Original Poster
Rep: Reputation: 15
ok let me try that.... I'll be back I'm sure!
 
Old 04-17-2005, 11:32 AM   #36
SSgtT
LQ Newbie
 
Registered: Apr 2005
Distribution: Mandrake 10.1
Posts: 23

Original Poster
Rep: Reputation: 15
Ok I finally got GCC and the kernel source installed without any errors. In the usr/src directory, there is still no linux-xxxxxxxx folder.

Just to check what I did, I copied the kernel source rpm file to a CD and in a terminal window (as root) typed:

urpmi kernel-2.6.8.1.12mdk-1-1mdk.src.rpm

It ran for a second and stopped with no errors. I then checked the /usr/src directory to see if the folder was there and it wasn't. Is there another step that I left out?
 
Old 04-17-2005, 11:58 AM   #37
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
This makes no sense to me. Is there anything in the /usr/src directory? By the way, be sure you are using /usr/src, not usr/src (you had both in the last post). They are NOT the same thing at all.
 
Old 04-17-2005, 12:42 PM   #38
SSgtT
LQ Newbie
 
Registered: Apr 2005
Distribution: Mandrake 10.1
Posts: 23

Original Poster
Rep: Reputation: 15
The only thing in the /usr/src directory is the /RPM directory that I listed previously. There is no /build directory in /usr/src. How would I search for a directory in linux (either in GUI or terminal)? Also the source file that I listed should be the correct one, right?

One other thing I need to do is check dmesg after installing the source code and see if it lists anything out of the ordinary.
 
Old 04-17-2005, 04:28 PM   #39
SSgtT
LQ Newbie
 
Registered: Apr 2005
Distribution: Mandrake 10.1
Posts: 23

Original Poster
Rep: Reputation: 15
Well I got it. I will post back in a little while exactly what I did - hopefully the next person will not have as much trouble as me.

I still can not connect to the internet through my browser, but I am very close now...

Thanks for all the help.
 
Old 04-17-2005, 06:06 PM   #40
SSgtT
LQ Newbie
 
Registered: Apr 2005
Distribution: Mandrake 10.1
Posts: 23

Original Poster
Rep: Reputation: 15
I am now connected!!!

I am writing this from my linux box. I ended up using the GUI setup tool to get it finalized but I was real close before that. All that matters is that I made it this far. Now the real fun can begin!!!

(I am still planning to post the newbie version of the steps I took to get this working...)
 
Old 04-17-2005, 06:32 PM   #41
JerryNew2Linux
Member
 
Registered: Mar 2004
Location: Geneva NY USA
Distribution: MX-16
Posts: 111

Rep: Reputation: 15
Congratulations! How much time all together...?
 
Old 04-17-2005, 10:04 PM   #42
SSgtT
LQ Newbie
 
Registered: Apr 2005
Distribution: Mandrake 10.1
Posts: 23

Original Poster
Rep: Reputation: 15
Too Much!!!

Here's the deal. GCC needed to be installed during the original install of Linux. This is done by checking 'Development' package during install. It is on CD-2.

Then I tried installing the src package that I downloaded. It ran with no errors but didn't display anything on the screen. Then I tried typing 'urpmi kernel-source-2.6'. I was then instructed to insert CD-3 of the 10.1 distro. After doing that the src installed successfully. Then I followed the ndiswrapper instructions with no problem up to bringing the adapter online. I then ran drakconf.real (under system>configuration>configure your computer). I went through the GUI wizard and it was working perfectly after that.

Hopefully anyone having trouble gets ahold of this before they waste a couple of weeks like I did.
 
Old 04-18-2005, 03:48 PM   #43
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Congrats on sticking it out. You know, you might want to add your experiences to the discussion about this card that is going on in HCL listing here.
 
Old 04-18-2005, 08:41 PM   #44
SSgtT
LQ Newbie
 
Registered: Apr 2005
Distribution: Mandrake 10.1
Posts: 23

Original Poster
Rep: Reputation: 15
done. Thanks for the advice.
 
Old 04-21-2005, 05:36 PM   #45
SSgtT
LQ Newbie
 
Registered: Apr 2005
Distribution: Mandrake 10.1
Posts: 23

Original Poster
Rep: Reputation: 15
New question that is related to this post....

Any time I restart my computer, the wireless lan will not connect from KDE. I also have tried ifup wlan0 from a terminal window as root and it still doesn't bring the lan up. The only way I can get it back up is to modprobe ndiswrapper, then do an ifup wlan0 and the lan comes up fine. Is this normal?
 
  


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
clueless newbie + mandrake + softmodem = dazed and confused Part 2 muzza Linux - Newbie 11 03-28-2005 06:39 PM
clueless newbie + mandrake + softmodem = dazed and confused muzza Linux - Newbie 14 03-24-2005 09:53 AM
Newbie Alert!!! Sidewinder75 Linux - Hardware 1 09-07-2004 10:21 AM
Clueless Newbie Needs Help mosullivan Linux - Software 3 02-22-2004 03:34 PM
what's a clueless red hat 9 newbie to do? yanar99 Linux - Newbie 6 12-11-2003 03:21 PM

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

All times are GMT -5. The time now is 07:19 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