Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Sansa e280 won't go out of USB mode
« previous next »
  • Print
Pages: [1]

Author Topic: Sansa e280 won't go out of USB mode  (Read 3716 times)

Offline cBc

  • Member
  • *
  • Posts: 33
Sansa e280 won't go out of USB mode
« on: January 18, 2010, 08:28:07 AM »
My Rockboxed e-280 has been faultless since forever, but I'm suddenly having this problem.
I connected it to my desktop (Win XP Pro) & transferred some files to it. I have an 8GB card in addition to the onboard 8GB. When I tried to access the onboard memory, it shows the Music folder, but nothing inside of it. I  unmounted the player inside Windows and unplugged it from the connection, but the USB gui screen remained & I have to pull off the cover & remove the battery to get it to stop. I re-inserted it again, but same result. The battery shows as fully charged in Rockbox, but when I had it boot up under the OF, it showed the charging icon running rather quickly.
I used it last night w/ RB & it playsfine, but am hoping to solve this.

Thanks in advance
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Sansa e280 won't go out of USB mode
« Reply #1 on: January 18, 2010, 08:32:07 AM »
It is probably worth checking for disk errors with chkdsk - from what I remember the syntax is "chkdsk -f drive:" where drive is e.g. e:
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline cBc

  • Member
  • *
  • Posts: 33
Re: Sansa e280 won't go out of USB mode
« Reply #2 on: January 18, 2010, 09:20:22 AM »
Thank you for the response. Can you advise on how to do this?
The Sansa shows up as drive R
So in dos command window under r: I do
chkdsk -f ?


sorry...it's been a while ..lol

update, never mind, found it in the archives. Will try it tonight.
thank you.
« Last Edit: January 18, 2010, 10:09:31 AM by cBc »
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Sansa e280 won't go out of USB mode
« Reply #3 on: January 18, 2010, 10:09:28 AM »
no, "chkdsk -f r:" 

(check out what I said in my previous post, it is exactly that :))
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline cBc

  • Member
  • *
  • Posts: 33
Re: Sansa e280 won't go out of USB mode
« Reply #4 on: January 18, 2010, 10:16:23 AM »
hm..ok.
This is the method I found in a post back a few years here:

If you are having problems with file corruption, you can try CHKDSK without having to delete all the music/video's/pictures off your player.


Running CHKDSK - connect e200 in MSC mode, view in windows explorer, right click on SANSA E200, Properties, Tools, Error-checking, check Automatically fix file system errors, Start and let it do it’s thing.

Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Sansa e280 won't go out of USB mode
« Reply #5 on: January 18, 2010, 04:09:09 PM »
That is scandisk, not chkdsk I think.

chkdsk won't delete anything either.

Open a command prompt with the sansa connected, and type

"chkdsk -f r:"

assuming that your Sansa is r:
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline cBc

  • Member
  • *
  • Posts: 33
Re: Sansa e280 won't go out of USB mode
« Reply #6 on: January 18, 2010, 07:39:46 PM »
Got home today & connected the Sansa & tried the chkdsk. The Sansa is indicated in Win Explorer as being drive S

so in cmd window I put in:
chkdsk -f s:
but get a bad parameter - s
I booted up the rockbox utility & completely uninstalled Rockbox, then did a clean reinstall, along with fonts, which seemed to go normally. Tried to load in a theme too, but it said there were no themes available for taget. Grabbed Wide Cabbie manually & attempted to upzip & drop it on the player but got:
If I click on any of the folders on the Sansa, none of them will open & under properties, show 0 bytes .I can dismount the player from the PC, though the USB screen still show & I have to hold down the power button like 20 secs for it to shut off. Also tried the other method I described earlier (which does allow you to call up both chkdsk & repair damaged files, but it starts running as phase 1 & then just hangs with no progress. So am I SOL on this thing?

update: Tried again & was able to do chkdsk via the right click/Properties/Tools. It took a long time , but completed. Didn't indicate anything was amiss. And still stays stuck in USB mode after unmounting. Heck if I could figure out how to put back Wide Cabbie, I could live with it as is
« Last Edit: January 18, 2010, 08:53:10 PM by cBc »
Logged

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: Sansa e280 won't go out of USB mode
« Reply #7 on: January 19, 2010, 02:01:19 AM »
Hi, AlexP is clearly starting to forget his windows lore ;)

It should be :

Code: [Select]
chkdsk S: /F /X


Logged

Read The Manual Please

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Sansa e280 won't go out of USB mode
« Reply #8 on: January 19, 2010, 02:59:36 AM »
Quote from: cBc on January 18, 2010, 07:39:46 PM
I booted up the rockbox utility & completely uninstalled Rockbox, then did a clean reinstall, along with fonts, which seemed to go normally. Tried to load in a theme too, but it said there were no themes available for taget.

See this thread: http://forums.rockbox.org/index.php?topic=23679.msg160969

Quote from: cBc on January 18, 2010, 07:39:46 PM
update: Tried again & was able to do chkdsk via the right click/Properties/Tools.

This is not chkdsk, this is scandisk. While both tools do a similar job chkdsk (from my experience) detects more problems than scandisk does. If you haven't done in the meantime I suggest running chkdsk /f (make sure to use the option /f).
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Sansa e280 won't go out of USB mode
« Reply #9 on: January 19, 2010, 03:19:49 AM »
Hehe, my bad indeed!  It is quite a long time since I used chkdsk under Windows.  Sorry for the confusion.
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline cBc

  • Member
  • *
  • Posts: 33
Re: Sansa e280 won't go out of USB mode
« Reply #10 on: January 19, 2010, 09:11:13 AM »
Quote from: AlexP on January 19, 2010, 03:19:49 AM
Hehe, my bad indeed!  It is quite a long time since I used chkdsk under Windows.  Sorry for the confusion.

lol..see? I'm not the only one. ;D
OK tried again with correct syntax, and it worked. It basically said every single folder was completely unreadable and was removed. yikes ! ???
I dismounte/remounted it (it still hangs up in multimedia mode after I remove it) whew, luckily everything seems to still be there.
I was able to use the SVN build of rbutil to load my theme.
So I guess I'm stuck with the "won't get out of USB mode unless I hold down the power button each time. oh, well...  :(
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Sansa e280 won't go out of USB mode
« Reply #11 on: January 19, 2010, 10:10:42 AM »
Quote from: cBc on January 19, 2010, 09:11:13 AM
So I guess I'm stuck with the "won't get out of USB mode unless I hold down the power button each time. oh, well...  :(

Have you tried disabling the USB HID feature? It's somewhere in the system settings.
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline cBc

  • Member
  • *
  • Posts: 33
Re: Sansa e280 won't go out of USB mode
« Reply #12 on: January 19, 2010, 10:37:55 AM »
Haven't yet - noticed it in settings , but wasn't sure what it was. Will try that this evening.

Thanks for all the input here - an upside is that I finally got the newer  bootloader installed, so now it boots directly to RB when USB is connected. suh-weet.

Update: Turned USB HID off, and tried connecting it again. This time Windows opened the "what do you wish to do with this?, window, which is new from before. I opened Win Explorer & attempted to access any of the folders under the Sansa, but after "thinking about it" for a few seconds, all the little arrows pointing at each folder disappear & nothing will show in the right Explorer pane. Which means I can never change or remove the music on the internal flash memory.
« Last Edit: January 19, 2010, 07:49:36 PM by cBc »
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Sansa e280 won't go out of USB mode
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.084 seconds with 14 queries.