|
|
 |
|
07-29-2011, 08:16 AM
|
#26
|
|
Lifer
Join Date: Feb 2002
Posts: 13,248
|
I was just wondering because I had the router on a little table on the other side of a cinder block wall but behind the 40" Samsung LCD and I was having connection problems.
I may try putting it on a shelf, but I will have to drag it down from the Garage. It is an old shelving unit that is about 5 ft tall. I originally had the wireless router sitting on top of it.
Anyway my daughter already ordered some new gear. AT&T said they were going to install Fiber Optic cable. That should be interesting.
Last edited by piasabird; 07-29-2011 at 08:22 AM.
|
|
|
03-15-2012, 08:15 PM
|
#27
|
|
Member
Join Date: Jan 2012
Location: Green Isle, MN
Posts: 94
|
I noticed in your post that you mention Netstumbler as a WiFi analyzer tool. I tried running this on my laptop, but my WiFi card was not supported since it only supports a limit number or cards. I would like to mention another excellent alternative to Netstumbler that works on all versions of Windows, Mac and even Linux called inSSIDer by MetaGeek. You can scan both the 2.4 GHz and 5 Ghz bands.
http://www.metageek.net/products/inssider/
YOU CAN
– Inspect your Wi-Fi and surrounding networks
– Scan and filter hundreds of nearby access points
– Troubleshoot competing access points and clogged Wi-Fi channels
– Highlight access points for areas with high Wi-Fi concentration
– Track the strength of received signals in dBm over time
– Sort results by MAC Address, SSID, Channel, RSSI, Time Last Seen
– Export Wi-Fi and GPS data to a KML file in Google Earth
TECHNICAL
– Uses your current wireless card and connection software
– Works with Windows XP, Vista, and 7 (32 and 64 bit)
– Compatible with most GPS devices (NMEA v2.3 +)
|
|
|
06-20-2012, 09:47 AM
|
#29
|
|
Super Moderator Elite Member
Join Date: Oct 1999
Posts: 25,348
|
Quote:
Originally Posted by wendypearl
is it possible? A flatscreen TV interfere with a wireless router?
|
Not electronically.
Howvevr, if you put the Router physically behind the TV (or any thing else) the signal will be blocked or grossly reduced.
__________________
Jack
Microsoft, MVP - Networking.
|
|
|
11-30-2012, 09:57 AM
|
#30
|
|
Senior Member
Join Date: Nov 2007
Location: Thailand
Posts: 429
|
(I'm posting on this thread since it's a sticky, and my question seems to be well known in Google with no apparent solution yet.)
Windows 8 has a few teething problems with WiFi connection:
(a) For connections to a hidden SSID, Win8 does NOT save the login info for future auto-connection, even though you check the box. I don't think there is any user solution for that, but thought I'd throw it in here, anyway.
The main issue I have is:
(b) Microsoft removed the "Manage wireless networks" ability from Windows 8. Probably because of the problem (a) above, I am getting a growing list of wireless networks displayed AFTER I connect with my home's hidden SSID network:
In Windows 7 it was simple to delete all such redundant network listings using "Manage wireless networks."
It seems to me that there should be a way to delete those entries using netsh. Can someone give me an example of a netsh syntax that would delete individual entries from:
|
|
|
11-30-2012, 10:03 AM
|
#31
|
|
Diamond Member
Join Date: Feb 2003
Location: Chicagoland, IL
Posts: 3,498
|
Quote:
Originally Posted by wpcoe
(I'm posting on this thread since it's a sticky, and my question seems to be well known in Google with no apparent solution yet.)
Windows 8 has a few teething problems with WiFi connection:
(a) For connections to a hidden SSID, Win8 does NOT save the login info for future auto-connection, even though you check the box. I don't think there is any user solution for that, but thought I'd throw it in here, anyway.
The main issue I have is:
(b) Microsoft removed the "Manage wireless networks" ability from Windows 8. Probably because of the problem (a) above, I am getting a growing list of wireless networks displayed AFTER I connect with my home's hidden SSID network:
In Windows 7 it was simple to delete all such redundant network listings using "Manage wireless networks."
It seems to me that there should be a way to delete those entries using netsh. Can someone give me an example of a netsh syntax that would delete individual entries from:

