LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-04-2004, 09:08 PM   #76
SpiritAuthor
Member
 
Registered: Dec 2003
Location: Florida
Distribution: Mandrake 9.2
Posts: 36

Rep: Reputation: 15

Quote:
Originally posted by Notbobdylan
Hi,

Yeah when I type cd/usr/src/linux in a terminal window at your step #8, I get a message that says no such directory or file exists. although I can see both the "usr" and "src" directories, and the linux shortcut in file manager.

David
If you look at the /usr/src/linux directory using Konqueror, (HOME > UP > UP - then to USR > SRC) you'll notice that it's a shortcut. If you navigage into it, you'll see that the actual directory name is /linux-2.4.22-10mdk. It's a shortcut so if you can't cd into it from a terminal window, try to cd to /usr/src/linux-2.4.22-10mdk. I was able to cd into /usr/src/linux just fine so be sure that you are following the proper case and syntax or it'll tell you it doesn't exist.

In any case, the system knows it's there so your upgrade should work just fine.

As far as the CD access thing is concerned, I'm not sure. If it doesn't even flash the light indicating that it's looking at the CD, it kind of tells me that it's looking somewhere else for the files. You might want to ask that question in another forum to be sure.

Last edited by SpiritAuthor; 01-04-2004 at 09:14 PM.
 
Old 01-04-2004, 10:00 PM   #77
c_olin3404
Member
 
Registered: Jan 2004
Posts: 131

Rep: Reputation: 15
Ok put NVIDIA_nforce-1.0-0261.src.rpm and kernel-source-2.4.22-10mdk.i586.rpm onto a cd and put it on my linux. i ran kernel-source-2.4.22-10mdk.i586.rpm and it installed fine, then i built NVIDIA_nforce-1.0-0261.src.rpm and ran the binary file (just like the instructions) and i got no error!

What do i do next?!?!?!?!??!?!?!? (im a total newbie to linux, this is the first time ever installing drivers)

thanks!!! im sooooooo close now!
 
Old 01-04-2004, 10:01 PM   #78
timmy_laf
Member
 
Registered: Jan 2004
Location: Western Australia
Distribution: Mandrake Linux 9.2
Posts: 78

Rep: Reputation: 15
this thread has been going on 4 agesssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss and agesssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss and agesssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
 
Old 01-04-2004, 10:44 PM   #79
SpiritAuthor
Member
 
Registered: Dec 2003
Location: Florida
Distribution: Mandrake 9.2
Posts: 36

Rep: Reputation: 15
Quote:
Originally posted by c_olin3404
Ok put NVIDIA_nforce-1.0-0261.src.rpm and kernel-source-2.4.22-10mdk.i586.rpm onto a cd and put it on my linux. i ran kernel-source-2.4.22-10mdk.i586.rpm and it installed fine, then i built NVIDIA_nforce-1.0-0261.src.rpm and ran the binary file (just like the instructions) and i got no error!

What do i do next?!?!?!?!??!?!?!? (im a total newbie to linux, this is the first time ever installing drivers)

thanks!!! im sooooooo close now!
I believe you are at step 16. Just continue from there and you should be fine.

To see if your system recognizes that you have a network card, (Step 17) open a terminal window and type:
ifdown eth0
ifup eth0
dhclient
If you get results, even if you have no IP, at least you know that your system can see the network card. Just follow the rest of the steps and you'll be good to go.
 
Old 01-04-2004, 10:45 PM   #80
SpiritAuthor
Member
 
Registered: Dec 2003
Location: Florida
Distribution: Mandrake 9.2
Posts: 36

Rep: Reputation: 15
Quote:
Originally posted by timmy_laf
this thread has been going on 4 agesssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss and ...
At least we stay on topic.
 
Old 01-04-2004, 10:49 PM   #81
c_olin3404
Member
 
Registered: Jan 2004
Posts: 131

Rep: Reputation: 15
Wait huh??? step 16 of what?!?
 
Old 01-04-2004, 11:00 PM   #82
SpiritAuthor
Member
 
Registered: Dec 2003
Location: Florida
Distribution: Mandrake 9.2
Posts: 36

Rep: Reputation: 15
If you go back to page 4 of this thread, about 1/2 way down you'll see the instructions I posted after I got frustrated trying to get things to work. They are written from a newbie (me) perspective with Step 1, 2, 3, etc. all the way to 21.

Hope this helps.
 
Old 01-05-2004, 12:46 AM   #83
c_olin3404
Member
 
Registered: Jan 2004
Posts: 131

