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
  •  


Dell PowerEdge R640 Server | 2x Gold 6132 28 Cores | H730p | Choose RAM / DRIVES picture

Dell PowerEdge R640 Server | 2x Gold 6132 28 Cores | H730p | Choose RAM / DRIVES

$2630.00



DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45

$274.00



Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB picture

Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB

$510.00



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



Dell PowerEdge R730, 2 sinks, SystemBoard, 8 trays,H330,Idrac 8 exp, 2x750w Psu picture

Dell PowerEdge R730, 2 sinks, SystemBoard, 8 trays,H330,Idrac 8 exp, 2x750w Psu

$135.00



Dell Poweredge R730xd 2.5in 2x E5-2690 v3 2.6ghz 24-Cores  64gb  H730  2x 750w picture

Dell Poweredge R730xd 2.5in 2x E5-2690 v3 2.6ghz 24-Cores 64gb H730 2x 750w

$189.99



Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x600Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x600Gb SAS, Proxmox

$340.00



DELL PowerEdge R730 16SFF Server 2x E5-2690v4 =28 Cores No RAM/ HDD H730 4xRJ45 picture

DELL PowerEdge R730 16SFF Server 2x E5-2690v4 =28 Cores No RAM/ HDD H730 4xRJ45

$232.97



Dell R630 8 Port SFF Server 2x E5-2680v4 28C H730P 128GB 2x Trays RJ-45 ENT picture

Dell R630 8 Port SFF Server 2x E5-2680v4 28C H730P 128GB 2x Trays RJ-45 ENT

$345.00



DELL PowerEdge R630 8SFF Server 2x E5-2690v4 2.6GHz =28 Cores 256GB H730 4xRJ45 picture

DELL PowerEdge R630 8SFF Server 2x E5-2690v4 2.6GHz =28 Cores 256GB H730 4xRJ45

$600.00