ASRock ION 330HT (2nd gen) - built-in IR, which lirc driver?

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
scoopy2scoops Offline
Junior Member
Posts: 35
Joined: Nov 2009
Reputation: 0
Post: #51
astensland Wrote:done!!!

me too
find quote
nikiiv Offline
Senior Member
Posts: 156
Joined: Sep 2008
Reputation: 0
Post: #52
Guys what do you use to replace the fan
find quote
scoopy2scoops Offline
Junior Member
Posts: 35
Joined: Nov 2009
Reputation: 0
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 Offline
Junior Member
Posts: 15
Joined: Nov 2009
Reputation: 0
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!

I've checked it again and it definately isn't a fluke


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 Offline
Junior Member
Posts: 5
Joined: Nov 2009
Reputation: 0
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 Offline
Junior Member
Posts: 8
Joined: Nov 2009
Reputation: 0
Post: #56
Albert031 Wrote:setserial /dev/ttyS1 none
modprobe lirc_dev
modprobe lirc_sir io=0x2f8 irq=3

I now tried

Code:
root@asrock:~# setserial /dev/ttyS1 uart none
root@asrock:~# modprobe lirc_dev
WARNING: All config files need .conf: /etc/modprobe.d/lirc-blacklist, it will be ignored in a future release.
root@asrock:~# modprobe lirc_sir io=0x2f8 irq=3
WARNING: All config files need .conf: /etc/modprobe.d/lirc-blacklist, it will be ignored in a future release.
root@asrock:~# dmesg |tail -n 5
[   23.116041] eth0: no IPv6 routers present
[   46.174873] lirc_dev: IR Remote Control driver registered, major 61
[   51.739788] lirc_dev: lirc_register_driver: sample_rate: 0
[   51.739909] lirc_sir: I/O port 0x02f8, IRQ 3.
[   51.739928] lirc_sir: Installed.
root@asrock:~# irw
connect: No such file or directory
root@asrock:~# irw /dev/lirc0
connect: Connection refused
root@asrock:~# irw /dev/ttyS1
connect: Connection refused

Any more tips? Smile
find quote
Albert031 Offline
Junior Member
Posts: 5
Joined: Nov 2009
Reputation: 0
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 Offline
Junior Member
Posts: 8
Joined: Nov 2009
Reputation: 0
Post: #58
Code:
root@asrock:~# /etc/init.d/lirc restart
root@asrock:~# mode2 -d /dev/lirc0

No response when I use the remote..
find quote
Albert031 Offline
Junior Member
Posts: 5
Joined: Nov 2009
Reputation: 0
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 Offline
Junior Member
Posts: 8
Joined: Nov 2009
Reputation: 0
Post: #60
no such device Smile lirc0 is the only one in /dev
find quote
Post Reply