Rep: Reputation: 15
it worked!!!!!


I reply on my linux comp!


YayYayYay!!

thanks so much!!!!!



 
Old 01-05-2004, 07:02 AM   #84
Poulpy
LQ Newbie
 
Registered: Nov 2003
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by SpiritAuthor
If you go back to page 4 of this thread, about 1/2 way down you'll see the instructions I posted after I got frustrated trying to get things to work. They are written from a newbie (me) perspective with Step 1, 2, 3, etc. all the way to 21.

Hope this helps.
SpiritAuthor,
I've copied and pasted (and reformated) your step by step guide into my first post to avoid newcomers from being lost.

If that causes any problem, just notify me.

Regards,
Poulpy.

Last edited by Poulpy; 01-05-2004 at 07:12 AM.
 
Old 01-05-2004, 02:31 PM   #85
c_olin3404
Member
 
Registered: Jan 2004
Posts: 131

Rep: Reputation: 15
the step by step guide worked perfectly!

after runnign around the house screaming when it worked, i realized what a help this topic was!
 
Old 01-05-2004, 09:06 PM   #86
SpiritAuthor
Member
 
Registered: Dec 2003
Location: Florida
Distribution: Mandrake 9.2
Posts: 36

Rep: Reputation: 15
No problem incorporating that into your original post Poulpy. Considering how helpful and patient you guys were when I was so frustrated, I'm more than happy to help.

Glad people are finding it useful.

Power to the Penguin!
 
Old 01-05-2004, 09:46 PM   #87
Notbobdylan
LQ Newbie
 
Registered: Jan 2004
Location: Michigan
Distribution: Mandrake
Posts: 10

Rep: Reputation: 0
I'm still not having any success with this. I can't figure out what I'm doing wrong, so I will write down what happens at each step.

Everything goes fine until step 8.

When I type cp arch/i386/defconfig .config
I get a message that says, "cp: overwrite config?"
The first time I got that message I just typed "make oldconfig"
And then "make dep"
With no results.

The second time I tried, when I got the message that says, "cp: overwrite config?" I typed "Y"
I typed "make oldconfig" and something was happening, much text scrolling.
Then I typed "make dep" and I got a message that said, "****make dep is unnecessary now".
From there I typed cd Desktop to get at the NVIDIA file.
then I typed "rpm --rebuild NVIDIA_nforce-1.0-0261.src.rpm" and I get a message thats says, "/usr/lib/rpm/rpmb: no such file or directory

I'm going to try to reinstall, cause I'm sure I screwed something up with my attempts. But if you could let me know what I'm doing wrong, I sure would appreciate it.
Thanks
 
Old 01-05-2004, 10:08 PM   #88
c_olin3404
Member
 
Registered: Jan 2004
Posts: 131

Rep: Reputation: 15
i had a similar problem, but i rebooted and reinstaled the kernel and then i got results from the make cmd. and after that it worked fine!
 
Old 01-05-2004, 10:15 PM   #89
SpiritAuthor
Member
 
Registered: Dec 2003
Location: Florida
Distribution: Mandrake 9.2
Posts: 36

Rep: Reputation: 15
It looks like so far you are doing things correctly. I did forget to mention that you must answer "Y' to the overwrite message for the config file. Sorry about that.

If you navigate to your /usr/lib/rpm directory, you should see the rpmb file. If it isn't there, something's definitely wrong. The RPM installer needs that (and other) files to complete its tasks and the rebuild process is looking for it, which is why you are getting the "no such file" message.

After your reinstall, follow the directions and you should be fine. That's what I ended up doing after I messed things up by typing in some of the wrong things.
 
Old 01-06-2004, 06:33 PM   #90
Notbobdylan
LQ Newbie
 
Registered: Jan 2004
Location: Michigan
Distribution: Mandrake
Posts: 10

Rep: Reputation: 0
Why do I get a message that says, "****make dep is unnecessary now" when I type the command "make dep", in step #8?

Thanks
 
  


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
Abit nForce2 ethernet controller under SuSE 9.0? alcazar SUSE / openSUSE 4 12-31-2004 09:29 AM
Abit nForce2 ethernet controller under SuSE 9.0? alcazar Linux - Newbie 0 12-29-2004 04:56 PM
Asustek nforce2 Ethernet Controller donk Linux - Hardware 6 05-08-2004 04:14 PM
nforce2 ethernet controller holdenowen Red Hat 2 09-05-2003 01:26 PM
SiS630E Chipset based ethernet controller problems tobythelard Linux - Software 3 02-22-2002 05:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 07:05 PM.

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