Official XBian 1.0 Beta 1.1 thread - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Configuration (/forum-17.html) +--- Thread: Official XBian 1.0 Beta 1.1 thread (/thread-1258.html) |
RE: Official XBian 1.0 Beta 1.1 thread - mk01 - 15th Aug, 2013 08:18 AM (15th Aug, 2013 08:17 AM)anthonyonions Wrote: ok will try and get the lan sorted with a wired connection tomorrow and give this a go and report back. if there is nothing following ssh, post Code: dmesg | grep init: RE: Official XBian 1.0 Beta 1.1 thread - anthonyonions - 16th Aug, 2013 04:28 AM @mk01 - tonight I have exited XBMC with a wired LAN connection and it has come out to the command prompt just fine. I've configured the WLAN connection and all seems ok. Hopefully this will be the end of my woes! Thanks Ant RE: Official XBian 1.0 Beta 1.1 thread - mk01 - 16th Aug, 2013 04:42 AM Just got idea: console is starting in beta1 when those condition are met: 1) static network up 2) runlevel 2 scripts have all been processed so if ssh was last and started, it must be 1) not completed. the system has "static-net-up" if all interfaces (lo, eth0, wlan0) marked as AUTO in /etc/network/interfaces are up (and configured). so can happen, that for instance you configure eth0, then switches to wlan0 (without taking care of changing the eth0 as manual) and the console will not shown. this was standard debian setup. so check this. beta1 is changing approach of this so such cases should not happen. RE: Official XBian 1.0 Beta 1.1 thread - anthonyonions - 16th Aug, 2013 07:57 PM Ok, another one here. I can connect over SSH while the Pi is connected using WLAN. But cant get my nas drive on the same network. Can't ping it, wont mount. Any settings I've missed that you can think of? RE: Official XBian 1.0 Beta 1.1 thread - IriDium - 16th Aug, 2013 11:43 PM (16th Aug, 2013 07:57 PM)anthonyonions Wrote: Ok, another one here. I can connect over SSH while the Pi is connected using WLAN. But cant get my nas drive on the same network. Can't ping it, wont mount.Check the NAS is on the same IP range - so 192.168.0.xxx or whatever your address is. RE: Official XBian 1.0 Beta 1.1 thread - anthonyonions - 17th Aug, 2013 01:31 AM Yeah the NAS is fine. I've got the same fstab entries as always, but the Pi just can't see it. Pi is the only thing that has changed on the network since it was all working fine earlier this week. RE: Official XBian 1.0 Beta 1.1 thread - IriDium - 17th Aug, 2013 01:37 AM (17th Aug, 2013 01:31 AM)anthonyonions Wrote: Yeah the NAS is fine. I've got the same fstab entries as always, but the Pi just can't see it. Pi is the only thing that has changed on the network since it was all working fine earlier this week. What is the IP address of your RPi. What is the IP address of your NAS. What is the IP address of the gateway. If you can't ping the NAS something is wrong. RE: Official XBian 1.0 Beta 1.1 thread - anthonyonions - 17th Aug, 2013 05:10 AM I've just a bit closer and it looks like the problem is with the NAS. I can't connect via the GUI and from the Rpi I can ping all other network devices. It never rains... it pours! edit: Managed to sort it all out this morning after a lot of faffing with subnets and all sorts! Nothing to do with the Rpi thankfully and it now seems to be able to mount the NAS again. Phew!! RE: Official XBian 1.0 Beta 1.1 thread - branx - 18th Aug, 2013 08:56 PM Hi Guys. Im a newbie with this so please be.. eh.. gentle. Xbian 1.0B 1.1 Software XBian version: 1.0B 1.1 XBMC version:12.2 Overclock settings: Default Hardware Power supply rating: 1Amp RPi model (model A/B 256mb/512mb): B 256mb SD card size and make/type: Sandisc Ultra 16gb Network : Wire, 100mbit Connected devices : Reciver via HDMI. Logile Link to logfile(s): http://xbmclogs.com/show.php?id=46700 Problem description: When ever i Play an MKV its just.. randomly stops and im back in the XBMX gui. If i restart the movie/serie it starts just where it droped out. And works for a while or a second and drops out again. Same story with all my mkv and they all work on my boxee box and computers. How to reproduce: Uhmm just run a MKV.. Re: Official XBian 1.0 Beta 1.1 thread - f1vefour - 19th Aug, 2013 02:19 AM First run "sudo apt-get update" then "sudo apt-get upgrade" to make certain your running the latest software available. If no update is available could you post your /boot/config.txt RE: Official XBian 1.0 Beta 1.1 thread - baboso - 20th Aug, 2013 06:44 AM Hi , I am not able to play stream videos with the LaOla1 add-on. I have bought the mpeg2 but still same problem, black screen and nothing plays. from the log: Quote:22:21:09 T:2903503936 NOTICE: -->Python Interpreter Initialized<-- anyone has an idea? i think it has to do with the message: Output - renderer not started In settings/video/playbak the render is set up to "always" thanks USB hd issue - Slick180 - 20th Aug, 2013 08:02 PM Hi I have just installed beta 1.1 and my WD hd is not visible when I try a add it as a source. It is bus powered but I have plugged it into a powered hub and he hub into the PI. I thought that 1.1 was supposed to fix that issue. Complete noob at Linux so any simple easy fixesa RE: Official XBian 1.0 Beta 1.1 thread - branx - 20th Aug, 2013 08:24 PM (19th Aug, 2013 02:19 AM)f1vefour Wrote: First run "sudo apt-get update" then "sudo apt-get upgrade" to make certain your running the latest software available. After doing the upgrade ,MKV problem seems now to be solved, but I lost the possibility to SSH to xbian... Will tinker some more but I think its time for a fresh start... Re: USB hd issue - f1vefour - 20th Aug, 2013 10:25 PM What is the output from the command 'mount'? RE: USB hd issue - IriDium - 21st Aug, 2013 04:58 AM You shouldn't have to add it as a source - it should be automatically mounted. From XBMC -> Programs -> Xbian-config -> Services -> Dbus -> Running (Status should show stopped) Click to start. Now select XBMC - click on status and restart. When XBMC is running, you should see your HDD in the files menu of Video, music etc. Unfortunately it is a known bug in Beta 1.1 |