Getting the Asrock 330HT ir-receiver & remote to work with Ubuntu 11.04 (+XBMC)

  Thread Rating:
  • 1 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
RusNeuroMancer Offline
Junior Member
Posts: 5
Joined: May 2011
Reputation: 0
Post: #21
There is any messages when you try to stop or start lircd?
find quote
Enrico Offline
Junior Member
Posts: 4
Joined: May 2011
Reputation: 0
Post: #22
root@asrock:/etc/init.d# ./lirc restart
* Stopping remote control daemon(s): LIRC [fail]
* Loading LIRC modules [ OK ]
* Starting remote control daemon(s) : LIRC [ OK ]
root@asrock:/etc/init.d# ./lirc stop
* Stopping remote control daemon(s): LIRC [ OK ]
root@asrock:/etc/init.d# ./lirc start
* Loading LIRC modules [ OK ]
* Starting remote control daemon(s) : LIRC [ OK ]
root@asrock:/etc/init.d# irw
^C
root@asrock:/etc/init.d#


very stange: When the Asrock are turn off, the remote wake up it !!!!!!! but non work anymore
find quote
Enrico Offline
Junior Member
Posts: 4
Joined: May 2011
Reputation: 0
Post: #23
i think the problem is in /dev/lirc0.
I haven't device /dev/lirc0.
find quote
X3lectric Offline
Closed Account
Posts: 1,756
Joined: Feb 2006
Location: in a Dropbox
Post: #24
djste Wrote:ok.. sorry... when i type dmsg | grep -i nuvoton i have this output:

nuvoton w836x7hg : chip not supported, id 0x63, 0x33

but the chip w836x7hg is supported.. right?

i don't know why the remote doesn't work....

P.s. i have 2.6.38-5 kernel

That chip is a super I/O chip it supports bothe sensors and the consumer infra read found on the Asrock ION HT.

This means two drivers are required one for the Remote and one for the sensors, until recently the sensors part of the chip didnt have a driver now it does. please see it on my signature.
find quote
pastouche Offline
Junior Member
Posts: 9
Joined: Jun 2011
Reputation: 0
Post: #25
Thanks for help and instructions.
Works great! I'm very happy. After days and days of Googlelling this f***ing Asrock remote issue, it works know.

I've transmitted the link to Asrock, hope they will help others Asrock users...

It's very important to remove asrock's crappy lirc drivers , if not it won't work (yes, i've experienced it... :-| ).
find quote
enolive Offline
Junior Member
Posts: 16
Joined: May 2011
Reputation: 0
Post: #26
Novin, thank you very much for this nice guide!

I had a strange issue after following it. Lirc worked and at some point stopped (I think after I enabled the nvidia-current drivers).

The /dev/lirc0 device disappeared somehow. dmesg | grep lirc contained the same error messages as in this bug comment:

https://bugs.launchpad.net/ubuntu/+sourc...omments/41

I removed lirc-modules-source as suggested in the bug report and lirc started working again.
find quote
scalpel Offline
Senior Member
Posts: 106
Joined: Jun 2010
Reputation: 0
Post: #27
Is there a way to reinstall built-in remote driver? I use tbs dvb-s2 card for watching tv but compiling and installing drivers make built in driver stop working... Kernel 2.6.38-x
find quote
RusNeuroMancer Offline
Junior Member
Posts: 5
Joined: May 2011
Reputation: 0
Post: #28
Why you try to install driver? It's already part of the kernel.
find quote
scalpel Offline
Senior Member
Posts: 106
Joined: Jun 2010
Reputation: 0
Post: #29
I use tbs dvb-s2 card for watching tv but compiling and installing drivers for dvb-s card make built in kernel IR driver stop working.
find quote
RusNeuroMancer Offline
Junior Member
Posts: 5
Joined: May 2011
Reputation: 0
Post: #30
scalpel Wrote:but compiling and installing drivers make built in driver stop working...
Oh, I see... I didn't notice this part first time.

In my opinion there is no external Nuvoton CIR driver for 2.6.38 kernel. Last working driver is for 2.6.35 driver. So probably to get both of Nuvoton CIR and TBS DVB-S2 card working you need to downgrade to 2.6.35 kernel or contact with TBS technical support and ask they resolve issues with their driver, that prevent correct work of built in Nuvoton CIR driver (if I understand you right).
find quote