Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows XP > Windows XP Network & Web

Notices

Reply

Alternating between wired and wireless networking

 

LinkBack Thread Tools Display Modes
Old 07-17-2003, 01:36 PM   #1 (permalink)
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
 
Posts: n/a
Reply With Quote  
Old 07-17-2003, 03:33 PM   #2 (permalink)
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
www.gtscomputerservice.com
------------------------------------------------------------


"Anthony" <lombarap@yahoo.ca> wrote in message
news:fDxRa.7301$104.691560@news20.bellglobal.com.. .
Quote:
> Hi all --
>
> I posted a little while ago about constantly 'losing' access to my
wireless
Quote:
> 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
Quote:
> (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
Quote:
> 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
Quote:
> seem to have any effect.
>
> Any thoughts?
>
> Thanks in advance,
>
> Anthony
>
>


GTS
Guest
 
Posts: n/a
Reply With Quote  
Old 07-20-2003, 04:41 AM   #3 (permalink)
Default Re: Alternating between wired and wireless networking

Hi there --

Thanks for your suggestion. I'm a relative newcomer to networking, and your
suggestions gave me a good lesson in learning about IP addresses and the
wonders of 'ipconfig.'

I have solved the problem, and your solution was indirectly the reason! In
short, I have manually set IP addresses for both the wired and wireless
connections, and this seems to have corrected the problem. Since doing so,
I have not encountered any loss of Internet access over the wireless
connection.

Thanks again,

Anthony

"GTS" <x> wrote in message news:eO41QjHTDHA.2148@TK2MSFTNGP12.phx.gbl...
Quote:
> I have frequently seen a problem under Win 9X like you describe where
users
Quote:
> 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
Quote:
> perhaps the same solution I came up with for the 9X machines would work
for
Quote:
> 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
Quote:
> 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
> www.gtscomputerservice.com
> ------------------------------------------------------------
>
>
> "Anthony" <lombarap@yahoo.ca> wrote in message
> news:fDxRa.7301$104.691560@news20.bellglobal.com.. .
Quote:
> > Hi all --
> >
> > I posted a little while ago about constantly 'losing' access to my
> wireless
Quote:
> > 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
Quote:
> > (although I can ping sites and check e-mail through OutlookXP). I have
my
Quote:
Quote:
> > desktop hard-wired to the router, and I use wireless access for my
laptop.
Quote:
Quote:
> > 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
Quote:
Quote:
> > to the router through the laptop's Ethernet network card, and then go
back
Quote:
Quote:
> > to using wireless access after that. Would this alternating between
wired
Quote:
Quote:
> > and wireless access have any negative effects on the wireless access? I
> ask
Quote:
> > 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
Quote:
> > seem to have any effect.
> >
> > Any thoughts?
> >
> > Thanks in advance,
> >
> > Anthony
> >
> >
>
>
>

Anthony
Guest
 
Posts: n/a
Reply With Quote  
Old 07-20-2003, 05:37 PM   #4 (permalink)
Default Re: Alternating between wired and wireless networking

Your welcome. Thanks for posting your findings.

--
------------------------------------------------------------
GTS Computer Service
serving northern New Jersey
www.gtscomputerservice.com
------------------------------------------------------------


"Anthony" <lombarap@yahoo.ca> wrote in message
news:B3pSa.10670$104.1094930@news20.bellglobal.com ...
Quote:
> Hi there --
>
> Thanks for your suggestion. I'm a relative newcomer to networking, and
your
Quote:
> suggestions gave me a good lesson in learning about IP addresses and the
> wonders of 'ipconfig.'
>
> I have solved the problem, and your solution was indirectly the reason!
In
Quote:
> short, I have manually set IP addresses for both the wired and wireless
> connections, and this seems to have corrected the problem. Since doing
so,
Quote:
> I have not encountered any loss of Internet access over the wireless
> connection.
>
> Thanks again,
>
> Anthony
>
> "GTS" <x> wrote in message news:eO41QjHTDHA.2148@TK2MSFTNGP12.phx.gbl...
Quote:
> > I have frequently seen a problem under Win 9X like you describe where
> users
Quote:
> > 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
Quote:
> > perhaps the same solution I came up with for the 9X machines would work
> for
Quote:
> > 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
Quote:
> > 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
Quote:
Quote:
> > example below 4 is the wired and 5 the wireless adaptor) and should use
a
Quote:
Quote:
> > .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
> > www.gtscomputerservice.com
> > ------------------------------------------------------------
> >
> >
> > "Anthony" <lombarap@yahoo.ca> wrote in message
> > news:fDxRa.7301$104.691560@news20.bellglobal.com.. .
Quote:
> > > Hi all --
> > >
> > > I posted a little while ago about constantly 'losing' access to my
> > wireless
Quote:
> > > connection through my Linksys router -- that is to say, I often lose
the
Quote:
Quote:
Quote:
> > > ability to access the Internet or my network through the wireless
> > connection
Quote:
> > > (although I can ping sites and check e-mail through OutlookXP). I
have
Quote:
> my
Quote:
Quote:
> > > desktop hard-wired to the router, and I use wireless access for my
> laptop.
Quote:
Quote:
> > > 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
Quote:
Quote:
> > > to the router through the laptop's Ethernet network card, and then go
> back
Quote:
Quote:
> > > to using wireless access after that. Would this alternating between
> wired
Quote:
Quote:
> > > and wireless access have any negative effects on the wireless access?
I
Quote:
Quote:
> > ask
Quote:
> > > 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
Quote:
> > > seem to have any effect.
> > >
> > > Any thoughts?
> > >
> > > Thanks in advance,
> > >
> > > Anthony
> > >
> > >
> >
> >
> >
>
>

GTS
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Xbox 360 and Vista MC networking wired/wireless JonkyB Windows Vista Networking & Sharing 0 06-16-2007 02:54 AM
Vista wirelss networking no work, wired networking works chalmers Windows Vista Networking & Sharing 1 05-04-2007 03:54 AM
Vista wired networking Bagpuss691 Windows Vista Networking & Sharing 4 02-19-2007 10:08 PM
Wireless and Wired Networking help Jeff Banks Windows Vista Networking & Sharing 2 09-19-2006 02:24 AM
Windows XP & Windows 98, Wired and Wireless Networking Chris Newton Windows XP Network & Web 1 07-16-2003 07:28 PM


All times are GMT. The time now is 09:05 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

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