Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Make sure you are in the directory where you just downloaded it to and type this (as root):
rpm --rebuild NVIDIA_nforce-1.0-0261.src.rpm
When it's complete you'll see something similar to this (the location of the file might be different):
Wrote: /usr/src//RPMS/i386/NVIDIA_nforce-1.0-0261.rpm
So then you just need to change to the directory it writes that file to:
cd /usr/src/RPMS/i386
In the example above, and then type:
rpm -i NVIDIA_nforce-1.0-0261.rpm
And you are done....
Can you believe that? This does assume all those things work out without warnings...
Anyway, give that a go, I'll clarify anything I know I went a little fast here, just wanted to get it out to you soon.
Originally posted by MasterC /sbin/lspci is the command, you just type it exactly like I have shown above. First be in your root's home directory, to get there type this exactly:
cd ~
And press return.
Yeah, you just highlight and then click with the middle button on the mouse. Highlighting something is the equivilent to pressing CTRL C Then pasting is done with the mouse, both buttons if there is no middle button (the scroll counts as a middle button).
Originally posted by strider_D_3000 after i type that what do i do?
Quote:
Originally posted by MasterC What do you have (I'm surprised we haven't established that yet )?
As root, type this, exactly like this:
cd ~ (the press return)
lspci -vv > lspci.output
And post up everything that now lives in a text file in your root's home directory, do that by typing the following:
less /root/lspci.output
And post up what you've got.
And tell me anything you can about your hardware setup, what you want to do and what seems to be the problem (I am really really amazed we haven't established any of this yet ).
Make sure you are in the directory where you just downloaded it to and type this (as root):
rpm --rebuild NVIDIA_nforce-1.0-0261.src.rpm
When it's complete you'll see something similar to this (the location of the file might be different):
Wrote: /usr/src//RPMS/i386/NVIDIA_nforce-1.0-0261.rpm
So then you just need to change to the directory it writes that file to:
cd /usr/src/RPMS/i386
In the example above, and then type:
rpm -i NVIDIA_nforce-1.0-0261.rpm
And you are done....
Can you believe that? This does assume all those things work out without warnings...
Anyway, give that a go, I'll clarify anything I know I went a little fast here, just wanted to get it out to you soon.
Originally posted by strider_D_3000 #alias sound-slot-1 nvaudio
#alias usb-interface usb-ohci
alias eth0 8139too
alias eth0 nvnet
/etc/modules.co#alias sound-slot-1 nvaudio
#alias usb-interface usb-ohci
alias eth0 8139too
alias eth0 nvnet
/etc/modules.conf (END) alias usb-controller usb-ohci
alias usb-controller1 ehci-hcd
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
#alias sound-slot-1 nvaudio
#alias usb-interface usb-ohci
alias eth0 8139too
aliasound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 |
| :
#alias sound-slot-1 nvaudio
#alias usb-interface usb-ohci
alias eth0 8139too
alias eth0 nvnet
/etc/modules.conf (END) eth0 nvnet
eth0 nvnet
eth0 nvnetnf (END) alias usb-controller usb-ohci
alias usb-controller1 ehci-hcd
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
#alias sound-slot-1 nvaudio
#alias usb-interface usb-ohci
alias eth0 8139too
aliasound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 |
| :
#alias sound-slot-1 nvaudio
#alias usb-interface usb-ohci
alias eth0 8139too
alias eth0 nvnet
/etc/modules.conf (END) eth0 nvnet
eth0 nvnet
eth0 nvnet
Wow! That is sure, uh, different?
Let's edit a few things ok?
I'm gonna chop that up:
Code:
alias usb-interface usb-ohci
#alias eth0 8139too
alias eth0 nvnet
alias sound-slot-1 nvaudio
alias usb-controller usb-ohci
alias usb-controller1 ehci-hcd
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
use all that instead
The comments (the # signs) mean to NOT use those.
So if you do decide to use that old device again, for whatever reason, all you have to do is comment (add the # sign) this line:
alias eth0 nvnet
And uncomment (remove the # sign) this line:
#alias eth0 8139too
maybe i have to do in in the black one ie ctrl alt f2 instead of run ->xterm nope same thing unknow option
look its almost 3am im gonna call it a night lol hope u can think of something later
Last edited by strider_D_3000; 07-27-2003 at 05:48 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.