Computer stalls when networked

This is a discussion on Computer stalls when networked within the Networking/Device Communication forums, part of the General Programming Boards category; I'm attempting to give my laptop network access, and I started by buying a PCMCIA network card. After a lot ...

  1. #1
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401

    Computer stalls when networked

    I'm attempting to give my laptop network access, and I started by buying a PCMCIA network card. After a lot of hoohah, I managed to get it functioning at least the slightest bit. I have been able to access my desktop and take files off it, through the Explorer interface. The problem is, sometimes, seemingly intermittently, the laptop will freeze/stall/lock up when the cable is plugged in. I've installed all the protocols, the proper drivers etc, as well as reinstalling Windows. Is anyone familiar with this problem.

    Laptop:
    HP Omnibook, Windows 98 SE
    ST Labs PCMCIA NIC

    Desktop:
    Windows XP Pro
    Realtek NIC
    benforbes@optusnet.com.au
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Posts
    5,439
    It's probably just a buggy driver. Did you try another NIC on it? Also, it could be you set it up on a port that's conflicting with another device - try setting it up on a different one (make sure that the proper IRQ is associated with that port, too).
    Code:
    int main(void){srand(time(0));for(double l=rand(),l0=0,l00=0;;l0+=0.1){for(double l000=0;l000
    <1;l000+=.001,l+=((double)rand()/RAND_MAX)/0x64,l00+=((sin(l*0x8*atan(l0)*l000-(l0*0x8*atan
    (l)))*0.5)+0.5)){l00-=floor(l00);for(size_t l0000=0,l00000=(size_t)(0x50*(l00));l0000<l00000;++l0000
    )putchar(0x20);putchar(0x61+(int)((double)rand()/RAND_MAX*0x1a));putchar('\n');}}return 0;}

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 34
    Last Post: 02-26-2006, 12:16 PM
  2. Major Computer Problem
    By Olidivera in forum Tech Board
    Replies: 10
    Last Post: 07-15-2005, 11:15 AM
  3. Run DLL on networked machine
    By drb2k2 in forum C++ Programming
    Replies: 2
    Last Post: 06-23-2005, 03:17 AM
  4. Tabbed Windows with MDI?
    By willc0de4food in forum Windows Programming
    Replies: 25
    Last Post: 05-19-2005, 10:58 PM
  5. Computer will not boot.
    By RealityFusion in forum Tech Board
    Replies: 25
    Last Post: 09-10-2004, 04:05 PM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21