This shows you the differences between two versions of the page.
de:linuxmce_1004_dvd_installer [2012/07/18 20:34] – [Public Key Error medibuntu] admin | de:linuxmce_1004_dvd_installer [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== LinuxMCE 1004 DVD Installer ====== | ||
- | |||
- | Snapshot: LMCE-1004-20120701130826149.iso | ||
- | ===== Hardware ===== | ||
- | |||
- | * MacMini 2010 - [[http:// | ||
- | * Intel Core 2 Duo - 2.66GHz | ||
- | * 8GB RAM | ||
- | * S/PDIF audio | ||
- | * Teufel [[http:// | ||
- | * DVB-S Device: [[http:// | ||
- | * Remote: WII Mote Plus | ||
- | * External HDD (2x 2TB): [[http:// | ||
- | * iPad2 | ||
- | * iPhone 3GS | ||
- | * Cups Printer: Canon IP5300 | ||
- | |||
- | |||
- | ===== Common hints ===== | ||
- | |||
- | ^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 | | ||
- | ===== Let's go ===== | ||
- | |||
- | - Drop in DVD and boot from cdrom - Boot LinuxMCE live | ||
- | - in grub select "Boot LinuxMCE live DVD" (first option) | ||
- | - TAB to set boot options and add **nomodeset reboot=pci** | ||
- | - hit ENTER to run installer | ||
- | - Wait till it completely bootet... | ||
- | - Install [[de: | ||
- | - Follow the nice looking installer (If you can't figure out how to do this, go home! ;-) ) | ||
- | |||
- | |||
- | 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/ / | ||
- | sudo mount --bind /proc/ / | ||
- | sudo mount --bind /sys/ / | ||
- | sudo chroot / | ||
- | |||
- | ===== Broadcom BCM57765 ethernet tg3-driver install ===== | ||
- | |||
- | Download Driver (from another Computer) | ||
- | |||
- | http:// | ||
- | |||
- | unzip the file and search for tg3-3.116j.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 / | ||
- | cd tg3-3.116j/ | ||
- | tar xfvz / | ||
- | make | ||
- | make install | ||
- | insmod tg3.ko | ||
- | modprobe tg3 | ||
- | dhclient eth0 # OBTAIN IP ADDRESS FROM DHCP | ||
- | |||
- | |||
- | ===== Update grub to enable reboot and graphics ===== | ||
- | |||
- | Make sure is still working chroot /target | ||
- | |||
- | edit | ||
- | |||
- | vi / | ||
- | |||
- | 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=" | ||
- | |||
- | Whats going on .. | ||
- | * nomodeset fixes black screen after boot | ||
- | * reboot=pci enables reboot, if not set it won't reboot | ||
- | |||
- | 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 ===== | ||
- | |||
- | 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:// | ||
- | |||
- | mkdir / | ||
- | mkdir asix | ||
- | cd asix | ||
- | cp path/ | ||
- | 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) & | ||
- | |||
- | |||
- | }, { | ||
- | // Apple USB Ethernet Adapter | ||
- | | ||
- | | ||
- | |||
- | |||
- | Install it .. | ||
- | |||
- | sudo modprobe -r asix | ||
- | make | ||
- | sudo make install | ||
- | sudo modprobe asix | ||
- | |||
- | |||
- | First reboot !!! | ||
- | sudo reboot | ||
- | ===== auto install NVIDIA 320M ===== | ||
- | |||
- | <note tip> | ||
- | |||
- | |||
- | 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 " | ||
- | |||
- | add pciid in nvidia-install.sh. Add it to both lines DRIVER_260_SUPPORTED and VDPAU_REV_C_SUPPORTED | ||
- | |||
- | sudo nano -w / | ||
- | |||
- | |||
- | ===== Install TT-connect 3650 S2 DVB receiver ===== | ||
- | |||
- | |||
- | < | ||
- | |||
- | < | ||
- | If this happend make sure you cleaned your dvb drivers: | ||
- | < | ||
- | sudo rm -rf / | ||
- | </ | ||
- | |||
- | |||
- | |||
- | Remove previous installed modules: | ||
- | |||
- | sudo rm -rf / | ||
- | |||
- | |||
- | ==== S2API ==== | ||
- | |||
- | mkdir 3650 | ||
- | cd 3650 | ||
- | hg clone http:// | ||
- | 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 | ||
- | | ||
- | |||
- | |||
- | ==== ISSUE ==== | ||
- | |||
- | / | ||
- | make[3]: *** [/ | ||
- | make[2]: *** [_module_/ | ||
- | make[2]: Leaving directory `/ | ||
- | make[1]: *** [default] Fehler 2 | ||
- | make[1]: Verlasse Verzeichnis '/ | ||
- | make: *** [all] Fehler 2 | ||
- | |||
- | ==== FIX ==== | ||
- | |||
- | change CONFIG_DVB_FIREDTV=m | ||
- | to CONFIG_DVB_FIREDTV=y | ||
- | |||
- | |||
- | in | ||
- | |||
- | ./ | ||
- | ====== Some Settings and useful commands ====== | ||
- | |||
- | |||
- | ===== MythTV ===== | ||
- | |||
- | |||
- | **Notice** | ||
- | |||
- | By following the advice at [[http:// | ||
- | |||
- | sudo apt-get install mythtv | ||
- | |||
- | **Settings** | ||
- | |||
- | I used these [[http:// | ||
- | |||
- | |||
- | ==== Astra 19.2E scan settings ==== | ||
- | |||
- | **freq:** 12551500 | ||
- | |||
- | **pol:** horizontal/ | ||
- | |||
- | **symbol rate:** 22000000 | ||
- | |||
- | **fec:** auto | ||
- | |||
- | |||
- | ==== mythbackend died ==== | ||
- | |||
- | Error Messages: | ||
- | |||
- | - Frame Buffering failed to many times | ||
- | |||
- | |||
- | Solution: | ||
- | |||
- | http:// | ||
- | |||
- | |||
- | |||
- | ==== FIX " | ||
- | |||
- | Basically you need to downgrade pluto-dcecommon as follows: | ||
- | |||
- | wget http:// | ||
- | sudo dpkg -i pluto-dcecommon_2.0.0.45.12062726126_i386.deb | ||
- | reboot | ||
- | |||
- | |||
- | ==== Set DB password to make mythfilldatabase running ==== | ||
- | |||
- | GRAnt all previliges to mythtv user and set password as shown in / | ||
- | |||
- | |||
- | |||
- | ===== Some notes ===== | ||
- | * after installation AVWizard was skipped for some reason, i made i somehow to commandline and used "sudo apt-get update && sudo apt-get upgrade" | ||
- | * D-Link usb hub blocked boot/ | ||
- | * tried to set network to dhcp in lmce-admin -> Advanced -> Network -> Network Settings for "1. External network card eth0", it took ages and finally i changed it manually in / | ||
- | |||