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, I´m 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, I´m 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 doens´t 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 doens´t 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
  •  


MOS 6502 CPU for Commodore VIC 20 Computer & 1541 & 1571 Tested US SELLER picture

MOS 6502 CPU for Commodore VIC 20 Computer & 1541 & 1571 Tested US SELLER

$12.99



Commodore SX-64 W/Rare 1541 Flash Installed READ DESCRIPTION SX64 C-64 picture

Commodore SX-64 W/Rare 1541 Flash Installed READ DESCRIPTION SX64 C-64

$459.00



Commodore 128 Personal Computer C128 with Power Supply Fast Load Cartridge picture

Commodore 128 Personal Computer C128 with Power Supply Fast Load Cartridge

$220.00



Commodore 64 Home Computer picture

Commodore 64 Home Computer

$200.00



Commodore VIC 20 Computer In Box As Is For Parts or repair picture

Commodore VIC 20 Computer In Box As Is For Parts or repair

$64.00



Commodore 64 2 in 1 Diagnostic & Dead Test Cartridge Fully Assembled USA seller picture

Commodore 64 2 in 1 Diagnostic & Dead Test Cartridge Fully Assembled USA seller

$19.99



Commodore VIC 20 power cord (NEW REPLACEMENT POWER CORD AND CONNECTORS) picture

Commodore VIC 20 power cord (NEW REPLACEMENT POWER CORD AND CONNECTORS)

$14.99



Commodore Amiga Stereo Sound Sampler Techno Sound Turbo Technosound HW & SW pack picture

Commodore Amiga Stereo Sound Sampler Techno Sound Turbo Technosound HW & SW pack

$50.99



TeensyROM Cartridge for Commodore 64/128: MIDI, Fastload, Emulation, and Network picture

TeensyROM Cartridge for Commodore 64/128: MIDI, Fastload, Emulation, and Network

$65.00



1984 Commodore home Computer Video Color Monitor Model 1702 picture

1984 Commodore home Computer Video Color Monitor Model 1702

$252.00