Page 4 of 8 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 73

Thread: HOWTO: NVIDIA driver with Breezy kernels in Hoary

  1. #31
    Join Date
    Oct 2004
    Beans
    10

    Re: HOWTO: NVIDIA driver with Breezy kernels in Hoary

    no source for the 2.6.12-8 breezy kernel eh?


    guess i'll just wait until they come out, should be by the finals release...
    Last edited by sertmann; September 21st, 2005 at 08:02 AM.

  2. #32
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: NVIDIA driver with Breezy kernels in Hoary

    Quote Originally Posted by sertmann
    no source for the 2.6.12-8 breezy kernel eh?


    guess i'll just wait until they come out, should be by the finals release...
    There is the source and you might as well get the kernel tree (source + patches).

    Can you post your repositories? Type:
    sudo gedit /etc/apt/sources.list (use kate or nano if you use KDE or something else)

    and post the entire file (copy and paste here)

  3. #33
    Join Date
    Sep 2005
    Beans
    1

    Re: HOWTO: NVIDIA driver with Breezy kernels in Hoary

    I had a couple notes to add.

    There were 7 things I installed to make this work:

    gcc-3.4
    gcc-3.4-base
    make
    libc6-dev
    linux-kernel-headers
    linux-sources
    linux-tree

    exporting the CC path did nothing for me, so I just made a sym link like so:

    ln -s /usr/bin/gcc-3.4 /usr/bin/cc

    That worked great.

    I also had a bit of trouble killing with gdm stop, so I just used the command:

    killall -9 gdm

    and killed the X session the standard way. The problem with stopping gdm was that, for some odd reason, it decided to re-initialize itself. Odd, no worries, though.

    Other than those things, great HOWTO. I'm actually a Gentoo noob setting up an Ubuntu machine to migrate someone from Windows to Ubuntu, and so far, it has proven very good. It is a lot easier to use than a lot of distributions and it is very clean. Great choice of Gnome over KDE, IMO, very intuitive.

  4. #34
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: NVIDIA driver with Breezy kernels in Hoary

    Thanks for the information!

  5. #35
    Join Date
    Jul 2005
    Location
    Finland
    Beans
    239

    Re: HOWTO: NVIDIA driver with Breezy kernels in Hoary

    N00b quoestion. Why do i wanna install Nvidia drivers like this if drivers come with breezy package. Whats the differense?

  6. #36
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: NVIDIA driver with Breezy kernels in Hoary

    Quote Originally Posted by Owdy
    N00b quoestion. Why do i wanna install Nvidia drivers like this if drivers come with breezy package. Whats the differense?
    The title of my guide is HOWTO: NVIDIA driver with Breezy kernels in Hoary. The drivers that come with Breezy can't be installed in Hoary (problems with dependencies). BUT you can have drivers 7667 thanks to my guide.

    If you use Breezy there is no need to install 7667 using my guide BUT you can use my guide to install other (and newer) versions of the drivers (I don't recommend 7676 though).

  7. #37
    Join Date
    Sep 2005
    Beans
    73

    Re: HOWTO: NVIDIA driver with Breezy kernels in Hoary

    Tseliot finally made it with nvidia drivers.
    I installed breezy 5.10
    I did not installed drivers with synaptic
    I installed 7174 drivers with your how to and its ok

    I compiled the kernel and i installed again 7174 and it works again
    Finally everything is ok

  8. #38
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: NVIDIA driver with Breezy kernels in Hoary

    Quote Originally Posted by TakisX
    Tseliot finally made it with nvidia drivers.
    I installed breezy 5.10
    I did not installed drivers with synaptic
    I installed 7174 drivers with your how to and its ok

    I compiled the kernel and i installed again 7174 and it works again
    Finally everything is ok
    I'm very happy for you!

  9. #39
    Join Date
    Sep 2005
    Location
    Christchurch, New Zealand
    Beans
    217
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: NVIDIA driver with Breezy kernels in Hoary

    Ok, real silly question here... - How do I setup CC in my path (I think this is why my install keeps failing..) - One of the errors I getting is:

    ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the package 'gcc' installed. If gcc is installed on your system, then please check that `cc` is in your PATH.

  10. #40
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: NVIDIA driver with Breezy kernels in Hoary

    Quote Originally Posted by NZ-Wanderer
    Ok, real silly question here... - How do I setup CC in my path (I think this is why my install keeps failing..) - One of the errors I getting is:
    Open synaptic or kynaptic and type gcc in the search field. You should need gcc and gcc-3.4. Install them (not only the base package). You might want to install "build essential" as well. Then try to install the driver again.

    Tell me if it works

Page 4 of 8 FirstFirst ... 23456 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •