LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Abit NF-M2S with Onboard GeForce 6100 (https://www.linuxquestions.org/questions/ubuntu-63/abit-nf-m2s-with-onboard-geforce-6100-a-543686/)

kc5hwb 04-05-2007 06:48 PM

Abit NF-M2S with Onboard GeForce 6100
 
I just got this new mobo/cpu combo and install Ubuntu 6.10 on it. The video is very choppy and the sound doesn't work. I searched in this forum for this and found this link for the display driver:
http://www.nvidia.com/object/linux_d..._1.0-8174.html

Will this work for Ubuntu also? Sorry, I am kinda new to Linux.

Also, I read in another thread that the correct audio driver for this board was found at this link:
http://www.realtek.com.tw/downloads/...etDown=false#2

I downloaded this file but don't know the SUDO command to install it. I think I should put it in the /sys/devices folder? But thru X I don't have root permissions.

Any help is appreciated.

GrapefruiTgirl 04-05-2007 07:06 PM

Hi there :)
The nvidia drivers from nvidia.com do work in ubuntu, and are quite an improvement over the stock ones. If the 8174 is the one which matches your video device, then it should work just fine..
They usually must be installed in runlevel 3 (to get there, either login to the terminal as root and type 'telinit 3' OR open a console window, get root priveleges, and type 'telinit 3')

I am not sure about your audio drivers. What device is it? Is it an AC97 ? If so, support should be inside the kernel already. Please give some more info on your audio device. I could certainly be wrong, but i wouldn't think you normally should have to download something to get a realtek audio-chipset to work.
You *may* however have to use the ALSA-Mixer tool, or ALSA-conf tool, to un-mute the volume on your system. This is the case with some systems using ALSA.

Hope this helps you; if you need further info, just ask!

kc5hwb 04-05-2007 07:31 PM

All my mobo book says is "Realtek HD 7.1 Audio Codec" I guess I could go into the BIOS and look for a model, but I would have to reboot and can't right now. Is there a cmd in Linux that will tell me what is installed?

kc5hwb 04-07-2007 12:16 PM

So to install this NVIDIA driver, from a Terminal window, it tells me I can't do it while X is running. Can I use CTRL-ALT-F1? Or if not, how I do exit X to a cmd line without shutting down?

GrapefruiTgirl 04-07-2007 12:27 PM

enter a console window, su to root, and type 'telinit 3'

kc5hwb 04-07-2007 04:15 PM

I assume by "Konsole" you mean "Terminal" because I am not running KDE.

I typed 'Telinit 3' from a Terminal window, nothing happened.

GrapefruiTgirl 04-07-2007 04:33 PM

By "console" yes, I mean a console, terminal, or shell window. The desktop manager doesn't matter.
OK, most systems with X displays run in INIT level 4 or 5, when running the X environment. The command 'telinit 3' when entered into a root-permissions "console" window, tells INIT to quit X and quit init-level 4 or 5, and to switch to level 3. The intention here is to get to a multi-user run level without X running. Init 1 will not work, it is single-user mode.
Ultimately ANY multi-user run-level will probably work, just not the run-level where you use X. Try 'telinit 2' or 'telinit 4', and see what happens. It won't hurt anything. :)

kc5hwb 04-07-2007 04:44 PM

All 3 of those seem to be 'accepted' commands, in the fact that they come back to a cmd prompt without any errors, but don't show to be doing anything. I understand (kinda) what you are saying about the levels though

I tried all 3 of them (telinit 2,3,4) and afterwards typed
Code:

sh NVIDIA-Linux-x86-1.0-8174-pkg1.run
according to these instructions:
http://www.nvidia.com/object/linux_d..._1.0-8174.html

Each time I try this, it starts to run, brings up another window, and tells me that I am "running X and must exit in order to run this command.

I also tried doing it from CTRL-ALT-F1 and it still told me that X was running. :confused:

GrapefruiTgirl 04-07-2007 05:02 PM

Hmm.. OK, use CTRL ALT F1, and login as root (if it is not logged in) and type:
'telinit 1'
That's gotta do something. If it doesn't, try 'init 1' or 'init 3'
If telinit 1 works, THEN login and type telinit 3.
When Going to init 1, the machine will basically reset, and land at single user mode, at the login prompt.
If none of this works, then you could use the Boot: prompt, assuming you have access to one when you start your machine, and at the boot prompt, enter your kernel name to boot, followed by 'init 3'. Then it will boot up and NOT start X.
If this can't be done, then edit the file /etc/inittab and do the following to it:

id:4:initdefault:
Change the above line to read:
id:3:initdefault:
save the file and reboot.

kc5hwb 04-07-2007 05:07 PM

How do I get back to X after doing CTRL-ALT-F1? I have tried several commands, but always end up rebooting, because I can't seem to get X to come back up from that page.

When I reboot, it starts X automatically, I never get to a prompt...not sure if the option ever comes up, it boots REALLY fast, so if it does, I don't see it.

GrapefruiTgirl 04-07-2007 05:14 PM

After CTRL-ALT-Fx , assuming you haven't killed X or changed the runlevel, you can just hit CTRL-ALT-F7 to get back to the desktop where X is.
(NOTE: I don't know of a system that uses a key other than F7 for X, but it probably exists. if CTRL-ALT-F7 does not do it, try the other function keys.)

NOTE - The above instructions for editing /etc/inittab, should make X not start after reboot.

fragos 04-07-2007 05:54 PM

Or you can just use System-> Administration-> Synaptic Package Manager. Once running, use search to find nvidia-glx and apply/install. No muss, no fuss, no CLI.

kc5hwb 04-07-2007 06:00 PM

Quote:

Originally Posted by fragos
Or you can just use System-> Administration-> Synaptic Package Manager. Once running, use search to find nvidia-glx and apply/install. No muss, no fuss, no CLI.

But someone told me earlier in this thread that the drives on nvidia's website were more up-to-date and better than the one that's in Synaptic. :confused:

kc5hwb 04-07-2007 06:13 PM

I installed the nvidia-glx pkg from Synaptic. I am about to reboot to see how it worked.

CTRL-ALT-F1 Results:
telinit 1 did put the machine into level 1 mode and when I tried to run the "sh" command listed above, it told me that running this cmd in level 1 was not advisable and it wanted me to stop the installation, which I did.

CTRL-ALT-F7 DID bring me back to the X view, so I typed CTRL-ALT-F1 again and got back to the root prompt. When I type telinit 1, then telinit 3, it takes me back to the X login screen.

GrapefruiTgirl 04-07-2007 06:17 PM

Quote:

Originally Posted by kc5hwb
But someone told me earlier in this thread that the drives on nvidia's website were more up-to-date and better than the one that's in Synaptic.

Hmmm.. In this thread? Where did someone say that? :) I remember you asking "..will this particular driver work..." to which I replied that it would. And yes, it IS better than the opensource 'nv' driver included with most distributions. If nvidia makes available the exact same driver that Synaptic can get you, then it makes no difference in functionality; merely where you get it.
I apologize for any confusion I may have caused you. :)


All times are GMT -5. The time now is 12:14 PM.