Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 50

Thread: HOWTO: Nvidia drivers after hard drive install

  1. #21
    Senior Member registered user
    Join Date
    Feb 2003
    Posts
    199
    shoot... this one does not contain the errors... this is one efter the mouse works... next time i reboot and it doenst work i will save a copy.... then post later

  2. #22
    Member registered user
    Join Date
    Feb 2003
    Location
    Milwaukee, WI
    Posts
    49
    Quote Originally Posted by rupert
    Hi,
    mmh, why do I get this error?
    Looks like you don't have your kernel headers installed. I'm not sure why that would be if you've installed using a standard Knoppix 3.1 CD.

    First check which kernel version you are using by typing the following within a shell:
    Code:
    cat /proc/version
    THEN download the appropriate headers using apt-get. For example, I'm running the 2.4.20 kernel so I would type:
    Code:
    apt-get install kernel-headers-2.4.20
    IF you get some kind of "Couldn't find package" error, then instead type:
    Code:
    apt-get install kernel-headers
    This will give you a list of the available kernel header packages for download.

    NOW you need to creat a symlink to where the Nvidia makefile is looking. For my example, I would type:
    Code:
    ln -s /usr/src/kernel-headers-2.4.20 /usr/src/linux
    You after completing these steps you should be able to make install the Nvidia drivers.

  3. #23
    Member registered user
    Join Date
    Feb 2003
    Location
    Milwaukee, WI
    Posts
    49
    Quote Originally Posted by god
    shoot... this one does not contain the errors... this is one efter the mouse works... next time i reboot and it doenst work i will save a copy.... then post later
    Groovy.

    If you wouldn't mind, could you edit your previous post and get rid of all that text? This scrolling is killing me

  4. #24
    Junior Member
    Join Date
    Feb 2003
    Posts
    9
    mmh, thats the problem, Im using the knoppixKDE version with
    KDE3.1 on it, im unable to find the right kernel headers

  5. #25
    Member registered user
    Join Date
    Feb 2003
    Location
    Milwaukee, WI
    Posts
    49
    Quote Originally Posted by rupert
    mmh, thats the problem, Im using the knoppixKDE version with
    KDE3.1 on it, im unable to find the right kernel headers
    You should still be able to cat /proc/version as I said above to get your kernel version and then download the correct ones following the instructions I laid out.

    If you get stuck on one of the steps, then post your problem here and I'm sure we can help you through it.

    Good luck! The Nvidia drivers are definately worth the work. KDE is infinately cleaner-looking AND I can now run Unreal Tournament and Quake 3

  6. #26
    Junior Member
    Join Date
    Feb 2003
    Posts
    9
    thats my concrete problem,
    the running kernel is 2.4.19-kkde,
    and when i donwload all kernel headers,
    there is no kernel-headers-2.4.19-kkde,
    i tried to rename one to kernel-headers-2.4.19-kkde,
    but it doenst work

  7. #27
    Member registered user
    Join Date
    Feb 2003
    Location
    Milwaukee, WI
    Posts
    49
    Quote Originally Posted by rupert
    thats my concrete problem,
    the running kernel is 2.4.19-kkde,
    and when i donwload all kernel headers,
    there is no kernel-headers-2.4.19-kkde,
    i tried to rename one to kernel-headers-2.4.19-kkde,
    but it doenst work
    Just use this:

    Code:
    apt-get install kernel-headers-2.4.19
    In other words, less the -kkde at the end. This SHOULD work, though if it doesn't don't worry because you'll just get a compile error and no changes will be made.

  8. #28
    Senior Member registered user
    Join Date
    Feb 2003
    Posts
    199
    I have some news to report on the TV out option.

    I have gotten the geforce4 ti 4200 i have to work with TV out, with a few problems... The only one I need help with is if i use the TV out, my monitor, a flat panel, turns off, and ONLY the TV shows a picture.

    Here is a link to the Nvidia Readme :http://download.nvidia.com/XFree86_40/1.0-4191/README

    and here is a copy of the relevent /etc/X11/XFreeConfig-4 file...( I am omitting the portions that are related to the fact that it is a knoppix install, i.e. the extra mice and such....and only showing what I BELIEVE is relevent....)



    #added follows
    Option "TwinView"
    Option "ConnectedMonitor" "DFP,TV"
    Option "SecondMonitorHorizSync" "30-50"
    Option "SecondMonitorVertRefresh" "60"
    Option "TwinViewOrientation" "Clone"
    Option "TVStandard" "NTSC-M"
    Option "TVOutFormat" "SVIDEO"
    Option "MetaModes" "1024x768,800x600"
    #above added

  9. #29
    Junior Member
    Join Date
    Apr 2003
    Posts
    1
    First check which kernel version you are using by typing the following within a shell:
    Code:
    cat /proc/version
    THEN download the appropriate headers using apt-get. For example, I'm running the 2.4.20 kernel so I would type:
    Code:
    apt-get install kernel-headers-2.4.20
    IF you get some kind of "Couldn't find package" error, then instead type:
    Code:
    apt-get install kernel-headers
    This will give you a list of the available kernel header packages for download.
    Hi, I am using knoppix 3.2, and Here is what I get:
    uname -r = 2.4.20-xfs

    apt-get install kernel-headers-2.4.20
    Reading Package Lists... Done
    Building Dependency Tree... Done
    E: Couldn't find package kernel-headers-2.4.20

    apt-get install kernel-headers
    Reading Package Lists... Done
    Building Dependency Tree... Done
    E: Couldn't find package kernel-headers


    Ideas what to try next?

  10. #30
    Junior Member registered user
    Join Date
    Sep 2003
    Location
    Istanbul, Turkey
    Posts
    10

    HDD install

    I did the same thing that Superstoned did!

    I just started the same script, and it downloaded teh "hdd" version,
    and then it did all the apt-get downloading stuff, compiled it for me,
    modified my Xfree86 config file and switched back to KDE!

    THAT WAS AMAZING!!!!

    And plus my sound card kept on giving me errors [SB Audigy] and after this script [My card is a ASUS GeForce FX 5600] THE SOUND started working too!

    Definetly worth a try!

    http://www.knoppix.net/forum/viewtopic.php?t=4016

    just download it, put it in /usr/local/bin, the write in this code :

    Code:
    cdmod +x nvidia-install.sh
    (filename may varie)

    and then CTRL+ALT+F1

    then
    Code:
    nivida-install.sh
    thats it! Let the script do its work!

    AMAZING!

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. NVIDIA quick install HOWTO
    By lars in forum Hdd Install / Debian / Apt
    Replies: 16
    Last Post: 07-02-2004, 10:56 AM
  2. nvidia drivers with kernel 2.6.6 howto (resolved)
    By Yakumo in forum Hdd Install / Debian / Apt
    Replies: 14
    Last Post: 06-14-2004, 05:07 PM
  3. Howto install nvidia driver with kernel 2.6.5
    By Gozar in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 06-13-2004, 08:03 PM
  4. Would like to install Nvidia drivers in 2.6.5
    By MillTek in forum Hdd Install / Debian / Apt
    Replies: 10
    Last Post: 05-19-2004, 05:56 PM
  5. Installing NVIDIA drivers HOWTO
    By kelmo in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 05-09-2004, 09:20 AM

