kanotix.com

General Support - persistent ipw3945 problem [fixed]

zonker666 - 10.11.2006, 17:18 Uhr
Titel: persistent ipw3945 problem [fixed]
I tried the fix in this post http://kanotix.com/PNphpBB2-viewtopic-t-22385.html, but it just doesn't work, i keep getting error messages:

Zitat:
root@KanotixBox:/home/rasmus# apt-get install -f
Reading package lists... Done
Building dependency tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
firmware-ipw3945
Suggested packages:
initramfs-tools
The following NEW packages will be installed:
firmware-ipw3945
0 upgraded, 1 newly installed, 0 to remove and 42 not upgraded.
1 not fully installed or removed.
Need to get 0B/61.1kB of archives.
After unpacking 160kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 121000 files and directories currently installed.)
Unpacking firmware-ipw3945 (from .../firmware-ipw3945_0.3_all.deb) ...
dpkg: error processing /var/cache/apt/archives/firmware-ipw3945_0.3_all.deb (--unpack):
trying to overwrite `/lib/firmware/ipw3945.ucode', which is also in package ipw3945-ucode-1.13
Errors were encountered while processing:
/var/cache/apt/archives/firmware-ipw3945_0.3_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@KanotixBox:/home/rasmus#


so trying
Zitat:
root@KanotixBox:/home/rasmus# apt-get remove --purge ipw3945-ucode-1.13
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
ipw3945-ucode: Depends: firmware-ipw3945 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@KanotixBox:/home/rasmus#


then i tried
Zitat:
root@KanotixBox:/home/rasmus# apt-get install --reinstall ipw3945-ucode-1.13
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
ipw3945-ucode: Depends: firmware-ipw3945 but it is not going to be installed
ipw3945-ucode-1.13: Depends: firmware-ipw3945 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@KanotixBox:/home/rasmus#


just leaves me at the beginning, any ideas?
It is rc4
piper - 10.11.2006, 17:25 Uhr
Titel: RE: persistent ipw3945 problem
Keep doing it, it took 9 times for me doing

apt-get clean
apt-get autoclean
apt-get-update
apt-get dist-upgrade
apt-get -f install

Could not get this to work using h2's script
zonker666 - 10.11.2006, 18:00 Uhr
Titel: RE: persistent ipw3945 problem
Thanks piper. I really don't understand why it worked the 6th time i tried, but so it did.
h2 - 10.11.2006, 20:19 Uhr
Titel: RE: persistent ipw3945 problem
If you have not already done a dist-upgrade that ended with this error my script has a fix in it that should work.

If you have already done the upgrade that exited with errors then the fix in my script will not do anything, so you have to do those repeated install -f things to try to handle it.
The_Seeker - 10.11.2006, 20:49 Uhr
Titel: RE: persistent ipw3945 problem
Zitat:

If you have not already done a dist-upgrade that ended with this error my script has a fix in it that should work.

Your fix didn't work for me unfortunately h2; I'm getting the same error messages as above.
h2 - 10.11.2006, 21:32 Uhr
Titel: RE: persistent ipw3945 problem
seeker, did you already do a du and try to use my script to fix it? I know it won't fix it after the fact, but it should theoretically work before the du, but not if you did a du within I think 2 days of now, then the problem is already there. Unfortunately, this particular fix is not possible for me to test since I don't have that stuff installed on any machine.
The_Seeker - 10.11.2006, 21:37 Uhr
Titel: RE: persistent ipw3945 problem
The only thing I did was check for any possible upgrades whilst in KDE (i.e. apt-get update && apt-get dist-upgrade but saying no to upgrading). Maybe this is what caused the error.
devil - 10.11.2006, 21:54 Uhr
Titel: RE: persistent ipw3945 problem
if you dont need the ipw-stuff, do:
Code:
dpkg -P $(dpkg -l |awk '/ipw3945/{print $2}')

then do:
Code:
apt-get -f install

that should fix it.

greetz
devil
h2 - 11.11.2006, 01:09 Uhr
Titel: RE: persistent ipw3945 problem
Devil, lol, I just posted this fix, which I just discoverd as well, slightly different than yours, but same idea.

I was lucky enough to get this error as well. After trying some endless install -f stuff, which didn't work, I tried this, which did work:

instead of: apt-get remove --purge ipw3945-1.13
I did: dpkg --purge ipw3945-1.13
followed by an install -f to make sure. It worked fine, no hangup.

That fix is now in my updated script.
Alle Zeiten sind GMT + 1 Stunde
PNphpBB2 © 2003-2007