6,684 Topics
please tell me what is the difference between wireless lan and ethernet technology.
hi, is it possible to create ad-hoc wifi network using socket programming ? c#
I have one Wifi Modem router with 4LAN ports,1 USB ports and a Wifi antenna...I run Windows 7 Ultimate 64 bit on one computer and Ubuntu 11.04 on the laptop..I want to use an external USB drive as my network drive.The make and model of the hard-drive is "Transcend storejet …
None of the other "can't find mouse" descriptions apply to my problem. After using SnowLeopard on a Mac Mini for 1.5 years, twice now I've found my computer turned off after leaving it on overnight. Ok, that could be a power glitch. No one else touches this computer, so that …
I need to know if this modem only suppports 3.6 or 7.2mb/ps. Because my current connection doesn't support 7.2 ,how to measure physical speed of the modem?
my other ports are fine and I use Pen drives on them.modem is new
Hello I have HP laptop . I have Wi-fi broadband internet. I installed window vista in it recently. But when i try to run internet it wasnt working. No wirless network detected. The light that indicates wireless status also in yellow colour( means not working). And Display a Message No …
i recently bought a RealTL8188CU wireless lan adapter. it works perfectly in Windows but in Ubuntu Linux it detects the network but does not connect. what could be the problem
Hi all! This might be a thoroughly simple question, but as I am unable to formulate it in a simple sentence, Google cannot really help me. Since I will soon be buying a place of my own, I have certain desires which are of a geekier nature. A friend will …
hi guys,i get this error when i try to see how many computers are connected to my network,from the command prompt i type NET VIEW and come this error,or is there any way to see who is conected to my network and how can i block specific computers ...thank you
hi guys.i'm working on wireless sensor network which would detect and track bluetooth device(mobile phone). i would like to ask which equipments would i need(type of nodes,gateway) thanx
Hi All As you know or heard some guys are trying to destroy the Internet with the ACTA treaty ....i am thinking what alternative we can create ? so that no internet provider (ISP) ,state,corporation etc could not control that alternative and how can we can create this alternative? I …
Hi. I have a dell dimension 8200. I bought a Linksys wireless PC adapter, which is installed in my computer and working fine. I am trying to access my roommate's wiresless network. She has a G4 Mac laptop and her wireless network allows more than one user. When I go …
I write to inquire about the current status of the TMobile Google G1 Android firmware 1.6 phone The reset removed the wireless settings panel and replaced it with a series that include: Name APN Proxy Port Username Password Server MMSC MMS Proxy MMS Port MCC MNC APN Type The phone …
How do i stop downloading on my network?Acess Control List wont be effective cos i want people to be able to surf the net but i need to prevent downloading of softwares and other stuffs cos it slows down my network.
I have a Dell Inspiron Netbook and for the life of me I cannot seem tog et it connected to the internet wirelessly. I have a wireless router, which is working fine, because my other devices all connect with no problem. But with thsi Dell netbook, when I try to …
These days the use of mainframe computers and terminals is highly outdated, but I'd like to predict it will make a comeback sometime soon. Today our terminals, our smartphones and tablets and even laptops and TVs are much more powerful than they used to be--and much more mobile. Instead of …
How i can create infinite url such as my data hierarchy.(Using url routing but without MVC)For instance: -Electronic -- Television -- Sound Systems -- Computer --- Scaner --- Mouse ----Wireless Mouse --- Keyboard [url]http://www.domain.com/products/electronic/computer/mouse/wireless-mouse/related-product.aspx[/url]
I am not able to load the yahoo sites (yahoomail, yahoo,yahoo answers etc) since I have started using the WI FI Router. I have a desktop, that is connected through wire to the router, a laptop, a tablet and a few handsets that connect wirelessly to the router. None of …
Dear Experts I have got ASUS U31SD,,,,I installed windows 7 Ultimate for it , but I forgot to record what was the name of the wireless driver before formatting it [url]http://www.asus.com/Notebooks/Superior_Mobility/U31SD/#download[/url] I downloaded the below two drivers (there is not third one to try it) from the official ASUS website …
Trying to determine if my Linksys router is bad or not. Internet through Insight Arris cable modem with Linksys router. PC connects to internet fine through wired connection from router. PS3 game system won't connect via wireless or wired connection. DNS error. Phone won't connect to wireless. Used to work …
hi i have Linux knoppix 5.0 on CD, but not installed on my hdd. I'm not sure how my wireless card would work with my pc, but then again, i haven't really tried. I'm running the Linux platform from the CD itself, but I don't know if removing the Linux …
Hi, I'm currently on AOL DSL Broadband, but my phone line can only receive up to 3mbp/s (if I'm lucky!). Because of this, I'm planning to pay more and move to Virgin Media's Fibre Optic (30mbp/s one), but I'm just wondering, what do I do? I need minimal downtime. Do …
Hello everybody, I need your help choosing between these 2 PCs : --------HP G6-1250/1/2/3 Intel Core i5-2430M 6GB Ram 640GB HDD DVDRW 15.6" LED LAN, WIFI VGA:HD6470M 1GB Bluetooth/Cam/Windows 7 Premium 64-bit --------HP G7-1350 Intel Core i5-2450M 6GB Ram 750GB HDD DVDRW 17.3" LED LAN, WIFI VGA:HD7450M 1GB Bluetooth/Cam/ Windows …
Am setting up a remote access server in an environment that includes a DellConnect 2824. This office was 'given' this device, no documentation. Problems: 1) I have downloaded the manual and read it, but have not been able to access the device to get into the management. Am planning to …
Hi everyone, I have a ADSL 2+ router from D-link, i have access to all the websites except [url]www.facebook.com[/url] and [url]www.orkut.com[/url] This is my personal computer so there is no chance of anyone blocking it. Can anyone enlighten me with what exactly is the problem??? :?:
Ah, sunny California. Brent Fouch's day starts like many other business owners'. He gets to work, drinks his coffee and slips on a high resolution, neuro-signal acquisition and processing wireless neuroheadset. Flipping on his PC, Brent moves the cursor around his computer, opens programs and goes about his day - …
After download Spybot Search & Destroy on my computer, I couldn’t open any files on my Desktop, Control Panel to remove or deleted any software, and use the wireless internet, the message C:\WINDOW \SYSTEM32\RUNDLL32EX, pop up. What should I do to remove the message? The software on my computer is …
Hi, thanks in advance to whoever can help me out here. I guess the issues with my computer are currently. 1. ping.exe using up a large chunk of the CPU, very erratic but sometimes going near 100% 2. When I open Firefox or Internet Explorer, another tab or window automatically …
[CODE]Imports MySql.Data.MySqlClient Imports System.Data.SqlClient Module connection Public conn As MySqlConnection Public Sub xconnect() conn = New MySqlConnection conn.ConnectionString = "Server=localhost;User=root;Database=test;pwd=;" Try [U][B][COLOR="Red"]conn.Open()[/COLOR][/B][/U] MsgBox("Success") conn.Close() Catch ex As MySqlException MsgBox(ex.Message) Finally conn.Dispose() End Try End Sub End Module System.TypeInitializationException was unhandled Message="The type initializer for 'System.Transactions.Diagnostics.DiagnosticTrace' threw an exception." Source="System.Transactions" TypeName="System.Transactions.Diagnostics.DiagnosticTrace" …
Hello, My roommate and I are both connected to the same wireless router. We have both tested our download speeds at websites such as speedtest.net and speakeasy.com. For some reason, he is getting 13+ Mbps, while I am downloading 1-2 Mbps. I am running AVG free edition and have the …
Hello people, I have wifi router, two windows notebooks and one linux desktop with wifi adapter. I want to make a wifi natwork, with which i can share files and access MPD server, which is installed on desktop. I can connect to wifi with all of them and use internet, …
hi dear adviser..how can i implement a strong (WEP) tool that can hide thoroghly my IP frames for my wireless laptop..by the way which is the best download tool to secure my damned wireless devise
I am making a [I]Wi-Fi robot[/I] by modifying the controls of an RC car with Micro-controller to steer, IP camera, both of these connected to a Link-sys router that streams the video to my desktop where a C# based application shows video and arrows to steer the vehicle. Plus a …
I have bsnl broadband connection in my PC. Now i use this connection in my new laptop. i try to connect modemcable to laptop but this is not working. then how can i use bsnl broadband connection in my laptop. please reply as soon as possible......
Apropos of absolutely nothing my Realtek rtl8187b wireless adapter is not working. I do not think it is the adapters problem because another USB mounted adapter does not work either. The consistent message I get is "windows couldn't automatically bind the ip protocol stack to the network'. It is not …
Can i fix 12dbi omni indoor antenna to my hyuwei ADSL router ??? My router model number is :: [B]WA1003A[/B] Can i replace my ordinary antenna of 4dbi to 12dbi antenna, to increase Coverage area and Strength of the signal ??? General Specification of my Router is probably as follows:: …
Hello, and Thank You for taking the time to read this! A couple of days ago my laptop (running Vista Service Pack 1) started to play up, mainly the internet was redirecting me to ebay or some tacky advertising. So I tried to use AVG and found it dissapeared, then …
My problems first started on my son's laptop. Backed up his game saves and such to our other pc via external drive enclosure. Now the desktop pc is infected with something. And just today while updating database/scanning with MBAM on that one, I was on MY laptop and recieved a …
I have a Dell Latitude E6420. My computer had Windows 7 and I re-imaged it with Windows 7 (because of a procedure for work, something about removing myself from their network.. I was just following the directions I had been given). Since the re-image, I cannot connect to the internet …
We have a few (10) PC at my work. All but two connect through a switch (Linksys SRW2016) to our T1 internet which goes through a SonicWall. The two laptops connect to a seperate wireless router that is then plugged also into the aforementioned switch. The wireless computers can connect …
Hello, I can tether from my smartphone to my laptop via both hot spot and usb cable which is helpful when there is no other option, thought it is not not so fast. The thing is that I fix relatives' and friends' computers now and then, usually desktops with out …
I'm running a Dell XPS 15, OS: Windows 7 Ultimate x64 Today I tried installing Linux Mint next to Windows 7, thought I might like it. When I booted from the live cd, and tested Mint for a while, I noticed that I couldn't connect to my wireless network. I …
Hi all, I need help so please give the genuine replies. They helped me a lot. I pick out two internet plans and want some solid reasons to choose the best among them. Please share your ideas as soon as possible. The plans are: [B]Plan I[/B] Type of conection: Wireless/Residential …
I appearts that I have the Google Redirect malware somewhere. About 2/3 of the time,when I click on a Google result, I get redirected. This behavior happens only in MSIE; it does not happen in Chrome. I have run Super Antispyware, MS Security Essentials, and MBAM multiple times. SASW finds …
Hi, we're not able to connect to the internet with a desktop that was recently infected. After cleaning with multiple runs of MBAM and ComboFix, PC is showing a connection and strong signal with our wireless router, but packet exchange is almost nil. All of the installed browsers (Chrome, FF, …
Hi guys! I was wondering if there is any software that allows me to use multiple computers simultaneously to convert video files into other formats (like network rendering). So I install the server on 1 computer and a helper on the other computer, connect them to a wired or wireless …
I researched and couldn't find anything close. I have a Yoshiba Satellit A105-S101 laptop. 1 and 1/2 year old. Intel Celeron M380 1.6 ghz. 512 mb DDR 2 533 SDRam. Video ATI Radeon Xpress 200M with shared video 128mb. 60 gig HD. cd-DVD writer. Realtek ALC 861 sound card. Windows …
I'm completely new to Linux and I've been playing around with it for about 2 days. I've picked up on some things pretty quick, but I just can't seem to understand how to install the appropriate drivers for the wireless card I've installed. Currently the proprietary drivers are installed and …
ok i just got this laptop from my friend and apparently it seems to have contracted malware, particularly ping.exe? i ran a GMER scan, but i could not save a log file. Malwarebytes' Anti-Malware 1.51.2.1300 [url]www.malwarebytes.org[/url] Database version: 911122703 Windows 6.1.7601 Service Pack 1 Internet Explorer 9.0.8112.16421 12/27/2011 2:31:27 PM …
The End.