Search found 9 matches
- Sat Mar 23, 2013 2:56 pm
- Forum: Gargoyle Development
- Topic: [Q]MiniDLNA autostart?
- Replies: 7
- Views: 12176
Re: [Q]MiniDLNA autostart?
I think we have encountered the same problem. The start scripts in the new minidlna package are designed for some kind of web configuration UI. See my post: http://www.gargoyle-router.com/phpbb/vi ... f=5&t=3859
- Mon Feb 18, 2013 2:51 pm
- Forum: General Discussion
- Topic: MiniDLNA updated, causes problems
- Replies: 1
- Views: 3985
Re: MiniDLNA updated, causes problems
/etc/init.d/minidlna from minidlna_1.0.19-1_ar71xx.ipk
Code: Select all
#!/bin/sh /etc/rc.common
# Copyright (C) 2010 OpenWrt.org
START=50
BIN=/usr/bin/minidlna
PID=/var/run/minidlna.pid
SSD=start-stop-daemon
start() {
$SSD -p $PID -S -x $BIN -- -P $PID -R
}
stop() {
$SSD -p $PID -K -s SIGINT
}
- Mon Feb 18, 2013 2:41 pm
- Forum: General Discussion
- Topic: MiniDLNA updated, causes problems
- Replies: 1
- Views: 3985
MiniDLNA updated, causes problems
I installed minidlna to my Gargoyle 1.5.9. The current package seems to be minidlna-1.0.24-1. It is not perfectly compatible with Gargoyle, they've done something with the configuration and startup: # opkg files minidlna Package minidlna (1.0.24-1) is installed on root and has the following files: /...
- Sat Dec 29, 2012 3:32 pm
- Forum: Other Issues
- Topic: Mounting ext3 USB drive fails
- Replies: 4
- Views: 9327
Re: Mounting ext3 USB drive fails
I guess backup and re-format would be the best way, but it is strange that the drive was ok with the older Gargoyle version. I think I'll format it to NTFS or FAT32 so it doesn't require additional drivers to work with Windows (if I use the drive directly, without the router).
- Thu Dec 27, 2012 3:17 am
- Forum: Other Issues
- Topic: Mounting ext3 USB drive fails
- Replies: 4
- Views: 9327
Re: Mounting ext3 USB drive fails
The drive is formatted as ext3 and mounting as ext4 from the shell fails with the same error, "Invalid argument". Here's dmesg output when I attached the drive to the router: [467171.750000] usb 1-1: new high-speed USB device number 5 using ehci-platform [467171.900000] scsi3 : usb-storage...
- Sat Dec 22, 2012 4:47 pm
- Forum: Hardware / Installation Issues
- Topic: HELP PLS ! :(
- Replies: 11
- Views: 10604
Re: HELP PLS ! :(
Try 192.168.1.1, it's the default address after flashing.
- Fri Dec 21, 2012 6:10 pm
- Forum: News
- Topic: Version 1.5.8 - USB Storage with FTP
- Replies: 149
- Views: 423355
Re: Version 1.5.8 - USB Storage with FTP
I have trouble mounting ext3-formatted USB drive to NetGear WNDR3700v2 with Gargoyle 1.5.8. More details here: http://www.gargoyle-router.com/phpbb/vi ... f=6&t=3605
- Fri Dec 21, 2012 5:43 pm
- Forum: Other Issues
- Topic: Mounting ext3 USB drive fails
- Replies: 4
- Views: 9327
Mounting ext3 USB drive fails
I upgraded my NetGear WNDR3700v2 router from Gargoyle 1.5.4 to 1.5.8 and the new version can't mount my ext3 formatted 1TB LaCie USB drive. (I didn't "attempt to preserve settings" in the router update.) The "USB Storage" view lists the drive as: "/dev/sda1 (Ext3, NaN.000 KB...
- Tue May 01, 2012 3:01 am
- Forum: Feature Requests
- Topic: Request to add DLNA Support.
- Replies: 8
- Views: 12678
miniDLNA
How can I increase the space available for miniDLNA's files.db database? I managed to intall miniDLNA on my Netgear WNDR3700v2 with Gargoyle 1.5.4 with Statik's instructions above. In addition I changed the following lines in the minidlna.conf: media_dir=V,/tmp/usb_mount/dev_sda1/Media/Video friendl...