Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Mac mini v2010: easyVDR
#1
Hallo,

ich habe hier ein Luxusproblem. Ich würde gern auf einem
Mac mini [2010] mal easyVDR 0.8 mit VDPAU installieren.

Läuft denn VDPAU mit einer NVIDIA GeForce 320M ?
Zitat:NVIDIA GeForce 320M Grafikprozessor mit 256 MB DDR3 SDRAM gemeinsam mit dem Hauptspeicher

Um es mal etwas weiter zu spinnen ...

Da wäre einmal der Weg über

BootCamp mit rEFIt

[Bild: screen2.png]

Zitat:Voraussetzungen
  - Mac Mini (early 2009 oder 2010)
  - NetCeiver [Tunerkopfstation]
  - z.B. Logitech Harmony Fernbedienung
  - Server mit VDR und Festplatten oder NAS

  [Bild: specs_dimensions_mini_20100615.jpg]


  [Bild: specs_ports_20100615.jpg]

Vorbereitung der Installation auf Mac Mini[size=1em]v2010[/size]
 
  Bootcamp Installation
  - Mac OS booten und BootCamp-Assistent starten (befindet sich im Dienstprogramme Ordner)
  - In Bootcamp die Festplatte in zwei Partitionen aufteilen (Größe je nach Wunsch) und formatieren
  - Nach dem Formatieren abbrechen und keine Boot CD einlegen
 
  easyVDR Installation
  - Von einer normalen CD/DVD booten (Taste C gedrückt halten während des Startens damit
    der Mac Mini  von der DVD bootet
  - Die normale easyVDR Installation ausführen, und im Partitionierungs Dialog im  Manuell Modus
    die von Mac OS erzeugte Partition wieder löschen und durch eine neue swap Partition und
    eine Linux Partition ersetzen 
   
  rEFIt installieren
  - rEFIt Mac disk image unter Mac OS herunterladen und starten rEFIt Link
  - rEFIt Disk Image mounten und rEFIT..mpkg starten
  - Anweisungen ausführen und das MAC OS X Laufwerk als Ziellaufwerk auswählen
  - In der fEFIt Konfigurationsdatei efi/refit/refit.conf die Option  legacyfirst setzen, dann wir
    Linux als Default Filesystem gestartet,  weiterhin die Option timeout auf einen kleinen
    Wert setzen, damit  schneller an Linux gebootet wird.

Lirc auf Mac Mini
- Für Harmony Fernbedinungen gibt es schon ein fertig konfiguriertes Device das
  kompatibel mit dem Mac Mini IR Empfänger ist. Die  entsprechende Daten und
  das lircd.conf file finden sich unter folgendem  Link: PLEX/ Harmony
  Das passende lircd.conf file sieht dann wie folgt aus:

Code:
#This configuration has been automatically generated via
#the Ubuntu LIRC package maintainer scripts.
#
#It includes the default configuration for the remote and/or
#transmitter that you have selected during package installation.
#
#Feel free to add any custom remotes to the configuration
#via additional include directives or below the existing
#Ubuntu include directives from your selected remote and/or
#transmitter.
# Please make this file available to others
# by sending it to <[email protected]>
#
# this config file was automatically generated
# using lirc-0.8.3(macmini) on Sat Feb 21 01:52:50 2009
#
# contributed by
#
# brand:                       /etc/lirc/stuff.conf
# model no. of remote control:
# devices being controlled by this remote:
#
# From: http://www.mail-archive.com/atv-b[email protected]/msg00268.html
# Setup for Harmony Remote
# Harmony Setup
# Type:         Media Center PC
# Manufacturer: Plex
# Model:        Plex Player

begin remote

  name MacMini
  bits           32
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  gap          203981
  toggle_bit_mask 0x0

      begin codes
          LargeUp                  0x87EE9F0B
          LargeDown                0x87EE9F0D
          Aspect                   0x87EE9D0A
          Queue                    0x87EE9D0C
          PwrToggle                0x87EE9D03
          Sleep                    0x87EE9A02
          Stop                     0x87EE9705
          SkipBackward             0x87EEA00B
          SkipForward              0x87EEA00D
          Play                     0x87EE9703
          Record                   0x87EE9B0C
          Rewind                   0x87EE9A0B
          FastForward              0x87EE9A0D
          Pause                    0x87EE9803
          Guide                    0x87EE9D05
          Info                     0x87EE990B
          Exit                     0x87EE9B0A
          Menu                     0x87EE9602
          VolumeUp                 0x87EE980A
          VolumeDown               0x87EE980C
          Mute                     0x87EE9805
          ChannelUp                0x87EE9E0A
          ChannelDown              0x87EE9E0C
          Back                     0x87EE990D
          DirectionUp              0x87EE960B
          DirectionDown            0x87EE960D
          DirectionLeft            0x87EE9608
          DirectionRight           0x87EE9607
          OK                       0x87EE9604
          1                        0x87EE970A
          2                        0x87EE970C
          3                        0x87EE9709
          4                        0x87EE9706
          5                        0x87EE9809
          6                        0x87EE9806
          7                        0x87EE9908
          8                        0x87EE9907
          9                        0x87EE9A08
          0                        0x87EE9A07
          Clear                    0x87EE9A04
          Enter                    0x87EE9902
          Red                      0x87EE9F08
          Green                    0x87EE9F07
          Yellow                   0x87EE9F04
          Blue                     0x87EE9F02
          F1                       0x87EE9B09
          F2                       0x87EE9B06
          F3                       0x87EE9B05
          F4                       0x87EE9B03
          F5                       0x87EEA008
          F6                       0x87EEA007
          F7                       0x87EEA004
          F8                       0x87EEA002
          F9                       0x87EE9E09
          F10                      0x87EE9E06
          F11                      0x87EE9E05
          F12                      0x87EE9E03
          F13                      0x87EE9D09
          F14                      0x87EE9D06
      end codes

end remote

Und die /var/lib/vdr/remote.conf

Code:
LIRC.Info       Info
LIRC.Up         DirectionUp
LIRC.Down       DirectionDown
LIRC.Menu       Menu
LIRC.Ok         OK
LIRC.Left       DirectionLeft
LIRC.Right      DirectionRight
LIRC.Red        Red
LIRC.Green      Green
LIRC.Yellow     Yellow
LIRC.Blue       Blue
LIRC.0          0
LIRC.1          1
LIRC.2          2
LIRC.3          3
LIRC.4          4
LIRC.5          5
LIRC.6          6
LIRC.7          7
LIRC.8          8
LIRC.9          9
LIRC.Volume+    VolumeUp
LIRC.Volume-    VolumeDown
LIRC.Mute       Mute
LIRC.Power      PwrToggle
LIRC.Channel+   ChannelUp
LIRC.Channel-   ChannelDown
LIRC.Back       Exit
LIRC.Play       Play
LIRC.Pause      Pause
LIRC.Record     Record
LIRC.Stop       Stop
LIRC.FastFwd    FastForward
LIRC.FastRew    Rewind
LIRC.Next       SkipForward
LIRC.Prev       SkipBackward
LIRC.Schedule   F1
LIRC.Channels   F2
#LIRC.PrevChannel        0
LIRC.Timers     F3
LIRC.Recordings F4
LIRC.Audio      F5
LIRC.User1      F6
LIRC.User2      F7
LIRC.User3      F8
LIRC.User4      F9
LIRC.User5      F10
LIRC.User6      F11


oder versuchen diese Installation in Parallels Desktop 5.0 für Mac durchführen.


Grüße
TVIA
Kopfstation: NetCeiver - 4x DVB-S2, VDR-1: INTEL D525MW, Reel eHD, 1GB RAM, SATA 750 GB  Software: easyVDR VDR-1.7.xx Ubuntu, Kernel: 2.6.32.x Client-1: MediaMVP Rev. H4 Client-2: Apple TV2 mit firecore aTV-flash & XBMC-PVR[B]
Zitieren
#2
Hi,

was aber auch geht ist XBMC mit VNSI-Server

XBMC für den MAC
http://xbmc.picmania.org/XBMC_r32595_with_CrystalHD.dmg


[img height=450 width=800]http://www.loggn.de/wp-content/uploads/2010/04/xbmc_live_tv-1024x576.jpg[/img]

VDR Plugin "VNSI-Server"
http://www.easyvdr-forum.de/forum/index....l#msg84368


Grüße

TVIA
Kopfstation: NetCeiver - 4x DVB-S2, VDR-1: INTEL D525MW, Reel eHD, 1GB RAM, SATA 750 GB  Software: easyVDR VDR-1.7.xx Ubuntu, Kernel: 2.6.32.x Client-1: MediaMVP Rev. H4 Client-2: Apple TV2 mit firecore aTV-flash & XBMC-PVR[B]
Zitieren
#3
HI,

hier ein paar Info´s zur Hardware des Mini

IR Controller
Zitat:Edit "/etc/modprobe.d/options" and add
[pre]options usbhid quirks=0x05ac:0x8241:0x10[/pre]Rebuild the initramfs so that the usbhid module options get propagated to the initramfs 
[pre]sudo update-initramfs -u[/pre]Now follow the "Setup LIRC" section (half way down the page) in the old IR Update wiki page. Skip the "Enable usbhid" part as it was already enabled by the modprobe quirk above.
  http://code.google.com/p/atv-bootloader/...teIRDriver

Setup LIRC
Patch/rebuild  lirc. lirc versions <= 0.8.2 do not flag repeat events for an apple  hiddev device.

Zitat:Create the lirc files to support the Apple IR controller. This is going  to be highly dependent on install distribution so you might have to do  some google search to find the correct conf. This procedure outlines  creating the lirc files from scratch. Remember lircd.conf assigns  symbols to the signals from the remote, and ~/.lircrc associates those  symbols to actions in programs
Audio
Zitat:Dirt simple, edit "/etc/modprobe.d/options" and add
[pre]options snd-hda-intel model=imac24[/pre]That's  it, remember to run "alsamixer" and un-mute for analog and digital  audio output. The iMac with 24 inch LCD has very similar ALC885 ALSA  configuration and we can use it for the AppleTV.

Grüße
TVIA
Kopfstation: NetCeiver - 4x DVB-S2, VDR-1: INTEL D525MW, Reel eHD, 1GB RAM, SATA 750 GB  Software: easyVDR VDR-1.7.xx Ubuntu, Kernel: 2.6.32.x Client-1: MediaMVP Rev. H4 Client-2: Apple TV2 mit firecore aTV-flash & XBMC-PVR[B]
Zitieren
#4
Hi,

hier ein Fundstück aus den Netz.

Mac mini "2009" Blu-ray Drive Upgrade Kit

http://www.amexdigital.com/Press_Release...%20Kit.htm

[size=2em]Blu-ray Super Multi Drive for Mac[/size]
http://www.amexdigital.com/bluray_super_...or_mac.htm

Grüße
TVIA
Kopfstation: NetCeiver - 4x DVB-S2, VDR-1: INTEL D525MW, Reel eHD, 1GB RAM, SATA 750 GB  Software: easyVDR VDR-1.7.xx Ubuntu, Kernel: 2.6.32.x Client-1: MediaMVP Rev. H4 Client-2: Apple TV2 mit firecore aTV-flash & XBMC-PVR[B]
Zitieren
#5
Hi,

beim Mac Mini 2010 ist das optische Laufwerk ist 12,5 mm dick, da kommt ein Hoffnungsschimmer auf
für eine süße Blu Ray Installation ...

[Bild: cmb12oAwEEsYxTqk.medium]

Anleitung unter:
http://www.ifixit.com/Teardown/Mac-Mini-...own/3094/1

[Bild: SiKdJKFBvUOZvqYK.medium]

Grüße
TVIA
Kopfstation: NetCeiver - 4x DVB-S2, VDR-1: INTEL D525MW, Reel eHD, 1GB RAM, SATA 750 GB  Software: easyVDR VDR-1.7.xx Ubuntu, Kernel: 2.6.32.x Client-1: MediaMVP Rev. H4 Client-2: Apple TV2 mit firecore aTV-flash & XBMC-PVR[B]
Zitieren
#6
Hi,

hat jemand das VNSI Plugin unter den VDR 1.70 am Laufen?

Bei mir stürzt es immer ab, wenn man vom Mac über XBMC zugreifen möchte.

Jemand eine Idee hierzu?

Grüße
TVIA
Kopfstation: NetCeiver - 4x DVB-S2, VDR-1: INTEL D525MW, Reel eHD, 1GB RAM, SATA 750 GB  Software: easyVDR VDR-1.7.xx Ubuntu, Kernel: 2.6.32.x Client-1: MediaMVP Rev. H4 Client-2: Apple TV2 mit firecore aTV-flash & XBMC-PVR[B]
Zitieren
#7
Antwort:
Zitat:hat jemand das VNSI Plugin unter den VDR 1.70 am Laufen?
Das VNSI Plugin kann kein PES und damit läuft es z.B. erst mit einem VDR 1.7.15 wo der Livestream per TS wiedergegeben wird.

Aber hiermit läuft XBMC auf Mac super, auch mit Apple FB-Unterstützung.

Grüße
TVIA
Kopfstation: NetCeiver - 4x DVB-S2, VDR-1: INTEL D525MW, Reel eHD, 1GB RAM, SATA 750 GB  Software: easyVDR VDR-1.7.xx Ubuntu, Kernel: 2.6.32.x Client-1: MediaMVP Rev. H4 Client-2: Apple TV2 mit firecore aTV-flash & XBMC-PVR[B]
Zitieren


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: