Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Post HDD Install Issues (sound, ctrl-alt-Fx, nforce/nvidia)

  1. #1
    Junior Member
    Join Date
    Apr 2003
    Posts
    1

    Post HDD Install Issues (sound, ctrl-alt-Fx, nforce/nvidia)

    Using the new 3.2 Knoppix (2003-03-25) had a very smooth hdd install on a Shuttle SN41G2 Only a couple issues to work through.

    Firstly, of course, i had to download the proper drivers for the onboard nforce chipset and nvidia gforce 4 mx video adapter. both compiled from the source tar with little problem, although the sound module did not compile for lack of the i810 audio module's source code which the nforce module patches. luckily the included i810 driver mostly works, in that KDE's arts works fine. but xmms doesn't work. what's up with the OSS drivers? tuxracer has no sound as well. any ideas?

    on the other hand, although the nvnet module and nvidia modules compiled and work okay, everytime i reboot i have to rerun insmod on them then ifconfig my network card and startx manually. does anyone know how i properly make this automatic?

    also (now that the nvidia driver is in place?) when i use ctrl+alt+fx i do not get a terminal, just a blank screeen (this happen on xandros too by the way) does anyone know how to fix this?

    much thanks for any help you can provide.

  2. #2
    Senior Member registered user
    Join Date
    Jan 2003
    Location
    Podunk, Idaho, USA
    Posts
    470
    Have you put the module names in /etc/modules?

    rock

  3. #3
    Junior Member
    Join Date
    May 2003
    Posts
    3
    I have compiled and installed the nvnet module following the directions. Everything is where it should be, and nvnet.o is in /etc/modules to load at start up, and it is working. But no network is coming up on eth0 or anything else for that matter. DHCP is active on my network, but without a netconfig I just am not sure what steps to take to get the nic running with out it being auto detected.

    MSI nForce2 - virgin hdd install from latest knoppix. Only the nVidia drivers have been added.

  4. #4
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Quote Originally Posted by wififun
    I have compiled and installed the nvnet module following the directions. Everything is where it should be, and nvnet.o is in /etc/modules to load at start up, and it is working. But no network is coming up on eth0 or anything else for that matter.
    What does ifconfig -a tell you?

    DHCP is active on my network, but without a netconfig I just am not sure what steps to take to get the nic running with out it being auto detected.
    Whaddaya mean 'without a netconfig'? Open a term and type netcardconfig

    What does your /etc/network/interfaces look like?

  5. #5
    Junior Member
    Join Date
    May 2003
    Posts
    3
    /etc/network/interfaces
    auto lo
    iface inet loopback
    auto eth0
    iface0 inet dynamic dhcp

    even with nvmod added to /etc/modules I still have to load it manualy. After doing so, ifconfig -a shows
    eth0
    Link encap:Ethernet HWaddr xxxxxxx
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:100
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Interrupt:10 Base address:0x6000

    lo
    ..... (no need to show this)



    By the end of typing this (on a differnt comp) I got it working, but dhcp fails. Using netcardconfig and answering "Yes" to "Use DHCP broadcast?" returns:
    Sending DHCP broadcast from device eth0failed to connect to localhost:bootpc: Operation now in progress Failed.

    If I manualy enter ip info, it works and comes up. I am working on this for someone else, so I really need to get the module loaded on boot, and dhcp up and running. (DHCP is only having problems on this machine, it works on everything else on the network, or when this one is booted into windows.)

    Thanks

  6. #6
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    eth0
    Link encap:Ethernet HWaddr xxxxxxx
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:100
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Interrupt:10 Base address:0x6000
    You have no i.p. address! (obviously)

    1) What happens when you do this:

    #ifdown -a
    (output should be nothing)
    #ifup -a
    (It should only take a moment to bring back up)
    #ifconfig -a

    2)Make a backup copy of your current /etc/network/interfaces

    Then try this one:

    auto lo eth0
    iface lo inet loopback

    iface eth0 inet dhcp

    Then take it down & back up again.
    And of course......post back.

  7. #7
    Junior Member
    Join Date
    May 2003
    Posts
    3
    I updated my apt sources, and did a dist upgrade.
    After that the dhcp problem was solved, nothing else seemed to work.
    My process now is boot -> instmod nvnet -> netcardconfig -> yes to dhcp -> ifconfig -a to see that all is well.. It works!

    The module will not load at boot up though, even with a line added to /etc/modules. There was no documentation with nVidia's drivers beyond the make, make install combination.

    I appriciate the help.

  8. #8
    Senior Member registered user
    Join Date
    Jul 2003
    Posts
    130

    nforce2 nvnet

    I just did an install on an MSI nforce2 system and have the same problem with loading nvnet on boot. Thanks to this forum, I can get networking up using: insmod nvnet followed by netcardconfig. Does anyone now how to get nvnet to load on boot?

  9. #9
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479

    Re: nforce2 nvnet

    Quote Originally Posted by m_yates
    I just did an install on an MSI nforce2 system and have the same problem with loading nvnet on boot. Thanks to this forum, I can get networking up using: insmod nvnet followed by netcardconfig. Does anyone now how to get nvnet to load on boot?
    If putting the module in /etc/modules does not work then you can try what I have to use for my sidewinder joystick for the netcard, that is making an alias and pre-installing the module. Edit the file as root in a console window /etc/modutils/aliases and add the lines:
    Code:
    # Added by me for netcard on boot
    alias eth0 nvnet
    pre-install nvnet
    Then enter the command update-modules to update the modules.conf while still in the root console then you would have to re-boot to see if it works, if the pre-install option does not work try putting modprobe in place of the pre-install instead.

  10. #10
    Senior Member registered user
    Join Date
    Jul 2003
    Posts
    130

    nvnet module

    Thanks for the help. It turns out that I didn't have nvnet in /etc/modules. After adding it, networking works fine.

