XBMC Community Forum  

Go Back   XBMC Community Forum > Off-Topic > (OLD) Off-Topic Discussion > Xbox General - Xbox discussion not directly related to XBMC

Xbox General - Xbox discussion not directly related to XBMC General Xbox related chit-chat and discussions, (no support/help questions!)
For support/help on non-XBMC related Xbox stuff visit www.xbox-scene.com

 
 
Thread Tools Search this Thread Display Modes
Old 2004-05-26, 17:51   #1
FastShow
Member
 
Join Date: May 2004
Posts: 85
FastShow is on a distinguished road
Default

originally posted over at xbox scene, but no-one could really help:

ok, i've got xbmc installed and my xbox seems happy enough. everything works absolutely fine, except when i ftp in and try to upload. even though i'm running an 11mbps wireless network, i top out at 150kb/s when uploading. whilst i appreciate that i will never see anything like true 11mbps on wireless, i expect a damn site more than 150kb/s up, since i make that ~1.5mbps!

any ideas? i've tried bulletproofftp (50kb/s up), flashfxp (150kb/s up) and smartftp (150kb/s up). i'll double-check pc to pc through router connections are getting decent speeds tonight, but as far as i am aware they are.

cheers in advance!

-----------------------------------------------------------

since i posted the above, i upgraded my entire network to 54g in an effort to speed things up, however, on the new 54mbps network, the fastest upload i've managed so far is 380kb/s, so still way, way down on what i hoped for.

so, if anyone can think of anything that would help, i'm all ears!
FastShow is offline  
Old 2004-05-26, 18:44   #2
chadoe
Team-XBMC Developer
 
chadoe's Avatar
 
Join Date: Nov 2003
Location: Home
Posts: 571
chadoe is on a distinguished road
Default

try adding <item name="buffer size" type="numeric">32768</item> to the settings section in filezilla server.xml
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


chadoe is offline  
Old 2004-05-26, 19:06   #3
FastShow
Member
 
Join Date: May 2004
Posts: 85
FastShow is on a distinguished road
Default

nope, not helped. *i should point out that there's every possibility that this is nothing to do with xbmc, but i just can't for the life of me fathom it.

current setup, fyi, is:

wireless adapter on pc <-> wireless router <-> wireless adapter on xbox

all are 54mbps...

and my current filezilla settings are:

Quote:
<filezillaserver>
<settings>
<item name="admin password" type="string">xbmpzilla</item>
<item name="admin ip addresses" type="string">192.168.*.*</item>
<item name="number of threads" type="numeric">2</item>
<item name="maximum user count" type="numeric">2</item>
<item name="timeout" type="numeric">1800</item>
<item name="no transfer timeout" type="numeric">1800</item>
<item name="allow incoming fxp" type="numeric">0</item>
<item name="allow outgoing fxp" type="numeric">0</item>
<item name="no strict in fxp" type="numeric">1</item>
<item name="no strict out fxp" type="numeric">1</item>
<item name="login timeout" type="numeric">60</item>
<item name="show pass in log" type="numeric">0</item>
<item name="custom pasv enable" type="numeric">0</item>
<item name="custom pasv ip" type="string">192.168.0.1</item>
<item name="custom pasv min port" type="numeric">1</item>
<item name="custom pasv max port" type="numeric">65535</item>
<item name="initial welcome message" type="string">welcome to xbox filezilla (xbmc)
version: %v
http://sourceforge.net/projects/xbfilezilla</item>
<item name="admin port" type="numeric">14147</item>
<item name="serverport" type="numeric">21</item>
<item name="enable logging" type="numeric">1</item>
<item name="buffer size" type="numeric">32768</item>
</settings>
<xbfilezilla>
<freespace>
<drive>
* *<name>c:</name>
* *<minimum>10</minimum>
* *<display>1</display>
</drive>
<drive>
* *<name>e:</name>
* *<minimum>200</minimum>
* *<display>1</display>
</drive>
<drive>
* *<name>f:</name>
* *<minimum>500</minimum>
* *<display>1</display>
</drive>
</freespace>
</xbfilezilla>
<users>
<user name="snip!">
<option name="pass">snip!</option>
<option name="group"/>
<option name="resolve shortcuts">0</option>
<option name="relative">0</option>
<option name="bypass server userlimit">0</option>
<option name="user limit">0</option>
<option name="ip limit">0</option>
<permissions>
<permission dir="/">
<option name="fileread">1</option>
<option name="filewrite">1</option>
<option name="filedelete">1</option>
<option name="fileappend">1</option>
<option name="dircreate">1</option>
<option name="dirdelete">1</option>
<option name="dirlist">1</option>
<option name="dirsubdirs">1</option>
<option name="ishome">1</option>
<option name="autocreate">0</option>
</permission>
<permission dir="c:\">
<option name="fileread">1</option>
<option name="filewrite">1</option>
<option name="filedelete">1</option>
<option name="fileappend">1</option>
<option name="dircreate">1</option>
<option name="dirdelete">1</option>
<option name="dirlist">1</option>
<option name="dirsubdirs">1</option>
<option name="ishome">0</option>
<option name="autocreate">0</option>
</permission>
<permission dir="d:\">
<option name="fileread">1</option>
<option name="filewrite">1</option>
<option name="filedelete">1</option>
<option name="fileappend">1</option>
<option name="dircreate">1</option>
<option name="dirdelete">1</option>
<option name="dirlist">1</option>
<option name="dirsubdirs">1</option>
<option name="ishome">0</option>
<option name="autocreate">0</option>
</permission>
<permission dir="e:\">
<option name="fileread">1</option>
<option name="filewrite">1</option>
<option name="filedelete">1</option>
<option name="fileappend">1</option>
<option name="dircreate">1</option>
<option name="dirdelete">1</option>
<option name="dirlist">1</option>
<option name="dirsubdirs">1</option>
<option name="ishome">0</option>
<option name="autocreate">0</option>
</permission>
<permission dir="f:\">
<option name="fileread">1</option>
<option name="filewrite">1</option>
<option name="filedelete">1</option>
<option name="fileappend">1</option>
<option name="dircreate">1</option>
<option name="dirdelete">1</option>
<option name="dirlist">1</option>
<option name="dirsubdirs">1</option>
<option name="ishome">0</option>
<option name="autocreate">0</option>
</permission>
<permission dir="g:\">
<option name="fileread">1</option>
<option name="filewrite">1</option>
<option name="filedelete">1</option>
<option name="fileappend">1</option>
<option name="dircreate">1</option>
<option name="dirdelete">1</option>
<option name="dirlist">1</option>
<option name="dirsubdirs">1</option>
<option name="ishome">0</option>
<option name="autocreate">0</option>
</permission>
</permissions>
<speedlimits dltype="1" dllimit="10" ultype="1" ullimit="10" serverdllimitbypass="0" serverullimitbypass="0">
<download/>
<upload/>
</speedlimits>
</user>
<user name="test">
<option name="pass"/>
<option name="group"/>
<option name="resolve shortcuts">0</option>
<option name="relative">0</option>
<option name="bypass server userlimit">0</option>
<option name="user limit">0</option>
<option name="ip limit">0</option>
<permissions>
<permission dir="c:\">
<option name="fileread">1</option>
<option name="filewrite">0</option>
<option name="filedelete">0</option>
<option name="fileappend">0</option>
<option name="dircreate">0</option>
<option name="dirdelete">0</option>
<option name="dirlist">1</option>
<option name="dirsubdirs">0</option>
<option name="ishome">1</option>
<option name="autocreate">0</option>
</permission>
</permissions>
<speedlimits dltype="1" dllimit="10" ultype="1" ullimit="10" serverdllimitbypass="0" serverullimitbypass="0">
<download/>
<upload/>
</speedlimits>
</user>
</users>
<groups/>
</filezillaserver>
FastShow is offline  
Old 2004-05-26, 19:27   #4
DustbinMan
Junior Member
 
