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
  •  


Dell PowerEdge R730xd Server 2.60Ghz 32-Core 64GB 800GB SSD Debian Linux picture

Dell PowerEdge R730xd Server 2.60Ghz 32-Core 64GB 800GB SSD Debian Linux

$836.80



Watchguard XCS 570 Firewall SuperMicro 1U Server Intel 4GB VPN Router LINUX 🍁 picture

Watchguard XCS 570 Firewall SuperMicro 1U Server Intel 4GB VPN Router LINUX 🍁

$182.65



1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports picture

1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports

$149.00



PFSENSE 15

PFSENSE 15" Depth Server Router Firewall Supermicro X11SSH-F E3-1240 V5 32GB RAM

$382.00



Domino Lotus Server 5.0.7 for OS/2 WSeB, RH Linux 6, Solaris, AIX, HP-UX, Win NT picture

Domino Lotus Server 5.0.7 for OS/2 WSeB, RH Linux 6, Solaris, AIX, HP-UX, Win NT

$60.00



Red Hat Enterprise Linux 5 Server - New and Sealed picture

Red Hat Enterprise Linux 5 Server - New and Sealed

$16.99



2 x HP ProLiant BL460c (447707-B21) Blade Servers No RAM No HDD picture

2 x HP ProLiant BL460c (447707-B21) Blade Servers No RAM No HDD

$30.00



IBM CS821 20-Core 2.827GHz 128Gb 1.92Tb SSD 1U Linux Server - 8005-12N Power 8 picture

IBM CS821 20-Core 2.827GHz 128Gb 1.92Tb SSD 1U Linux Server - 8005-12N Power 8

$449.96



SQL Server 2019 Standard (10 CAL) - Windows and Linux, Physical License picture

SQL Server 2019 Standard (10 CAL) - Windows and Linux, Physical License

$249.00



Australia - Win/Linux Server- 2GB RAM, 1 Core,100 GB HD, Ultd Bandwidth 2 yrs picture

Australia - Win/Linux Server- 2GB RAM, 1 Core,100 GB HD, Ultd Bandwidth 2 yrs

$195.80