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 02-26-2005, 06:40 PM   #1
Snipersnest
Member
 
Registered: Jan 2005
Location: SC
Distribution: Ubuntu 7.10 Gusty Gibbon
Posts: 269

Rep: Reputation: 30
Debian/Ubuntu Hoary - Nvidia drivers?


ok so I tried apt-get install nvidia* ....it downloaded 6 things. The drivers still didn't work, so I edited my X config and put nvidia rather than nv. I saw the splash screen coming into X but X locked up and I have to cancel it with CTRL ALT BKSP ..

I went to try and install the nvidia drivers manually, but it can't locate my kernel headers. Neither can I!

uname -r shows 2.6.10-3-i386.

I was having a lot of Sound problems on Fedora Core 3 and the Ubuntu live CD had my sound working perfectly without problems. Thats why I choice Ubuntu.

Does somebody have a good Debian/Ubuntu tutorial? The Ubuntu Wikki is outdated...the commands don't work correctly on Hoary.

Thanks in advance!

AMD Athlon 2600+ barton
1GB PC2700
40GB HD

Last edited by Snipersnest; 02-26-2005 at 06:49 PM.
 
Old 02-26-2005, 06:56 PM   #2
gortek
LQ Newbie
 
Registered: Feb 2005
Location: Wherever I'm stationed at the time
Distribution: Debian
Posts: 5

Rep: Reputation: 0
I am having the same problem. I'm running the 2.4.27-2-k7 kernel. If anybody has any ideas, I'm sure we would both appreciate the assistance.

- Gortek
 
Old 02-27-2005, 02:21 AM   #3
heema
Senior Member
 
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528

Rep: Reputation: 47
check out ubuntuguide

http://www.ubuntuguide.org/
 
Old 02-27-2005, 08:02 AM   #4
Snipersnest
Member
 
Registered: Jan 2005
Location: SC
Distribution: Ubuntu 7.10 Gusty Gibbon
Posts: 269

Original Poster
Rep: Reputation: 30
Ok so I followed those a little...had to change the rules around on the apt-get because the packages have dependants. No biggie. I had to enable apt-get universe to get the kernel headers, but I ran into a big problem.

root@ubuntu:/home/nate # sudo apt-get nvidia*
E: Invalid operation nvidia*
root@ubuntu:/home/nate # sudo apt-get install nvidia*
Reading Package Lists... Done
Building Dependency Tree... Done
Note, selecting nvidia-kernel for regex ‘nvidia*’
Note, selecting nvidia-kernel-common for regex ‘nvidia*’
Note, selecting nvidia-kernel-1.0.6629 for regex ‘nvidia*’
Note, selecting linux-restricted-modules-2.6.10-3-386 instead of nvidia-kernel-1 .0.6629
Note, selecting nvidia-kernel-source for regex ‘nvidia*’
Note, selecting nvidia-glx for regex ‘nvidia*’
The following extra packages will be installed:
linux-restricted-modules-2.6.10-3-386 nvidia-kernel-common
Suggested packages:
nvidia-glx avm-fritz-firmware-2.6.10-3
Recommended packages:
nvidia-kernel-source nvidia-kernel
The following NEW packages will be installed:
linux-restricted-modules-2.6.10-3-386 nvidia-kernel-common
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/4721kB of archives.
After unpacking 12.7MB of additional disk space will be used.
Do you want to continue? [Y/n] y
WARNING: The following packages cannot be authenticated!
nvidia-kernel-common linux-restricted-modules-2.6.10-3-386
Install these packages without verification? [y/N] y
W: Couldn't stat source package list http://us.archive.ubuntu.com hoary/universe Packages (/var/lib/apt/lists/us.archive .ubuntu.com_ubuntu_dists_hoary_universe_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://security.ubuntu.com hoary-security/universe Packages (/var/lib/apt/lists/sec urity.ubuntu.com_ubuntu_dists_hoary-security_universe_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://us.archive.ubuntu.com hoary/universe Packages (/var/lib/apt/lists/us.archive .ubuntu.com_ubuntu_dists_hoary_universe_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://security.ubuntu.com hoary-security/universe Packages (/var/lib/apt/lists/sec urity.ubuntu.com_ubuntu_dists_hoary-security_universe_binary-i386_Packages) - stat (2 No such file or directory)

Preconfiguring packages ...
Selecting previously deselected package nvidia-kernel-common.
(Reading database ... 57990 files and directories currently installed.)
Unpacking nvidia-kernel-common (from .../nvidia-kernel-common_1.0.6629+1_all.deb) ...
Selecting previously deselected package linux-restricted-modules-2.6.10-3-386.
Unpacking linux-restricted-modules-2.6.10-3-386 (from .../linux-restricted-modules-2.6.10-3-386_2.6.10.3-4_i386.deb) ...
Setting up nvidia-kernel-common (1.0.6629+1) ...

Setting up linux-restricted-modules-2.6.10-3-386 (2.6.10.3-4) ...

W: Couldn't stat source package list http://us.archive.ubuntu.com hoary/universe Packages (/var/lib/apt/lists/us.archive .ubuntu.com_ubuntu_dists_hoary_universe_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://security.ubuntu.com hoary-security/universe Packages (/var/lib/apt/lists/sec urity.ubuntu.com_ubuntu_dists_hoary-security_universe_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems

If I run apt-get again.......I get this:

root@ubuntu:/home/nate # apt-get install -f nvidia*
Reading Package Lists... Done
Building Dependency Tree... Done
Note, selecting nvidia-kernel for regex ‘nvidia*’
Note, selecting nvidia-glx-dev for regex ‘nvidia*’
Note, selecting nvidia-kernel-common for regex ‘nvidia*’
Note, selecting nvidia-kernel-1.0.6629 for regex ‘nvidia*’
Note, selecting linux-restricted-modules-2.6.10-3-386 instead of nvidia-kernel-1.0.6629
Note, selecting nvidia-kernel-source for regex ‘nvidia*’
Note, selecting nvidia-kernel-src for regex ‘nvidia*’
Note, selecting nvidia-glx for regex ‘nvidia*’
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
nvidia-kernel-source: Depends: dpatch (>= 2.0.0) but it is not installable
E: Broken packages
 
Old 02-27-2005, 10:32 AM   #5
zeroz52
Member
 
Registered: Feb 2005
Distribution: Slackware 10.2
Posts: 121

Rep: Reputation: 15
You may want to check out the "Linux Tutorial" page on this site. There is one in there for installing the Nvidia drivers. Make sure you have the kernal source downloaded and installed. Then Try again. I'm having similar problems and am going to try that.
 
  


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
Kopete in Ubuntu Hoary QTheOmnipotent Linux - Software 1 06-06-2005 08:16 AM
Clean install from Ubuntu Warty to Ubuntu Hoary Erik_the_Red Linux - Newbie 2 06-05-2005 07:14 PM
usrobitics in ubuntu hoary 5.04 unisol Debian 2 05-14-2005 11:06 AM
are nvidia drivers happy in ubuntu? MrLizard Ubuntu 19 04-14-2005 09:18 AM
Ubuntu Hoary Live 3.5 Timothy Miller Linux - Distributions 0 01-28-2005 10:26 PM

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

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