Results 1 to 6 of 6

Thread: nforce drivers

  1. #1
    Junior Member
    Join Date
    Mar 2004
    Posts
    3

    nforce drivers

    sorry, maybe its a faq, but:

    does knoppix 3.4 supports nforce (the nvidia soundstorm system and !important! the ethernet adapter)? 3.3 and the ct' version didnt.

    i'm always thankful for answers

    sincerly, fraxx

  2. #2
    Junior Member
    Join Date
    May 2004
    Location
    Nottingham England
    Posts
    1
    Yes Knoppix 3.4 [not the ct version] does support nvidia nforce drivers for network [I use dhcp] and sound but not for video, a shame about the graphics drivers but at least internet connection is now possible from the CD and Hard drive install which it has not been without building your own from .tar.gz till this version.
    I seem to be having a problem mounting any of my 3 cdroms ie CDROM CDWriter, DVDWriter, oh well enjoy the nforce driver that are available now

  3. #3
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    about the mounting, what is the problem?
    the comands below might help some
    dmesg|grep CD
    dmesg|grep hd
    dmesg|grep sr
    mount

    then the information in /etc/fstab is good to look at.
    if you post the output from these it will be easir to help

  4. #4
    Senior Member registered user
    Join Date
    Jul 2003
    Posts
    692

    Re: nforce drivers

    Quote Originally Posted by fraxx
    does knoppix 3.4 supports nforce (the nvidia soundstorm system and !important! the ethernet adapter)?
    Look at the install other software thing - click the penguin icon, there are about four choices, each with about four subcoices, one of them is to install other software. IIRC, there are a couple for nVidia drivers. (Sorry about the lack of specifics, but I'm in Windows now, and can't refer to the Knoppix desktop)

  5. #5
    Junior Member
    Join Date
    Jun 2003
    Posts
    7
    Quote Originally Posted by OErjan
    about the mounting, what is the problem?
    the comands below might help some
    dmesg|grep CD
    dmesg|grep hd
    dmesg|grep sr
    mount


    then the information in /etc/fstab is good to look at.
    if you post the output from these it will be easir to help
    Thank you for the offer to help me to get my cdroms working and here is the output from

    dmesg | grep CD
    dmesg | grep hd
    dmesg | grepsr
    mount
    also the fstab file text.

    when I try to mount a CD I get a dialogue box that tells me: mount: special device /dev/cdrom does not exist
    please check that the disk is entered correctly

    there are no scsi devices in the fstab but the scsi adapters were in the dmesg | grep CD so I hope that this will help you to help me

    mybox:~# dmesg | grep CD

    hdb: LTN526, ATAPI CD/DVD-ROM drive
    hdc: LITE-ON LTR-48246K, ATAPI CD/DVD-ROM drive
    hdd: LITE-ON DVDRW LDW-411S, ATAPI CD/DVD-ROM drive
    Vendor: LITEON Model: CD-ROM LTN526 Rev: YH0X
    Type: CD-ROM ANSI SCSI revision: 02
    Type: CD-ROM ANSI SCSI revision: 02
    Type: CD-ROM ANSI SCSI revision: 02
    Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
    Attached scsi CD-ROM sr1 at scsi0, channel 0, id 1, lun 0
    Attached scsi CD-ROM sr2 at scsi0, channel 0, id 2, lun 0
    Uniform CD-ROM driver Revision: 3.12

    ------------------------------------------------------------------
    @mybox:~# dmesg | grep hd
    ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hdaMA, hdbMA
    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdcMA, hddMA
    hda: ST340810A, ATA DISK drive
    hdb: LTN526, ATAPI CD/DVD-ROM drive
    hdc: LITE-ON LTR-48246K, ATAPI CD/DVD-ROM drive
    hdd: LITE-ON DVDRW LDW-411S, ATAPI CD/DVD-ROM drive
    hda: attached ide-disk driver.
    hda: host protected area => 1
    hda: 78165360 sectors (40021 MB) w/2048KiB Cache, CHS=4865/255/63
    hda: hda1 hda2 < hda5 hda6 hda7 hda8 >

    hdb: attached ide-scsi driver.
    hdc: attached ide-scsi driver.
    hdd: attached ide-scsi driver.
    ------------------------------------------------
    @mybox:~# dmesg | grep sr
    Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
    Attached scsi CD-ROM sr1 at scsi0, channel 0, id 1, lun 0
    Attached scsi CD-ROM sr2 at scsi0, channel 0, id 2, lun 0
    sr0: scsi3-mmc drive: 52x/52x cd/rw xa/form2 cdda tray
    sr1: scsi3-mmc drive: 12x/48x writer cd/rw xa/form2 cdda tray
    sr2: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
    --------------------------------------------------------------
    @mybox:~# mount
    /dev/hda7 on / type ext3 (rw,errors=remount-ro)
    /dev/root.old on /initrd type ext2 (rw)
    proc on /proc type proc (rw)
    /dev/pts on /dev/pts type devpts (rw)
    /proc/bus/usb on /proc/bus/usb type usbdevfs (rw,devmode=0666)
    automount(pid545) on /mnt/auto type autofs (rw,fd=4,pgrp=545,minproto=2,maxproto=4)
    -------------------------------------------------------------------------------------

    # /etc/fstab: filesystem table.
    #
    # filesystem mountpoint type options dump pass
    /dev/hda7 / ext3 defaults,errors=remount-ro 0 1

    proc /proc proc defaults 0 0
    /dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
    usbdevfs /proc/bus/usb usbdevfs defaults 0 0
    sysfs /sys sysfs defaults 0 0
    /dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/cdrom1 /cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/cdrom2 /cdrom2 iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/dvd /dvd iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/cdaudio /cdaudio iso9660 defaults,ro,user,noexec,noauto 0 0
    # Added by KNOPPIX
    /dev/hda1 /mnt/hda1 ntfs noauto,users,exec,ro,umask=000 0 0
    # Added by KNOPPIX
    /dev/hda5 /mnt/hda5 ntfs noauto,users,exec,ro,umask=000 0 0
    # Added by KNOPPIX
    /dev/hda6 none swap defaults 0 0
    # Added by KNOPPIX
    /dev/hda8 /mnt/hda8 ext3 noauto,users,exec 0
    ---------------------------------------------------------------------

  6. #6
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    At the risk of actually getting back on topic here Kanotix has always configured my nforce mobo perfectly. The accelerated graphics drivers must be installed from nvidia but it is quite easy to do. In fact there is even a script to install the nvidia drivers to cd. I'm not sure about the soundstorm system.

