|
SageTV HD Theater - Media Player Discussion related to using the SageTV HD Theater as a Media Player, i.e.: in use while not connected to a SageTV server. Questions, issues, problems, suggestions, etc. relating to using a SageTV HD Theater as a Media Player should be posted here. Use the SageTV Media Extender forum for issues related to using it while connected to a SageTV server. |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
||||
|
||||
Quote:
Gerry
__________________
Big Gerr _______ Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB. |
#22
|
||||
|
||||
If you weren't getting prompted for access without the Guest access enabled, then it sounds like you're not running the latest beta firmware on the HD200. That or Sage will want to know about it to see why it wasn't
|
#23
|
||||
|
||||
I think something else is afoot.
I added a password to the share (something I have done in the past) and sure enough HD-200 asks for credentials as soon as I touch the passworded share in the Sage browser. So enter username and password, and I can continue browsing. Yet playback still fails. The VERY SAME credentials work for the xbox running XBMC... Yet fail for the HD-200. From the log.... Quote:
|
#24
|
|||
|
|||
Have you upgraded to the beta extender firmware? I believe I had this problem (similar) until I did.
Oops, looking back it sounds like you already have. Make sure your uppercase/lowercase credentials are being entered properly. |
#25
|
||||
|
||||
Quote:
It should not be this hard. Sage support suggests upgrading to '1230' firmware. when I get back in town I will try this. Last edited by Slack; 02-02-2009 at 07:18 PM. |
#26
|
||||
|
||||
First make sure you're running the beta firmware (should be 20090128 IIRC). If that doesn't fix it, submit a support request (http://sagetv.com/bugs.html), they were eager to get to the bottom of it when I was having trouble.
|
#27
|
||||
|
||||
I am running 200901298 0.
Sage support suggestion for '1230' seems mis-guided. |
#28
|
||||
|
||||
Can you telnet into the HD200; (login is root) and then run this command:
Code:
/sage/mount.cifs //192.168.1.99/share /tmp/sagetv_shares/readynas-99/share -o guest,iocharset=utf8
__________________
Jeffrey Kardatzke Founder of SageTV |
#29
|
||||
|
||||
Mount Error 13: Permission denied.
Now I tried this first with your code snippet, ad the ReadyNAS with NO PASSWORD on 'share'. Next I added the password 'xbox' to the share. Then I tried telnetting again with this...(I inserted 'Guest' and 'xbox' for credentials, syntax per the logs) Code:
/sage/mount.cifs //192.168.1.99/share /tmp/sagetv_shares/readynas-99/share -o, username=Guest,password=xbox, iocharset=utf8 I tried again to make sure I didn't mis-type 'xbox'. caps lock was not on etc.... Same thing. Some background.... The ready has 3 (maybe more) security modes
Share mode is what I have been using. And for the two share I have defined on the ReadyNAS - I have left the password blank. So all xboxes and pc can map drives and/or get to the data without supplying user and password. If I add a password to the share definition, then the xboxes will work if I add 'Guest' as username, and 'xbox' as password into the source definition. I used this in the past when I granted a neighbor wifi access to my 'Music' share but wanted to prevent him access to my 'share' share. I have never used the ReadyNAS's user mode security. Because frankly I think it's overkill for a home network in which I control all access. But In order to get the ReadyNAS to display the check box 'Allow Guest Access' it appears I have to revert to user mode security. http://www.readynas.com/forum/viewto...p?f=23&t=25328 I will have to try that - but it will have to wait until I am back home. And I don't think I should have to. And will only do it to satisfy my curiosity. I bought the HD-200 to be a Sage extender (and it has worked great with my OTA-HD stuff) Standalone mode is gravy, but not in my long term plans (ATM). Edit: Recall that when I have the password enabled in share mode. When I browse the network from the HD-200, as soon as I get to 'share' I am asked for credentials. If I enter them right, I can proceed to browse 'share'. Doesn;t that imply that the creds are good, and should be good to go when it comes time to mount? Last edited by Slack; 02-03-2009 at 06:57 AM. |
#30
|
||||
|
||||
Try not using "Guest" as the username for your shares.
It's possible the permissions are hosed on your files, such that the samba Guest user has access to the directories but maybe not the files? |
#31
|
||||
|
||||
Give this one a try too:
Code:
/sage/mount.cifs //192.168.1.99/share /tmp/sagetv_shares/readynas-99/share And the browsing/pic viewing on the HD200 uses a different piece of software then music/video playback does when accessing the network. It's for performance & API reasons. But that's why you're seeing different results with regards to the share access. Thanks!
__________________
Jeffrey Kardatzke Founder of SageTV |
#32
|
||||
|
||||
Code:
/sage/mount.cifs //192.168.1.99/share /tmp/sagetv_shares/readynas-99/share leaving blank and hitting enter gets: mount error 13. try again, enter 'xbox' gets: mount error 13. Edit: question asked in 'other forum' - but traffic there is considerably less there that here. Last edited by Slack; 02-03-2009 at 09:11 PM. |
#33
|
||||
|
||||
They posted this in their forums:
Code:
/sage/mount.cifs //192.168.1.99/share /tmp/sagetv_shares/readynas-99/share -o username=share,guest
__________________
Jeffrey Kardatzke Founder of SageTV |
#34
|
||||
|
||||
Code:
/sage/mount.cifs //192.168.1.99/share /tmp/sagetv_shares/readynas-99/share -o username=share,guest Just another prompt "STP-HD200[/]#" Do I need to unmount it now? No one is using the HD-200 in my absence. At least I don't think the wife and kids are up to speed on it. Last edited by Slack; 02-04-2009 at 09:38 PM. |
#35
|
||||
|
||||
Cool. So now if you do:
Code:
ls /tmp/sagetv_shares/readynas-99/share
__________________
Jeffrey Kardatzke Founder of SageTV |
#36
|
||||
|
||||
Will have to wait until Saturday to answer that one.
I just remoted in, and the HD-200 is not responding to pings, and opening it in telnet results in a timeout. Can't be sure what's going on till I am back home. |
#37
|
||||
|
||||
Yeah I see a listing of every dir on 'share'.
So what is next. |
#38
|
||||
|
||||
We'll make a new beta firmware w/ this issue fixed in it. I'll have an update for you later on when that'll be.
__________________
Jeffrey Kardatzke Founder of SageTV |
#39
|
||||
|
||||
OK, we've got a new beta firmware available for the HD200 which should address this specific issue. Just type 'beta' on your remote when you're on the System Update screen. Let me know the results please.
__________________
Jeffrey Kardatzke Founder of SageTV |
#40
|
||||
|
||||
Sorry out of town again. Will know something Friday.
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Q: Can't start Sage, but can start KDE | laurenglenn | SageTV Linux | 4 | 01-16-2006 06:28 PM |
SageTV 2.1 rc4 - Old problem FIXED but new arrived... | oshapir | SageTV Beta Test Software | 12 | 10-15-2004 04:09 PM |
2.0.16 Today? | JasonJoel | SageTV Beta Test Software | 30 | 04-15-2004 06:29 AM |
.16 today? | GbrNole | SageTV Beta Test Software | 11 | 04-02-2004 09:58 PM |
First impression: not a good start | pawn | SageTV Software | 2 | 05-18-2003 08:57 AM |