davidw89 wrote:
I have a USB Lan adaptor connected to my router as well...could you provide me directions on how i could use the Wii to access files on my computer??
Also i know currently it doesn't support native wifi (doesn't bother me, nothing beats hardwire) but any plan to implement this.
And please .SRT external subtitle support!!
It has subtitle support!
WiFi will depend on Wii-linux. When they implement it in Wii linux il will work in geexbox too.
As for shares and usb lan:
locate SD:\geexbox\etc\network file, open it with a GOOD text editor (metapad is free and works great - the files use linux line ending and opening them with notepad will ruin them).
In the beginning set it to look like this if you have a DHCP server or put your IP, GW and DNS inside.
Code:
# System's Network Configuration
PHY_TYPE="auto" # Network physical type (auto|ethernet|wifi)
HOST="" # GeeXboX IP ("" for DHCP)
SUBNET="" # GeeXboX Subnet mask ("" for DHCP)
GATEWAY="" # Gateway IP ("" for DHCP or no internet connection)
DNS_SERVER="" # DNS Server IP ("" for DHCP or none)
DHCP_TIMEOUT="0" # DHCP timeout seconds (set >0 for slow servers)
Then at the end of the file set you windows shares:
user/pass protected shares on one win computer
STATIC_SMB="username<%>password<@>IP<&>myservername<#>share1<#>share2<#>share3"
read allowed shares on a win computer
STATIC_SMB="<%><@>IP<&>myservername<#>share1"
make sure that they are not preceded by a "#"
good luck!