Zotac CI320-520-540 Fanless - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222) +--- Forum: Hardware (https://forum.kodi.tv/forumdisplay.php?fid=112) +--- Thread: Zotac CI320-520-540 Fanless (/showthread.php?tid=196823) |
RE: Zotac CI320-520-540 Fanless - danik56 - 2014-11-22 (2014-11-19, 08:37)danik56 Wrote: I bought CI320 and installed OPENELEC. Any idea if power on from sleep by remote control is possible with CI320 ? RE: Zotac CI320-520-540 Fanless - wizziwig - 2014-11-23 (2014-11-22, 11:47)Ghostface Wrote: SN is G1442... When I shutdown the power on my CI520 (red LED) and then connect a 2.5" USB powered hard drive, I again hear a very quiet ticking sound when within 4 inches of the box. The sound stops as soon as the hard drive spins down and goes to sleep. So it does seem like supplying power to the USB causes the slight noise. I'm very sensitive to high frequency noises from DC adapters and it's definitely not an issue on my sample. Looks like our units were manufactured 4 months apart. Maybe Zotac switched components and made things worse? Did you try with everything unplugged? Only leaving the power and video cable? If you don't have an internal drive, try booting into openelec via USB thumb drive. My unit is still using the original first firmware release. I have never entered the BIOS or updated to the newer releases. You could try downgrading yours to see if it makes a difference. RE: Zotac CI320-520-540 Fanless - martin.haager - 2014-12-14 Hello Just bought an new Zotac CI520 to replace my Raspbery which served me well the last year Installed xbmcbuntu 14.04 with XBMC 13.2 The Zotac boots diskless via PXE So far so good everything works as expected Have an old Windows MCE that works via the standard lirc installation that came with xbmcbuntu ============================================================================ #Chosen Remote Control REMOTE="Windows Media Center Remotes (new version Philips et al.)" REMOTE_MODULES="lirc_dev lirc_mceusb2" REMOTE_DRIVER="" REMOTE_DEVICE="/dev/lirc0" REMOTE_LIRCD_CONF="mceusb/lircd.conf.mceusb" REMOTE_LIRCD_ARGS="" xbmc@xbmc:/etc/lirc$ dmesg | grep lirc [ 20.887181] lirc_dev: IR Remote Control driver registered, major 251 [ 20.903366] rc rc0: lirc_dev: driver ir-lirc-codec (nuvoton-cir) registered at minor = 0 Try to switch back to the Remote which I used with Openelec on Raspberry The one that came with my DVBS card TBS6991 (http://www.tbsdtv.com/products/tbs6991-dvb-s2-dual-tuner-dual-ci-pcie-card.html) Fiddled arround with lire config, sofar with no luck Tried different REMOTE_MODULES Still don't get any response testing with irw Does the built in IR Receiver accept other Remotes than MCE ?? If yes Any ideas what the right lirc config / modules would be ? Logs can be provided if necessary Thanks Martin RE: Zotac CI320-520-540 Fanless - Niko_K - 2014-12-26 Same problem with remote control on my CI 520 with ubuntu 14.10 (and kodibuntu) here. I also tried different configurations... One interesting thing is that irw does not produce any output, but the following command does: "sudo cat /dev/lirc0" When I press a key on my remote I get some cryptic symbols on my shell (but at least some output). BTW: The remote works great with openelec... so there must be a way to get this working :-) RE: Zotac CI320-520-540 Fanless - Niko_K - 2014-12-26 After some time i finally found out, what I had to do. Configuring remotes in linux does not seem to be an easy task :-) I had to use quite some tools performing cat on the raw data of the event device, using irrecord and ir-keytable and reading posts in different forums... but finally it worked. So for all of you having trouble with this... here is my configuration and the commands that need to be executed. First... load the following keymap and save it as "/etc/rc_keymaps/zotac_mce" Code: 0x8034043d KEY_POWER2 Next step is to include this keymap in "/etc/rc_maps.cfg". There seem to be some small differences to the rc-6 maps. Open the rc_maps.cfg file and search for "rc-rc6-mce". Besides the "table" the "file" rc6_mce should be referenced. Exchange rc6_mce with "zotac_mce" (or comment the rc5_mce line and add the identical line with zotac_mce exchanged again :-)) Next step is to load the keytable. This can be done using ir-keytable and the two commands (have to be executed in order): Code: sudo ir-keytable -c Code: sudo ir-keytable -a /etc/rc_maps.cfg Code: sudo ir-keytable -t Now copy these settings to your /etc/lirc/hardware.conf. Note that the "load_modules" has to be set to false for the remote to work. Code: # /etc/lirc/hardware.conf The /etc/lirc/lircd.conf also has to be modified to match the following snippet Code: include "/usr/share/lirc/remotes/devinput/lircd.conf.devinput" After these changes things should work. To test for a working remote the lirc service has to be restarted: Code: sudo /etc/init.d/lirc stop Each keypress on the remote should generate a matching entry while irw is running EDIT: Changes keycodes of number keys (from KEY_1 to KEY_NUMERIC_1), so they work with kodi out of the box RE: Zotac CI320-520-540 Fanless - Niko_K - 2014-12-27 Just tested my instructions from the previous post with latest kodibuntu (which uses ubuntu 14.04 lts). They also work :-) 2 things to keep in mind (which i did not mention before). Before changes can be made, the lirc service has to be stopped by: Code: sudo /etc/init.d/lirc stop Code: sudo aptitude install ir-keytable RE: Zotac CI320-520-540 Fanless - Niko_K - 2014-12-27 It is better to work with a symlink that with the event directly. I had some problems when using an external usb device (the event-device number changed). So... be sure to create a udev rule that creates a symlink to the event-device using its name. Instructions for doing that can be found in the ubuntu wiki (at the lirc page here: http://wiki.ubuntuusers.de/Lirc) RE: Zotac CI320-520-540 Fanless - Brujo - 2014-12-30 Good day, has someone allready expirience within the CI540? I own a CI320 and think about to upgrade to the CI540, will be the GPU (HD Graphics 4200) more power/performance full as within the CI320 Celeron one (HD Graphics (Bay Trail) within Openelec or Kodibuntu? Would be glad to get some mind - kind regards Brujo RE: Zotac CI320-520-540 Fanless - Stereodude - 2014-12-30 What do you think the CI540 is going to get you that the CI320 doesn't do? RE: Zotac CI320-520-540 Fanless - fritsch - 2014-12-30 High quality deinterlacing, High quality upscaling using Lanczos3 Optimized. RE: Zotac CI320-520-540 Fanless - Stereodude - 2014-12-30 (2014-12-30, 17:07)fritsch Wrote: High quality deinterlacing, High quality upscaling using Lanczos3 Optimized.I blame Zotac for my n00b'ish question. They keep things nice and confusing. I was under the impression that the CI320 was a Haswell Celeron like the BI320, but it's not. RE: Zotac CI320-520-540 Fanless - vitaoudi - 2014-12-30 I just bought one CI320 and I will use with 4GB RAM and SSD 32GB. All my content is in NAS. Which best OS for best image quality and performance on Kodi ? Openlec, xbmcbuntu , Windows 7 or 8 ? RE: Zotac CI320-520-540 Fanless - Stereodude - 2014-12-30 (2014-12-30, 20:32)vitaoudi Wrote: I just bought one CI320 and I will use with 4GB RAM and SSD 32GB. All my content is in NAS.I think the question is more what you want to do with it. My understanding is: If you want HD audio over HDMI (DTS-MA / True-HD) Windows isn't an option. If you want HD Netflix, OpenELEC isn't an option. If you want to do other things with it like surf the web / play games, OpenELEC probably isn't an option (It does have some sort of browser add-on though). RE: Zotac CI320-520-540 Fanless - Brujo - 2014-12-31 (2014-12-30, 17:06)Stereodude Wrote: What do you think the CI540 is going to get you that the CI320 doesn't do? Well the CI320 in general works fine but i struggle a bit within the CPU (Celeron 2930) & Intel HD Grafics GPU in the last time with Openelec (2014-12-30, 17:07)fritsch Wrote: High quality deinterlacing, High quality upscaling using Lanczos3 Optimized. this I hope to get within the CI540 and hope Openelec and/or Kodibuntu will work fine with it, but I dont know if the HD Graphics 4200 in the CI540 fullfill this? I did not found mutch Information about this :-( RE: Zotac CI320-520-540 Fanless - mellomade - 2014-12-31 (2014-12-30, 20:52)Stereodude Wrote: I think the question is more what you want to do with it. None of this is true. I use the CI320 and the CI520 (320 with OpenElec and a 520 with Windows 8.1) and both bitstream over HDMI just fine. HD Netflix is an option if you use a backend transcoding platform like PlayOn in both Windows and OpenElec. Personally I prefer Roku for this as the interface is FAR nicer than anything in Kodi - but that is just me. |