Raidsonic IB-MP3010HW

Hardware Internals

Size warning: pictures are up to 6MB. Slow connection means long loading times.

harddisk_top.JPG mainboard_top.JPG mainboard_flash.JPG mainboard_usb_hub.JPG
Top view Mainboard Flash memory USB-Hub
mainboard_ram.JPG mainboard_sata_controller.JPG mainboard_revision.JPG 011%20remote%20control.jpg
RAM and power section SATA Controller Mainboard Revision Remote-Control

Mainboard HMC-3911 rev. v1.24

  • CPU: RTD1262
  • SATA-Controller: Jmicron JM20330
  • USB-Hub: GL850A
  • USB to ATA Controller: GL811S

Firmware

While browsing for infos about this player i found a forum where 'LordOfTheCubes' published a tool to extract the original firmware v4.2(170). The tool can be found here, download link 'MIRROR 2' should work. The tool is is updated from time to time - please read the thread to its end, to get the last version. While the tool is for Emtec Movie Cube Q800 it also works for IB-MP3010HW. There's a repack function too. So that you can create a modded firmware .bin file. By the way it's a windows tool.

Modding the samba server

First thing i tried was modding the samba server with success. After extracting i replaced the 'smb.conf' found in /usr/lib with the following one (download):

[global]
load printers = no
disable spoolss = yes
syslog = 1
security = share
dns proxy = no
debug level = 0
netbios name = NAS
workgroup = WORKGROUP
wins server = 192.168.100.250
domain logons = no
server string = Samba Server
[partition1]
guest ok = yes
comment = HDD Partition FAT32
path = /usr/local/etc/hdd/volumes/HDD1
writable = yes
read only = no
[partition2]
guest ok = yes
comment = HDD Partition NTFS
path = /usr/local/etc/hdd/volumes/HDD2
writable = yes
read only = no
[dvr-aufnahmen]
guest ok = yes
comment = DVR Aufnahmen
path = /usr/local/etc/hdd/dvdvr
writable = yes
read only = no
[timeshift]
guest ok = yes
comment = Timeshift
path = /usr/local/etc/hdd/livepause
writable = yes
read only = no
[wurzel]
guest ok = yes
comment = root - Verzeichnis
path = /
writable = yes
read only = no
[usb mounts]
guest ok = yes
comment = USB - Laufwerke
path = /tmp/usbmounts
writable = yes
read only = no

After repacking i flashed the modded firmware like flashing an original one.
Remember just replaced the modded 'install.flash.img'

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License