[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
[C-200] Firmware 03-04-120607-21-POP-408 (Public RC) (6.7.2012)
07-13-2012, 04:41 PM
Post: #76
RE: [C-200] Firmware 03-04-120607-21-POP-408 (Public RC) (6.7.2012)
(07-12-2012 01:28 PM)ChriZathens Wrote:  
(07-12-2012 01:25 AM)thEGA Wrote:  Any chance that the problem with logging into password protected samba shares is fixed before I update to this firmware?
03-04-120517-21-POP-408-000 was a complete waste of time and effort.

I login to password protected samba shares without any issues... Are there any special conditions with your equipment?
Could you please explain what your problem is (you may help me avoid this problem, too..)Wink

No there are no special conditions. I have a FreeBSD 8.2 stable server which also happens to have my media drives attached. These are shared to my lan via a locked down samba server which requires a username/password auth to access any share. All shares are published which was necessary for my old wdtv live to browse them. Currently I am using the 03-04-110531-21-POP-408-000 firmware which I recovered to after trying the 03-04-120517-21-POP-408-000 firmware. The 03-04-110531-21-POP-408-000 firmware and previous versions have no trouble reading my samba shares but anything after gives me a "Hostname not found" error which is not correct because after reading the samba logs I see that the unit has found the host but cannot login to the shares.
I was able to login to the shares by making them public which isn't optimal.
If you have had no issues with samba shares please post a sanitised version of your smb.conf for me to view (if possible).

Thanks
Find all posts by this user
Add Thank You Quote this message in a reply
07-13-2012, 04:57 PM
Post: #77
RE: [C-200] Firmware 03-04-120607-21-POP-408 (Public RC) (6.7.2012)
Everything works fine on my end after the RC upgrade. It's nice to have the "last disk accessed" back.

No problem with volume control on the C200.

Thanks for the follow-up firmware you posted.

Cheers
Find all posts by this user
Add Thank You Quote this message in a reply
07-14-2012, 08:16 AM
Post: #78
RE: [C-200] Firmware 03-04-120607-21-POP-408 (Public RC) (6.7.2012)
(07-13-2012 04:41 PM)thEGA Wrote:  
(07-12-2012 01:28 PM)ChriZathens Wrote:  
(07-12-2012 01:25 AM)thEGA Wrote:  Any chance that the problem with logging into password protected samba shares is fixed before I update to this firmware?
03-04-120517-21-POP-408-000 was a complete waste of time and effort.

I login to password protected samba shares without any issues... Are there any special conditions with your equipment?
Could you please explain what your problem is (you may help me avoid this problem, too..)Wink

No there are no special conditions. I have a FreeBSD 8.2 stable server which also happens to have my media drives attached. These are shared to my lan via a locked down samba server which requires a username/password auth to access any share. All shares are published which was necessary for my old wdtv live to browse them. Currently I am using the 03-04-110531-21-POP-408-000 firmware which I recovered to after trying the 03-04-120517-21-POP-408-000 firmware. The 03-04-110531-21-POP-408-000 firmware and previous versions have no trouble reading my samba shares but anything after gives me a "Hostname not found" error which is not correct because after reading the samba logs I see that the unit has found the host but cannot login to the shares.
I was able to login to the shares by making them public which isn't optimal.
If you have had no issues with samba shares please post a sanitised version of your smb.conf for me to view (if possible).

Thanks
In fact my NAS is also FreeBSD based (Freenas)
I share all my files via NFS (I find it quicker)
But I tried to connect via samba, too and have no problems... strange thing..
Here is my smb.conf:
Code:
[global]
#max protocol = smb2
encrypt passwords = yes
netbios name = freenas
workgroup = C.K.S.A.
server string = FreeNAS Server
security = user
dns proxy = no
# Settings to enhance performance:
use sendfile = yes
strict locking = no
read raw = yes
write raw = yes
oplocks = yes
max xmit = 65535
deadtime = 15
getwd cache = yes
socket options = TCP_NODELAY SO_SNDBUF=64240 SO_RCVBUF=64240
# End of performance section
unix charset = UTF-8
ea support = yes
store dos attributes = yes
local master = no
time server = yes
guest account = ftp
display charset = LOCALE
max log size = 10
syslog only = yes
syslog = 1
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
log level = 1
dos charset = CP437
smb passwd file = /var/etc/private/smbpasswd
private dir = /var/etc/private
passdb backend = tdbsam

[Media]
comment = Raid5 storage for media
path = /mnt/Media/
writeable = yes
printable = no
veto files = /.snap/
hide dot files = yes
guest ok = no
inherit permissions = yes
vfs objects = recycle
recycle:repository = .recycle/%U
recycle:keeptree = yes
recycle:versions = yes
recycle:touch = yes
recycle:directory_mode = 0777
recycle:subdir_mode = 0700

[Print]
comment = Share to install print server
path = /mnt/first/
writeable = yes
printable = no
veto files = /.snap/
hide dot files = yes
guest ok = no
inherit permissions = yes
vfs objects = recycle
recycle:repository = .recycle/%U
recycle:keeptree = yes
recycle:versions = yes
recycle:touch = yes
recycle:directory_mode = 0777
recycle:subdir_mode = 0700

[usb]
comment = usb
path = /mnt/usb/
writeable = yes
printable = no
veto files = /.snap/
hide dot files = yes
guest ok = no
inherit permissions = yes

[Media2]
comment = New Raid5 storage for media
path = /mnt/Media2/
writeable = yes
printable = no
veto files = /.snap/
hide dot files = yes
guest ok = no
inherit permissions = yes
vfs objects = recycle
recycle:repository = .recycle/%U
recycle:keeptree = yes
recycle:versions = yes
recycle:touch = yes
recycle:directory_mode = 0777
recycle:subdir_mode = 0700
I hope it will help you somehow...Shy

  • TV: Samsung UE46C6000
  • NAS: Nas4Free 9.0.0.1 - 2xRAID5 arrays ~ 10TB of diskspace
  • NMT: Popcorn Hour C-200
    • WD Caviar Green 2TB

Result: Big Grin
Find all posts by this user
Add Thank You Quote this message in a reply
07-14-2012, 08:59 AM
Post: #79
RE: [C-200] Firmware 03-04-120607-21-POP-408 (Public RC) (6.7.2012)
[quote='samtroy' pid='565369' dateline='1341571904']
Can we please have that RC for the A200/210 too?

I agree .Please make this Rc also available for A200/210 too
Find all posts by this user
Add Thank You Quote this message in a reply
07-14-2012, 02:28 PM
Post: #80
RE: [C-200] Firmware 03-04-120607-21-POP-408 (Public RC) (6.7.2012)
Sad
(07-14-2012 08:59 AM)Sjaakvdb Wrote:  [quote='samtroy' pid='565369' dateline='1341571904']
Can we please have that RC for the A200/210 too?

I agree .Please make this Rc also available for A200/210 too
Find all posts by this user
Add Thank You Quote this message in a reply
07-14-2012, 02:55 PM
Post: #81
RE: [C-200] Firmware 03-04-120607-21-POP-408 (Public RC) (6.7.2012)
I recently noticed I was having issues playing large mkv BD rips (6GB+). I had tried to reduce the file size by running them through handbreak and removing additional audio tracks, but the fix looks to have been in the RC release. Nice to have my pch remembering the previously visited folder again too. Thank you for the RC patch.

c200 > hdmi > Adcom GFR-700 > hdmi/dvi > samsung dlp
c200 > digital coax > Adcom GFR-700
c200 > wired > smb > imac > firewire > Drobo
BD - LG CH08LS10 firmware 2.0
SSD - OCZ 30Gb
Find all posts by this user
Add Thank You Quote this message in a reply
07-14-2012, 06:14 PM (This post was last modified: 07-14-2012 06:15 PM by Burnerbum.)
Post: #82
RE: [C-200] Firmware 03-04-120607-21-POP-408 (Public RC) (6.7.2012)
(07-14-2012 02:55 PM)adam12chi Wrote:  Nice to have my pch remembering the previously visited folder again too. Thank you for the RC patch.

By this do you mean when you turn it on it goes to the last used folder/share like it always did? I hope so. I wish the 300 did that.

I'm still on the FW from last year on my 200 units. After reading the posts I decided to wait.

I also wish they would have left the volume control like it originally was.
Find all posts by this user
Add Thank You Quote this message in a reply
07-15-2012, 11:47 AM
Post: #83
RE: [C-200] Firmware 03-04-120607-21-POP-408 (Public RC) (6.7.2012)
After I did the firmware update, the c-200 comes with an "unable to resolve the host name" when I open a samba share. I'm working with a synology ds211 and ds211j and with both he comes with this error. I tried to resolve this and read every post here before but nothing works. How can I fix this without a recovery to an old firmware?
Find all posts by this user
Add Thank You Quote this message in a reply
07-15-2012, 02:49 PM
Post: #84
RE: [C-200] Firmware 03-04-120607-21-POP-408 (Public RC) (6.7.2012)
(07-15-2012 11:47 AM)mdeboer85 Wrote:  After I did the firmware update, the c-200 comes with an "unable to resolve the host name" when I open a samba share. I'm working with a synology ds211 and ds211j and with both he comes with this error. I tried to resolve this and read every post here before but nothing works. How can I fix this without a recovery to an old firmware?

Workaround: enable the guest account on your Synology
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to mister_hunter for this post
07-15-2012, 03:31 PM
Post: #85
RE: [C-200] Firmware 03-04-120607-21-POP-408 (Public RC) (6.7.2012)
(07-14-2012 06:14 PM)Burnerbum Wrote:  
(07-14-2012 02:55 PM)adam12chi Wrote:  Nice to have my pch remembering the previously visited folder again too. Thank you for the RC patch.
By this do you mean when you turn it on it goes to the last used folder/share like it always did? I hope so. I wish the 300 did that.

I also wish they would have left the volume control like it originally was.
Yes, that is what I meant. FYI - Someone else made some comments about the volume a few pages back in this thread that you should read.

c200 > hdmi > Adcom GFR-700 > hdmi/dvi > samsung dlp
c200 > digital coax > Adcom GFR-700
c200 > wired > smb > imac > firewire > Drobo
BD - LG CH08LS10 firmware 2.0
SSD - OCZ 30Gb
Find all posts by this user
Add Thank You Quote this message in a reply
07-16-2012, 06:04 PM
Post: #86
RE: [C-200] Firmware 03-04-120607-21-POP-408 (Public RC) (6.7.2012)
(07-15-2012 02:49 PM)mister_hunter Wrote:  
(07-15-2012 11:47 AM)mdeboer85 Wrote:  After I did the firmware update, the c-200 comes with an "unable to resolve the host name" when I open a samba share. I'm working with a synology ds211 and ds211j and with both he comes with this error. I tried to resolve this and read every post here before but nothing works. How can I fix this without a recovery to an old firmware?

Workaround: enable the guest account on your Synology

Sorry, it seems to be the credentials of the guest account. Thanks for helping.

Someone any idea when they fix this? I don't like it that when I have to enable the guest account!!
Find all posts by this user
Add Thank You Quote this message in a reply
07-16-2012, 06:10 PM
Post: #87
RE: [C-200] Firmware 03-04-120607-21-POP-408 (Public RC) (6.7.2012)
(07-16-2012 06:04 PM)mdeboer85 Wrote:  Sorry, it seems to be the credentials of the guest account. Thanks for helping.

Someone any idea when they fix this? I don't like it that when I have to enable the guest account!!

You should only need to re-enable it when you add the share after that you can disable it and everything will function normally. least that is what people say in the thread dedicated to this issue.

http://www.networkedmediatank.com/showth...t=synology
Find all posts by this user
Add Thank You Quote this message in a reply
07-17-2012, 04:33 PM
Post: #88
RE: [C-200] Firmware 03-04-120607-21-POP-408 (Public RC) (6.7.2012)
(07-16-2012 06:10 PM)halfelite Wrote:  
(07-16-2012 06:04 PM)mdeboer85 Wrote:  Sorry, it seems to be the credentials of the guest account. Thanks for helping.

Someone any idea when they fix this? I don't like it that when I have to enable the guest account!!

You should only need to re-enable it when you add the share after that you can disable it and everything will function normally. least that is what people say in the thread dedicated to this issue.

Yes, but if you need to reboot the PCH, the problem repeats again... Sad
Find all posts by this user
Add Thank You Quote this message in a reply
07-17-2012, 07:23 PM (This post was last modified: 07-17-2012 07:24 PM by thEGA.)
Post: #89
RE: [C-200] Firmware 03-04-120607-21-POP-408 (Public RC) (6.7.2012)
(07-15-2012 11:47 AM)mdeboer85 Wrote:  After I did the firmware update, the c-200 comes with an "unable to resolve the host name" when I open a samba share. I'm working with a synology ds211 and ds211j and with both he comes with this error. I tried to resolve this and read every post here before but nothing works. How can I fix this without a recovery to an old firmware?

This is the same error I referred to in my last post.
My samba logs show an auth error. Setting shares to public fixes the issue.
This isn't a great fix for the security conscious.
Find all posts by this user
Add Thank You Quote this message in a reply
07-18-2012, 05:57 AM (This post was last modified: 07-18-2012 06:49 AM by plm.)
Post: #90
RE: [C-200] Firmware 03-04-120607-21-POP-408 (Public RC) (6.7.2012)
As mentioned in this thread http://www.networkedmediatank.com/showth...tid=62107, I've found that with the RC firmware I'm getting terrible judder on 24p MKV content when Framerate Sync is set to NTSC/24p. Setting it to Off gets rid of the judder completely but then stops me playing PAL and NTSC content properly since I'm getting everything output at 24fps (from my Video Mode, which is 1080p 24) rather than at the native framerates.

I'd really like to see this one getting a high priority fix as it's impractical to have to go into the setup menu just to play a different framerate source, and certainly not ideal for the family!

Thoughts on Syabas support? Share them here
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [A-400] Firmware 05-01-130508-25-POP-422 + Apps (RC1 Forum Release) (8.05.2013) werner 52 11,788 05-13-2013 10:45 AM
Last Post: rfan
  [A-400] Firmware 05-01-130329-25-POP-422 (05-01-130315-25-POP-422) (2.04.2013) werner 273 58,738 05-10-2013 10:46 AM
Last Post: 666
  [A-400] Firmware 05-01-130503-25-POP-422 + Apps (Forum Release) (3.05.2013) werner 76 13,040 05-08-2013 03:08 PM
Last Post: wryker
  [A-400] Firmware 05-01-130502-25-POP-422 + Apps (Forum Release) (2.05.2013) werner 5 1,870 05-03-2013 12:00 AM
Last Post: Stoke192
  [A-400] Firmware 05-01-130430-25-POP-422 + Apps (Forum Release) (30.04.2013) werner 37 7,262 05-02-2013 06:38 PM
Last Post: Willem53
  [A-400] Firmware 05-01-130423-25-POP-422 + Apps (Forum Release) (23.04.2013) werner 97 21,026 04-30-2013 10:26 AM
Last Post: Willem53
  [A-400] Firmware 05-01-130419-25-POP-422 + Apps (Forum Release) (19.04.2013) werner 168 17,328 04-23-2013 01:47 PM
Last Post: Lonestarrk
  [A-400] Firmware 05-01-130329-25-POP-422 + Apps (RC2 Forum Release) (29.03.2013) werner 92 16,233 04-02-2013 08:31 AM
Last Post: chris57
  [A-400] Firmware 05-01-130205-24-POP-422 (05-01-130204-24-POP-422) (8.02.2013) werner 149 45,748 04-01-2013 12:31 PM
Last Post: jmissoorten
  [A-400] Firmware 05-01-130328-25-POP-422 + Apps (RC1 Forum Release) (28.03.2013) werner 38 5,522 03-29-2013 02:42 PM
Last Post: bast94

Forum Jump: