![]() |
|
ASRock ION 330HT (2nd gen) - built-in IR, which lirc driver? - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/forumdisplay.php?fid=52) +---- Thread: ASRock ION 330HT (2nd gen) - built-in IR, which lirc driver? (/showthread.php?tid=61840) |
- scoopy2scoops - 2009-11-22 17:55 astensland Wrote:done!!! me too - nikiiv - 2009-11-22 19:22 Guys what do you use to replace the fan - scoopy2scoops - 2009-11-23 11:38 nikiiv Wrote:Guys what do you use to replace the fan I've bought a Fractal Design 50mm Silent Series Cooling Case Fan There was post somewhere on silentpc forums about someone fitting it on the ion330 with success. The main culprit of the noise though seems to be the 30mm CPU fan. Unfortunately I don't think there is such thing as a quiet 30mm fan. I've bought a fanmate 2 which i'll hook it up to, someone reported some success with it on ion330 it'll raise the temps a bit, but these CPU's can run quite happily at 85C. Although the fan noise is more than I'd ideally like it's still not as bad as a 1st gen PS3 or XBOX 360. - XBMC_Lover - 2009-11-23 13:00 scoopy2scoops Wrote:I shutdown my Asrock last night from ubuntu and this morning when I switched on the TV it was on really loud, so I turned my Samsung TV down. Strangly my Asrock turned itself on! Hi, i had the same Problem! I located the problem with my wireless MSI Keyboard with USB Receiver. After turning on my LG TV with built in Bluetooth the Asrock waked every few minutes while the TV is on. I resolved that issue by moving the Asrock 30cm away. This never happend to my MSI Media Live, although i was Able to wake up my MSI MEdia Live with Keypress. I can't wake up the Asrock by Keypress (but by turning on my TV lol) But i have another problem with the power button: I can't go in supend or hibernate when pressing the powerbutton regardless which setting i have activated in XBMC it always powers down. Choosing suspend when Powering off XBMC works indeed. Any suggestions? Possible solution? - Albert031 - 2009-11-23 22:08 Hi there, Has anyone tried the lirc_sir module? According to an earlier post, the ASRock is equipped with the W83627HF chip. Here http://www.almico.com/foruminfo.php?id=353 It is stated that the ir can be accessed via the uart: 'W83627HF provides two high-speed serial communication ports (UARTs), one of which supports serial Infrared communication.' The documentation of that chip (http://www.isd.com/NR/rdonlyres/B066C916-0352-4684-AFD1-AD67C5541A3B/0/W83627HF_HGAW.pdf) also states something like that. So one would need to something like this (second serial port): setserial /dev/ttyS1 none modprobe lirc_dev modprobe lirc_sir io=0x2f8 irq=3 I don't have an ASRock (yet) so I can't test it myself. - marsjall - 2009-11-23 22:42 Albert031 Wrote:setserial /dev/ttyS1 none I now tried Code: root@asrock:~# setserial /dev/ttyS1 uart noneAny more tips?
- Albert031 - 2009-11-23 23:03 For irw to work, lircd daemon needs to be started /etc/init.d/lirc start But now you can better use mode2, it shows raw signals directly from the modules: mode2 -d /dev/lirc0 - marsjall - 2009-11-23 23:56 Code: root@asrock:~# /etc/init.d/lirc restartNo response when I use the remote.. - Albert031 - 2009-11-23 23:59 Hmm.. lirc modules sometimes bind to /dev/lirc1.. can you also try /etc/init.d/lirc stop mode2 -d /dev/lirc1 - marsjall - 2009-11-24 00:02 no such device lirc0 is the only one in /dev
|