Metras / wiiradio

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

Will not run from USB HDD #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Copy working radiow directory from sd://apps to usb://apps 
2. Remove SD
3. Run WiiRadio from Homebrew Channel on USB HDD

What is the expected output? What do you see instead?

Instead of the working WiiRadio you get nothing, no output, just a return
after a wait to the Homebrew Channel

What version of the product are you using? On what operating system?

WiiRadio O.4, Wii OS 4.2E, 

Please provide any additional information below.

Other apps do work on the USB, one notable exception being the homebrew
browser (0.36), so not sure if it is a USB HDD incompatability problem.

The USB HDD dentifies itself as 0bc2:0503 Seagate RSS LLC

Here is the output from the HomeBrew lsusb app;

    USB Device Details

bLength: 18
bDescriptorType: 1
bcdUSB:  2.00
bDeviceClass: 0
bDeviceSubClass: 0
bDeviceProtocol: 0
bMaxPacketSize0: 64
idVendor: 0x0bc2
idProduct: 0x0503
bcdDevice:  3.00
iManufacturer: 54
iProduct: 69
iSerialNumber: 95
bNumConfigurations: 1
Config Descriptors:
    bLength: 9
    bDescriptorType: 2
    wTotalLength: 32
    bNumInterfaces: 1
    bConfigurationValue: 1
    iConfiguration: 0
    bmAttributes: 0xc0
    bMaxPower: 0
    Interface Descriptors:
        bLength: 9
        bDescriptorType: 4
        bInterfaceNumber: 0
        bAlternateSetting: 0
        bNumEndpoints: 2
        bInterfaceClass: 8
        bInterfaceSubClass: 6
        bInterfaceProtocol: 80
        iInterface: 0
        Endpoint Descriptors:
            bLength: 7
            bDescriptorType: 5
            bEndpointAddress: 0x02
            bmAttributes: 0x02
            wMaxPacketSize: 0x0040
            bInterval: 0
            bLength: 7
            bDescriptorType: 5
            bEndpointAddress: 0x86
            bmAttributes: 0x02
            wMaxPacketSize: 0x0040
            bInterval: 0

All the best ..... Jim!

Original issue reported on code.google.com by Jim.v.La...@gmail.com on 4 Jan 2010 at 9:48

GoogleCodeExporter commented 8 years ago
Yes, needs to be compiled with latest devkitpro to work on USB device.  It will 
be
compatible next version.

Original comment by iamsca...@gmail.com on 5 Jan 2010 at 11:13

GoogleCodeExporter commented 8 years ago
Well Sorry did not get into v0.5. but I just committed the fix so it will be in 
v0.6.

Original comment by iamsca...@gmail.com on 15 Mar 2010 at 6:46