Nuvoton ION 330 help wanted

I’m looking for a way to detect the Asrock ION 330 Nuvoton chip. This allows me to create a single livecd for both Asrock ION330 users and normal users. Most important is that the system is not yet installed with the nuvoton drivers. Anyone can offer me help by providing the output of:

/proc/bus/input/devices
lsusb
lspci -nn
dmesg | grep lirc

Comments

  1. lenn says:

    [code]

    lennard@XBMCLive:~$ cat /proc/bus/input/devices
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    U: Uniq=
    H: Handlers=kbd event1
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0017 Vendor=0001 Product=0001 Version=0100
    N: Name="Macintosh mouse button emulation"
    P: Phys=
    S: Sysfs=/devices/virtual/input/input2
    U: Uniq=
    H: Handlers=mouse0 event2
    B: EV=7
    B: KEY=70000 0 0 0 0 0 0 0 0
    B: REL=3

    I: Bus=0003 Vendor=046d Product=c517 Version=0110
    N: Name="Logitech USB Receiver"
    P: Phys=usb-0000:00:04.0-1/input0
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-1/2-1:1.0/input/input3
    U: Uniq=
    H: Handlers=kbd event3
    B: EV=120013
    B: KEY=10000 7 ff800000 7ff febeffdf ffefffff ffffffff fffffffe
    B: MSC=10
    B: LED=1f

    I: Bus=0003 Vendor=046d Product=c517 Version=0110
    N: Name="Logitech USB Receiver"
    P: Phys=usb-0000:00:04.0-1/input1
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-1/2-1:1.1/input/input4
    U: Uniq=
    H: Handlers=kbd mouse1 event4
    B: EV=1f
    B: KEY=837fff 42c332f bf084444 0 0 ff0001 1f84 8a37cc00 667bfa dd71dfed 9e0000 0 0 0
    B: REL=1c3
    B: ABS=1 0
    B: MSC=10

    I: Bus=0019 Vendor=1050 Product=0001 Version=0000
    N: Name="MCE Remote Keyboard"
    P: Phys=lirc_wb677
    S: Sysfs=/devices/virtual/input/input5
    U: Uniq=
    H: Handlers=kbd mouse2 event5
    B: EV=7
    B: KEY=30000 0 7 ff87207a c14057ff febeffdf ffefffff ffffffff fffffffe
    B: REL=3

    I: Bus=0001 Vendor=10ec Product=0885 Version=0001
    N: Name="HDA Digital PCBeep"
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:08.0/input/input6
    U: Uniq=
    H: Handlers=kbd event6
    B: EV=40001
    B: SND=6
    [/code]
    [code]

    lennard@XBMCLive:~$ lsusb
    Bus 002 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    [/code]
    [code]
    lennard@XBMCLive:~$ lspci -nn
    00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1)
    00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1)
    00:03.0 ISA bridge [0601]: nVidia Corporation MCP79 LPC Bridge [10de:0aad] (rev b2)
    00:03.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0aa4] (rev b1)
    00:03.2 SMBus [0c05]: nVidia Corporation MCP79 SMBus [10de:0aa2] (rev b1)
    00:03.3 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a89] (rev b1)
    00:03.5 Co-processor [0b40]: nVidia Corporation MCP79 Co-processor [10de:0aa3] (rev b1)
    00:04.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa5] (rev b1)
    00:04.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa6] (rev b1)
    00:08.0 Audio device [0403]: nVidia Corporation MCP79 High Definition Audio [10de:0ac0] (rev b1)
    00:09.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Bridge [10de:0aab] (rev b1)
    00:0a.0 Ethernet controller [0200]: nVidia Corporation MCP79 Ethernet [10de:0ab0] (rev b1)
    00:0b.0 IDE interface [0101]: nVidia Corporation MCP79 SATA Controller [10de:0ab5] (rev b1)
    00:10.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0aa0] (rev b1)
    01:00.0 VGA compatible controller [0300]: nVidia Corporation ION VGA [10de:087d] (rev b1)
    [/code]
    [code]

    lennard@XBMCLive:~$ dmesg | grep lirc
    [ 11.696990] lirc_dev: IR Remote Control driver registered, major 61
    [ 11.729314] lirc_wb677 w677hga: chip id high: 0xb4
    [ 11.729328] lirc_wb677 w677hga: chip id low: 0x73 expect:0x73
    [ 11.729896] lirc_dev: lirc_register_driver: sample_rate: 0
    [/code]

  2. lenn says:

    Excuses voor de opmaak. Ik dacht dat ik [code] kon gebruiken [/code] :)

  3. George says:

    xbmc@darthvader:~$ cat /proc/bus/input/devices
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: EV=3
    B: KEY=10000000000000 0

    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    U: Uniq=
    H: Handlers=kbd event1
    B: EV=3
    B: KEY=10000000000000 0

    I: Bus=0017 Vendor=0001 Product=0001 Version=0100
    N: Name=”Macintosh mouse button emulation”
    P: Phys=
    S: Sysfs=/devices/virtual/input/input2
    U: Uniq=
    H: Handlers=mouse0 event2
    B: EV=7
    B: KEY=70000 0 0 0 0
    B: REL=3

    xbmc@darthvader:~$ lsusb
    Bus 002 Device 002: ID 0609:031d SMK Manufacturing, Inc. eHome Infrared Receiver
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 002: ID 1058:1110 Western Digital Technologies, Inc.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    xbmc@darthvader:~$ lspci -nn
    00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1)
    00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1)
    00:03.0 ISA bridge [0601]: nVidia Corporation MCP79 LPC Bridge [10de:0aad] (rev b2)
    00:03.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0aa4] (rev b1)
    00:03.2 SMBus [0c05]: nVidia Corporation MCP79 SMBus [10de:0aa2] (rev b1)
    00:03.3 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a89] (rev b1)
    00:03.5 Co-processor [0b40]: nVidia Corporation MCP79 Co-processor [10de:0aa3] (rev b1)
    00:04.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa5] (rev b1)
    00:04.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa6] (rev b1)
    00:08.0 Audio device [0403]: nVidia Corporation MCP79 High Definition Audio [10de:0ac0] (rev b1)
    00:09.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Bridge [10de:0aab] (rev b1)
    00:0a.0 Ethernet controller [0200]: nVidia Corporation MCP79 Ethernet [10de:0ab0] (rev b1)
    00:0b.0 IDE interface [0101]: nVidia Corporation MCP79 SATA Controller [10de:0ab5] (rev b1)
    00:10.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0aa0] (rev b1)
    01:00.0 VGA compatible controller [0300]: nVidia Corporation ION VGA [10de:087d] (rev b1)
    xbmc@darthvader:~$ dmesg | grep lirc
    [ 16.870122] lirc_dev: IR Remote Control driver registered, major 61
    [ 16.885257] lirc_mceusb: Windows Media Center Edition USB IR Transceiver driver for LIRC 1.90
    [ 16.885270] lirc_mceusb: Daniel Melander , Martin Blatter , Dan Conti
    [ 17.283510] lirc_dev: lirc_register_driver: sample_rate: 0
    [ 17.289490] lirc_mceusb[2]: SMK eHome Infrared Transceiver on usb2:2
    [ 17.289669] usbcore: registered new interface driver lirc_mceusb
    xbmc@darthvader:~$

    Ik heb een Asrock ION 330, zonder ingebouwd oog voor de afstandsbediening.

  4. Oizopower says:

    ASRock ION 330-HT

    /proc/bus/input/devices:
    =========================================================================
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    U: Uniq=
    H: Handlers=kbd event1
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0017 Vendor=0001 Product=0001 Version=0100
    N: Name=”Macintosh mouse button emulation”
    P: Phys=
    S: Sysfs=/devices/virtual/input/input2
    U: Uniq=
    H: Handlers=mouse0 event2
    B: EV=7
    B: KEY=70000 0 0 0 0 0 0 0 0
    B: REL=3

    I: Bus=0003 Vendor=1997 Product=0409 Version=0111
    N: Name=”Riitek Micro Keyboard”
    P: Phys=usb-0000:00:04.0-3/input0
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-3/2-3:1.0/input/input3
    U: Uniq=
    H: Handlers=kbd event3
    B: EV=120013
    B: KEY=e080ffdf 1cfffff ffffffff fffffffe
    B: MSC=10
    B: LED=1f

    I: Bus=0003 Vendor=1997 Product=0409 Version=0111
    N: Name=”Riitek Micro Keyboard”
    P: Phys=usb-0000:00:04.0-3/input1
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-3/2-3:1.1/input/input4
    U: Uniq=
    H: Handlers=kbd mouse1 event4
    B: EV=1f
    B: KEY=837fff 2c3027 bf004444 0 0 70001 c04 a27c000 267bfa d9415fed 8e0000 0 0 0
    B: REL=143
    B: ABS=1 0
    B: MSC=10

    I: Bus=0019 Vendor=1050 Product=0001 Version=0000
    N: Name=”MCE Remote Keyboard”
    P: Phys=lirc_wb677
    S: Sysfs=/devices/virtual/input/input5
    U: Uniq=
    H: Handlers=kbd mouse2 event5
    B: EV=7
    B: KEY=30000 0 7 ff87207a c14057ff febeffdf ffefffff ffffffff fffffffe
    B: REL=3

    I: Bus=0001 Vendor=10ec Product=0885 Version=0001
    N: Name=”HDA Digital PCBeep”
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:08.0/input/input6
    U: Uniq=
    H: Handlers=kbd event6
    B: EV=40001
    B: SND=6

    lsusb
    =================================
    Bus 002 Device 003: ID 0df6:000b Sitecom Europe B.V. Bluetooth 2.0 Adapter DFU
    Bus 002 Device 002: ID 1997:0409
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    lspci -nn
    ==================================
    00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1)
    00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1)
    00:03.0 ISA bridge [0601]: nVidia Corporation MCP79 LPC Bridge [10de:0aad] (rev b2)
    00:03.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0aa4] (rev b1)
    00:03.2 SMBus [0c05]: nVidia Corporation MCP79 SMBus [10de:0aa2] (rev b1)
    00:03.3 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a89] (rev b1)
    00:03.5 Co-processor [0b40]: nVidia Corporation MCP79 Co-processor [10de:0aa3] (rev b1)
    00:04.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa5] (rev b1)
    00:04.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa6] (rev b1)
    00:08.0 Audio device [0403]: nVidia Corporation MCP79 High Definition Audio [10de:0ac0] (rev b1)
    00:09.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Bridge [10de:0aab] (rev b1)
    00:0a.0 Ethernet controller [0200]: nVidia Corporation MCP79 Ethernet [10de:0ab0] (rev b1)
    00:0b.0 SATA controller [0106]: nVidia Corporation MCP79 AHCI Controller [10de:0ab9] (rev b1)
    00:10.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0aa0] (rev b1)
    00:15.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0ac6] (rev b1)
    01:00.0 VGA compatible controller [0300]: nVidia Corporation ION VGA [10de:087d] (rev b1)
    02:00.0 Network controller [0280]: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)

    dmesg | grep lirc
    =======================================
    [ 16.581544] lirc_dev: IR Remote Control driver registered, major 61
    [ 16.676009] lirc_wb677 w677hga: chip id high: 0xb4
    [ 16.676022] lirc_wb677 w677hga: chip id low: 0×73 expect:0×73
    [ 16.677405] lirc_dev: lirc_register_driver: sample_rate: 0

  5. Oizopower says:

    hmm kan niet editen , maar mijn versie heeft wel de ASRock Remote drivers voor kernel 2.6.32-25-generic.
    De laatste XBMCFreak Live CD werkte de remote drivers out of the box, maar na een apt-get upgrade waren ze niet meer werkend. dus heb ik ze van de ASrock website afgeplukt.

  6. RiChaDo says:

    xbmc@XBMCLive:~$ cat /proc/bus/input/devices
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    U: Uniq=
    H: Handlers=kbd event1
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0017 Vendor=0001 Product=0001 Version=0100
    N: Name=”Macintosh mouse button emulation”
    P: Phys=
    S: Sysfs=/devices/virtual/input/input2
    U: Uniq=
    H: Handlers=mouse0 event2
    B: EV=7
    B: KEY=70000 0 0 0 0 0 0 0 0
    B: REL=3

    I: Bus=0019 Vendor=1050 Product=0001 Version=0000
    N: Name=”MCE Remote Keyboard”
    P: Phys=lirc_wb677
    S: Sysfs=/devices/virtual/input/input3
    U: Uniq=
    H: Handlers=kbd mouse1 event3
    B: EV=7
    B: KEY=30000 0 7 ff87207a c14057ff febeffdf ffefffff ffffffff fffffffe
    B: REL=3

    I: Bus=0001 Vendor=10ec Product=0885 Version=0001
    N: Name=”HDA Digital PCBeep”
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:08.0/input/input4
    U: Uniq=
    H: Handlers=kbd event4
    B: EV=40001
    B: SND=6

    xbmc@XBMCLive:~$ lsusb
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    xbmc@XBMCLive:~$ lspci -nn
    00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1)
    00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1)
    00:03.0 ISA bridge [0601]: nVidia Corporation MCP79 LPC Bridge [10de:0aad] (rev b3)
    00:03.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0aa4] (rev b1)
    00:03.2 SMBus [0c05]: nVidia Corporation MCP79 SMBus [10de:0aa2] (rev b1)
    00:03.3 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a89] (rev b1)
    00:03.5 Co-processor [0b40]: nVidia Corporation MCP79 Co-processor [10de:0aa3] (rev b1)
    00:04.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa5] (rev b1)
    00:04.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa6] (rev b1)
    00:08.0 Audio device [0403]: nVidia Corporation MCP79 High Definition Audio [10de:0ac0] (rev b1)
    00:09.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Bridge [10de:0aab] (rev b1)
    00:0a.0 Ethernet controller [0200]: nVidia Corporation MCP79 Ethernet [10de:0ab0] (rev b1)
    00:0b.0 IDE interface [0101]: nVidia Corporation MCP79 SATA Controller [10de:0ab5] (rev b1)
    00:10.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0aa0] (rev b1)
    00:15.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0ac6] (rev b1)
    01:00.0 VGA compatible controller [0300]: nVidia Corporation ION VGA [10de:087d] (rev b1)
    02:00.0 Network controller [0280]: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)

    xbmc@XBMCLive:~$ dmesg | grep lirc
    [ 15.676215] lirc_dev: IR Remote Control driver registered, major 61
    [ 15.751263] lirc_wb677 w677hga: chip id high: 0xb4
    [ 15.751278] lirc_wb677 w677hga: chip id low: 0×73 expect:0×73
    [ 15.755141] lirc_dev: lirc_register_driver: sample_rate: 0

  7. Peter says:

    Ik heb een ION 330 met externe oog (philips) voor ab

    OUPUT DEVICES
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    U: Uniq=
    H: Handlers=kbd event1
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0017 Vendor=0001 Product=0001 Version=0100
    N: Name=”Macintosh mouse button emulation”
    P: Phys=
    S: Sysfs=/devices/virtual/input/input2
    U: Uniq=
    H: Handlers=mouse0 event2
    B: EV=7
    B: KEY=70000 0 0 0 0 0 0 0 0
    B: REL=3

    I: Bus=0003 Vendor=046d Product=c316 Version=0110
    N: Name=”Logitech Logitech USB Keyboard”
    P: Phys=usb-0000:00:04.0-4/input0
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-4/2-4:1.0/input/input3
    U: Uniq=
    H: Handlers=kbd event3
    B: EV=120013
    B: KEY=10000 7 ff800000 7ff febeffdf ffefffff ffffffff fffffffe
    B: MSC=10
    B: LED=1f

    I: Bus=0003 Vendor=046d Product=c316 Version=0110
    N: Name=”Logitech Logitech USB Keyboard”
    P: Phys=usb-0000:00:04.0-4/input1
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-4/2-4:1.1/input/input4
    U: Uniq=
    H: Handlers=kbd event4
    B: EV=13
    B: KEY=42bc 0 0 f00 80001000 1 400 2040000 401878 d800d408 1e0000 0 0 0
    B: MSC=10

    xbmc@XBMCLive:/proc/bus/input$ lsusb
    Bus 002 Device 003: ID 0471:060c Philips
    Bus 002 Device 002: ID 046d:c316 Logitech, Inc. HID-Compliant Keyboard
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    xbmc@XBMCLive:/proc/bus/input$ lspci -nn
    00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1)
    00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1)
    00:03.0 ISA bridge [0601]: nVidia Corporation MCP79 LPC Bridge [10de:0aad] (rev b2)
    00:03.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0aa4] (rev b1)
    00:03.2 SMBus [0c05]: nVidia Corporation MCP79 SMBus [10de:0aa2] (rev b1)
    00:03.3 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a89] (rev b1)
    00:03.5 Co-processor [0b40]: nVidia Corporation MCP79 Co-processor [10de:0aa3] (rev b1)
    00:04.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa5] (rev b1)
    00:04.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa6] (rev b1)
    00:08.0 Audio device [0403]: nVidia Corporation MCP79 High Definition Audio [10de:0ac0] (rev b1)
    00:09.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Bridge [10de:0aab] (rev b1)
    00:0a.0 Ethernet controller [0200]: nVidia Corporation MCP79 Ethernet [10de:0ab0] (rev b1)
    00:0b.0 IDE interface [0101]: nVidia Corporation MCP79 SATA Controller [10de:0ab5] (rev b1)
    00:10.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0aa0] (rev b1)
    01:00.0 VGA compatible controller [0300]: nVidia Corporation ION VGA [10de:087d] (rev b1)

    dmesg | grep lirc
    [ 13.347428] lirc_dev: IR Remote Control driver registered, major 61
    [ 13.355946] lirc_mceusb: Windows Media Center Edition USB IR Transceiver driver for LIRC 1.90
    [ 13.355956] lirc_mceusb: Daniel Melander , Martin Blatter , Dan Conti
    [ 13.718757] lirc_dev: lirc_register_driver: sample_rate: 0
    [ 13.724753] lirc_mceusb[3]: BB+ Dongle(e.d) on usb2:3
    [ 13.724842] usbcore: registered new interface driver lirc_mceusb

  8. Javofall says:

    Ook een ION 330 met losse externe oog (Philips).
    ‘kGebruik de xbmcfreak911 live v5 naar alle tevredenheid.

    root@XBMCLive:~# cat /proc/bus/input/devices

    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
    U: Uniq=
    H: Handlers=kbd event1
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0017 Vendor=0001 Product=0001 Version=0100
    N: Name=”Macintosh mouse button emulation”
    P: Phys=
    S: Sysfs=/devices/virtual/input/input2
    U: Uniq=
    H: Handlers=mouse0 event2
    B: EV=7
    B: KEY=70000 0 0 0 0 0 0 0 0
    B: REL=3

    I: Bus=0003 Vendor=046d Product=c517 Version=0110
    N: Name=”Logitech USB Receiver”
    P: Phys=usb-0000:00:04.0-1/input0
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-1/2-1:1.0/input/input3
    U: Uniq=
    H: Handlers=kbd event3
    B: EV=120013
    B: KEY=10000 7 ff800000 7ff febeffdf ffefffff ffffffff fffffffe
    B: MSC=10
    B: LED=1f

    I: Bus=0003 Vendor=046d Product=c517 Version=0110
    N: Name=”Logitech USB Receiver”
    P: Phys=usb-0000:00:04.0-1/input1
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-1/2-1:1.1/input/input4
    U: Uniq=
    H: Handlers=kbd mouse1 event4
    B: EV=1f
    B: KEY=837fff 42c332f bf084444 0 0 ff0001 1f84 8a37cc00 667bfa dd71dfed 9e0000 0 0 0
    B: REL=1c3
    B: ABS=1 0
    B: MSC=10

    root@XBMCLive:~# lsusb

    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 003: ID 0471:060c Philips
    Bus 002 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

    root@XBMCLive:~# lspci -nn

    00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1)
    00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1)
    00:03.0 ISA bridge [0601]: nVidia Corporation MCP79 LPC Bridge [10de:0aad] (rev b2)
    00:03.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0aa4] (rev b1)
    00:03.2 SMBus [0c05]: nVidia Corporation MCP79 SMBus [10de:0aa2] (rev b1)
    00:03.3 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a89] (rev b1)
    00:03.5 Co-processor [0b40]: nVidia Corporation MCP79 Co-processor [10de:0aa3] (rev b1)
    00:04.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa5] (rev b1)
    00:04.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa6] (rev b1)
    00:08.0 Audio device [0403]: nVidia Corporation MCP79 High Definition Audio [10de:0ac0] (rev b1)
    00:09.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Bridge [10de:0aab] (rev b1)
    00:0a.0 Ethernet controller [0200]: nVidia Corporation MCP79 Ethernet [10de:0ab0] (rev b1)
    00:0b.0 IDE interface [0101]: nVidia Corporation MCP79 SATA Controller [10de:0ab5] (rev b1)
    00:10.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0aa0] (rev b1)
    01:00.0 VGA compatible controller [0300]: nVidia Corporation ION VGA [10de:087d] (rev b1)

    root@XBMCLive:~# dmesg | grep lirc

    [ 7.216944] lirc_dev: IR Remote Control driver registered, major 61
    [ 8.512391] lirc_mceusb: Windows Media Center Edition USB IR Transceiver driver for LIRC 1.90
    [ 8.512402] lirc_mceusb: Daniel Melander , Martin Blatter , Dan Conti
    [ 8.895400] lirc_dev: lirc_register_driver: sample_rate: 0
    [ 8.901391] lirc_mceusb[3]: BB+ Dongle(e.d) on usb2:3
    [ 8.901479] usbcore: registered new interface driver lirc_mceusb

    root@XBMCLive:~#

  9. Henk says:

    ~$ cat /proc/bus/input/devices
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    U: Uniq=
    H: Handlers=kbd event1
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0017 Vendor=0001 Product=0001 Version=0100
    N: Name=”Macintosh mouse button emulation”
    P: Phys=
    S: Sysfs=/devices/virtual/input/input2
    U: Uniq=
    H: Handlers=mouse0 event2
    B: EV=7
    B: KEY=70000 0 0 0 0 0 0 0 0
    B: REL=3

    I: Bus=0003 Vendor=062a Product=0102 Version=0110
    N: Name=”MOSART Semi. Wireless Keyboard & Mouse”
    P: Phys=usb-0000:00:04.0-3/input0
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-3/2-3:1.0/input/input3
    U: Uniq=
    H: Handlers=kbd event3
    B: EV=120013
    B: KEY=10000 7 ff9f207a c14057ff febeffdf ffefffff ffffffff fffffffe
    B: MSC=10
    B: LED=7

    I: Bus=0003 Vendor=062a Product=0102 Version=0110
    N: Name=”MOSART Semi. Wireless Keyboard & Mouse”
    P: Phys=usb-0000:00:04.0-3/input1
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-3/2-3:1.1/input/input4
    U: Uniq=
    H: Handlers=kbd mouse1 event4
    B: EV=1f
    B: KEY=fe00000 0 0 0 0 877fff 2c3027 bf004444 0 0 1f0001 f84 8a27c000 667bfa d941dfed 9e0000 0 0 0
    B: REL=143
    B: ABS=1 0
    B: MSC=10

    ~$ lsusb
    Bus 002 Device 003: ID 147a:e017 Formosa Industrial Computing, Inc. eHome Infrared Receiver
    Bus 002 Device 002: ID 062a:0102 Creative Labs
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    ~$ lspci -nn
    00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1)
    00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1)
    00:03.0 ISA bridge [0601]: nVidia Corporation MCP79 LPC Bridge [10de:0aad] (rev b2)
    00:03.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0aa4] (rev b1)
    00:03.2 SMBus [0c05]: nVidia Corporation MCP79 SMBus [10de:0aa2] (rev b1)
    00:03.3 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a89] (rev b1)
    00:03.5 Co-processor [0b40]: nVidia Corporation MCP79 Co-processor [10de:0aa3] (rev b1)
    00:04.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa5] (rev b1)
    00:04.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa6] (rev b1)
    00:08.0 Audio device [0403]: nVidia Corporation MCP79 High Definition Audio [10de:0ac0] (rev b1)
    00:09.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Bridge [10de:0aab] (rev b1)
    00:0a.0 Ethernet controller [0200]: nVidia Corporation MCP79 Ethernet [10de:0ab0] (rev b1)
    00:0b.0 IDE interface [0101]: nVidia Corporation MCP79 SATA Controller [10de:0ab5] (rev b1)
    00:10.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0aa0] (rev b1)
    01:00.0 VGA compatible controller [0300]: nVidia Corporation ION VGA [10de:087d] (rev b1)

    ~$ dmesg | grep lirc
    [ 6.484099] lirc_dev: IR Remote Control driver registered, major 61
    [ 6.491675] lirc_mceusb: Windows Media Center Edition USB IR Transceiver driver for LIRC 1.90
    [ 6.491686] lirc_mceusb: Daniel Melander , Martin Blatter , Dan Conti
    [ 7.166240] lirc_dev: lirc_register_driver: sample_rate: 0
    [ 7.173232] lirc_mceusb[3]: Formosa21 SnowflakeEmulation on usb2:3
    [ 7.173328] usbcore: registered new interface driver lirc_mceusb

  10. RiChaDo :

    @RiChaDo, heb jij de drivers al geinstalleerd of de remote al werkend? Met name dit is een interessant stukje:

    @RiChaDo, did you install the drivers or is the remote working for you? This is interesting:

    I: Bus=0019 Vendor=1050 Product=0001 Version=0000
    N: Name=”MCE Remote Keyboard”
    P: Phys=lirc_wb677

  11. RiChaDo says:

    Hoi,
    Ik heb de remote werkend door alleen Xbmcfreak LiveCD 10.00 beta4 nuvoton te installeren verder niets

  12. Pavel says:

    pavel@xmbc:~$ sudo cat /proc/bus/input/devices
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    U: Uniq=
    H: Handlers=kbd event1
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0017 Vendor=0001 Product=0001 Version=0100
    N: Name=”Macintosh mouse button emulation”
    P: Phys=
    S: Sysfs=/devices/virtual/input/input2
    U: Uniq=
    H: Handlers=mouse0 event2
    B: EV=7
    B: KEY=70000 0 0 0 0 0 0 0 0
    B: REL=3

    I: Bus=0003 Vendor=09da Product=054f Version=0111
    N: Name=”A4TECH USB Device”
    P: Phys=usb-0000:00:04.0-6/input0
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-6/2-6:1.0/input/input3
    U: Uniq=
    H: Handlers=kbd event3 js0
    B: EV=12001f
    B: KEY=837fff 2c3027 bf004444 0 c000000 1 10c04 a27c007 ffa67bfa d941dfff febeffdf ffefffff ffffffff fffffffe
    B: REL=40
    B: ABS=ffffff01 701ff
    B: MSC=10
    B: LED=1f

    I: Bus=0003 Vendor=09da Product=054f Version=0111
    N: Name=”A4TECH USB Device”
    P: Phys=usb-0000:00:04.0-6/input1
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-6/2-6:1.1/input/input4
    U: Uniq=
    H: Handlers=mouse1 event4
    B: EV=17
    B: KEY=ffff0000 0 0 0 0 0 0 0 0
    B: REL=143
    B: MSC=10

    I: Bus=0001 Vendor=10ec Product=0885 Version=0001
    N: Name=”HDA Digital PCBeep”
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:08.0/input/input5
    U: Uniq=
    H: Handlers=kbd event5
    B: EV=40001
    B: SND=6

    pavel@xmbc:~$ sudo lsusb
    Bus 002 Device 002: ID 09da:054f A4 Tech Co., Ltd
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 002: ID 1058:1021 Western Digital Technologies, Inc.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    pavel@xmbc:~$ lspci -nn
    00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1)
    00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1)
    00:03.0 ISA bridge [0601]: nVidia Corporation MCP79 LPC Bridge [10de:0aad] (rev b2)
    00:03.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0aa4] (rev b1)
    00:03.2 SMBus [0c05]: nVidia Corporation MCP79 SMBus [10de:0aa2] (rev b1)
    00:03.3 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a89] (rev b1)
    00:03.5 Co-processor [0b40]: nVidia Corporation MCP79 Co-processor [10de:0aa3] (rev b1)
    00:04.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa5] (rev b1)
    00:04.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa6] (rev b1)
    00:08.0 Audio device [0403]: nVidia Corporation MCP79 High Definition Audio [10de:0ac0] (rev b1)
    00:09.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Bridge [10de:0aab] (rev b1)
    00:0a.0 Ethernet controller [0200]: nVidia Corporation MCP79 Ethernet [10de:0ab0] (rev b1)
    00:0b.0 IDE interface [0101]: nVidia Corporation MCP79 SATA Controller [10de:0ab5] (rev b1)
    00:10.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0aa0] (rev b1)
    00:15.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0ac6] (rev b1)
    01:00.0 VGA compatible controller [0300]: nVidia Corporation ION VGA [10de:087d] (rev b1)
    02:00.0 Network controller [0280]: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
    pavel@xmbc:~$ dmesg | grep lirc

  13. Jammu says:

    cat /proc/bus/input/devices
    #############
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    U: Uniq=
    H: Handlers=kbd event1
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0017 Vendor=0001 Product=0001 Version=0100
    N: Name=”Macintosh mouse button emulation”
    P: Phys=
    S: Sysfs=/devices/virtual/input/input2
    U: Uniq=
    H: Handlers=mouse0 event2
    B: EV=7
    B: KEY=70000 0 0 0 0 0 0 0 0
    B: REL=3

    I: Bus=0003 Vendor=045e Product=0745 Version=0111
    N: Name=”Microsoft Microsoft® Nano Transceiver v2.0″
    P: Phys=usb-0000:00:04.0-1/input0
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-1/2-1:1.0/input/input3
    U: Uniq=
    H: Handlers=kbd event3
    B: EV=120013
    B: KEY=10000 7 ff800000 7ff febeffdf f3cfffff ffffffff fffffffe
    B: MSC=10
    B: LED=7

    I: Bus=0003 Vendor=045e Product=0745 Version=0111
    N: Name=”Microsoft Microsoft® Nano Transceiver v2.0″
    P: Phys=usb-0000:00:04.0-1/input1
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-1/2-1:1.1/input/input4
    U: Uniq=
    H: Handlers=kbd mouse1 event4
    B: EV=1f
    B: KEY=837fff 2c3027 bf004444 0 0 1f0001 f84 8a27c000 667bfa d9415fed 8e0000 0 0 0
    B: REL=3c3
    B: ABS=1 0
    B: MSC=10

    I: Bus=0003 Vendor=045e Product=0745 Version=0111
    N: Name=”Microsoft Microsoft® Nano Transceiver v2.0″
    P: Phys=usb-0000:00:04.0-1/input2
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-1/2-1:1.2/input/input5
    U: Uniq=
    H: Handlers=kbd event5 js0
    B: EV=10001f
    B: KEY=837fff 2c3027 bf004444 0 c000000 1 10f84 8a27c007 ffff7bfa d941dfff febeffdf ffefffff ffffffff fffffffe
    B: REL=40
    B: ABS=ffffff01 701ff
    B: MSC=10

    I: Bus=0019 Vendor=1050 Product=0001 Version=0000
    N: Name=”MCE Remote Keyboard”
    P: Phys=lirc_wb677
    S: Sysfs=/devices/virtual/input/input6
    U: Uniq=
    H: Handlers=kbd mouse2 event6
    B: EV=7
    B: KEY=30000 0 7 ff87207a c14057ff febeffdf ffefffff ffffffff fffffffe
    B: REL=3

    I: Bus=0001 Vendor=10ec Product=0885 Version=0001
    N: Name=”HDA Digital PCBeep”
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:08.0/input/input7
    U: Uniq=
    H: Handlers=kbd event7
    B: EV=40001
    B: SND=6
    #############

    dmesg:
    #############
    [ 9.840722] lirc_dev: IR Remote Control driver registered, major 61
    [ 12.895113] lirc_wb677 w677hga: chip id high: 0xb4
    [ 12.895128] lirc_wb677 w677hga: chip id low: 0×73 expect:0×73
    [ 12.898921] lirc_dev: lirc_register_driver: sample_rate: 0
    [ 1791.480866] lirc_wb677_cir 00:04: disabled
    [ 1801.704618] lirc_wb677_cir 00:04: activated
    [45508.193466] lirc_wb677_cir 00:04: disabled
    [45518.252849] lirc_wb677_cir 00:04: activated
    [51152.797525] lirc_wb677_cir 00:04: disabled
    [51162.842824] lirc_wb677_cir 00:04: activated
    [55410.077472] lirc_wb677_cir 00:04: disabled
    [55420.131144] lirc_wb677_cir 00:04: activated
    [58015.821533] lirc_wb677_cir 00:04: disabled
    [58025.866965] lirc_wb677_cir 00:04: activated
    #############

    lspci:
    #############
    00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1)
    00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1)
    00:03.0 ISA bridge [0601]: nVidia Corporation MCP79 LPC Bridge [10de:0aad] (rev b2)
    00:03.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0aa4] (rev b1)
    00:03.2 SMBus [0c05]: nVidia Corporation MCP79 SMBus [10de:0aa2] (rev b1)
    00:03.3 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a89] (rev b1)
    00:03.5 Co-processor [0b40]: nVidia Corporation MCP79 Co-processor [10de:0aa3] (rev b1)
    00:04.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa5] (rev b1)
    00:04.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa6] (rev b1)
    00:08.0 Audio device [0403]: nVidia Corporation MCP79 High Definition Audio [10de:0ac0] (rev b1)
    00:09.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Bridge [10de:0aab] (rev b1)
    00:0a.0 Ethernet controller [0200]: nVidia Corporation MCP79 Ethernet [10de:0ab0] (rev b1)
    00:0b.0 IDE interface [0101]: nVidia Corporation MCP79 SATA Controller [10de:0ab5] (rev b1)
    00:10.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0aa0] (rev b1)
    00:15.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0ac6] (rev b1)
    01:00.0 VGA compatible controller [0300]: nVidia Corporation ION VGA [10de:087d] (rev b1)
    02:00.0 Network controller [0280]: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
    #############

    lsusb:
    #############
    Bus 002 Device 002: ID 045e:0745 Microsoft Corp.
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    #############

    After reading again what you asked I found again myself doing futile work :) but as everything was pasted here already here is outputs with system where drivers are installed.

    Keep up the great work.. waiting next release that I could try.

  14. Jackthegroove says:

    Ik heb nog beta2 runnen met werkende drivers, dus het heeft niet veel nut om dit te doen zeker? (Asrock 330-ht) met nuvoton receiver dink

  15. oleg says:

    $ cat /proc/bus/input/devices
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    U: Uniq=
    H: Handlers=kbd event1
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0017 Vendor=0001 Product=0001 Version=0100
    N: Name=”Macintosh mouse button emulation”
    P: Phys=
    S: Sysfs=/devices/virtual/input/input2
    U: Uniq=
    H: Handlers=mouse0 event2
    B: EV=7
    B: KEY=70000 0 0 0 0 0 0 0 0
    B: REL=3

    I: Bus=0003 Vendor=1241 Product=1503 Version=0110
    N: Name=” USB Keyboard”
    P: Phys=usb-0000:00:04.0-1/input0
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-1/2-1:1.0/input/input3
    U: Uniq=
    H: Handlers=kbd event3
    B: EV=120013
    B: KEY=10000 7 ff800000 7ff febeffdf f3cfffff ffffffff fffffffe
    B: MSC=10
    B: LED=7

    I: Bus=0003 Vendor=1241 Product=1503 Version=0110
    N: Name=” USB Keyboard”
    P: Phys=usb-0000:00:04.0-1/input1
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-1/2-1:1.1/input/input4
    U: Uniq=
    H: Handlers=kbd event4
    B: EV=13
    B: KEY=2000000 39fa d941d001 1e0000 0 0 0
    B: MSC=10

    I: Bus=0003 Vendor=046d Product=c00c Version=0110
    N: Name=”Logitech USB Optical Mouse”
    P: Phys=usb-0000:00:04.0-2/input0
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-2/2-2:1.0/input/input5
    U: Uniq=
    H: Handlers=mouse1 event5
    B: EV=17
    B: KEY=70000 0 0 0 0 0 0 0 0
    B: REL=103
    B: MSC=10

    $ lsusb
    Bus 002 Device 003: ID 046d:c00c Logitech, Inc. Optical Wheel Mouse
    Bus 002 Device 002: ID 1241:1503 Belkin Keyboard
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    $ lspci -nn
    00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1)
    00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1)
    00:03.0 ISA bridge [0601]: nVidia Corporation MCP79 LPC Bridge [10de:0aad] (rev b2)
    00:03.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0aa4] (rev b1)
    00:03.2 SMBus [0c05]: nVidia Corporation MCP79 SMBus [10de:0aa2] (rev b1)
    00:03.3 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a89] (rev b1)
    00:03.5 Co-processor [0b40]: nVidia Corporation MCP79 Co-processor [10de:0aa3] (rev b1)
    00:04.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa5] (rev b1)
    00:04.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa6] (rev b1)
    00:08.0 Audio device [0403]: nVidia Corporation MCP79 High Definition Audio [10de:0ac0] (rev b1)
    00:09.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Bridge [10de:0aab] (rev b1)
    00:0a.0 Ethernet controller [0200]: nVidia Corporation MCP79 Ethernet [10de:0ab0] (rev b1)
    00:0b.0 IDE interface [0101]: nVidia Corporation MCP79 SATA Controller [10de:0ab5] (rev b1)
    00:10.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0aa0] (rev b1)
    01:00.0 VGA compatible controller [0300]: nVidia Corporation ION VGA [10de:087d] (rev b1)

    # dmesg | grep lirc

  16. RiChaDo says:

    Ik ben nieuwe eigenaar van de asrock ion 330 ht en is dus een fresh install geweest@RiChaDo

  17. lenn says:

    @Piethein…

    Ik heb even rond zitten snuffelen, maar de remote zit op een chip die het IR-device als serieel benut. (het is dus een Serial Device). Die zijn erg moeilijk te detecteren…

    Ik werd aan het denken gezet doordat het device IRQ3 krijgt van m’n moederbord (van oudsher is dat altijd de IRQ voor COM2 (de tweede seriele poort)

    root@XBMCLive:/sys/bus/pnp/drivers/lirc_wb677_cir/00:04# cat resources
    state = active
    io 0×240-0x24f
    irq 3
    io 0×250-0x25f

    Je vindt hier een hele discussie over de chip waar ze ook diezelfde conclusie trekken:
    http://forum.xbmc.org/archive/index.php/t-61840.html

    Mijn beste idee om het te detecteren, is om tijdens de initialisatie heel erg vies gewoon een modprobe te doen, en kijken of hij wat vindt :(

  18. lenn :

    @Piethein…

    Ik heb even rond zitten snuffelen, maar de remote zit op een chip die het IR-device als serieel benut. (het is dus een Serial Device). Die zijn erg moeilijk te detecteren…

    Ik werd aan het denken gezet doordat het device IRQ3 krijgt van m’n moederbord (van oudsher is dat altijd de IRQ voor COM2 (de tweede seriele poort)

    root@XBMCLive:/sys/bus/pnp/drivers/lirc_wb677_cir/00:04# cat resources
    state = active
    io 0×240-0x24f
    irq 3
    io 0×250-0x25f

    Je vindt hier een hele discussie over de chip waar ze ook diezelfde conclusie trekken:
    http://forum.xbmc.org/archive/index.php/t-61840.html

    Mijn beste idee om het te detecteren, is om tijdens de initialisatie heel erg vies gewoon een modprobe te doen, en kijken of hij wat vindt :(

    Maar dit is vrij lastig. Jij hebt waarschijnlijk al de driver geinstalleerd. De kunst is om er achter te komen of de chip aanwezig is, al voordat de drivers geinstalleerd zijn.

  19. uwer says:

    xbmc@XBMCLive:~$ cat /proc/bus/input/devices
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    U: Uniq=
    H: Handlers=kbd event1
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0017 Vendor=0001 Product=0001 Version=0100
    N: Name=”Macintosh mouse button emulation”
    P: Phys=
    S: Sysfs=/devices/virtual/input/input2
    U: Uniq=
    H: Handlers=mouse0 event2
    B: EV=7
    B: KEY=70000 0 0 0 0 0 0 0 0
    B: REL=3

    I: Bus=0003 Vendor=05c7 Product=7001 Version=0100
    N: Name=”Itron Presenter”
    P: Phys=usb-0000:00:04.0-4/input0
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-4/2-4:1.0/input/input3
    U: Uniq=
    H: Handlers=mouse1 event3
    B: EV=17
    B: KEY=7f0000 0 0 0 0 0 0 0 0
    B: REL=103
    B: MSC=10

    I: Bus=0003 Vendor=05c7 Product=7001 Version=0100
    N: Name=”Itron Presenter”
    P: Phys=usb-0000:00:04.0-4/input1
    S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-4/2-4:1.1/input/input4
    U: Uniq=
    H: Handlers=kbd event4
    B: EV=100013
    B: KEY=10000 7 ff98007a 7ff febeffdf ffefffff ffffffff fffffffe
    B: MSC=10

    I: Bus=0001 Vendor=10ec Product=0885 Version=0001
    N: Name=”HDA Digital PCBeep”
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:08.0/input/input5
    U: Uniq=
    H: Handlers=kbd event5
    B: EV=40001
    B: SND=6

    I: Bus=0019 Vendor=1050 Product=0001 Version=0000
    N: Name=”MCE Remote Keyboard”
    P: Phys=lirc_wb677
    S: Sysfs=/devices/virtual/input/input6
    U: Uniq=
    H: Handlers=kbd mouse2 event6
    B: EV=7
    B: KEY=30000 0 7 ff87207a c14057ff febeffdf ffefffff ffffffff fffffffe
    B: REL=3

    xbmc@XBMCLive:~$ lsusb
    Bus 002 Device 002: ID 05c7:7001 Qtronix Corp.
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 003: ID 0718:0533 Imation Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    xbmc@XBMCLive:~$ lspci -nn
    00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1)
    00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1)
    00:03.0 ISA bridge [0601]: nVidia Corporation MCP79 LPC Bridge [10de:0aad] (rev b2)
    00:03.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0aa4] (rev b1)
    00:03.2 SMBus [0c05]: nVidia Corporation MCP79 SMBus [10de:0aa2] (rev b1)
    00:03.3 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a89] (rev b1)
    00:03.5 Co-processor [0b40]: nVidia Corporation MCP79 Co-processor [10de:0aa3] (rev b1)
    00:04.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa5] (rev b1)
    00:04.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa6] (rev b1)
    00:08.0 Audio device [0403]: nVidia Corporation MCP79 High Definition Audio [10de:0ac0] (rev b1)
    00:09.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Bridge [10de:0aab] (rev b1)
    00:0a.0 Ethernet controller [0200]: nVidia Corporation MCP79 Ethernet [10de:0ab0] (rev b1)
    00:0b.0 IDE interface [0101]: nVidia Corporation MCP79 SATA Controller [10de:0ab5] (rev b1)
    00:10.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0aa0] (rev b1)
    00:15.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0ac6] (rev b1)
    01:00.0 VGA compatible controller [0300]: nVidia Corporation ION VGA [10de:087d] (rev b1)
    02:00.0 Network controller [0280]: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
    xbmc@XBMCLive:~$

    xbmc@XBMCLive:~$ dmesg | grep lirc
    [ 20.556376] lirc_dev: IR Remote Control driver registered, major 61
    [ 44.277302] lirc_dev: IR Remote Control driver registered, major 61
    [ 44.281920] lirc_wb677 w677hga: chip id high: 0xb4
    [ 44.281931] lirc_wb677 w677hga: chip id low: 0×73 expect:0×73
    [ 44.283183] lirc_dev: lirc_register_driver: sample_rate: 0
    [50912.812814] lirc_wb677_cir 00:04: disabled
    [50922.858010] lirc_wb677_cir 00:04: activated
    [104970.341473] lirc_wb677_cir 00:04: disabled
    [104979.886964] lirc_wb677_cir 00:04: activated
    [119788.645477] lirc_wb677_cir 00:04: disabled
    [119798.643735] lirc_wb677_cir 00:04: activated
    [123328.633474] lirc_wb677_cir 00:04: disabled
    [123338.631759] lirc_wb677_cir 00:04: activated
    xbmc@XBMCLive:~$

  20. lenn says:

    @Piethein Strengholt
    Dat klopt, maar dat is ook precies wat ik bedoel. Het is een serial device. Dit betekend dus, dat het per definitie niets met pnp doet. (het wordt niet aan het OS gepresenteerd met een unieke ID)

    Er is onder Linux niet een nette manier om seriele devices te detecteren. (denk maar aan froegâh met onze seriele muizen onder Linux. Die moest je ook zelf instellen in het OS, en daarna kon je pas gebruiken). Dit is per definitie de kracht en de zwakte van het systeem (seriele devices).

    Het detecteren van de chip is ook iets dat rottig zal zijn, omdat het een multi-io chip is. (het is één chip, die zowel Serieel, parallel, SMBus, monitoring enz. enz.)
    De chip is dus niet te detecteren, omdat het alles op de achtergrond doet, en alleen ‘actief’ aan het moederbord rapporteerd.

    Als het een PCI of USB-device had geweest had het geen probleem geweest. Wat ik al zei. Het enige dat je kan doen, is een modprobe geven en kijken of ie slikt…

  21. Tuckr says:

    ASRock ION330HT:

    xbmc@xbmc:~$ cat /proc/bus/
    input/ pci/
    xbmc@xbmc:~$ cat /proc/bus/input/devices
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: EV=3
    B: KEY=10000000000000 0

    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
    U: Uniq=
    H: Handlers=kbd event1
    B: EV=3
    B: KEY=10000000000000 0

    I: Bus=0017 Vendor=0001 Product=0001 Version=0100
    N: Name=”Macintosh mouse button emulation”
    P: Phys=
    S: Sysfs=/devices/virtual/input/input2
    U: Uniq=
    H: Handlers=mouse0 event2
    B: EV=7
    B: KEY=70000 0 0 0 0
    B: REL=3

    I: Bus=0019 Vendor=1050 Product=0001 Version=0000
    N: Name=”MCE Remote Keyboard”
    P: Phys=lirc_wb677
    S: Sysfs=/devices/virtual/input/input3
    U: Uniq=
    H: Handlers=kbd mouse1 event3
    B: EV=7
    B: KEY=30000 7 ff87207ac14057ff febeffdfffefffff fffffffffffffffe
    B: REL=3

    I: Bus=0001 Vendor=10ec Product=0885 Version=0001
    N: Name=”HDA Digital PCBeep”
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:08.0/input/input4
    U: Uniq=
    H: Handlers=kbd event4
    B: EV=40001
    B: SND=6

    xbmc@xbmc:~$ lsusb
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    xbmc@xbmc:~$ lspci -nn
    00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1)
    00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1)
    00:03.0 ISA bridge [0601]: nVidia Corporation MCP79 LPC Bridge [10de:0aad] (rev b2)
    00:03.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0aa4] (rev b1)
    00:03.2 SMBus [0c05]: nVidia Corporation MCP79 SMBus [10de:0aa2] (rev b1)
    00:03.3 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a89] (rev b1)
    00:03.5 Co-processor [0b40]: nVidia Corporation MCP79 Co-processor [10de:0aa3] (rev b1)
    00:04.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa5] (rev b1)
    00:04.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa6] (rev b1)
    00:08.0 Audio device [0403]: nVidia Corporation MCP79 High Definition Audio [10de:0ac0] (rev b1)
    00:09.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Bridge [10de:0aab] (rev b1)
    00:0a.0 Ethernet controller [0200]: nVidia Corporation MCP79 Ethernet [10de:0ab0] (rev b1)
    00:0b.0 IDE interface [0101]: nVidia Corporation MCP79 SATA Controller [10de:0ab5] (rev b1)
    00:10.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0aa0] (rev b1)
    01:00.0 VGA compatible controller [0300]: nVidia Corporation ION VGA [10de:087d] (rev b1)
    xbmc@xbmc:~$ dmesg | grep lirc
    [ 12.561089] lirc_dev: IR Remote Control driver registered, major 61
    [ 12.564612] lirc_wb677 w677hga: chip id high: 0xb4
    [ 12.564629] lirc_wb677 w677hga: chip id low: 0×73 expect:0×73
    [ 12.565134] lirc_dev: lirc_register_driver: sample_rate: 0
    xbmc@xbmc:~$

  22. Tuckr says:

    Oh, wacht. RTFA. Ik heb de drivers allang draaien, sorry.

  23. Tommy says:

    xbmc@XBMCLive:~$ cat /proc/bus/input/devices
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=PNP0C0C/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name=”Power Button”
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    U: Uniq=
    H: Handlers=kbd event1
    B: EV=3
    B: KEY=100000 0 0 0

    I: Bus=0017 Vendor=0001 Product=0001 Version=0100
    N: Name=”Macintosh mouse button emulation”
    P: Phys=
    S: Sysfs=/devices/virtual/input/input2
    U: Uniq=
    H: Handlers=mouse0 event2
    B: EV=7
    B: KEY=70000 0 0 0 0 0 0 0 0
    B: REL=3

    I: Bus=0019 Vendor=1050 Product=0001 Version=0000
    N: Name=”MCE Remote Keyboard”
    P: Phys=lirc_wb677
    S: Sysfs=/devices/virtual/input/input3
    U: Uniq=
    H: Handlers=kbd mouse1 event3
    B: EV=7
    B: KEY=30000 0 7 ff87207a c14057ff febeffdf ffefffff ffffffff fffffffe
    B: REL=3

    I: Bus=0001 Vendor=10ec Product=0885 Version=0001
    N: Name=”HDA Digital PCBeep”
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:08.0/input/input4
    U: Uniq=
    H: Handlers=kbd event4
    B: EV=40001
    B: SND=6

    xbmc@XBMCLive:~$ lsusb
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    xbmc@XBMCLive:~$ lspci -nn
    00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1)
    00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1)
    00:03.0 ISA bridge [0601]: nVidia Corporation MCP79 LPC Bridge [10de:0aad] (rev b3)
    00:03.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0aa4] (rev b1)
    00:03.2 SMBus [0c05]: nVidia Corporation MCP79 SMBus [10de:0aa2] (rev b1)
    00:03.3 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a89] (rev b1)
    00:03.5 Co-processor [0b40]: nVidia Corporation MCP79 Co-processor [10de:0aa3] (rev b1)
    00:04.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa5] (rev b1)
    00:04.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa6] (rev b1)
    00:08.0 Audio device [0403]: nVidia Corporation MCP79 High Definition Audio [10de:0ac0] (rev b1)
    00:09.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Bridge [10de:0aab] (rev b1)
    00:0a.0 Ethernet controller [0200]: nVidia Corporation MCP79 Ethernet [10de:0ab0] (rev b1)
    00:0b.0 IDE interface [0101]: nVidia Corporation MCP79 SATA Controller [10de:0ab5] (rev b1)
    00:10.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0aa0] (rev b1)
    00:15.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0ac6] (rev b1)
    01:00.0 VGA compatible controller [0300]: nVidia Corporation ION VGA [10de:087d] (rev b1)
    02:00.0 Network controller [0280]: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)

    xbmc@XBMCLive:~$ dmesg | grep lirc
    [ 14.522957] lirc_dev: IR Remote Control driver registered, major 61
    [ 14.600575] lirc_wb677 w677hga: chip id high: 0xb4
    [ 14.600589] lirc_wb677 w677hga: chip id low: 0×73 expect:0×73
    [ 14.601121] lirc_dev: lirc_register_driver: sample_rate: 0

Leave a Comment

*