Ad Hoc Internet Connection Sharing Error

Rush49

New member
Hello there, I've been searching Google for a few hours now and i can't find a solution to my problem.

Before anyone asks any questions, I'm in the basement and I want my computer to give out some wifi for mobile devices/other computers. The router is at the other side of the house so i don't get any connection down here. But my computer is wired.

When I make an Ad Hoc network, it works. But when I go to turn on the Internet Connection Sharing (ICS) it says this: "Windows could not set up Internet Connection Sharing (ICS)"

I have turned on Ad Hoc on my wireless network card.

When i go to the ICS service and try to start it up, i get the following error:

"
Windows could not start the Internet Connection Sharing (ICS) service on local computer.

Error 1075: The dependency service does not exist or has been marked for deletion.
"

Thanks in advance for any one who can help.
 

My Computer

OS
Windows 7 Home Premium 64bit
I'm not aware of any tool that could autodetect/autofix problems with missing services. I wonder which service is missing that's causing the problems.. but we should probably start with listing the services ICS depends on ;p I'll see what I can find.

We've got:
DCOM Server Process Launcher
RPC Endpoint Mapper
Secure Socket Tunneling Protocol Service
Plug and Play
Network Store Interface Service

Open up the Services applet and look for each of these. IDK if there are online resources you can get the neccessary files from, but if not it wouldn't be too much trouble to get you situated (:

Anyways, I'm pretty sure ICS just bridges the network connections for you. You could highlight both interfaces and Right-click > Add to Bridge, and see if that works for you.

Alternatively, you could try to set up a soft AP using the Hosted Network feature of Windows 7. It not only starts a WPA encrypted WiFi network using your wireless card, but you also retain the ability to connect to a separate AP. Supposedly you can use ICS or bridge the interfaces to share Internet access to devices on the Hosted Network as well. Some people have been able to get this working, others haven't. You may need to update your driver's to use it as well. This is only available from the command line, and I think it requires admin privileges (I suspect because the feature hasn't reached a very reliable status).

Define parameters:
Code:
netsh wlan set hostednetwork mode=allow ssid=NetworkNameHere key=YourPasswordHere
Start the AP:
Code:
netsh wlan start hostednetwork
Show AP configuration, as well as connected devices:
Code:
netsh wlan show hostednetwork
Stop the AP:
Code:
netsh wlan stop hostednetwork
Disable the AP:
Code:
netsh wlan set hostednetwork mode=disallow

If you get the Hosted Network working, you can create shortcuts to run these commands to place on your desktop. Just make a shortcut, set Start in: C:/Windows/System32 and copy the command to start or stop the AP into the Target field.
 

My Computer

Computer Manufacturer/Model Number
Always changing!
OS
Windows 7/8/8.1 x64 &&& Debian-Based Linux
CPU
Always AMD
Motherboard
Always Asus
Memory
Always G-Skill
Graphics Card(s)
Always ATi/AMD
Internet Speed
Never fast enough
Antivirus
MBAM, MBAR, MBAE, Outpost (WinDefender Disabled)
Browser
Firefox w/plugins galore
Hello there, I've been searching Google for a few hours now and i can't find a solution to my problem.

Before anyone asks any questions, I'm in the basement and I want my computer to give out some wifi for mobile devices/other computers. The router is at the other side of the house so i don't get any connection down here. But my computer is wired.

When I make an Ad Hoc network, it works. But when I go to turn on the Internet Connection Sharing (ICS) it says this: "Windows could not set up Internet Connection Sharing (ICS)"

I have turned on Ad Hoc on my wireless network card.

When i go to the ICS service and try to start it up, i get the following error:

"
Windows could not start the Internet Connection Sharing (ICS) service on local computer.

Error 1075: The dependency service does not exist or has been marked for deletion.
"

Thanks in advance for any one who can help.

A hosted wireless network "Ad Hoc" network, is sharing a wireless connection, wireless to wireless only, it's not for sharing a wired connection to wireless. Many people seem to be confused about this unfortunate fact.

If you already have a wired connection then you can install a wireless access point if you need wireless or install a standard switch to add lan ports so you have two more options for creating connections because of your Ethernet connection.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Home built
OS
Windows 7 Ult, Windows 8.1 Pro,
CPU
Q9650-4.275GHz, E8600 4.5GHz, E6750-3.8GHz
Motherboard
Evga 780i FTW
Memory
G.Skill PC2 9600 1200Mhz 5 5 5 15 2T
Graphics Card(s)
GTX480
Sound Card
Asus Xonar D2
Monitor(s) Displays
HannsG
Screen Resolution
1680X1050
Hard Drives
GSkill Phoenix Pro 120GB SSD
PSU
ThermalTake Toughpower 1000Watt modular
Case
ThermalTake XaserV
Cooling
Xigmatek S1283
Keyboard
Logitech G15
Mouse
Logitech G9
Internet Speed
T1
A hosted wireless network "Ad Hoc" network, is sharing a wireless connection, wireless to wireless only, it's not for sharing a wired connection to wireless. Many people seem to be confused about this unfortunate fact.
I did not know that. When I'd installed Connectify Hotspot (an app that is supposed to automate the hosted network and ad-hoc network sharing) I seem to remember it giving an option to share a wired connection over ad-hoc wireless, and recommended it as the option for wireless sharing for XP users who don't have the Windows 7 Hosted Network feature.

I could be wrong, but maybe you could check it out? I would be curious to know what your thoughts are on it.
 

My Computer

Computer Manufacturer/Model Number
Always changing!
OS
Windows 7/8/8.1 x64 &&& Debian-Based Linux
CPU
Always AMD
Motherboard
Always Asus
Memory
Always G-Skill
Graphics Card(s)
Always ATi/AMD
Internet Speed
Never fast enough
Antivirus
MBAM, MBAR, MBAE, Outpost (WinDefender Disabled)
Browser
Firefox w/plugins galore
Back
Top