Forum Articles
  Welcome back Join CF
You are here You are here: Home | Forum | Actiontec GT701-WRU - cannot get wireless signal on laptop

You are currently viewing our boards as a guest which gives you limited access to view most of the discussions, articles and other free features. By joining our Virgin Media community you will have full access to all discussions, be able to view and post threads, communicate privately with other members (PM), respond to polls, upload your own images/photos, and access many other special features. Registration is fast, simple and absolutely free so please join our community today.


Welcome to Cable Forum
Go Back   Cable Forum > Computers & IT > Networking
Register FAQ Community Calendar

Configuring system to use ethernet or Wifi
Reply
 
Thread Tools
Old 24-06-2007, 19:50   #1
bbwannabe
Inactive
 
Join Date: May 2004
Age: 41
Posts: 567
bbwannabe is a jewel in the roughbbwannabe is a jewel in the roughbbwannabe is a jewel in the roughbbwannabe is a jewel in the roughbbwannabe is a jewel in the rough
Configuring system to use ethernet or Wifi

I generally use the wifi to browse, but I find transferring files between computers is often slow - best case would be the 54mbps stated by the wifi system tray icon drops to 48mbps, worse case - it can drop down to 1-5mbps and sometimes it cuts off at some point during transfer. For this reason i like using a crossover cable and trasferring files through ethernet. But to avoid my wireless connection doing the file transfers I am manually accessing \\10.1.1.1\sharedfoldername where 10.1.1.1 is an ip i've given to the ethernet card. Ideally i'd like to have someway to use the ethernet by default for file transfers only and wireless for browsing only. Is it possible? Cheers
bbwannabe is offline   Reply With Quote
Advertisement
Old 24-06-2007, 20:13   #2
Druchii
cf.mega poster
 
Druchii's Avatar
 
Join Date: Mar 2006
Location: Oslo, Norway.
Age: 36
Services: Canal Digital: 50/10
Posts: 7,577
Druchii has a nice shiny star
Druchii has a nice shiny starDruchii has a nice shiny starDruchii has a nice shiny starDruchii has a nice shiny starDruchii has a nice shiny starDruchii has a nice shiny starDruchii has a nice shiny starDruchii has a nice shiny starDruchii has a nice shiny starDruchii has a nice shiny starDruchii has a nice shiny starDruchii has a nice shiny starDruchii has a nice shiny starDruchii has a nice shiny starDruchii has a nice shiny starDruchii has a nice shiny starDruchii has a nice shiny starDruchii has a nice shiny star
Re: Configuring system to use ethernet or Wifi

I'd also like to know this, anyone?
Druchii is offline   Reply With Quote
Old 24-06-2007, 20:24   #3
MovedGoalPosts
Inactive
 
MovedGoalPosts's Avatar
 
Join Date: Jun 2003
Location: 127.0.0.1
Age: 61
Posts: 15,868
MovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny stars
MovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny starsMovedGoalPosts has a pair of shiny stars
Re: Configuring system to use ethernet or Wifi

You can manually disable a connection, bit tedious if you do this a lot, but occasional use might be OK?
MovedGoalPosts is offline   Reply With Quote
Old 26-06-2007, 11:48   #4
jem
cf.addict
 
Join Date: Mar 2005
Location: SE London (Bexley)
Services: Broadband only (Vivid 300)
Posts: 218
jem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these parts
Re: Configuring system to use ethernet or Wifi

You could try this;
</p>PC 1 has a ethernet card with a static address of 10.1.1.1; subnet mask 255.0.0.0 and PC 2 has address 10.1.1.2; subnet mask 255.0.0.0. </p></p></p>Make sure that the default gateway is blank on the IP settings on the network cards on both machines.Then on PC 1, open a DOS command window and enter</p>ROUTE ADD 10.1.1.2 MASK 255.255.255.255 10.1.1.1 METRIC 1</p>and on PC 2 enter</p>ROUTE ADD 10.1.1.1 MASK 255.255.255.255 10.1.1.2 METRIC 1</p>You can do a google search for the ROUTE commands in DOS to see what they do.Give it a go and see if it works ok.</p>These commands are not persistant so if something goes horribly wrong then a reboot of both machines will fix it. </p>If it appears to be working OK then reenter the commands but include the -P switch (P for persistant)</p>i.e. ROUTE -P ADD 10.1.1.1 etc.</p>BTW the commands are not case sensitive, I've only written them in capitals for clarity</p></p>

