Results 1 to 6 of 6

Thread: belkin network card and apollo onboard sound...

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

    belkin network card and apollo onboard sound...

    I had originally installed knoppix on a 500mhz vbox computer with onboard LAN/Video (sis)/Sound, but I recently changed the harddrive over to a Soyo K7VTA-Pro with onboard sound (VIA). I'm trying to install a Belkin Network Card along with the onboard sound. I was also having trouble with a ATI 7500, but managed to fix that. I am extremely new to knoppix and linux altogether. I do, however, have a belkin driver disk that has three files on it which are: Linux.txt , TRANS , RTL8139.C . I read the text file and I'm still baffled over how to compile a driver or module. I know that the module would be named rtl8139.o. I just don't know how to get it. I've tried to use the "gcc........." in the konsole, but it just brings up about a hundred warnings and errors. I'm lost and confused. Can someone please help me with "compiling"?

    Thanks

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

    Re: belkin network card and apollo onboard sound...

    Quote Originally Posted by Sukrillux
    I had originally installed knoppix on a 500mhz vbox computer with onboard LAN/Video (sis)/Sound, but I recently changed the harddrive over to a Soyo K7VTA-Pro with onboard sound (VIA). I'm trying to install a Belkin Network Card along with the onboard sound. I was also having trouble with a ATI 7500, but managed to fix that. I am extremely new to knoppix and linux altogether. I do, however, have a belkin driver disk that has three files on it which are: Linux.txt , TRANS , RTL8139.C . I read the text file and I'm still baffled over how to compile a driver or module. I know that the module would be named rtl8139.o. I just don't know how to get it. I've tried to use the "gcc........." in the konsole, but it just brings up about a hundred warnings and errors. I'm lost and confused. Can someone please help me with "compiling"?

    Thanks
    It should not be necessary to compile the module support for that card should already be included. It should be either the 8139too or 8139cp try to use modprobe module it will tell you if it will not load if this is the case it is not the correct module if it loads without warning you should have the correct one.

  3. #3
    Junior Member
    Join Date
    Mar 2004
    Posts
    3
    As I stated above, I am very new to linux. I opened konsole and typed modprobe 8139cp and it said it couldn't locate module 8139cp. I then typed modprobe 8139too and it said nothing this time and brought up another prompt. What do I do next? How can I make knoppix use this module? With the ati video card, I had to edit the XF86Config-4 file. Do I need to edit another file for the network card? It is probably still using the driver from the old onboard NIC from the other box.

    [edit]
    Ok. I got it working. But I noticed as it booted where it configures the network interfaces, it said something like "auto-negotiated with 0000 partner starting at half-duplex". Also when calculating module dependencies it hung for a moment and said "spurious.... IRQ 7...." or something like that. It went by fast and that's all i caught. Samba and the connection to the internet are now working, but I can't get apache to work. Any ideas?

  4. #4
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by Sukrillux
    As I stated above, I am very new to linux. I opened konsole and typed modprobe 8139cp and it said it couldn't locate module 8139cp. I then typed modprobe 8139too and it said nothing this time and brought up another prompt. What do I do next? How can I make knoppix use this module? With the ati video card, I had to edit the XF86Config-4 file. Do I need to edit another file for the network card? It is probably still using the driver from the old onboard NIC from the other box.
    That means the module loaded without errors and should be in use. If you use lsmod in a console window you should output similar to this.
    Code:
    stephen@BashfulTux:~$ lsmod
    Module                  Size  Used by    Tainted: P
    nvidia               1968160  14 (autoclean)
    apm                     9256   2 (autoclean)
    via82cxxx_audio        19224   0
    ac97_codec             12236   0 [via82cxxx_audio]
    uart401                 6116   0 [via82cxxx_audio]
    usb-uhci               21708   0 (unused)
    usbcore                57504   1 [usb-uhci]
    ne2k-pci                4448   0 (unused)
    8390                    6192   0 [ne2k-pci]
    ide-scsi                9008   0
    agpgart                15464   0
    8139too                11368   1
    mii                     2416   0 [8139too]
    crc32                   2848   0 [8390 8139too]
    [snip ...]
    With the network already setup before then it should be a matter of as root /etc/init.d/networking restart to restart the network with the already existing settings with the module loaded and getting your connection. Edit the file /etc/modules as root and put the 8139too on a line by itself and it will be loaded every time you boot.

  5. #5
    Junior Member
    Join Date
    Mar 2004
    Posts
    3
    I finally got it working! What had happened was another linux machine stole the 101 net ip address so it was confusing this machine into thinking the other was the webserver. Anywho, I would just like to thank you for helping me with this headache. lol

    Thanks, Later!

  6. #6
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by Sukrillux

    [edit]
    Ok. I got it working. But I noticed as it booted where it configures the network interfaces, it said something like "auto-negotiated with 0000 partner starting at half-duplex". Also when calculating module dependencies it hung for a moment and said "spurious.... IRQ 7...." or something like that. It went by fast and that's all i caught. Samba and the connection to the internet are now working, but I can't get apache to work. Any ideas?
    Good to hear you got it going the auto-negotiated message is the driver getting the speed of network automatically and the spurious IRQ is nothing to worry about it is just a bogus warning as far as i can tell.

Similar Threads

  1. No sound w/ Live CD - onboard sound card, Asus/Via
    By AngelFch in forum Hardware & Booting
    Replies: 2
    Last Post: 07-09-2005, 07:53 PM
  2. Onboard i865 sound card problem
    By darkhack in forum Hardware & Booting
    Replies: 1
    Last Post: 01-26-2004, 05:51 AM
  3. Onboard sound and network-OK with CD, not HD install
    By AKengineer in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 09-01-2003, 08:27 PM
  4. onboard sound/network
    By laffer in forum Hardware & Booting
    Replies: 1
    Last Post: 08-06-2003, 08:35 PM
  5. odd problems with belkin pcmcia network card
    By corwinspyre in forum Hardware & Booting
    Replies: 0
    Last Post: 07-26-2003, 03:46 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
  •  


Supermicro Server Tower Xeon BOOTS E5-2620 v4 2.10GHz 64GB RAM NO HDD NO OS picture

Supermicro Server Tower Xeon BOOTS E5-2620 v4 2.10GHz 64GB RAM NO HDD NO OS

$199.99



HP ProLiant Xeon E3-1220L V2 16 GB RAM 2.30 GHz MicroServer Gen8 NO DRIVES picture

HP ProLiant Xeon E3-1220L V2 16 GB RAM 2.30 GHz MicroServer Gen8 NO DRIVES

$174.99



HPE PROLIANT MICROSERVER GEN10 PLUS MICRO TOWER SERVER - USED picture

HPE PROLIANT MICROSERVER GEN10 PLUS MICRO TOWER SERVER - USED

$550.00



HP ProLiant HSTNS-5151 Micro Server 8GB RAM No Drives/Key/Caddies *READ* picture

HP ProLiant HSTNS-5151 Micro Server 8GB RAM No Drives/Key/Caddies *READ*

$94.99



SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount picture

SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount

$202.49



HPE Proliant Microserver Gen10 X3421 Perf AMS,  P03698-S01, 16GB Ram picture

HPE Proliant Microserver Gen10 X3421 Perf AMS, P03698-S01, 16GB Ram

$299.00



HP/HPE ProLiant AMD Opteron X3216 APU 16 GB RAM MicroServer Gen 10 NO DRIVES picture

HP/HPE ProLiant AMD Opteron X3216 APU 16 GB RAM MicroServer Gen 10 NO DRIVES

$299.99



Supermicro CSE-512 1U Sever Intel G550 2.60GHz 4GB w/ X9SCM Motherboard picture

Supermicro CSE-512 1U Sever Intel G550 2.60GHz 4GB w/ X9SCM Motherboard

$99.98



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

$297.00



2U 12 Bay SAS3 SuperMicro Server 6028U-TR4T+ W/ X10DRU-i+ Barebone 12 Caddy RAIL picture

2U 12 Bay SAS3 SuperMicro Server 6028U-TR4T+ W/ X10DRU-i+ Barebone 12 Caddy RAIL

$299.00