Snapshot: LMCE-1004-20120701130826149.iso
issue | fix |
---|---|
can't eject cd/dvd | hold down the left mouse button till the disc is ejected |
switch to terminal | STRG + ALT + F2 |
switch to UI | STRG + ALT + F7 |
Stop X Server | sudo /usr/pluto/bin/Stop_X.sh |
Get used Display Driver | lshwd | grep ' VGA ' | head -1 | sed 's/^.*(\([^()]*\)).*$/\1/' |
Chroot the freshly installed LMCE-Disk
Do the following step:
chroot /target
DID NOT WORK FOR ME! SO I DID THIS:
Boot from LiveCD, again. In Terminal:
sudo mount --bind /dev/ /media/disk/dev/ sudo mount --bind /proc/ /media/disk/proc/ sudo mount --bind /sys/ /media/disk/sys/ sudo chroot /media/disk/
Changed Driver Version: linux-3.122g.zip to linux-3.124c.zip
Download Driver (from another Computer)
http://www.broadcom.com/support/license.php?file=570x/linux-3.124c.zip
unzip the file and search forlinux-3.124c.tar.gz and put it on a usb drive plug it in to your freshly installed and not yet rebootet LinuxMCE machine.
Go to dir and install
mkdir /usr/pluto/drivers && cd /usr/pluto/drivers cd tg3-3.116j/ tar xfvz /path/to/tg3-3.116j.tar.gz /usr/pluto/drivers/ make make install insmod tg3.ko modprobe tg3 dhclient eth0 # OBTAIN IP ADDRESS FROM DHCP
Make sure is still working chroot /target
edit
vi /etc/default/grub
and verify that GRUB_CMDLINE_LINUX_DEFAULT contains nomodeset and reboot=pci Possibly its the best to add these values at the end
e.g.
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset reboot=pci"
Whats going on ..
To apply the new settings to grub run
update-grub
Now you should be able to boot without getting a black screen and you are also able to reboot, but hold on for a few more minutes
Install Apple USB Ethernet Adapter - download the driver to an USB drive mount it and copy it as needed if no internet available
Driver download: http://www.asix.com.tw/FrootAttach/driver/AX88772B_772A_760_772_178_LINUX2.6.35_Driver_v3.5.0_Source.tar.bz2
mkdir /usr/pluto/drivers && cd /usr/pluto/drivers mkdir asix cd asix cp path/to/AX88772B_772A_760_772_178_LINUX2.6.35_Driver_v3.5.0_Source.tar.bz2 ./ tar xvjf AX88772B_772A_760_772_178_LINUX2.6.35_Driver_v3.5.0_Source.tar.bz2 sudo apt-get install module-assistant sudo module-assistant prepare
Add following lines to asix/asix.c after .driver_info = (unsigned long) &belkin178_info, (hint from Ubuntu Forums )
}, { // Apple USB Ethernet Adapter USB_DEVICE(0x05ac, 0x1402), .driver_info = (unsigned long) &ax88772_info,
Install it ..
sudo modprobe -r asix make sudo make install sudo modprobe asix
First reboot !!!
sudo reboot
Basic Steps to make it work automatically:
Check NVIDIA Card
sudo apt-cache policy nvidia-glx-260 | grep -i Installed sudo lspci -nn | grep VGA
Update pciid
sudo update-pciids lspci -nn | grep VGA
Get pciid
lspci -nn | grep -vi "non-vga" | grep "VGA" | sed 's/.*://;s/\].*//'
add pciid in nvidia-install.sh. Add it to both lines DRIVER_260_SUPPORTED and VDPAU_REV_C_SUPPORTED
sudo nano -w /usr/pluto/bin/nvidia-install.sh
If this happend make sure you cleaned your dvb drivers:
sudo rm -rf /lib/modules/2.6.32-41-generic/kernel/drivers/media/dvb/dvb-usb/*
New Repository:
https://pikacode.com/liplianin/s2-liplianin-v35/
Remove previous installed modules:
sudo rm -rf /lib/modules/2.6.32-41-generic/kernel/drivers/media/dvb/dvb-usb/*
mkdir 3650 cd 3650 wget https://pikacode.com/mercurial.intuxication.org/s2-liplianin.tar.gz --no-check-certificate tar xf s2-liplianin.tar.gz cd s2-liplianin make make install cd v4l/ sudo modprobe dvb-core sudo modprobe stb6100 sudo modprobe stb0899 sudo modprobe lnbp22 sudo modprobe ttpci-eeprom sudo modprobe dvb-usb sudo modprobe dvb-usb-pctv452e
/home/jochen/3650/s2-liplianin/v4l/firedtv-1394.c:298: error: implicit declaration of function 'hpsb_unregister_protocol' make[3]: *** [/home/jochen/3650/s2-liplianin/v4l/firedtv-1394.o] Error 1 make[2]: *** [_module_/home/jochen/3650/s2-liplianin/v4l] Error 2 make[2]: Leaving directory `/usr/src/linux-headers-2.6.32-33-generic' make[1]: *** [default] Fehler 2 make[1]: Verlasse Verzeichnis '/home/jochen/3650/s2-liplianin/v4l' make: *** [all] Fehler 2
change CONFIG_DVB_FIREDTV=m to CONFIG_DVB_FIREDTV=y
in
./3650/s2-liplianin/v4l/.config
By making sure that the LinuxMCE is up to date i had trouble doing “apt-get update”.
Error
W: GPG error: http://packages.medibuntu.org lucid
Fix
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2EBC26B60C5A2783