Posting Permissions

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


Juniper Networks EX3300-48P 48-Port PoE+ 4x SFP+ Network Switch w/ Power Cord picture

Juniper Networks EX3300-48P 48-Port PoE+ 4x SFP+ Network Switch w/ Power Cord

$43.95



EX2300-24P Juniper 24-port 10/100/1000BASE-T PoE+ 4 x 1/10GbE SFP/SFP+ UNCLAIMED picture

EX2300-24P Juniper 24-port 10/100/1000BASE-T PoE+ 4 x 1/10GbE SFP/SFP+ UNCLAIMED

$450.00



🍀 NEW SEALED Juniper Networks EX3400-48P 48-Port Gigabit PoE+ Switch LOT AVAIL picture

🍀 NEW SEALED Juniper Networks EX3400-48P 48-Port Gigabit PoE+ Switch LOT AVAIL

$999.99



Juniper Networks EX2300-24P 24 Port Gigabit PoE 4 SFP 1/10G Network Switch picture

Juniper Networks EX2300-24P 24 Port Gigabit PoE 4 SFP 1/10G Network Switch

$115.00



Juniper EX3300-48P, 48 Port PoE+ Gigabit Network Switch w/ Power cord picture

Juniper EX3300-48P, 48 Port PoE+ Gigabit Network Switch w/ Power cord

$54.99



JUNIPER EX3400-48P 48x 1GB PoE+ RJ-45 4x 10GB SFP+ 2x 40GB QSFP+, DUAL AC POWER picture

JUNIPER EX3400-48P 48x 1GB PoE+ RJ-45 4x 10GB SFP+ 2x 40GB QSFP+, DUAL AC POWER

$210.00



Juniper Networks EX3400-48P 48x Gigabit PoE+ RJ45 2x 40Gb/s QSFP+ Switch picture

Juniper Networks EX3400-48P 48x Gigabit PoE+ RJ45 2x 40Gb/s QSFP+ Switch

$166.24



Juniper Networks EX3300 EX3300-48P 48-Port Gigabit PoE+ Switch picture

Juniper Networks EX3300 EX3300-48P 48-Port Gigabit PoE+ Switch

$41.21



Juniper ACX1100 8-Port GbE 4-SFP Universal Access Router w/Ears ACX1100-AC #73 picture

Juniper ACX1100 8-Port GbE 4-SFP Universal Access Router w/Ears ACX1100-AC #73

$150.00



Juniper Networks EX3300-24P 24-Port PoE+ 4x SFP+ Network Switch TESTED picture

Juniper Networks EX3300-24P 24-Port PoE+ 4x SFP+ Network Switch TESTED

$79.99