585,932 active members*
3,769 visitors online*
Register for free
Login

Thread: cnc10

Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2004
    Posts
    124

    cnc10

    Hi, Does any one know how to get cnclinux networked to my desktop. I spent over an hour on the phone yesterday with Drew at Ajax and we couldn't get it to work. First tried with a crossover cable, then with dhcp with crossover cable. now trying with a router and straight thru cables the desktop seems to work but the linux gives me a "dhcp failed" with a bunch of mumbo jumbo following. i have a 3com pci card. How do i know that its function properly in linux? BTW in pretty much illiterate with linux but with detailed intruction, no prob. BTW the mill works fine, i just have to get it networked. Todd

  2. #2
    Unfortunately, detailed instructions are not likely to be forthcoming. Troubleshooting network connections typically involves a lot of experiment and observation (much of which you have probably been through with Drew).

    Getting the router and straight cables was a big step forward. It will give you additional diagnostic tools, and will also allow you to introduce a third computer as a tiebreaker if you need to (i.e. if A can't connect to B, then see if A can connect to C, or if C can connect to B).

    My guess is that the provided Linux kernel does not contain a suitable driver for your 3COM network card. You may find some useful information in the dmesg.txt file, which is among the files generated when you do F7/Utility, F7/Report. Look through it for a block of messages that talk about "eth0". Post back here with a copy of all that you find there. For example, here are the messages from a system that I am pretty sure correctly connects to a network:

    Code:
    0 3c515 cards found.
    cs89x0:cs89x0_probe(0x0)
    PP_addr=0xffff
    eth0: incorrect signature 0xffff
    PP_addr=0xffff
    eth0: incorrect signature 0xffff
    PP_addr=0xffff
    eth0: incorrect signature 0xffff
    PP_addr=0xffff
    eth0: incorrect signature 0xffff
    PP_addr=0xffff
    eth0: incorrect signature 0xffff
    PP_addr=0xffff
    eth0: incorrect signature 0xffff
    PP_addr=0xffff
    eth0: incorrect signature 0xffff
    PP_addr=0xffff
    eth0: incorrect signature 0xffff
    PP_addr=0xffff
    eth0: incorrect signature 0xffff
    PP_addr=0xffff
    eth0: incorrect signature 0xffff
    PP_addr=0xffff
    eth0: incorrect signature 0xffff
    PP_addr=0xffff
    eth0: incorrect signature 0xffff
    cs89x0: no cs8900 or cs8920 detected.  Be sure to disable PnP with SETUP
    8139too Fast Ethernet driver 0.9.18a
    PCI: Found IRQ 11 for device 00:0e.0
    PCI: Sharing IRQ 11 with 00:07.2
    PCI: Sharing IRQ 11 with 00:07.3
    eth0: RealTek RTL8139 Fast Ethernet at 0xc4000000, 00:0c:76:59:7f:c0, IRQ 11
    It is experimentally probing for various known network card types. It checked for cards with the 3c515 chipset and didn't find any. It checked cards with the cs8900 chipset, and didn't find any. That check wasn't very graceful, and generated all the "incorrect signature" messages that look alarming but don't mean anything. Then it checked for a card with the Realtek RTL8139 chipset; found one; noted that it is sharing an IRQ (which is probably okay); and started up the driver.

    Show us what you find in that part of your dmesg.txt. Also look for a section that mentions dhcp, zcip, and/or "promisuous mode". That is probably after "freeing unused kernel memory" and before various "usb.c" items.

    Also let us know what you have in cnc10.net (with password x'd out if you prefer).

    What do you get when you enter the command ifconfig at a Linux command prompt?

    If it turns out that the kernel does not have a driver that recognizes your card, it will probably be easier just to find a cheap RTL8139 card to use instead.

  3. #3
    Join Date
    Apr 2004
    Posts
    124
    Thanks I'll check it out tomorrow. Todd BTW, I think you are right about the 3com driver.

  4. #4
    Join Date
    Apr 2004
    Posts
    124
    Markl, here is that file i don't know how to configure it so it looks like a mess. Todd
    Attached Files Attached Files

  5. #5
    Join Date
    Apr 2004
    Posts
    124
    I GOT IT!! Irealized my moboard had an on board lan that was being covered up by the backing plate. Todd

Similar Threads

  1. Help with CNC10 install on BPBoss (software update from CNC7)
    By peter.blais in forum Centroid CNC Control Products
    Replies: 8
    Last Post: 10-14-2006, 04:18 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
  •