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 - kraleksandr - 15th Jul, 2013 09:05 PM Since b1 I dont see my USB-HDD in the Video - Files menu. With a5 it looks like "236.6Gb" in the Files menu. fstab entry: Terminal UUID=839aea66-ad3d-4c3a-9d10-7f8f4d91ec9f /media/hdd ext4 defaults,noatime 0 0 P.S. Where is the TERM bb-code? RE: Official XBian 1.0 Beta 1.1 thread - 0xFF - 15th Jul, 2013 09:08 PM Hello, Before upgrading to Beta 1.1 I have issue with beta 1.0 and lirc_rpi module. lirc_rpi module was loaded at boot time but ignoring /etc/modprobe.d/lirc_rpi.conf settings (options lirc_rpi gpio_in_pin=25). I tried to remove lirc_rpi from /etc/modules or add to lirc_rpi to blacklisted modules, but no luck. To force lirc_rpi module to use GPIO 25 PIN I had manually rmmod lirc_rpi and modprobe lirc_rpi again. Now this odd issue gone. Lirc_rpi module is not loaded by default. I had to add lirc_rpi to /etc/modules. And now it is loaded with proper options (gpio_in_pin=25). Thanks for upgrade RE: Official XBian 1.0 Beta 1.1 thread - belese - 15th Jul, 2013 09:20 PM mk01>wasn't the key copy of sdcard in any kind? more or less, i think it is my test with a raid0 between usk key end sd card, i've just reflash sd card, and have to remove usb before booting. but not at home now, could confirm later on content of sdcard. RE: Official XBian 1.0 Beta 1.1 thread - mk01 - 15th Jul, 2013 09:30 PM (15th Jul, 2013 09:20 PM)belese Wrote: mk01>wasn't the key copy of sdcard in any kind? I was thinking about maybe the same UUID or LABEL on both partitions. (15th Jul, 2013 09:08 PM)0xFF Wrote: Now this odd issue gone. Lirc_rpi module is not loaded by default. I had to add lirc_rpi to /etc/modules. And now it is loaded with proper options (gpio_in_pin=25). between 1.0 and 1.1 we changed the busybox modprobe for native kmod package. seems that busybox's modprobe is not honoring MODPROBE_OPTIONS env settings. anyhow, what is in /etc/modules is copied to initramfs and loaded upon "init starting", before real root exists, but not all files from /etc/modprobe.d going to fix this. mk RE: Official XBian 1.0 Beta 1.1 thread - googl1 - 15th Jul, 2013 09:36 PM (15th Jul, 2013 08:52 PM)mk01 Wrote:(15th Jul, 2013 07:36 PM)googl1 Wrote: The green LED on the pi is blinking. allready did this, didn't change anything... please read my post above RE: Official XBian 1.0 Beta 1.1 thread - mk01 - 15th Jul, 2013 11:24 PM (15th Jul, 2013 08:49 PM)googl1 Wrote: from this one /dev/mmcblk0p1 nothing will boot. and this also is answer to question why _nothing_ appeared. RE: Official XBian 1.0 Beta 1.1 thread - googl1 - 15th Jul, 2013 11:29 PM (15th Jul, 2013 11:24 PM)mk01 Wrote:(15th Jul, 2013 08:49 PM)googl1 Wrote: So whats the source of the problem, how can i avoid the corruption of mmcblk0p1? I already tried it a second time, and the same happened. When I flash my Alpha 5 backup, everything works fine, until I try to update. RE: Official XBian 1.0 Beta 1.1 thread - mk01 - 16th Jul, 2013 12:04 AM (15th Jul, 2013 08:49 PM)googl1 Wrote: But even after that, the pi doesn't start up. it can not boot, because the needed files are not there (renamed). reformat the /boot partition only and restore files from alpha5. let's see, what is the condition of rootfs. btw: did you checked the ext4 also before the updating? and also, for manual check use -f option, not only replaying the journal. is this card you updated original filesystem, or dd-ed copy? RE: Official XBian 1.0 Beta 1.1 thread - JeHaLi - 16th Jul, 2013 12:23 AM (15th Jul, 2013 08:34 PM)mk01 Wrote:(15th Jul, 2013 04:35 PM)JeHaLi Wrote: Setting up nfs-common (1:1.2.6-4) ... I did it, but: xbian@xbian ~ $ sudo "insserv -f rpcbind" sudo: insserv -f rpcbind: command not found RE: Official XBian 1.0 Beta 1.1 thread - mk01 - 16th Jul, 2013 12:30 AM (16th Jul, 2013 12:23 AM)JeHaLi Wrote: xbian@xbian ~ $ sudo "insserv -f rpcbind" without quotes. if you quote this, sudo wants to start ONE command named insserv\ \-f\ rpcbind Code: sudo insserv -f rpcbind RE: Official XBian 1.0 Beta 1.1 thread - dlysnes - 16th Jul, 2013 01:18 AM Hey Just a quick question. I'm on the first beta (fresh). I ran apt-get update, but the apt-get install xbian-update -y only returns "xbian-update is already the newest version." Do I need to update sources / mirrors? The xbian-config mirros update don't work, so guess I need to add sth manually? This is my /etc/apt/sources.list: deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi deb mirror://apt.xbian.org/mirror.txt wheezy main #deb-src http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi RE: Official XBian 1.0 Beta 1.1 thread - googl1 - 16th Jul, 2013 01:22 AM (16th Jul, 2013 12:04 AM)mk01 Wrote:(15th Jul, 2013 08:49 PM)googl1 Wrote: But even after that, the pi doesn't start up. it was a dd-ed copy I dd-ed the backup on the card again and checked the filesystems before update to beta: Code: # fsck -f -y /dev/mmcblk0p1 Code: # fsck -f -y /dev/mmcblk0p2 RE: Official XBian 1.0 Beta 1.1 thread - mk01 - 16th Jul, 2013 01:39 AM (16th Jul, 2013 01:18 AM)dlysnes Wrote: Hey do a "apt-cache policy xbian-update". if really just 1.0-1.0 then do apt-get clean apt-get update apt-get upgrade RE: Official XBian 1.0 Beta 1.1 thread - brantje - 16th Jul, 2013 02:40 AM Thanks, beta 1.1 running fine! RE: Official XBian 1.0 Beta 1.1 thread - JeHaLi - 16th Jul, 2013 03:20 AM (16th Jul, 2013 12:30 AM)mk01 Wrote:(16th Jul, 2013 12:23 AM)JeHaLi Wrote: xbian@xbian ~ $ sudo "insserv -f rpcbind" ......... Generation complete. root@xbian:/home/xbian# That helps, Thanks a lot !!! |