Alternating between wired and wireless networking

Ask a Question related to Windows Networking, Design and Development.

  1. #1

    Default Alternating between wired and wireless networking

    Hi all --

    I posted a little while ago about constantly 'losing' access to my wireless
    connection through my Linksys router -- that is to say, I often lose the
    ability to access the Internet or my network through the wireless connection
    (although I can ping sites and check e-mail through OutlookXP). I have my
    desktop hard-wired to the router, and I use wireless access for my laptop.
    Both computers are running Windows XP, and I'm using a WPC11 Linksys
    Wireless adapter.

    For transferring larger files to my laptop, however, I connect it directly
    to the router through the laptop's Ethernet network card, and then go back
    to using wireless access after that. Would this alternating between wired
    and wireless access have any negative effects on the wireless access? I ask
    because it seems like I experience the wireless access problems after
    connecting the laptop directly to the router.

    I've tried disabling the network adapter when using wireless, but it doesn't
    seem to have any effect.

    Any thoughts?

    Thanks in advance,

    Anthony


    Anthony Guest

  2. Similar Questions and Discussions

    1. Mandrake 9.1 and Wireless Networking
      Recently I finally got a wireless card for my laptop (Dell Inspiron 8200). I got the card through work so it they got it from Dell (TrueMobile...
    2. Alternating Wired & Wireless
      Bill M. wrote: I haven't done this, but I've seen it done (and it worked). The keyword is hotplug (or hotplugd). -Timo -- Timo Voipio |...
    3. Windows XP & Windows 98, Wired and Wireless Networking
      Anybody know a way to network xp pro and windows 98 computers in a wired or wireless way? The only hitch is that these computers belong to a...
    4. Unable to access the 'Net with 3rd desktop ( either via wired or wireless
      This is the arrangement that previously worked efficiently for quite a number of years, despite Linksys' claim that a hub would have prevented it...
    5. XP Pro Wireless Networking Problem
      I have a wireless network, which was working wonderfully until I played Age of Mythology across the LAN. I am now unable to connect to the...
  3. #2

    Default Re: Alternating between wired and wireless networking

    I have frequently seen a problem under Win 9X like you describe where users
    with both wired and wireless NICS have connection problems going back to
    wireless after wired. I have not seen this as a common problem with XP, but
    perhaps the same solution I came up with for the 9X machines would work for
    you. (At my client site they are connecting to a Linux server, not a
    router, but if you're also using DHCP the principle is the same,)

    The following batch file consistently works under 9X to fix the wireless
    connection.. You could try the equivelent in a command prompt first, and
    if it works make a similar one. It would need some minor
    mods for XP which uses names rather than numbers for the adaptors (in the
    example below 4 is the wired and 5 the wireless adaptor) and should use a
    ..cmd file.

    I would appreciate it if you report the result.

    :: ipreset/.bat
    :: to reset when go from wired to wireless
    @ECHO OFF

    ipconfig /release 4
    ipconfig /renew 5

    CLS
    ECHO ..........
    ECHO Your network connection has been reset.
    ECHO ..........
    pause

    --
    ------------------------------------------------------------
    GTS Computer Service
    serving northern New Jersey
    [url]www.gtscomputerservice.com[/url]
    ------------------------------------------------------------


    "Anthony" <lombarap@yahoo.ca> wrote in message
    news:fDxRa.7301$104.691560@news20.bellglobal.com.. .
    > Hi all --
    >
    > I posted a little while ago about constantly 'losing' access to my
    wireless
    > connection through my Linksys router -- that is to say, I often lose the
    > ability to access the Internet or my network through the wireless
    connection
    > (although I can ping sites and check e-mail through OutlookXP). I have my
    > desktop hard-wired to the router, and I use wireless access for my laptop.
    > Both computers are running Windows XP, and I'm using a WPC11 Linksys
    > Wireless adapter.
    >
    > For transferring larger files to my laptop, however, I connect it directly
    > to the router through the laptop's Ethernet network card, and then go back
    > to using wireless access after that. Would this alternating between wired
    > and wireless access have any negative effects on the wireless access? I
    ask
    > because it seems like I experience the wireless access problems after
    > connecting the laptop directly to the router.
    >
    > I've tried disabling the network adapter when using wireless, but it
    doesn't
    > seem to have any effect.
    >
    > Any thoughts?
    >
    > Thanks in advance,
    >
    > Anthony
    >
    >


    GTS Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139