Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > More E-Book Readers > Bookeen

Notices

Reply
 
Thread Tools Search this Thread
Old 10-25-2009, 11:27 AM   #61
MichaelGade
Banned
MichaelGade has a complete set of Star Wars action figures.MichaelGade has a complete set of Star Wars action figures.MichaelGade has a complete set of Star Wars action figures.
 
Posts: 19
Karma: 262
Join Date: Oct 2009
Location: Copenhagen, Denmark
Device: CyBook Gen3
Quote:
Originally Posted by T_Frain_K View Post
Yes, me. And I expect most others as well.
It´s a microSD-card with 2 GB (note: no SD-HC).
THE INFORMATION IN THIS POST IS WRONG (kept for history).

That pissed me off, why should I be the only one without a working SD card.

So I decided to investigate. And the problem goes a little something like this.

Well I got my SD card from Bookeen (in the deluxe package) AND IT DIDN'T WORK OUT OF THE BOX. So I reformatted it as FAT, still no go. And eventually just pulled the sucker out and forgot about it (hey 512 Mb is a lot of books, and with no folderview you are not filling it up any time soon).

So what's the problem? Well the problem is that if you just format the card as FAT, you probably get FAT32. And that wont work. You NEED to make sure its FAT16.

Being on Linux it never actually dawned on me that a device made in this millenium would REQUIRE FAT16, go figure. (The user "guide" (pfth) has nothing on this).

So... the solution goes a little something like this.

mkdosfs /dev/sde -F 16 -I

mkdosfs = "Make totally useless filesystem"
/dev/sde = The SD card (change this to whatever the SD card is on your machine).
-F 16 = Make the filesystem even more useless (thats the key).
-I = "I know, just do it" (without this, Linux will try to stop you from making what it thinks is a very bad idea).

And thats it, the SD card works like a charm.

This is a rather important destinction, especially when the device just destroys a FAT32 filesystem.

Last edited by MichaelGade; 10-25-2009 at 01:12 PM.
MichaelGade is offline   Reply With Quote
Old 10-25-2009, 11:35 AM   #62
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
This is a bit strange. It should work with FAT32. Maybe there is a problem with the card and FAT16 is not as sensitive to this problem?
tompe is offline   Reply With Quote
Advert
Old 10-25-2009, 11:50 AM   #63
MichaelGade
Banned
MichaelGade has a complete set of Star Wars action figures.MichaelGade has a complete set of Star Wars action figures.MichaelGade has a complete set of Star Wars action figures.
 
Posts: 19
Karma: 262
Join Date: Oct 2009
Location: Copenhagen, Denmark
Device: CyBook Gen3
Quote:
Originally Posted by tompe View Post
This is a bit strange. It should work with FAT32. Maybe there is a problem with the card and FAT16 is not as sensitive to this problem?
Well the device itself is FAT16. (Model No. CYBGEN310B)

And i'm not feeling lucky enough to try and reformat that to FAT32.

It could be that they just need to be the same. Does anybody have the balls to try this out.?
MichaelGade is offline   Reply With Quote
Old 10-25-2009, 12:07 PM   #64
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
Quote:
Originally Posted by MichaelGade View Post
Well the device itself is FAT16. (Model No. CYBGEN310B)

And i'm not feeling lucky enough to try and reformat that to FAT32.

It could be that they just need to be the same. Does anybody have the balls to try this out.?
Checking my gen3...

Code:
invid:~# fdisk /dev/sda

The number of cylinders for this disk is set to 2420.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): p

Disk /dev/sda: 2032 MB, 2032664576 bytes
41 heads, 40 sectors/track, 2420 cylinders
Units = cylinders of 1640 * 512 = 839680 bytes
Disk identifier: 0x00000000
   
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1        2421     1984899+   6  FAT16

Command (m for help): q

invid:~# fdisk /dev/sdb

Command (m for help): p

Disk /dev/sdb: 524 MB, 524288000 bytes
256 heads, 63 sectors/track, 63 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes
Disk identifier: 0x16c3fdf0
   
   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1          63      508000+   b  W95 FAT32
The file system on both the internal partition (sdb) and the SD card (sda) is vfat.

So the internal partition is FAT32 and the SD card is FAT16 on my Cybook. The reason I have FAT16 on my SD card is probably because I have not reformatted it since I bought it and new SD cards usually have a FAT16 partition.

How big is your SD card?
tompe is offline   Reply With Quote
Old 10-25-2009, 12:20 PM   #65
T_Frain_K
Booyah!
T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.
 
T_Frain_K's Avatar
 
Posts: 673
Karma: 1753
Join Date: Jul 2009
Location: Austria
Device: Cybook Gen3 // Samsung Galaxy S
Quote:
Originally Posted by MichaelGade View Post
That pissed me off, why should I be the only one without a working SD card.
[snip]
So what's the problem? Well the problem is that if you just format the card as FAT, you probably get FAT32. And that wont work. You NEED to make sure its FAT16.
[snip]
Glad you worked it out. Would have surprised me if it wouldn´t have worked with you.