</p>What the heck has happened to the formatting on this post? I hope you can read it ok!
__________________
"I believe in an open mind, but not so open that your brains fall out"
Arthur Hays Sulzberger
jem is offline   Reply With Quote
Old 26-06-2007, 13:47   #5
bbwannabe
Inactive
 
Join Date: May 2004
Age: 41
Posts: 567
bbwannabe is a jewel in the roughbbwannabe is a jewel in the roughbbwannabe is a jewel in the roughbbwannabe is a jewel in the roughbbwannabe is a jewel in the rough
Re: Configuring system to use ethernet or Wifi

Quote:
You could try this;
PC 1 has a ethernet card with a static address of 10.1.1.1; subnet mask 255.0.0.0 and PC 2 has address 10.1.1.2; subnet mask 255.0.0.0. Make sure that the default gateway is blank on the IP settings on the network cards on both machines.Then on PC 1, open a DOS command window and enterROUTE ADD 10.1.1.2 MASK 255.255.255.255 10.1.1.1 METRIC 1and on PC 2 enterROUTE ADD 10.1.1.1 MASK 255.255.255.255 10.1.1.2 METRIC 1You can do a google search for the ROUTE commands in DOS to see what they do.Give it a go and see if it works ok.These commands are not persistant so if something goes horribly wrong then a reboot of both machines will fix it. If it appears to be working OK then reenter the commands but include the -P switch (P for persistant)i.e. ROUTE -P ADD 10.1.1.1 etc.BTW the commands are not case sensitive, I've only written them in capitals for clarity
What the heck has happened to the formatting on this post? I hope you can read it ok!
Haha @ formatting

Thanks for the commands. Will re-read through that again and give it a go

</p>

EDIT: Is the subnet mask supposed to be 255.255.255.0 in the first sentence? or is it the 255.0.0.0 as you posted?.

Did some googling on the route command but still unclear as the purpose of the the metric parameter.
bbwannabe is offline   Reply With Quote
Old 27-06-2007, 10:33   #6
GeoffW
Inactive
 
GeoffW's Avatar
 
Join Date: Nov 2003
Location: Reading
Posts: 256
GeoffW has a spectacular aura about themGeoffW has a spectacular aura about themGeoffW has a spectacular aura about themGeoffW has a spectacular aura about them
Re: Configuring system to use ethernet or Wifi

I assume you will only connect the lan cable when you want to transfer files?

If so you could just make sure the connection priority order has LAN first?

Network connections (show all), Advanced, Adapters and bindings. Use the arrows to change the priority order to have the LAN adapter above the WiFi adapter.
GeoffW is offline   Reply With Quote
Old 27-06-2007, 10:35   #7
Stuart
-
 
Stuart's Avatar
 
Join Date: Jun 2003
Location: Somewhere
Services: Virgin for TV and Internet, BT for phone
Posts: 26,546
Stuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver bling
Stuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver blingStuart has a lot of silver bling
Re: Configuring system to use ethernet or Wifi

Quote:
Originally Posted by jem View Post
, I've only written them in capitals for clarity</p></p>

</p>What the heck has happened to the formatting on this post?
Simple: We don't allow embedded HTML..
Stuart is offline   Reply With Quote
Old 27-06-2007, 12:31   #8
bbwannabe
Inactive
 
Join Date: May 2004
Age: 41
Posts: 567
bbwannabe is a jewel in the roughbbwannabe is a jewel in the roughbbwannabe is a jewel in the roughbbwannabe is a jewel in the roughbbwannabe is a jewel in the rough
Re: Configuring system to use ethernet or Wifi

Quote:
Originally Posted by GeoffW View Post
I assume you will only connect the lan cable when you want to transfer files?

If so you could just make sure the connection priority order has LAN first?

Network connections (show all), Advanced, Adapters and bindings. Use the arrows to change the priority order to have the LAN adapter above the WiFi adapter.
Actually, both are currently enabled on my system. Preferably, i'd like to have them both on rather than turn one or the other off each time.
bbwannabe is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not 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

Forum Jump


All times are GMT +1. The time now is 15:38.


Server: osmium.zmnt.uk
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum