|
| |||||||||
| Tags: miniport, sstp, wan |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| WAN Miniport (SSTP) - missing driver
Hi all, just looked in device manager (unrelated matter) on Vista and noticed a device that was listed as having a problem. It wasn't there a couple of days ago. WAN Miniport (SSTP) Windows cannot load the device driver for this hardware. The device driver may be corrupted or missing. (code 39) It seems to refer to an inf file called netsstpa.inf. When I search the computer that file has definitely been indexed in the past (location c: \widows\inf), but it's now gone. I haven't installed or uninstalled anything network related for ages. I'm not sure what this is. Any ideas why this would have suddenly appeared over the last few days? Any idea how to fix it? Thanks Mick |
|
#2
| |||
| |||
| Re: WAN Miniport (SSTP) - missing driver
Mick <mikeyjames69@NSHotmail.com.ns> wrote in news:Xns99DBC22437F83mikeyjames69NSHotmai@JP.com: BTW - Vista Ultimate 32 Gigabyte GA-965P-DQ6 Q6600 @ 3GHZ (8x375) 2G Corsair PC6400 4-4-4-12 Leadtek Geforce 8800GTS (640MB) Dual Boot Vista Ultimate/XP Pro: 2 x Raid 0 (4x Maxtor 250Gb 16MB) Raid1part1=Vista / Raid2part1=XP Pro > Hi all, > just looked in device manager (unrelated matter) on Vista and > noticed a device that was listed as having a problem. It wasn't > there a couple of days ago. > > WAN Miniport (SSTP) > Windows cannot load the device driver for this hardware. The > device driver may be corrupted or missing. (code 39) > > It seems to refer to an inf file called netsstpa.inf. When I > search the computer that file has definitely been indexed in the > past (location c: \widows\inf), but it's now gone. I haven't > installed or uninstalled anything network related for ages. > > > I'm not sure what this is. Any ideas why this would have suddenly > appeared over the last few days? Any idea how to fix it? > > Thanks > Mick |
|
#3
| |||
| |||
| Re: WAN Miniport (SSTP) - missing driver
This post talks about WAN Miniport (PPTP) that may help. RESOLVED: Network Wizard only ...The solution involved reinstalling the WAN Miniport (PPTP) driver. Here's how I did it: 1. Go to device manager and select "Show Hidden Devices" under the ... http://www.chicagotech.net/netforums...9aeb8e5e43c459 -- Bob Lin, MS-MVP, MCSE & CNE Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com "Mick" <mikeyjames69@NSHotmail.com.ns> wrote in message news:Xns99DBC22437F83mikeyjames69NSHotmai@JP.com... > Hi all, > just looked in device manager (unrelated matter) on Vista and noticed a > device that was listed as having a problem. It wasn't there a couple of > days ago. > > WAN Miniport (SSTP) > Windows cannot load the device driver for this hardware. The device > driver may be corrupted or missing. (code 39) > > It seems to refer to an inf file called netsstpa.inf. When I search the > computer that file has definitely been indexed in the past (location c: > \widows\inf), but it's now gone. I haven't installed or uninstalled > anything network related for ages. > > > I'm not sure what this is. Any ideas why this would have suddenly > appeared over the last few days? Any idea how to fix it? > > Thanks > Mick |
|
#4
| |||
| |||
| Re: WAN Miniport (SSTP) - missing driver
That didn't work for me, in fact now I lost the whole WAN Miniport SSTP option John "Robert L. (MS-MVP)" wrote: > This post talks about WAN Miniport (PPTP) that may help. > > RESOLVED: Network Wizard only ...The solution involved reinstalling the WAN > Miniport (PPTP) driver. Here's how I did it: 1. Go to device manager and > select "Show Hidden Devices" under the ... > http://www.chicagotech.net/netforums...9aeb8e5e43c459 > > > -- > Bob Lin, MS-MVP, MCSE & CNE > Networking, Internet, Routing, VPN Troubleshooting on > http://www.ChicagoTech.net > How to Setup Windows, Network, VPN & Remote Access on > http://www.HowToNetworking.com > > > "Mick" <mikeyjames69@NSHotmail.com.ns> wrote in message > news:Xns99DBC22437F83mikeyjames69NSHotmai@JP.com... > > Hi all, > > just looked in device manager (unrelated matter) on Vista and noticed a > > device that was listed as having a problem. It wasn't there a couple of > > days ago. > > > > WAN Miniport (SSTP) > > Windows cannot load the device driver for this hardware. The device > > driver may be corrupted or missing. (code 39) > > > > It seems to refer to an inf file called netsstpa.inf. When I search the > > computer that file has definitely been indexed in the past (location c: > > \widows\inf), but it's now gone. I haven't installed or uninstalled > > anything network related for ages. > > > > > > I'm not sure what this is. Any ideas why this would have suddenly > > appeared over the last few days? Any idea how to fix it? > > > > Thanks > > Mick > |
|
#5
| ||||
| ||||
| Re: WAN Miniport (SSTP) - missing driver
I had this problem in Vista recently. I used netcfg and devcon to resolve it. Netcfg is shipped with windows. Devcon needs to be downloaded from: http://support.microsoft.com/kb/311272/en-us I removed and readded the device with the warning sign. These are special devices for VPN links, etc. Device Manager cannot repair them directly. You may want try just adding the device back without removing it first. To remove: netcfg -e -u ms_ndiswanip To add: devcon install c:\windows\inf\netrasa.inf ms_ndiswanip If you get a failure message in devcon, reboot and let the bootup process try to finish the install. Let it run to completion, it takes a couple of minutes. I had to do this. Devcon seems to fail adding the drivers to the device node when Windows is running. Both of these commands are run from the cmd prompt. Copying devcon.exe to a convenient directory like c:\users\<your ID> first is helpful. If your device has a different name substitute it above. You may want to check netrasa.inf with notepad or wordpad first to make sure it is part of this definition file. Most likely it is. MSDN or TechNet have writeups on what MINIPORTS are used for in more detail. |
|
#6
| |||
| |||
| Re: WAN Miniport (SSTP) - missing driver
Thank you for the tip. -- Bob Lin, MS-MVP, MCSE & CNE Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com "dpminusa" <dpminusa.3icj3d@DoNotSpam.com> wrote in message news:dpminusa.3icj3d@DoNotSpam.com... > > I had this problem in Vista recently. > > I used netcfg and devcon to resolve it. Netcfg is shipped with > windows. Devcon needs to be downloaded from: > http://support.microsoft.com/kb/311272/en-us > > I removed and readded the device with the warning sign. These are > special devices for VPN links, etc. Device Manager cannot repair them > directly. You may want try just adding the device back without removing > it first. > > To remove: > netcfg -e -u ms_ndiswanip > > To add: > devcon install c:\windows\inf\netrasa.inf ms_ndiswanip > > If you get a failure message in devcon, reboot and let the bootup > process try to finish the install. Let it run to completion, it takes a > couple of minutes. I had to do this. Devcon seems to fail adding the > drivers to the device node when Windows is running. > > Both of these commands are run from the cmd prompt. Copying devcon.exe > to a convenient directory like c:\users\<your ID> first is helpful. > > If your device has a different name substitute it above. You may want > to check netrasa.inf with notepad or wordpad first to make sure it is > part of this definition file. Most likely it is. > > MSDN or TechNet have writeups on what MINIPORTS are used for in more > detail. > > > -- > dpminusa > ------------------------------------------------------------------------ > dpminusa's Profile: http://forums.techarena.in/members/dpminusa.htm > View this thread: > WAN Miniport (SSTP) - missing driver > > http://forums.techarena.in > |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "WAN Miniport (SSTP) - missing driver" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| WAN Miniport (SSTP) Malfunction | Mark K | Vista Hardware Devices | 4 | 19-11-2009 02:00 AM |
| WAN Miniport (SSTP) | Kris | Windows Vista Network | 4 | 14-01-2008 05:32 PM |
| Wan Miniport SSTP suddently the driver will not load... (vista 64 | samoila_mircea | Vista Hardware Devices | 1 | 14-01-2008 03:49 AM |
| Wan miniport (SSTP) error after uninstalling Vista SP1 | c00lnshady | Vista Help | 0 | 03-01-2008 04:49 AM |
| WAN Miniport (SSTP) - missing driver | Mick | Vista Help | 5 | 02-11-2007 01:20 PM |