|
Code:
netsh wlan>delete profile ?
Usage: delete profile [name=]<string> [[interface=]<string>]
Parameters:
Tag Value
name - Name of the profile to delete.
interface - Interface name.
Remarks:
Remove a wireless network profile from an interface or all interfaces.
Parameter name is required. It is the name of the profile to be deleted.
Parameter interface is optional. If it is given then the profile will
be deleted from specified interface only. If it is omitted then the
profile will be deleted from all the interfaces that have such a profile.
Profile name can have wildcard characters and multiple profiles with
matching name will be removed.
Examples:
delete profile name="Profile 1" interface="Wireless Network Connection"
delete profile name="Profile 1" i=*
netsh wlan>
Pretty sure that is still in Win8, I'll have to boot my dev and see.
|
|
|
11-30-2012, 10:31 AM
|
#32
|
|
Senior Member
Join Date: Nov 2007
Location: Thailand
Posts: 429
|
What do I use for profile name? I tried "All User Profile" (and even "All") and failed:
Obviously, I'm not adept at using netsh.
|
|
|
11-30-2012, 10:45 AM
|
#33
|
|
Diamond Member
Join Date: Feb 2003
Location: Chicagoland, IL
Posts: 3,498
|
Quote:
Originally Posted by wpcoe
What do I use for profile name? I tried "All User Profile" (and even "All") and failed:
Obviously, I'm not adept at using netsh. 
|
I don't have a sacrificial goat here [IE a test machine] to give you a screen shot but profile is not "All users Profile" it is the "fuzzyjunkyoublocked 1 2 3 4" etc
delete profile name="fuzzyjunkyoublocked 1 2 3 4" interface=*
or
delete profile name="fuzzyjunkyoublocked*" interface=*
Should wipe them all.
delete profile name=* interface=*
Will give you a clean slate.
|
|
|
11-30-2012, 10:57 AM
|
#34
|
|
Senior Member
Join Date: Nov 2007
Location: Thailand
Posts: 429
|
Woo hoo! You nailed it for me!
It was the "wpcoeTrue xx xx xx xx" that were the profile names. Doh. I deleted all but the one that is active now. After I go offline I will delete that one, as well.
You might be surprised to see how many folks are stymied by the removal of the WiFi management from Win8, and this works just as well.
THANKS!
|
|
|
11-30-2012, 06:53 PM
|
#35
|
|
Super Moderator Elite Member
Join Date: Oct 1999
Posts: 25,348
|
__________________
Jack
Microsoft, MVP - Networking.
|
|
|
12-01-2012, 04:36 AM
|
#36
|
|
Senior Member
Join Date: Nov 2007
Location: Thailand
Posts: 429
|
That shortcut no longer works with Win8. It appears it did for the pre-RTM versions, but on my computer it doesn't do anything, and comments dated after release date indicate it doesn't work for other folks either. Oh, well. It was worth a shot.
|
|
|
01-30-2013, 05:17 AM
|
#37
|
|
Junior Member
Join Date: Dec 2012
Posts: 1
|
Networking is really headache for me. Is there is a flow chart to show how it get back to work? Great help then. Thanks!
|
|
|
02-22-2013, 02:42 AM
|
#39
|
|
Junior Member
Join Date: Feb 2013
Posts: 1
|
Newbie
"Hi guys!
I am Keith Parson I am a new member of this site. I joined this forum/site because I think we're on the same boat here.. I am also into WIFI LAN technology topics and hope to share with you some helpful tips and information regarding the matter in the future. So see you guys!:-D"
Keith
|
|
|
03-05-2013, 01:23 AM
|
#40
|
|
Member
Join Date: Mar 2013
Posts: 39
|
sometimes I also experienced a problem on my wifi.
I just simply, restart my modem and my router.
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:10 AM.
|