View Single Post
Posts: 490 | Thanked: 191 times | Joined on May 2010
#222
Originally Posted by nerfiaux View Post
There is a new fcam-drivers package, but when I do :
Code:
apt-get install fcam-drivers
I have error due to the fact that i have hostmode-gui 0.2.3 installed and that it has dependencies with kernel-hostmode
kernel-hostmode-modules kernel-hosmode-flasher

so I did :
Code:
for x in kernel-hostmode kernel-hostmode-flasher kernel-hostmode-modules
do echo -e "Package: $x
Pin: release a=unstable 
Pin-Priority: 1001\n" >> /etc/apt/preferences
done
But it does nothing !
does /etc/apt/preferences have changed on PR1.3
any help ?

BR

Nerfiaux
You can try to force-install it using dpkg.

wget http://repository.maemo.org/extras-t....7-1_armel.deb
from extras-testing or

wget http://repository.maemo.org/extras/p....6-1_armel.deb
from extras

dpkg -i <name.deb>

[Added]
But it probably are not gonna work with host-mode kernel.