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:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Sandisk - Installation/Removal
| | | |-+  Sansa C240 v1 installation issues
« previous next »
  • Print
Pages: [1]

Author Topic: Sansa C240 v1 installation issues  (Read 2979 times)

Offline printerdude83

  • Member
  • *
  • Posts: 4
Sansa C240 v1 installation issues
« on: November 01, 2008, 07:08:59 PM »
I recently purchased a sansa c240 mp3 player. I wish to install rockbox on it but am having some difficulties extracting the .rockbox files to my player. I am using Ubuntu and when i connect my player it recognizes it and i am able to extract the file to the player. But when i go to look i cant find the files on the player at all. I have even tried the automatic install with the rbutilqt-v1.0.7.tar.bz2 application and it still wont work I click on the full install button it boots me out of the program. Ive read the manuals and i don't know if I'm missing something or what maybe I'm just dumb idk but maybe one of you guys can help me out. thanks
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Sansa C240 v1 installation issues
« Reply #1 on: November 01, 2008, 08:14:23 PM »
What is the Sansa firmware version?

USB mode is set to MSC and *not* MTP right?
« Last Edit: November 01, 2008, 09:37:40 PM by BigBambi »
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

orionfyre

  • Guest
Re: Sansa C240 v1 installation issues
« Reply #2 on: November 01, 2008, 10:48:10 PM »
gnome by default hides anything beginning with 'dot' since that is an accepted scheme as indicatin files as quasi-hideable.

hit ctrl+h in nautilus while you are viewing the folder, you'll see the .rockbox show up.
also, unmount the device when you plug it in and before you attempt the installation.
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Sansa C240 v1 installation issues
« Reply #3 on: November 02, 2008, 02:40:17 AM »
Quote from: printerdude83 on November 01, 2008, 07:08:59 PM
I have even tried the automatic install with the rbutilqt-v1.0.7.tar.bz2 application and it still wont work I click on the full install button it boots me out of the program.
What do you mean by this? Simply telling it doesn't work doesn't help a bit fixing it.
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline printerdude83

  • Member
  • *
  • Posts: 4
Re: Sansa C240 v1 installation issues
« Reply #4 on: November 02, 2008, 07:27:48 PM »
Ok sorry it took so long to get back to you guys but heres some answers for you...

My sansa version number is 01.01.00p and yes it is in msc usbmode

I can now see my .rocketbox files thanks to orionfyre thanks for the key stokes :)

Now i cant seem to get the boot loader to copy and work.  here is the error i get...

jerrid@jerrid-desktop:~$ chmod +x sansapatcher
jerrid@jerrid-desktop:~$ ./sansapatcher
sansapatcher v0.6 with v4.0 bootloaders - (C) Dave Chapman 2006-2007
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[INFO] Scanning disk devices...
[ERR]  No E200s or C200s found, aborting
[ERR]  Please connect your sansa and ensure it is in UMS mode
[ERR]  You may also need to run sansapatcher as root.
[ERR]  Please refer to the Rockbox manual if you continue to have problems.

Press ENTER to exit sansapatcher :


Ummm yeah any ideas? lol
« Last Edit: November 02, 2008, 07:35:13 PM by printerdude83 »
Logged

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: Sansa C240 v1 installation issues
« Reply #5 on: November 02, 2008, 07:39:54 PM »
sudo ./sansapatcher
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline printerdude83

  • Member
  • *
  • Posts: 4
Re: Sansa C240 v1 installation issues
« Reply #6 on: November 02, 2008, 07:48:42 PM »
Ok seems to have worked heres what i got....

jerrid@jerrid-desktop:~$ sudo ./sansapatcher
[sudo] password for jerrid:
sansapatcher v0.6 with v4.0 bootloaders - (C) Dave Chapman 2006-2007
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[INFO] Scanning disk devices...
[INFO] c200 found - /dev/sde
[INFO] Reading partition table from /dev/sde
[INFO] Sector size is 512 bytes
[INFO] Part    Start Sector    End Sector   Size (MB)   Type
[INFO]    0            1023       1965567       959.3   FAT16 (0x06)
[INFO]    1         1965568       2006527        20.0   OS/2 hidden C: drive (0x84)
Enter i to install the Rockbox bootloader, u to uninstall
 or c to cancel and do nothing (i/u/c) :i
[INFO] Bootloader installed successfully.
Press ENTER to exit sansapatcher :
jerrid@jerrid-desktop:~$

But now what... I power my sansa down and power it back up again but no rock box.....


Ok I figured it out for all of those people out there running ubuntu and have their files hidden they need to use these commands to unhide your files and then run your sanspatcher.

To make this change bring up the run dialog box by pressing Alt+F2 and type gconf-editor, then click on the run button to bring up the Gnome Configuration Editor.

Now browse to the following key:

desktop / gnome / file_views

In the right window pane, look for the entry named show_hidden_files and click on the check box to set the value to true (shown by the check mark).

Now when you browse the file system on your Ubuntu computer, Nautilus will always display hidden files.
« Last Edit: November 02, 2008, 08:50:38 PM by printerdude83 »
Logged

Offline advcomp2019

  • Member
  • *
  • Posts: 24
Re: Sansa C240 v1 installation issues
« Reply #7 on: November 02, 2008, 09:48:49 PM »
The reason why you did not have Rockbox is you only installed the bootloader.  You needed the .rockbox folder on the root of the Sansa.
Logged

Offline printerdude83

  • Member
  • *
  • Posts: 4
Re: Sansa C240 v1 installation issues
« Reply #8 on: November 03, 2008, 01:37:51 AM »
Yes the rockbox files were hidden.
Logged

Offline Strife89

  • Member
  • *
  • Posts: 354
  • Michael Carr
    • Strife89's blog
Re: Sansa C240 v1 installation issues
« Reply #9 on: November 03, 2008, 08:39:15 AM »
Nautilus automatically hides any file or folder that starts with a period in the name (".rockbox"). In Ubuntu, unhiding them is as simple as clicking on "View/Show Hidden Files" while browsing files in Nautilus. ;)
Logged
Rockbox: Sansa Clip Zip, iPod Color, iRiver H320

Android: Moto X4, Galaxy Tab S2 T710

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Sandisk - Installation/Removal
| | | |-+  Sansa C240 v1 installation issues
 

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

Page created in 0.104 seconds with 16 queries.