astensland Wrote:done!!!
me too
scoopy2scoops
Junior Member Posts: 35 Joined: Nov 2009 Reputation: 0 |
2009-11-22 17:55
Post: #51
astensland Wrote:done!!! me too |
| find quote |
nikiiv
Senior Member Posts: 156 Joined: Sep 2008 Reputation: 0 |
2009-11-22 19:22
Post: #52
Guys what do you use to replace the fan
|
| find quote |
scoopy2scoops
Junior Member Posts: 35 Joined: Nov 2009 Reputation: 0 |
2009-11-23 11:38
Post: #53
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. |
| find quote |
XBMC_Lover
Junior Member Posts: 15 Joined: Nov 2009 Reputation: 0 |
2009-11-23 13:00
Post: #54
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? |
| find quote |
Albert031
Junior Member Posts: 5 Joined: Nov 2009 Reputation: 0 |
2009-11-23 22:08
Post: #55
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...F_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. |
| find quote |
marsjall
Junior Member Posts: 8 Joined: Nov 2009 Reputation: 0 |
2009-11-23 22:42
Post: #56
Albert031 Wrote:setserial /dev/ttyS1 none I now tried Code: root@asrock:~# setserial /dev/ttyS1 uart noneAny more tips?
|
| find quote |
Albert031
Junior Member Posts: 5 Joined: Nov 2009 Reputation: 0 |
2009-11-23 23:03
Post: #57
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 |
| find quote |
marsjall
Junior Member Posts: 8 Joined: Nov 2009 Reputation: 0 |
2009-11-23 23:56
Post: #58
Code: root@asrock:~# /etc/init.d/lirc restartNo response when I use the remote.. |
| find quote |
Albert031
Junior Member Posts: 5 Joined: Nov 2009 Reputation: 0 |
2009-11-23 23:59
Post: #59
Hmm..
lirc modules sometimes bind to /dev/lirc1.. can you also try /etc/init.d/lirc stop mode2 -d /dev/lirc1 |
| find quote |
marsjall
Junior Member Posts: 8 Joined: Nov 2009 Reputation: 0 |
2009-11-24 00:02
Post: #60
no such device
lirc0 is the only one in /dev
|
| find quote |