Similar Threads

  1. Nforce 2 Support
    By monkeywork in forum Hardware & Booting
    Replies: 6
    Last Post: 01-05-2005, 02:17 AM
  2. Installing Shuttle XPC Nforce drivers
    By metavoid in forum Hardware & Booting
    Replies: 3
    Last Post: 06-30-2004, 09:49 AM
  3. DRIVER INSTALLATION - NFORCE
    By scots_butcher in forum Hardware & Booting
    Replies: 8
    Last Post: 10-18-2003, 04:52 PM
  4. Problem w/ Nforce Mobo
    By pinochet in forum Hardware & Booting
    Replies: 9
    Last Post: 06-26-2003, 05:43 AM
  5. Networking on MSI nforce 420D/nvnet Drivers
    By Kong the Medium in forum General Support
    Replies: 0
    Last Post: 01-02-2003, 01:24 PM

Posting Permissions

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


Cisco SG95-16 16-Port Gigabit Switch SG95-16-KR picture

Cisco SG95-16 16-Port Gigabit Switch SG95-16-KR

$47.00



Cisco 1100 Terminal - gateway - rack-mountable C1100TGX-1N24P32A picture

Cisco 1100 Terminal - gateway - rack-mountable C1100TGX-1N24P32A

$1349.00



Cisco RV320 Dual WAN VPN 4 Port Gigabit Router w/ Web Filtering RV320-WB-K9-NA picture

Cisco RV320 Dual WAN VPN 4 Port Gigabit Router w/ Web Filtering RV320-WB-K9-NA

$374.00



Cisco SG110 24 Port Gigabit Ethernet Switch w/ 2 x SFP SG110-24 picture

Cisco SG110 24 Port Gigabit Ethernet Switch w/ 2 x SFP SG110-24

$117.00



Cisco WS-C3850-48P-L 48-Port Gigabit 3850 PoE Switch w/ 715W+ C3850-NM-4-1G Mod picture

Cisco WS-C3850-48P-L 48-Port Gigabit 3850 PoE Switch w/ 715W+ C3850-NM-4-1G Mod

$83.00



Cisco QSFP-40G-SR-BD BiDi Short-reach Transceiver, 1 Year Warranty picture

Cisco QSFP-40G-SR-BD BiDi Short-reach Transceiver, 1 Year Warranty

$17.25



Cisco C3850-NM-2-10G 2 Port Network Exp.Module for 3850 picture

Cisco C3850-NM-2-10G 2 Port Network Exp.Module for 3850

$38.99



Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03  picture

Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03

$8.00



Cisco WS-C3850-48F-S Catalyst 3850 48x 1GB PoE+ RJ-45 1x Module Switch picture

Cisco WS-C3850-48F-S Catalyst 3850 48x 1GB PoE+ RJ-45 1x Module Switch

$185.00



Cisco Catalyst 3850 WS-C3850-48U-S 48-Port UPOE Gb Switch w/ NM-2-10G (BH) picture

Cisco Catalyst 3850 WS-C3850-48U-S 48-Port UPOE Gb Switch w/ NM-2-10G (BH)

$134.96