Page 1 of 2 12 LastLast

Similar Threads

  1. sound issues with onboard sound chip
    By frank34 in forum The Lounge
    Replies: 3
    Last Post: 07-26-2004, 02:49 PM
  2. Yet another Nvidia post!
    By MillTek in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 05-19-2004, 09:49 AM
  3. nvidia nforce mcp networking
    By isi in forum Networking
    Replies: 3
    Last Post: 03-12-2004, 09:59 PM
  4. nvidia nforce mcp networking
    By isi in forum Networking
    Replies: 0
    Last Post: 03-02-2004, 10:04 AM
  5. nForce Integrated Audio and 6 channel sound
    By blubu in forum Hardware & Booting
    Replies: 0
    Last Post: 03-26-2003, 12:29 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
  •  


HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram 2x 256GB SSD Quadro 2000 Linux GA picture

HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram 2x 256GB SSD Quadro 2000 Linux GA

$249.99



1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE picture

1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE

$273.00



Dell Precision T3610 - Xeon E5-1620 v2 @ 3.70GHz, 8GB DDR3, NVIDIA GeForce GTX 1 picture

Dell Precision T3610 - Xeon E5-1620 v2 @ 3.70GHz, 8GB DDR3, NVIDIA GeForce GTX 1

$90.00



HP Z440 Workstation 18 core Xeon E5-2699 V3 64GB 1TB SSD R5-340X WIFI WINDOWS 11 picture

HP Z440 Workstation 18 core Xeon E5-2699 V3 64GB 1TB SSD R5-340X WIFI WINDOWS 11

$249.99



SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor picture

SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor

$4.23



Intel Xeon E7-8890 V4 2.20GHz 24-Core 60MB LGA2011 Server CPU Processor SR2SS picture

Intel Xeon E7-8890 V4 2.20GHz 24-Core 60MB LGA2011 Server CPU Processor SR2SS

$29.99



Intel Xeon E5-2697A v4 SR2K1 2.60GHz 40MB 16-Core LGA2011-3 CPU Processor picture

Intel Xeon E5-2697A v4 SR2K1 2.60GHz 40MB 16-Core LGA2011-3 CPU Processor

$39.99



Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU picture

Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU

$35.19



HP Z440 Workstation 18Cores Xeon E5-2699 V3 128GB 1TB SSD 2TB WIFI WIN11 R5-340X picture

HP Z440 Workstation 18Cores Xeon E5-2699 V3 128GB 1TB SSD 2TB WIFI WIN11 R5-340X

$309.99



Intel Xeon E3-1285 V3 3.6 GHz 8M Quad-Core SR14W CPU Processor picture

Intel Xeon E3-1285 V3 3.6 GHz 8M Quad-Core SR14W CPU Processor

$49.50