MathewWi / sneek

Automatically exported from code.google.com/p/sneek
0 stars 0 forks source link

usb gecko issue #146

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run sneek or uneek with a usb gecko plugged in the wii.
2. Go to the shopping channel or Weather channel
3.

What is the expected output? What do you see instead?
The system freezes on a black screen. 
If I open a Putty window on the pc, and monitor the usb gecko comport output, 
the system moves on. 

What revision are you using? With what configuration
(SNEEK/UNEEK/SNEEK+DI)? R168. I removed all svc_writes in the vsprintf.c files, 
still no go. 

Please provide any additional information below.

The system is showing some debug output coming from RVL modules that are 
loaded. So, it probably waits for the Usb Gecko to become ready.
The real Nand is having no problems at all with this. So I wonder if IosKpatch 
patches something that causes this behavour. Maybe the OS is just using 
SVC_write as well? In that case, we will need to alter that function?

Original issue reported on code.google.com by obcd...@gmail.com on 30 Nov 2011 at 8:30

GoogleCodeExporter commented 9 years ago
Apparantly the issue is fixed in the latest revisions. This can be closed.

Original comment by obcd...@gmail.com on 29 Jan 2012 at 8:08