View Single Post
Posts: 8 | Thanked: 0 times | Joined on Jul 2007
#3
thanks brother. I should type "yes" rather than "y".

But now, I got another problem. Please help.

After booting from the internal falsh, I typed in the fllowing comands as the instruction suggests:




sudo gainroot
insmod /mnt/initfs/lib/modules/current/ext2.ko
mount /dev/mmcblk0p2 /opt
mkdir /floppy
mount -t jffs2 /dev/mtdblock4 /floppy
apt-get -d install tar.



I was told that

reading package lists...........Done
building dependency tree..... Done
Some packages could not be installed. This may mean that you have requested an impossible situatio or if you are using the unstable disribution that some required packages have not yet been created or been removed out of incoming.

since you only requested a single operation it is extremely likely that the package is simply not istallable and a bug report against that package should be filed.
The following information may help to resolve the situation:

The following package have unmet dependencies:

osso-bttools: Depends: bluez-utils (>= 2.25) but it is not going to be installed.
E: Broken packages

/home/user #



I ignored the warning and went ahead with

mkdir /tar-temp/
cd /var/cache/apt/archives/
dpkg -x tar*.deb /tar-temp/


but I was told

dpkg -deb: failed to read archive 'tar*.deb': no such file or directory



What should I do now?

Thanks