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
|-+  Support and General Use
| |-+  Hardware
| | |-+  New Toshiba MK1231GAL not working
« previous next »
  • Print
Pages: 1 [2]

Author Topic: New Toshiba MK1231GAL not working  (Read 13578 times)

Offline sordup

  • Member
  • *
  • Posts: 30
Re: New Toshiba MK1231GAL not working
« Reply #15 on: October 06, 2010, 10:17:58 PM »
Ah. Well yes, it's just that I've never got networking (therefor no internet) to work with the Knoppix liveCD. It tries to connect but fails.
I will try to figure this out and to follow your instructions and see what happens.
Continuing thanks for your time.

Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: New Toshiba MK1231GAL not working
« Reply #16 on: October 06, 2010, 10:29:40 PM »
Try connecting via ethernet. 
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline sordup

  • Member
  • *
  • Posts: 30
Re: New Toshiba MK1231GAL not working
« Reply #17 on: October 07, 2010, 02:18:06 AM »
I am connected via ethernet, assuming you mean by cable, i.e. not over wireless.
Logged

Offline torne

  • Developer
  • Member
  • *
  • Posts: 994
  • arf arf
Re: New Toshiba MK1231GAL not working
« Reply #18 on: October 07, 2010, 04:17:57 AM »
You could plug in a usb flash drive and copy the log files to there, and then upload them from your regular OS.
Logged
some kind of ARM guy. ipodvideo/gigabeat-s/h120/clipv2. to save time let's assume i know everything.

Offline sordup

  • Member
  • *
  • Posts: 30
Re: New Toshiba MK1231GAL not working
« Reply #19 on: October 08, 2010, 12:17:33 AM »
@torne - followed your Linux instructions with my Knoppix LiveCD, got a kernel log but wasn't sure, from your example, what "device name" to use for hdparm. I tried several. It saw my disk and identified it correctly as a TOSHIBA MK1231GAL with its sectors and size. That name, however, yielded nothing in hdparm.

Unfortunately (I remember this from using this liveCD before) I am unable to write anything to any disc from within Knoppix (as if I don't have privileges or something), so I could not save the kernellog.txt to transfer it to this machine. And, as I said before, no networking or internet, so the best I could do is take a photo of the appropriate part of the log where it scans and identifies the drive. What followed this point in the log was a long series of I/O errors up to the end of log. I saw nothing within square brackets.

Don't know if this is any help. I'd like to help settle this issue for other users, but I did find out that my RMA request has been excepted on the drive so I'll be sending it back soon. If I can do anything else in a reasonably short amount of time I'd be happy to before I send it back.

* DSC03792.JPG (124.77 kB, 480x640 - viewed 318 times.)
Logged

Offline torne

  • Developer
  • Member
  • *
  • Posts: 994
  • arf arf
Re: New Toshiba MK1231GAL not working
« Reply #20 on: October 08, 2010, 05:16:59 AM »
The device name there is sdb, which it mentions on virtually every line ;)
So, run hdparm -i /dev/sdb (and with -I as well as I mentioned in my other post).

What were you trying to write the files to? You probably won't have write access to your hard drive which is why I suggested you should plug in a USB flash drive. Any removable device you plug in while in knoppix should work fine.

The log there shows that the device gets detected, its partition table is read successfully, and it's probably trying to automount it when it gets some IO errors on sectors some distance into the drive. So, the drive is at least partly working fine; it's returning some valid data when accessed. It doesn't sound like it should be hard to get it to work; perhaps the sector size is not what we expect and exposing it over usb with 512 byte sectors is causing a problem.

Other than running hdparm we are probably into needing to experiment with changes to rockbox, so I'm not sure you can do much more. If you're going to return the drive I'd still like to see the hdparm output. If you did send it to an interested dev I am about 95% sure it can be made to work with Rockbox fairly easily.
Logged
some kind of ARM guy. ipodvideo/gigabeat-s/h120/clipv2. to save time let's assume i know everything.

Offline sordup

  • Member
  • *
  • Posts: 30
Re: New Toshiba MK1231GAL not working
« Reply #21 on: October 08, 2010, 12:24:15 PM »
OK. Tried again.
Yes sdb is mentioned on almost every line. I tried that the last time as well. I was looking for a name in square brackets, though, as you seemed to indicate. No matter...

So I tried again. This time the drive showed up on the Knoppix desktop. Clicking on it yielded the following:

"Could not mount device. - mount:I could not determine the filesystem type, and none was specified"

I ran terminal and got the kernel log (see attached. this time I got a flash drive. I didn't have one before.)

I then ran:
"sudo hdparm -i /dev/sdb > hdparm1.txt"
it yielded
"HDIO_GET_IDENTITY failed: Invalid argument"

ran
"sudo hdparm -I /dev/sdb > hdparm2.txt"
yielded
"HDIO_DRIVE_CMD(identify) failed: Invalid argument"


For shits and giggles, cuz I don't know what I'm doing, I ran:
"hdparm -i /dev/sdb > hdparm1.txt"
yielded
"/dev/sdb: Permission denied"
and
"hdparm -I /dev/sdb > hdparm2.txt"
yielded
"/dev/sdb: Permission denied"

Needless to say, no hdparm text files were written.
* kernellog.txt (30.23 kB - downloaded 174 times.)
Logged

Offline torne

  • Developer
  • Member
  • *
  • Posts: 994
  • arf arf
Re: New Toshiba MK1231GAL not working
« Reply #22 on: October 08, 2010, 01:41:00 PM »
Right, that's very similar output. It looks like maybe hdparm isn't able to do it over usb, I've never tried that... or possibly the failed automount has messed something up.

It's not going to be particularly easy for you to get further then, unless someone else has a different suggestion. If you're returning it then that's the problem solved for you.

Thanks for trying, this is more information than we had before: the disk responds fairly normally and sector 0 is readable, so it's a sign that the problem is something fairly easy to resolve: probably sector size magic similar to the other ipod drive...
Logged
some kind of ARM guy. ipodvideo/gigabeat-s/h120/clipv2. to save time let's assume i know everything.

Offline sordup

  • Member
  • *
  • Posts: 30
Re: New Toshiba MK1231GAL not working
« Reply #23 on: October 09, 2010, 08:36:11 PM »
OK then. Thanks for the hand with figuring that much out. I suppose I will try my luck with another drive.

Logged

  • Print
Pages: 1 [2]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  New Toshiba MK1231GAL not working
 

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

Page created in 0.077 seconds with 15 queries.