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
  •  


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

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

$47.00



Cisco WS-C3560-48PS-S 48-Port Managed Gigabit PoE Switch picture

Cisco WS-C3560-48PS-S 48-Port Managed Gigabit PoE Switch

$56.00



Cisco Nexus 48-Port 10G SFP+ Switch N9K-9396PX w/ 9K-M12PQ 12-Port 40G QSFP picture

Cisco Nexus 48-Port 10G SFP+ Switch N9K-9396PX w/ 9K-M12PQ 12-Port 40G QSFP

$249.99



Cisco WS-C2950T-24, 24-Port Ethernet Switch picture

Cisco WS-C2950T-24, 24-Port Ethernet Switch

$49.99



HP 2530-48G 48 Port Gigabit Ethernet Network Switch J9775A picture

HP 2530-48G 48 Port Gigabit Ethernet Network Switch J9775A

$30.95



Linksys SE3008 8 Ports Rack Mountable Gigabit Ethernet Switch picture

Linksys SE3008 8 Ports Rack Mountable Gigabit Ethernet Switch

$21.99



New Linksys SE3005 5-port Gigabit Ethernet Switch picture

New Linksys SE3005 5-port Gigabit Ethernet Switch

$18.99



HP ProCurve 2530-24G J9776A 24 Port Gigabit Ethernet Managed Network Switch picture

HP ProCurve 2530-24G J9776A 24 Port Gigabit Ethernet Managed Network Switch

$34.99



Juniper Networks EX3300-48P 48-Port PoE+ 4x SFP+ Network Switch w/ Power Cord picture

Juniper Networks EX3300-48P 48-Port PoE+ 4x SFP+ Network Switch w/ Power Cord

$43.95



Netgear Prosafe Plus JGS524PE 24 Port Gigabit Switch 12 Port PoE JGS524PE-100NAS picture

Netgear Prosafe Plus JGS524PE 24 Port Gigabit Switch 12 Port PoE JGS524PE-100NAS

$129.98