Talk:Neo 1973 and Windows

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Trying this I get "This device cannot start. (Code 10)")
(this works for me)
Line 1: Line 1:
 +
This procedure works for me, Windows XP SP2 and Neo kernel Linux fic-gta01 2.6.22.5-moko11-r2
  
== Pretty important this ==
+
To enabled IP Forwarding in Windows XP, go to
 +
Hkey_Local_Machine\System\CurrentControlSet\Services\Tcpip\Parameters
 +
and set
 +
REG_DWORD: "IPEnableRouter" to "1"
  
 +
Be aware that IP Forwarding can be a security risk.
  
I think this is probably worth developing a bit further. There are people out there who really go for the open source ideal but for one reason or another are tied to Windows in certain circumstances (work and so on). If we really want this to take off, we need to remember that Windows really is out there and people (unfortunately!) do use it. There must be a way of syncing this with windows.
+
[[User:hhf423|hhf423]]
If I was better at developing I would put my hand up for this, but unfortunately, I'm not.
+
 
+
--[[User:Awrowe|Awrowe]] 20:21, 9 July 2007 (CEST)
+
 
+
== Trying this I get "This device cannot start. (Code 10)" ==
+
 
+
Neo is recognized by Windows, I get asked for a driver, I point to linux.inf and some installation is happening. Then at the end I get the error message "This device cannot start. (Code 10)"
+
 
+
Unplugging and Plugging-In of the Neo is recognized fine by XP, but the same error occurs.
+
 
+
To reiterate the install procedure, one need to open device manager:
+
c:\>set devmgr_show_nonpresent_devices=1
+
c:\>start devmgmt.msc
+
and then delete the Neo entries under network adapters.
+

Revision as of 13:21, 10 September 2007

This procedure works for me, Windows XP SP2 and Neo kernel Linux fic-gta01 2.6.22.5-moko11-r2

To enabled IP Forwarding in Windows XP, go to

Hkey_Local_Machine\System\CurrentControlSet\Services\Tcpip\Parameters

and set

REG_DWORD: "IPEnableRouter" to "1"

Be aware that IP Forwarding can be a security risk.

hhf423

Personal tools

This procedure works for me, Windows XP SP2 and Neo kernel Linux fic-gta01 2.6.22.5-moko11-r2

To enabled IP Forwarding in Windows XP, go to

Hkey_Local_Machine\System\CurrentControlSet\Services\Tcpip\Parameters

and set

REG_DWORD: "IPEnableRouter" to "1"

Be aware that IP Forwarding can be a security risk.

hhf423