Forum

Full Version: Official XBian 1.0 Alpha 5 thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Did you have the package installed before?
I haven't been able to try out a new wifi dongle (not delivered yet!).

In desperation, I installed the final Rasbmc distro ... ahem! This works without any problems - shutdown is immediate and wifi is OFF!

I really don't want to be a deserter ... but unless the new dongle makes a difference, I think I'll be keeping alpha 4 as a backup!
(9th Mar, 2013 05:38 AM)CurlyMo Wrote: [ -> ]Did you have the package installed before?

I assumed it was bundled with a previous release.. ?
That was not my question Wink
(9th Mar, 2013 06:54 PM)CurlyMo Wrote: [ -> ]That was not my question Wink

Well I assume it was as it states it has to be reinstalled, and if I run sudo apt-get install xbian-package-headers3.2.27 i get the same error message that apt-get cannot find an archive containing the package so cannot install..
My question was if you had deliberately installed the kernel-headers before?
(9th Mar, 2013 07:03 PM)CurlyMo Wrote: [ -> ]My question was if you had deliberately installed the kernel-headers before?

I don't recall deliberately installing kernel-headers
That's what i wanted to know. Can you do:
Code:
sudo apt-get purge xbian-package-headers3.2.27
(9th Mar, 2013 07:42 PM)CurlyMo Wrote: [ -> ]That's what i wanted to know. Can you do:
Code:
sudo apt-get purge xbian-package-headers3.2.27

xbian@XBian ~ $ sudo apt-get purge xbian-package-headers3.2.27
[sudo] password for xbian:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package xbian-package-headers3.2.27 needs to be reinstalled, but I can't find an archive for it.
xbian@XBian ~ $
Code:
dpkg --get-selections xbian*
(9th Mar, 2013 08:02 PM)CurlyMo Wrote: [ -> ]
Code:
dpkg --get-selections xbian*

xbian@XBian ~ $ dpkg --get-selections xbian*
xbian-package-config deinstall
xbian-package-config-shell install
xbian-package-config-xbmc install
xbian-package-firmware install
xbian-package-headers3.2.27 install
xbian-package-kernel3.2.27 install
xbian-package-kernel3.6.1 deinstall
xbian-package-kernel3.6.11 install
xbian-package-kernel3.6.7 install
xbian-package-lirc install
xbian-package-web install
xbian-package-xbmc install
xbian-update install
Code:
sudo dpkg --remove --force-remove-reinstreq xbian-package-headers3.2.27
It would also be a good thing to remove all the old kernels:
Code:
sudo apt-get remove xbian-package-kernel3.2.27 xbian-package-kernel3.6.1 xbian-package-kernel3.6.7
Hi, quick question:

Is it normal that the sound of a video starts a few seconds later than the video itself? I'm streaming from a NAS, both connected through cables and the Pi is connected through HDMI (including sound).

When I start a video, the first 3 seconds I have no sound and then it suddenly pops up. Is this normal, or is there anything I can do about this maybe? Smile
Code:
xbian@XBian ~ $ sudo dpkg --remove --force-remove-reinstreq xbian-package-headers3.2.27
dpkg: warning: overriding problem because --force enabled:
Package is in a very bad inconsistent state - you should
reinstall it before attempting a removal.
(Reading database ... 85969 files and directories currently installed.)
Removing xbian-package-headers3.2.27 ...

Code:
xbian@XBian ~ $ sudo apt-get remove xbian-package-kernel3.2.27 xbian-package-kernel3.6.1 xbian-package-kernel3.6.7
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'xbian-package-kernel3.6.1' is not installed, so not removed
Package 'xbian-package-kernel3.2.27' is not installed, so not removed
The following packages were automatically installed and are no longer required:
  crda dnsmasq-base gir1.2-glib-2.0 iw libasound2 libftdi1
  libgirepository-1.0-1 libjim0debian2 liblircclient0 libnetfilter-conntrack3
  libnl-route-3-200 libnm-glib4 libnm-util2 modemmanager network-manager
  python-dbus python-dbus-dev python-gi usb-modeswitch usb-modeswitch-data
  wireless-regdb
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  xbian-package-kernel3.6.7
0 upgraded, 0 newly installed, 1 to remove and 96 not upgraded.
After this operation, 34.8 MB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 31543 files and directories currently installed.)
Removing xbian-package-kernel3.6.7 ...

Code:
xbian@XBian ~ $ dpkg --get-selections xbian*
xbian-package-config                            deinstall
xbian-package-config-shell                      install
xbian-package-config-xbmc                       install
xbian-package-firmware                          install
xbian-package-headers3.2.27                     deinstall
xbian-package-kernel3.2.27                      install
xbian-package-kernel3.6.1                       deinstall
xbian-package-kernel3.6.11                      install
xbian-package-kernel3.6.7                       deinstall
xbian-package-lirc                              install
xbian-package-web                               install
xbian-package-xbmc                              install
xbian-update                                    install

Code:
xbian@XBian ~ $ sudo apt-get install xbian-package-firmware
Reading package lists... Done
Building dependency tree
Reading state information... Done
xbian-package-firmware is already the newest version.
The following packages were automatically installed and are no longer required:
  crda dnsmasq-base gir1.2-glib-2.0 iw libasound2 libftdi1
  libgirepository-1.0-1 libjim0debian2 liblircclient0 libnetfilter-conntrack3
  libnl-route-3-200 libnm-glib4 libnm-util2 modemmanager network-manager
  python-dbus python-dbus-dev python-gi usb-modeswitch usb-modeswitch-data
  wireless-regdb
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.

Confused by the firmware one as didn't think it had previously installed successfully given the error message regarding the package headers, firmware is reported as version 1.3
Version 1.3 is correct.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Reference URL's