I reformatted my card once, too. Kinda messed up with unplugging too soon, and not realizing anything wrong till I recognised that my position in books was not remembered anymore.

It seems that windows chooses to format memory cards with fat16 by default (FAT is the only option it lets you choose.). Or, at least, it is for <= 4GB media.
T_Frain_K is offline   Reply With Quote
Advert
Old 10-25-2009, 12:21 PM   #66
MichaelGade
Banned
MichaelGade has a complete set of Star Wars action figures.MichaelGade has a complete set of Star Wars action figures.MichaelGade has a complete set of Star Wars action figures.
 
Posts: 19
Karma: 262
Join Date: Oct 2009
Location: Copenhagen, Denmark
Device: CyBook Gen3
Quote:
How big is your SD card?
2 Gb. its the one I got with the device.

I dont like that your device is FAT32, when mine is FAT16. (and before you ask, no I didn't reformat the device

Edit:
Did a reformat of the device to FAT32 (backup the 'system' folder first)
With no problems.

Last edited by MichaelGade; 10-25-2009 at 01:15 PM.
MichaelGade is offline   Reply With Quote
Old 10-25-2009, 12:35 PM   #67
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
Quote:
Originally Posted by MichaelGade View Post
2 Gb. its the one I got with the device.

I dont like that your device is FAT32, when mine is FAT16. (and before you ask, no I didn't reformat the device
I might have changed that myself. I actually a long time ago tried to format the internal partition as ext2 to see if it worked (it did not). When I restored it I do not know if I formatted it exactly as before...
tompe is offline   Reply With Quote
Old 10-25-2009, 02:14 PM   #68
MichaelGade
Banned
MichaelGade has a complete set of Star Wars action figures.MichaelGade has a complete set of Star Wars action figures.MichaelGade has a complete set of Star Wars action figures.
 
Posts: 19
Karma: 262
Join Date: Oct 2009
Location: Copenhagen, Denmark
Device: CyBook Gen3
Hm.. Still not a happy camper.

I did.
1: Wipe the SD.
2: Diskcheck on the SD (no errors)
3: Remount it (no problems).
4: Transfer the Baen free library to SD card (~64 Mb) (takes about 20 minutes).
5: Just to make sure, go to terminal and do a 'sync' (takes another 20 minutes).
6: Unmount SD.
7: Unplug device (the device now does not come up, this seems to be the case every time i change anything on the card (tried 3 times, same result every time)).
8: Reset device (it comes up again (pheww)).
9: Plug the device back in (the SD card now mounts as read-only <-- Not good)
10: Diskcheck on the SD card now reveals lots of errors.

This looks like a broken SD card (I dont have a known working card, so cant really test this).
Will try to pick up another some time next week ('ish).
MichaelGade is offline   Reply With Quote
Old 10-27-2009, 08:48 AM   #69
Olympus
Connoisseur
Olympus will become famous soon enoughOlympus will become famous soon enoughOlympus will become famous soon enoughOlympus will become famous soon enoughOlympus will become famous soon enoughOlympus will become famous soon enough
 
Posts: 72
Karma: 542
Join Date: Mar 2008
Device: Rocket & Bookeen CyGen 3
Quote:
Originally Posted by Snuffi View Post
Good god, I write too long. Who's gonna read such an endless rant...
I have too much time to spend: instead of playing around with yesterdays new firmware I chose your rant ;-)
Olympus is offline   Reply With Quote
Old 10-27-2009, 12:17 PM   #70
GeoffC
Chocolate Grasshopper ...
GeoffC ought to be getting tired of karma fortunes by now.GeoffC ought to be getting tired of karma fortunes by now.GeoffC ought to be getting tired of karma fortunes by now.GeoffC ought to be getting tired of karma fortunes by now.GeoffC ought to be getting tired of karma fortunes by now.GeoffC ought to be getting tired of karma fortunes by now.GeoffC ought to be getting tired of karma fortunes by now.GeoffC ought to be getting tired of karma fortunes by now.GeoffC ought to be getting tired of karma fortunes by now.GeoffC ought to be getting tired of karma fortunes by now.GeoffC ought to be getting tired of karma fortunes by now.
 
GeoffC's Avatar
 
Posts: 27,600
Karma: 20821184
Join Date: Mar 2008
Location: Scotland
Device: Muse HD , Cybook Gen3 , Pocketbook 302 (Black) , Nexus 10: wife has PW
I gave in trying to use the SD card - and had NO problems since .....
GeoffC is offline   Reply With Quote
Old 10-28-2009, 04:08 AM   #71
Snuffi
Addict
Snuffi will become famous soon enoughSnuffi will become famous soon enoughSnuffi will become famous soon enoughSnuffi will become famous soon enoughSnuffi will become famous soon enoughSnuffi will become famous soon enoughSnuffi will become famous soon enough
 
Snuffi's Avatar
 
Posts: 245
Karma: 718
Join Date: Dec 2007
Location: Vienna
Device: Pocketbook Pro 612, Bookeen Cybook Gen3
Quote:
Originally Posted by GeoffC View Post
I gave in trying to use the SD card - and had NO problems since .....
I have a very interesting issue with my SD card but have been too lazy so far to investigate:

When I insert the SD card in my card reader I can read and write to it fine. When I put that SD card into the Cybook I can read all the books I put onto it without any problem.
If, however, I connect the Cybook to my PC I cannot read or write the SD card. It tells me the card is not formatted and if I format it while connected to the PC I can copy stuff over to the device but cannot read it once I disconnect the Cybook. When I reconnect it tells me the SD card is not formatted/unreadable again.

The internal memory works fine when connected to the PC, no issues with that one.

It's pretty weird but I haven't really put much effort into it as it works fine as long as I put my SD card into the card reader and then back into the Cybook. I get the impression, though, that there might be some issue with the controller in the Cybook
Snuffi is offline   Reply With Quote
Old 10-28-2009, 06:51 AM   #72
Godzil
a pthread?? where? where?
Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.
 
Godzil's Avatar
 
Posts: 1,763
Karma: 30462
Join Date: Mar 2009
Location: Somewhere in EU
Device: Newton MessagePad 2100, and only this
Quote:
Originally Posted by Snuffi View Post
Actually, not unusual at all. If a new device doesn't offer more or the same in a better way, what would be the customer motivation to buy one? It's logical that a company tries to enhance a new product as much as possible to increase sales. It's also logical that Bookeen dedicates more time to their newly released and planned device (which bring in the money) and less to enhancing the already sold ones. They just shouldn't promise stuff they don't keep...



100 MB??? I know of a Linux distribution for a PC which fits into just 50 MB. What is there and is there even enough ROM in the device for all of that? I suspect in those 100 MB is probably some windows software also or it's some kind of development kit with additional stuff...
No it's only netronix who don't know how to make a firmware, that's all (there are plenty of unneed files, big files, pictures (menu are pîctures etc.)

By the way Bookeen use no work from Netronix for their firmware. (and the cooler is not an EB600, but an EB600EM)
Godzil is offline   Reply With Quote
Old 10-28-2009, 08:23 AM   #73
Krystian Galaj
Guru
Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.Krystian Galaj can tame squirrels without the assistance of a chair or a whip.
 
Posts: 820
Karma: 11012
Join Date: Nov 2007
Location: Warsaw, Poland
Device: Bookeen Cybook
Two points.

1. Cybook isn't the only device with severely lacking firmware, and problems with customer support - there's a thread about iRex a few pages back with very similar posts.

2. On official Bookeen blog, in the comments in the last blog from August 27 Bookeen is answering people more often than usually - and, after a month's silence, in response to question posted today, Bookeen wrote:

Quote:
Dear users,

We are very sorry for the delay in 1.5 (Mobi) and 2.0 (Adobe) firmware's release.

We should be able to release it very soon. Indeed, nearly all verifications have been done.

Please, be sure that we are doing our very best to provide you with a satisfactory solution.

Best regards,

Bookeen Team
The text in bold provides some additional information - I wish there was more factual stuff, but at least they say the firmware is done, testing is in progress and nearly finished. So maybe we'll see this firmware within a month or two after all, and maybe it won't brick anyone's device after such thorough testing.
Krystian Galaj is offline   Reply With Quote
Old 10-28-2009, 03:15 PM   #74
T_Frain_K
Booyah!
T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.T_Frain_K once ate a cherry pie in a record 7 seconds.
 
T_Frain_K's Avatar
 
Posts: 673
Karma: 1753
Join Date: Jul 2009
Location: Austria
Device: Cybook Gen3 // Samsung Galaxy S
You missed the most important point:

Quote:
We should be able to release it very soon.
How very exciting
T_Frain_K is offline   Reply With Quote
Old 10-29-2009, 04:17 AM   #75
Godzil
a pthread?? where? where?
Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.Godzil can even cheer up an android equipped with a defective Genuine Personality Prototype.
 
Godzil's Avatar
 
Posts: 1,763
Karma: 30462
Join Date: Mar 2009
Location: Somewhere in EU
Device: Newton MessagePad 2100, and only this
aka -> Next Monday
Godzil is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firmware Update 2.5 Update Delayed jxh11215 Amazon Kindle 50 06-11-2010 04:56 PM
Bookeen and PocketBook in possible legal dispute over 5" model igorsk News 26 07-24-2009 09:25 PM
Delivery of your package has been delayed due to extreme weather conditions Gideon Lounge 40 06-13-2009 09:01 AM
Firmware Update Delayed... HarryT Bookeen 68 04-23-2008 10:36 AM
STAReBOOK firmware update delayed! CommanderROR Netronix 29 12-03-2007 08:26 AM


All times are GMT -4. The time now is 11:22 PM.


MobileRead.com is a privately owned, operated and funded community.