This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
de:linuxmce_macmini_2010_4_1:linuxmce_1204_upgrade [2013/03/13 22:26] – admin | de:linuxmce_macmini_2010_4_1:linuxmce_1204_upgrade [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Upgrade LinuxMCE 8.10 to 12.04 ====== | ||
- | after changing sources in / | ||
- | |||
- | E: Could not perform immediate configuration on ' | ||
- | |||
- | ===== What i had to do to fix all the issues: ===== | ||
- | |||
- | **Force " | ||
- | |||
- | sudo dpkg -i --force-overwrite / | ||
- | sudo apt-get install -o APT:: | ||
- | |||
- | **Run dist-upgrade** | ||
- | |||
- | sudo apt-get dist-upgrade -o APT:: | ||
- | |||
- | **MySQL issue:** | ||
- | |||
- | sudo touch / | ||
- | |||
- | **Edit / | ||
- | |||
- | remove all lines containing | ||
- | |||
- | default-character-set=utf8 | ||
- | |||
- | **Edit / | ||
- | |||
- | comment out | ||
- | |||
- | # | ||
- | |||
- | |||
- | **edit / | ||
- | |||
- | WRONG!! == This might be related to my Apple USB-Ethernet Adapter (used driver: asix) | ||
- | |||
- | <note tip>DOH DOH DOH! This issue was related to a not connected Apple USB-Ethernet Adapter</ | ||
- | |||
- | |||
- | change | ||
- | |||
- | INTIFACE=eth0 | ||
- | |||
- | to | ||
- | |||
- | INTIFACE=eth1 | ||
- | |||
- | ===== Ignored config files: ===== | ||
- | |||
- | < | ||
- | ... | ||
- | linux-igd (1.0+cvs20070630-3) wird eingerichtet ... | ||
- | Starting Linux IGD Daemon: linux-igd. | ||
- | N: Ignoring file ' | ||
- | N: Ignoring file ' | ||
- | N: Ignoring file ' | ||
- | N: Ignoring file ' | ||
- | N: Ignoring file ' | ||
- | </ | ||
- | |||
- | |||
- | ===== Thougths ... not done yet ===== | ||
- | |||
- | ISSUE: Grub does not want to boot | ||
- | |||
- | SOLUTION: Set timer in / | ||
- | |||
- | ===== Things i had trouble with, and still just work after Upgrade ===== | ||
- | |||
- | * nvidia-current Driver is installed for my NVIDIA 320M and works (thanks L3top, you made it work ootb in 8.10) | ||
- | * AVWizard runs with no issues... ALL audio works. | ||
- | * VDR works | ||
- | * built-in Ethernet of the MacMini (tg3 driver installed on 8.10) | ||
- | * Apple USB-Ethernet Adapter (asix driver installed on 8.10 & asix.c file modified to support Apple) | ||
- | * TT-Connect 3650CI (s2-libpalin driver installed on 8.10) |