I have one of these with a 1TB disk.
Technical data for the Abigs D5
The newest firmware (currently version 1.02)
I tryed to update the firmware with software from different manufacturers I found on this site under Official Formwares (2.0.9) in most cases the installation started normally (yellow installation screen), but stopped after a while with: error board=2 (if I rember correctly).
If anybody has suggestions about what to try next, please post it here :) the device seems to bee missing some features available in other players, like playlists for example.
I successfully installed samba using these instructions: (machine translated from russian)
See the original thread here
The first beta version of the modified samba-server for Abigs D5
Shake it - http://file.qip.ru/file/80282869/c779a37a/samba_v01_beta1.html
Main Features
1. Retrieves the address for DHCP (the necessary adjustments udhcpc.script)
2. Daemons smbd and nmbd to run a single script rc.samba
3. From the Network Neighborhood devaysa removed entirely unnecessary folder "Printers and Faxes"
4. Checked logs and removed errors (not all bug contango accepted)
5. Logs are written to the folder with Sambo and overwritten when you restart the service
6. You can secure the service in the local network users with strangers (details below)
Installation Instruction
1. Connects to USB devays and unpacks archive samba_v0.1_beta1.zip on the FAT32 partition devaysa
2. In the folder, open the samba smb.conf file and popisyvaem respectively desired netbios-name devaysa, the working group, as well as a comment line to the netbios-name:
code
netbios name =
workgroup =
server string =
3. Turn devays from USB, reboot, connect to it by telnet. By default, devayse sections are mounted in read-only, so as soon as the login for telnet write:
code
mount-o remount, rw /
4. With the help of vi at the end of the script /etc/init.d/rcS1 add the line:
code
cd /usr/local/etc/hdd/volumes/HDD1/samba
./rc.samba start
5. To be able to work in samba DHCP networks using vi add in /etc/udhcpc.script:
line
code
HOSTS = "/etc/hosts"
as well as line
code
Mount-o remount, rw /
Echo-n> $ HOSTS
Echo 127.0.0.1 localhost» $ HOSTS
Echo $ ip Venus» $ HOSTS
Mount -o remount, ro /
exactly as shown in the final code of the script below:
#! / bin / sh
# Udhcpc script edited by Jason Lee
[-Z "$ 1"] & & echo "Error: should be called from udhcpc" & & exit 1
RESOLV_CONF = "/ etc / resolv.conf"
DHCP_OK = "/ var / lock / dhcp.ok"
DHCP_OK2 = "/ var / lock / dhcp."
HOSTS = "/ etc / hosts"
[-N "$ broadcast"] & & BROADCAST = "broadcast $ broadcast"
[-N "$ subnet"] & & NETMASK = "netmask $ subnet"
case "$ 1" in
Deconfig)
/ Sbin / ifconfig $ interface 0.0.0.0
;;
Renew | bound)
/ sbin / ifconfig $ interface $ ip $ BROADCAST $ NETMASK
If [-n "$ router"]; then
Echo "deleting routers"
while route del default gw 0.0.0.0 dev $ interface; do
:
Done
For i in $ router; do
Route add default gw $ i dev $ interface
Done
Fi
Mount-o remount, rw /
Echo-n> $ HOSTS
Echo 127.0.0.1 localhost» $ HOSTS
Echo $ ip Venus» $ HOSTS
Mount-o remount, ro /
Echo-n> $ RESOLV_CONF
# [-N "$ domain"] & & echo search $ domain» $ RESOLV_CONF
[-N "$ domain"] & & echo domain $ domain» $ RESOLV_CONF
For i in $ dns; do
Echo adding dns $ i
Echo nameserver $ i» $ RESOLV_CONF
Done
Echo ok> $ DHCP_OK
Echo ok> $ DHCP_OK2 $ interface
;;
esac
exit 0
6. Overloading devays command reboot and voila!
Job Description
1. In the current configuration of Samba, has two levels of access - to the rights of guest-only reading, and the root with full rights.
2. Network Places folder contains devaysa movie, music and photo, available to guests, as well as hidden folders hdd1 (partition with FAT32) and root (partition with devaysa OSes), available only to the user root.
3. To access the sections hdd1 (connects to full access) and root (connected to the read-only mode) with rutovymi human need to connect these folders as network drives, using the name \ password ruta, default set to root \ root.
4. to change the samba password to the default root for any other need to:
* Go to devays by telnet
* Go to the directory /usr/local/etc/hdd/volumes/HDD1/samba
* Click to change the samba password. / Smbpasswd root
5. Folder root is connected with human-read-only to prevent accidental changes in the operating system devaysa. If you need to change something in the system go through telnet, peremontiruem section and the rules of their pleasure
Existing bugs
1. In logs you can see the constant reference to the subnet 192.168.123.0. It has been suggested that the traces of the graphical user interface devaysa when accessing files over the network (at startup daemons smbd and nmbd in the script sets the minimum specification rc.samba log-d 0, which shows only errors), and there are comments that by starting nmbd some smb.conf parameters are not understood (I think that this should be so … this is not a demon, and must understand the parameters)
Accept proposals for the improvement and continuation bug, if possible, will develop