Join Date: Apr 2004
Posts: 14
DustbinMan is on a distinguished road
Default

what make is the wireless hardware?
DustbinMan is offline  
Old 2004-05-26, 19:42   #5
FastShow
Member
 
Join Date: May 2004
Posts: 85
FastShow is on a distinguished road
Default

Quote:
Originally Posted by (dustbinman @ may 26 2004,17:27)
what make is the wireless hardware?
the adapter on the xbox is the linksys wga54g, the router is a netgear dg834g and the adapter on the pc is the 54g netgear adapter that matches the router.
FastShow is offline  
Old 2004-05-27, 11:15   #6
FastShow
Member
 
Join Date: May 2004
Posts: 85
FastShow is on a distinguished road
Default

anyone got any suggestions at all? this is doing my head in!
FastShow is offline  
Old 2004-05-27, 13:26   #7
Gamester17
Team-XBMC Project Manager
 
Gamester17's Avatar
 
Join Date: Sep 2003
Location: Sweden
Posts: 10,582
Gamester17 will become famous soon enough
Default

try a wired network first to really narrow it down that the problem really is the wireless and not something else, basic troubleshooting
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Gamester17 is offline  
Old 2004-05-27, 13:59   #8
FastShow
Member
 
Join Date: May 2004
Posts: 85
FastShow is on a distinguished road
Default

Quote:
Originally Posted by (gamester17 @ may 27 2004,11:26)
try a wired network first to really narrow it down that the problem really is the wireless and not something else, basic troubleshooting
nah, i like my method of troubleshooting: change 500 variables and try again. if it works, i've got no idea what fixed it, if it doesn't, i've got to start from scratch again 'cos everything's different!

i'll stick my laptop into the xbox tonight with a wired connection and see how that goes.
FastShow is offline  
Old 2004-05-27, 14:02   #9
Gamester17
Team-XBMC Project Manager
 
Gamester17's Avatar
 
Join Date: Sep 2003
Location: Sweden
Posts: 10,582
Gamester17 will become famous soon enough
Default

oh, and try ftp to/from a other xbox dashboard too (like evox, and/or avalaunch, etc.), again basic problem determination
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Gamester17 is offline  
Old 2004-05-27, 14:39   #10
FastShow
Member
 
Join Date: May 2004
Posts: 85
FastShow is on a distinguished road
Default

Quote:
Originally Posted by (gamester17 @ may 27 2004,12:02)
oh, and try ftp to/from a other xbox dashboard too (like evox, and/or avalaunch, etc.), again basic problem determination
ah ha! ahead of you on that one. i've tried unleashx and xbmc - both result in near identical speeds.
FastShow is offline  
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Playing movies slow over wireless TeleFragger XBMC for Xbox Specific Support 3 2005-07-26 21:57
SMB + wireless + XP SP2 = slow kingprawn XBMC for Xbox Specific Support 2 2004-08-16 03:33
Very Slow FTP Uploads Over Wireless FastShow XBMC for Xbox Specific Support 10 2004-05-27 14:49
SMB slow via wireless router and wireless bridge kronium XBMC for Xbox Specific Support 8 2004-05-21 21:39


All times are GMT +2. The time now is 07:06.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project