Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 26
Hi Everyone, I am having a problem compiling the em28xx driver for my Pinnacle PCTV HD Pro USB Stick TV tuner/capture device (model 801e), in Fedora 10. My posts on ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Location
    San Diego, CA
    Posts
    1

    Question Unable to 'make' em28xx driver in Fedora 10 for Pinnacle PCTV HD Pro USB device

    Hi Everyone,

    I am having a problem compiling the em28xx driver for my Pinnacle PCTV HD Pro USB Stick TV tuner/capture device (model 801e), in Fedora 10. My posts on LinuxQuestions.org (Pinnacle PCTV HD Pro Stick (usb) not being recognized in Fedora 10 - LinuxQuestions.org) and FedoraForum.org (Pinnacle PCTV HD Pro Stick (usb) not being recognized in Fedora 10 - FedoraForum.org) describe where I was with this about one day ago, as well as a some more details about my system and distribution installation.

    In summary though I have the Pinnacle PCTV HD Pro Stick and am trying to get it to work in Fedora 10. The thing is that I've done about everything I've come across on the internet and still no dice. For example, I have successfully compiled and installed the mercurial distribution of the d4l-dvb packages, extracted and copied the firmware file, tried all of the startup-with-stick-attached or detached suggestions, but I still can't properly compile and install the em28xx driver, and I still can't see TV in any of the viewing applications (I know the cable works because I tested it with a regular TV).

    ANYTHING new would help me.


    Here is what I get when I try to 'make' em28xx:

    [root@ask em28xx-new]# make

    running ./build.sh build

    make[1]: Entering directory `/home/MSM/em28xx-new'
    rm -rf Module.symvers;
    make -C /lib/modules/`if [ -d /lib/modules/2.6.21.4-eeepc ]; then echo 2.6.21.4-eeepc; else uname -r; fi`/build SUBDIRS=`pwd` modules
    make[2]: Entering directory `/usr/src/kernels/2.6.27.12-170.2.5.fc10.i686'
    CC [M] /home/MSM/em28xx-new/em2880-dvb.o
    In file included from /home/MSM/em28xx-new/em2880-dvb.c:37:
    /home/MSM/em28xx-new/em28xx.h:32:20: error: dmxdev.h: No such file or directory
    /home/MSM/em28xx-new/em28xx.h:33:23: error: dvb_demux.h: No such file or directory
    /home/MSM/em28xx-new/em28xx.h:34:21: error: dvb_net.h: No such file or directory
    /home/MSM/em28xx-new/em28xx.h:35:26: error: dvb_frontend.h: No such file or directory
    In file included from /home/MSM/em28xx-new/em2880-dvb.c:37:
    /home/MSM/em28xx-new/em28xx.h:562: error: field ‘demux’ has incomplete type
    /home/MSM/em28xx-new/em28xx.h:570: error: field ‘adapter’ has incomplete type
    /home/MSM/em28xx-new/em28xx.h:573: error: field ‘dmxdev’ has incomplete type
    /home/MSM/em28xx-new/em28xx.h:575: error: field ‘dvbnet’ has incomplete type
    In file included from /home/MSM/em28xx-new/em2880-dvb.c:44:
    /home/MSM/em28xx-new/mt352/mt352.h: In function ‘mt352_write’:
    /home/MSM/em28xx-new/mt352/mt352.h:68: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/mt352/mt352.h:69: error: dereferencing pointer to incomplete type
    In file included from /home/MSM/em28xx-new/em2880-dvb.c:46:
    /home/MSM/em28xx-new/drx3973d/drx3973d_demod.h: At top level:
    /home/MSM/em28xx-new/drx3973d/drx3973d_demod.h:9: error: field ‘frontend’ has incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:52:22: error: lgdt330x.h: No such file or directory
    /home/MSM/em28xx-new/em2880-dvb.c:245: warning: ‘struct dvb_frontend_tune_settings’ declared inside parameter list
    /home/MSM/em28xx-new/em2880-dvb.c:245: warning: its scope is only this definition or declaration, which is probably not what you want
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘em2880_fe_get_tune_settings’:
    /home/MSM/em28xx-new/em2880-dvb.c:246: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:247: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:248: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c: At top level:
    /home/MSM/em28xx-new/em2880-dvb.c:276: error: variable ‘em2880_fe_template_ops’ has initializer but incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:277: error: unknown field ‘info’ specified in initializer
    /home/MSM/em28xx-new/em2880-dvb.c:277: error: extra brace group at end of initializer
    /home/MSM/em28xx-new/em2880-dvb.c:277: error: (near initialization for ‘em2880_fe_template_ops’)
    /home/MSM/em28xx-new/em2880-dvb.c:287: warning: excess elements in struct initializer
    /home/MSM/em28xx-new/em2880-dvb.c:287: warning: (near initialization for ‘em2880_fe_template_ops’)
    /home/MSM/em28xx-new/em2880-dvb.c:288: error: unknown field ‘init’ specified in initializer
    /home/MSM/em28xx-new/em2880-dvb.c:288: warning: excess elements in struct initializer
    /home/MSM/em28xx-new/em2880-dvb.c:288: warning: (near initialization for ‘em2880_fe_template_ops’)
    /home/MSM/em28xx-new/em2880-dvb.c:289: error: unknown field ‘release’ specified in initializer
    /home/MSM/em28xx-new/em2880-dvb.c:289: warning: excess elements in struct initializer
    /home/MSM/em28xx-new/em2880-dvb.c:289: warning: (near initialization for ‘em2880_fe_template_ops’)
    /home/MSM/em28xx-new/em2880-dvb.c:291: error: unknown field ‘sleep’ specified in initializer
    /home/MSM/em28xx-new/em2880-dvb.c:291: warning: excess elements in struct initializer
    /home/MSM/em28xx-new/em2880-dvb.c:291: warning: (near initialization for ‘em2880_fe_template_ops’)
    /home/MSM/em28xx-new/em2880-dvb.c:292: error: unknown field ‘set_frontend’ specified in initializer
    /home/MSM/em28xx-new/em2880-dvb.c:292: warning: excess elements in struct initializer
    /home/MSM/em28xx-new/em2880-dvb.c:292: warning: (near initialization for ‘em2880_fe_template_ops’)
    /home/MSM/em28xx-new/em2880-dvb.c:293: error: unknown field ‘get_frontend’ specified in initializer
    /home/MSM/em28xx-new/em2880-dvb.c:293: warning: excess elements in struct initializer
    /home/MSM/em28xx-new/em2880-dvb.c:293: warning: (near initialization for ‘em2880_fe_template_ops’)
    /home/MSM/em28xx-new/em2880-dvb.c:294: error: unknown field ‘get_tune_settings’ specified in initializer
    /home/MSM/em28xx-new/em2880-dvb.c:294: warning: excess elements in struct initializer
    /home/MSM/em28xx-new/em2880-dvb.c:294: warning: (near initialization for ‘em2880_fe_template_ops’)
    /home/MSM/em28xx-new/em2880-dvb.c:295: error: unknown field ‘read_status’ specified in initializer
    /home/MSM/em28xx-new/em2880-dvb.c:295: warning: excess elements in struct initializer
    /home/MSM/em28xx-new/em2880-dvb.c:295: warning: (near initialization for ‘em2880_fe_template_ops’)
    /home/MSM/em28xx-new/em2880-dvb.c:296: error: unknown field ‘read_ber’ specified in initializer
    /home/MSM/em28xx-new/em2880-dvb.c:296: warning: excess elements in struct initializer
    /home/MSM/em28xx-new/em2880-dvb.c:296: warning: (near initialization for ‘em2880_fe_template_ops’)
    /home/MSM/em28xx-new/em2880-dvb.c:297: error: unknown field ‘read_signal_strength’ specified in initializer
    /home/MSM/em28xx-new/em2880-dvb.c:297: warning: excess elements in struct initializer
    /home/MSM/em28xx-new/em2880-dvb.c:297: warning: (near initialization for ‘em2880_fe_template_ops’)
    /home/MSM/em28xx-new/em2880-dvb.c:298: error: unknown field ‘read_snr’ specified in initializer
    /home/MSM/em28xx-new/em2880-dvb.c:298: warning: excess elements in struct initializer
    /home/MSM/em28xx-new/em2880-dvb.c:298: warning: (near initialization for ‘em2880_fe_template_ops’)
    /home/MSM/em28xx-new/em2880-dvb.c:299: error: unknown field ‘read_ucblocks’ specified in initializer
    /home/MSM/em28xx-new/em2880-dvb.c:300: warning: excess elements in struct initializer
    /home/MSM/em28xx-new/em2880-dvb.c:300: warning: (near initialization for ‘em2880_fe_template_ops’)
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘em2880_complete_irq’:
    /home/MSM/em28xx-new/em2880-dvb.c:339: error: implicit declaration of function ‘dvb_dmx_swfilter’
    /home/MSM/em28xx-new/em2880-dvb.c: At top level:
    /home/MSM/em28xx-new/em2880-dvb.c:448: warning: ‘struct dvb_demux_feed’ declared inside parameter list
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘em2880_start_feed’:
    /home/MSM/em28xx-new/em2880-dvb.c:450: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:451: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c: At top level:
    /home/MSM/em28xx-new/em2880-dvb.c:465: warning: ‘struct dvb_demux_feed’ declared inside parameter list
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘em2880_stop_feed’:
    /home/MSM/em28xx-new/em2880-dvb.c:467: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:468: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘em28xx_ts_bus_ctrl’:
    /home/MSM/em28xx-new/em2880-dvb.c:494: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘mt352_pinnacle_init’:
    /home/MSM/em28xx-new/em2880-dvb.c:545: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c: At top level:
    /home/MSM/em28xx-new/em2880-dvb.c:573: error: variable ‘em2880_lgdt3303_dev’ has initializer but incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:574: error: unknown field ‘demod_address’ specified in initializer
    /home/MSM/em28xx-new/em2880-dvb.c:574: warning: excess elements in struct initializer
    /home/MSM/em28xx-new/em2880-dvb.c:574: warning: (near initialization for ‘em2880_lgdt3303_dev’)
    /home/MSM/em28xx-new/em2880-dvb.c:575: error: unknown field ‘demod_chip’ specified in initializer
    /home/MSM/em28xx-new/em2880-dvb.c:575: error: ‘LGDT3303’ undeclared here (not in a function)
    /home/MSM/em28xx-new/em2880-dvb.c:576: warning: excess elements in struct initializer
    /home/MSM/em28xx-new/em2880-dvb.c:576: warning: (near initialization for ‘em2880_lgdt3303_dev’)
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘kworld355u_i2c_gate_ctrl’:
    /home/MSM/em28xx-new/em2880-dvb.c:590: error: field ‘frontend’ has incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:596: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘em28xx_set_params’:
    /home/MSM/em28xx-new/em2880-dvb.c:610: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:619: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘em28xx_get_frequency’:
    /home/MSM/em28xx-new/em2880-dvb.c:737: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘em28xx_get_bandwidth’:
    /home/MSM/em28xx-new/em2880-dvb.c:744: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘em28xx_dvb_init’:
    /home/MSM/em28xx-new/em2880-dvb.c:752: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘em28xx_s921_init’:
    /home/MSM/em28xx-new/em2880-dvb.c:807: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘em28xx_zl10353_init’:
    /home/MSM/em28xx-new/em2880-dvb.c:824: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘em28xx_zl10353_sleep’:
    /home/MSM/em28xx-new/em2880-dvb.c:873: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘em28xx_dvb_sleep’:
    /home/MSM/em28xx-new/em2880-dvb.c:889: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘em2880_dvb_init’:
    /home/MSM/em28xx-new/em2880-dvb.c:960: error: implicit declaration of function ‘dvb_attach’
    /home/MSM/em28xx-new/em2880-dvb.c:964: warning: assignment makes pointer from integer without a cast
    /home/MSM/em28xx-new/em2880-dvb.c:983: warning: assignment makes pointer from integer without a cast
    /home/MSM/em28xx-new/em2880-dvb.c:986: warning: assignment makes pointer from integer without a cast
    /home/MSM/em28xx-new/em2880-dvb.c:991: warning: assignment makes pointer from integer without a cast
    /home/MSM/em28xx-new/em2880-dvb.c:997: error: ‘lgdt330x_attach’ undeclared (first use in this function)
    /home/MSM/em28xx-new/em2880-dvb.c:997: error: (Each undeclared identifier is reported only once
    /home/MSM/em28xx-new/em2880-dvb.c:997: error: for each function it appears in.)
    /home/MSM/em28xx-new/em2880-dvb.c:998: warning: assignment makes pointer from integer without a cast
    /home/MSM/em28xx-new/em2880-dvb.c:1007: warning: assignment makes pointer from integer without a cast
    /home/MSM/em28xx-new/em2880-dvb.c:1012: warning: assignment makes pointer from integer without a cast
    /home/MSM/em28xx-new/em2880-dvb.c:1018: warning: assignment makes pointer from integer without a cast
    /home/MSM/em28xx-new/em2880-dvb.c:1021: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:1022: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:1023: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:1037: error: invalid application of ‘sizeof’ to incomplete type ‘struct dvb_frontend’
    /home/MSM/em28xx-new/em2880-dvb.c:1038: error: invalid application of ‘sizeof’ to incomplete type ‘struct dvb_frontend_ops’
    /home/MSM/em28xx-new/em2880-dvb.c:1038: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:1038: error: invalid application of ‘sizeof’ to incomplete type ‘struct dvb_frontend_ops’
    /home/MSM/em28xx-new/em2880-dvb.c:1038: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:1038: error: invalid application of ‘sizeof’ to incomplete type ‘struct dvb_frontend_ops’
    /home/MSM/em28xx-new/em2880-dvb.c:1054: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:1055: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:1057: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:1059: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:1063: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:1065: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:1074: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:1088: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:1090: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:1091: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:1109: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c:1112: error: implicit declaration of function ‘dvb_register_adapter’
    /home/MSM/em28xx-new/em2880-dvb.c:1130: error: implicit declaration of function ‘dvb_register_frontend’
    /home/MSM/em28xx-new/em2880-dvb.c:1137: error: ‘DMX_TS_FILTERING’ undeclared (first use in this function)
    /home/MSM/em28xx-new/em2880-dvb.c:1138: error: ‘DMX_SECTION_FILTERING’ undeclared (first use in this function)
    /home/MSM/em28xx-new/em2880-dvb.c:1139: error: ‘DMX_MEMORY_BASED_FILTERING’ undeclared (first use in this function)
    /home/MSM/em28xx-new/em2880-dvb.c:1141: error: implicit declaration of function ‘dvb_dmx_init’
    /home/MSM/em28xx-new/em2880-dvb.c:1152: error: implicit declaration of function ‘dvb_dmxdev_init’
    /home/MSM/em28xx-new/em2880-dvb.c:1156: error: implicit declaration of function ‘dvb_dmxdev_release’
    /home/MSM/em28xx-new/em2880-dvb.c:1167: error: implicit declaration of function ‘dvb_net_init’
    /home/MSM/em28xx-new/em2880-dvb.c:1167: error: dereferencing pointer to incomplete type
    /home/MSM/em28xx-new/em2880-dvb.c: In function ‘em2880_dvb_fini’:
    /home/MSM/em28xx-new/em2880-dvb.c:1187: error: implicit declaration of function ‘dvb_net_release’
    /home/MSM/em28xx-new/em2880-dvb.c:1188: error: implicit declaration of function ‘dvb_unregister_frontend’
    /home/MSM/em28xx-new/em2880-dvb.c:1195: error: implicit declaration of function ‘dvb_frontend_detach’
    /home/MSM/em28xx-new/em2880-dvb.c:1200: error: implicit declaration of function ‘dvb_dmx_release’
    /home/MSM/em28xx-new/em2880-dvb.c:1202: error: implicit declaration of function ‘dvb_unregister_adapter’
    make[3]: *** [/home/MSM/em28xx-new/em2880-dvb.o] Error 1
    make[2]: *** [_module_/home/MSM/em28xx-new] Error 2
    make[2]: Leaving directory `/usr/src/kernels/2.6.27.12-170.2.5.fc10.i686'
    make[1]: *** [default] Error 2
    make[1]: Leaving directory `/home/MSM/em28xx-new'
    [root@ask em28xx-new]#

    And here is what I get from 'lsusb':

    [root@ask em28xx-new]# lsusb
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 006: ID 05ac:0304 Apple, Inc. Optical USB Mouse [Mitsumi]
    Bus 001 Device 005: ID 05ac:0220 Apple, Inc. Aluminum Keyboard
    Bus 001 Device 004: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
    Bus 001 Device 002: ID 2304:023a Pinnacle Systems, Inc. [hex]
    Bus 001 Device 003: ID 0424:2504 Standard Microsystems Corp. USB 2.0 Hub
    Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    [root@ask em28xx-new]#

    And lastly, the results of 'dmesg':

    [root@ask em28xx-new]# dmesg
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.27.12-170.2.5.fc10.i686 (mockbuild@x86-4.fedora.phx.redhat.com) (gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC) ) #1 SMP Wed Jan 21 02:09:37 EST 2009
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 00000000bfef0000 (usable)
    BIOS-e820: 00000000bfef0000 - 00000000bfef8000 (ACPI data)
    BIOS-e820: 00000000bfef8000 - 00000000bff00000 (ACPI NVS)
    BIOS-e820: 00000000bff00000 - 00000000bff80000 (usable)
    BIOS-e820: 00000000bff80000 - 00000000c0000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
    BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    DMI present.
    Phoenix BIOS detected: BIOS may corrupt low RAM, working it around.
    last_pfn = 0xbff80 max_arch_pfn = 0x100000
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    kernel direct mapping tables up to 38000000 @ 10000-15000
    Using x86 segment limits to approximate NX protection
    RAMDISK: 37c70000 - 37fefee2
    ACPI: RSDP 000F6910, 0014 (r0 PTLTD )
    ACPI: RSDT BFEF4505, 0034 (r1 PTLTD RSDT 6040000 LTP 0)
    ACPI: FACP BFEF7E78, 0074 (r1 INTEL K_CANYON 6040000 PTL 8)
    ACPI: DSDT BFEF4539, 393F (r1 INTEL PLUMAS 6040000 MSFT 100000E)
    ACPI: FACS BFEF8FC0, 0040
    ACPI: APIC BFEF7EEC, 009C (r1 PTLTD APIC 6040000 LTP 0)
    ACPI: BOOT BFEF7F88, 0028 (r1 PTLTD $SBFTBL$ 6040000 LTP 1)
    ACPI: SPCR BFEF7FB0, 0050 (r1 PTLTD $UCRTBL$ 6040000 PTL 1)
    2175MB HIGHMEM available.
    896MB LOWMEM available.
    mapped low ram: 0 - 38000000
    low ram: 00000000 - 38000000
    bootmap 00011000 - 00018000
    (9 early reservations) ==> bootmem [0000000000 - 0038000000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
    #3 [0000400000 - 000097312c] TEXT DATA BSS ==> [0000400000 - 000097312c]
    #4 [0037c70000 - 0037fefee2] RAMDISK ==> [0037c70000 - 0037fefee2]
    #5 [0000974000 - 0000978000] INIT_PG_TABLE ==> [0000974000 - 0000978000]
    #6 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000]
    #7 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000]
    #8 [0000011000 - 0000018000] BOOTMAP ==> [0000011000 - 0000018000]
    found SMP MP-table at [c00f68b0] 000f68b0
    Zone PFN ranges:
    DMA 0x00000010 -> 0x00001000
    Normal 0x00001000 -> 0x00038000
    HighMem 0x00038000 -> 0x000bff80
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x000bfef0
    0: 0x000bff00 -> 0x000bff80
    On node 0 totalpages: 786175
    free_area_init_node: node 0, pgdat c07f4a80, node_mem_map c1000200
    DMA zone: 3951 pages, LIFO batch:0
    Normal zone: 223520 pages, LIFO batch:31
    HighMem zone: 552561 pages, LIFO batch:31
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x1008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x06] enabled)
    ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    ACPI: LAPIC (acpi_id[0x03] lapic_id[0x07] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    ACPI: IOAPIC (id[0x03] address[0xfec80000] gsi_base[24])
    IOAPIC[1]: apic_id 3, version 32, address 0xfec80000, GSI 24-47
    ACPI: IOAPIC (id[0x04] address[0xfec80400] gsi_base[48])
    IOAPIC[2]: apic_id 4, version 32, address 0xfec80400, GSI 48-71
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Enabling APIC mode: Flat. Using 3 I/O APICs
    Using ACPI (MADT) for SMP configuration information
    SMP: Allowing 4 CPUs, 0 hotplug CPUs
    mapped APIC to ffffb000 (fee00000)
    mapped IOAPIC to ffffa000 (fec00000)
    mapped IOAPIC to ffff9000 (fec80000)
    mapped IOAPIC to ffff8000 (fec80400)
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Allocating PCI resources starting at c4000000 (gap: c0000000:3ec00000)
    PERCPU: Allocating 41372 bytes of per cpu data
    NR_CPUS: 32, nr_cpu_ids: 4, nr_node_ids 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 780032
    Kernel command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    CPU 0 irqstacks, hard=c08a0000 soft=c0880000
    PID hash table entries: 4096 (order: 12, 16384 bytes)
    TSC: PIT calibration confirmed by PMTIMER.
    TSC: using PIT calibration value
    Detected 2400.080 MHz processor.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Memory: 3108904k/3145216k available (2740k kernel code, 34876k reserved, 1421k data, 412k init, 2227648k highmem)
    virtual kernel memory layout:
    fixmap : 0xffc57000 - 0xfffff000 (3744 kB)
    pkmap : 0xff400000 - 0xff800000 (4096 kB)
    vmalloc : 0xf8800000 - 0xff3fe000 ( 107 MB)
    lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
    .init : 0xc0816000 - 0xc087d000 ( 412 kB)
    .data : 0xc06ad182 - 0xc0810620 (1421 kB)
    .text : 0xc0400000 - 0xc06ad182 (2740 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    CPA: page pool initialized 1 of 1 pages preallocated
    SLUB: Genslabs=12, HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.16 BogoMIPS (lpj=2400080)
    Security Framework initialized
    SELinux: Initializing.
    SELinux: Starting in permissive mode
    Mount-cache hash table entries: 512
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys devices
    CPU: Trace cache: 12K uops, L1 D cache: 8K
    CPU: L2 cache: 512K
    CPU: Physical Processor ID: 0
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
    CPU0: Thermal monitoring enabled
    Checking 'hlt' instruction... OK.
    ACPI: Core revision 20080609
    ENABLING IO-APIC IRQs
    ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Xeon(TM) CPU 2.40GHz stepping 07
    CPU 1 irqstacks, hard=c08a1000 soft=c0881000
    Booting processor 1/6 ip 6000
    Initializing CPU#1
    Calibrating delay using timer specific routine.. 4799.31 BogoMIPS (lpj=2399656)
    CPU: Trace cache: 12K uops, L1 D cache: 8K
    CPU: L2 cache: 512K
    CPU: Physical Processor ID: 3
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#1.
    CPU1: Intel P4/Xeon Extended MCE MSRs (12) available
    CPU1: Thermal monitoring enabled
    x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
    CPU1: Intel(R) Xeon(TM) CPU 2.40GHz stepping 07
    checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    CPU 2 irqstacks, hard=c08a2000 soft=c0882000
    Booting processor 2/1 ip 6000
    Initializing CPU#2
    Calibrating delay using timer specific routine.. 4799.32 BogoMIPS (lpj=2399663)
    CPU: Trace cache: 12K uops, L1 D cache: 8K
    CPU: L2 cache: 512K
    CPU: Physical Processor ID: 0
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#2.
    CPU2: Intel P4/Xeon Extended MCE MSRs (12) available
    CPU2: Thermal monitoring enabled
    x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
    CPU2: Intel(R) Xeon(TM) CPU 2.40GHz stepping 07
    checking TSC synchronization [CPU#0 -> CPU#2]: passed.
    CPU 3 irqstacks, hard=c08a3000 soft=c0883000
    Booting processor 3/7 ip 6000
    Initializing CPU#3
    Calibrating delay using timer specific routine.. 4799.33 BogoMIPS (lpj=2399665)
    CPU: Trace cache: 12K uops, L1 D cache: 8K
    CPU: L2 cache: 512K
    CPU: Physical Processor ID: 3
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#3.
    CPU3: Intel P4/Xeon Extended MCE MSRs (12) available
    CPU3: Thermal monitoring enabled
    x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
    CPU3: Intel(R) Xeon(TM) CPU 2.40GHz stepping 07
    checking TSC synchronization [CPU#0 -> CPU#3]: passed.
    Brought up 4 CPUs
    Total of 4 processors activated (19198.12 BogoMIPS).
    sizeof(vma)=84 bytes
    sizeof(page)=32 bytes
    sizeof(inode)=340 bytes
    sizeof(dentry)=132 bytes
    sizeof(ext3inode)=492 bytes
    sizeof(buffer_head)=56 bytes
    sizeof(skbuff)=184 bytes
    sizeof(task_struct)=3268 bytes
    CPU0 attaching sched-domain:
    domain 0: span 0,2 level SIBLING
    groups: 0 2
    domain 1: span 0-3 level CPU
    groups: 0,2 1,3
    CPU1 attaching sched-domain:
    domain 0: span 1,3 level SIBLING
    groups: 1 3
    domain 1: span 0-3 level CPU
    groups: 1,3 0,2
    CPU2 attaching sched-domain:
    domain 0: span 0,2 level SIBLING
    groups: 2 0
    domain 1: span 0-3 level CPU
    groups: 0,2 1,3
    CPU3 attaching sched-domain:
    domain 0: span 1,3 level SIBLING
    groups: 3 1
    domain 1: span 0-3 level CPU
    groups: 1,3 0,2
    net_namespace: 840 bytes
    Booting paravirtualized kernel on bare hardware
    Time: 11:02:32 Date: 02/13/09
    NET: Registered protocol family 16
    No dock devices found.
    ACPI: bus type pci registered
    PCI: PCI BIOS revision 2.10 entry at 0xfd8b5, last bus=4
    PCI: Using configuration type 1 for base access
    ACPI: EC: Look up EC in DSDT
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    PCI: 0000:00:1d.0 reg 20 io port: [2000, 201f]
    PCI: 0000:00:1d.1 reg 20 io port: [2020, 203f]
    PCI: 0000:00:1d.2 reg 20 io port: [2040, 205f]
    HPET not enabled in BIOS. You might try hpet=force boot option
    pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
    pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH4 GPIO
    PCI: 0000:00:1f.1 reg 10 io port: [1f0, 1f7]
    PCI: 0000:00:1f.1 reg 14 io port: [3f4, 3f7]
    PCI: 0000:00:1f.1 reg 18 io port: [170, 177]
    PCI: 0000:00:1f.1 reg 1c io port: [374, 377]
    PCI: 0000:00:1f.1 reg 20 io port: [2060, 206f]
    PCI: 0000:00:1f.1 reg 24 32bit mmio: [0, 3ff]
    PCI: 0000:00:1f.3 reg 20 io port: [1100, 111f]
    PCI: 0000:01:1c.0 reg 10 32bit mmio: [e8100000, e8100fff]
    PCI: 0000:01:1e.0 reg 10 32bit mmio: [e8101000, e8101fff]
    PCI: bridge 0000:00:02.0 io port: [3000, 3fff]
    PCI: bridge 0000:00:02.0 32bit mmio: [e8100000, e9ffffff]
    PCI: bridge 0000:00:02.0 32bit mmio pref: [f0000000, f7ffffff]
    PCI: 0000:02:01.0 reg 10 32bit mmio: [e9000000, e9ffffff]
    PCI: 0000:02:01.0 reg 14 32bit mmio: [f0000000, f7ffffff]
    PCI: 0000:02:01.0 reg 30 32bit mmio: [0, 1ffff]
    PCI: 0000:02:03.0 reg 10 64bit mmio: [e8200000, e821ffff]
    PCI: 0000:02:03.0 reg 20 io port: [3000, 303f]
    pci 0000:02:03.0: PME# supported from D0 D3hot D3cold
    pci 0000:02:03.0: PME# disabled
    PCI: bridge 0000:01:1d.0 io port: [3000, 3fff]
    PCI: bridge 0000:01:1d.0 32bit mmio: [e8200000, e9ffffff]
    PCI: bridge 0000:01:1d.0 64bit mmio pref: [f0000000, f7ffffff]
    PCI: 0000:04:01.0 reg 10 io port: [4000, 40ff]
    pci 0000:04:01.0: supports D1
    pci 0000:04:01.0: supports D2
    PCI: 0000:04:05.0 reg 10 32bit mmio: [ea020000, ea020fff]
    PCI: 0000:04:05.0 reg 14 io port: [4400, 443f]
    PCI: 0000:04:05.0 reg 18 32bit mmio: [ea000000, ea01ffff]
    PCI: 0000:04:05.0 reg 30 32bit mmio: [0, ffff]
    pci 0000:04:05.0: supports D1
    pci 0000:04:05.0: supports D2
    pci 0000:04:05.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:04:05.0: PME# disabled
    pci 0000:00:1e.0: transparent bridge
    PCI: bridge 0000:00:1e.0 io port: [4000, 4fff]
    PCI: bridge 0000:00:1e.0 32bit mmio: [ea000000, ea0fffff]
    bus 00 -> node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.ICH3._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HLB_.PH2A._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HLB_.PH2B._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 10 *11 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 10 *11 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *10 11 14 15)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 10 11 14 15) *5
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 10 *11 14 15)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 10 11 14 15) *0, disabled.
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 13 devices
    ACPI: ACPI bus type pnp unregistered
    SCSI subsystem initialized
    libata version 3.00 loaded.
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    PCI: Using ACPI for IRQ routing
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    tracer: 772 pages allocated for 65536 entries of 48 bytes
    actual entries 65620
    system 00:01: ioport range 0x1000-0x107f has been reserved
    system 00:01: ioport range 0x1180-0x11bf has been reserved
    system 00:01: ioport range 0x295-0x296 has been reserved
    system 00:01: ioport range 0x4d0-0x4d1 has been reserved
    pci 0000:01:1d.0: PCI bridge, secondary bus 0000:02
    pci 0000:01:1d.0: IO window: 0x3000-0x3fff
    pci 0000:01:1d.0: MEM window: 0xe8200000-0xe9ffffff
    pci 0000:01:1d.0: PREFETCH window: 0x000000f0000000-0x000000f7ffffff
    pci 0000:01:1f.0: PCI bridge, secondary bus 0000:03
    pci 0000:01:1f.0: IO window: disabled
    pci 0000:01:1f.0: MEM window: disabled
    pci 0000:01:1f.0: PREFETCH window: disabled
    pci 0000:00:02.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:02.0: IO window: 0x3000-0x3fff
    pci 0000:00:02.0: MEM window: 0xe8100000-0xe9ffffff
    pci 0000:00:02.0: PREFETCH window: 0x000000f0000000-0x000000f7ffffff
    pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04
    pci 0000:00:1e.0: IO window: 0x4000-0x4fff
    pci 0000:00:1e.0: MEM window: 0xea000000-0xea0fffff
    pci 0000:00:1e.0: PREFETCH window: 0x000000c4000000-0x000000c40fffff
    pci 0000:00:1e.0: setting latency timer to 64
    bus: 00 index 0 io port: [0, ffff]
    bus: 00 index 1 mmio: [0, ffffffffffffffff]
    bus: 01 index 0 io port: [3000, 3fff]
    bus: 01 index 1 mmio: [e8100000, e9ffffff]
    bus: 01 index 2 mmio: [f0000000, f7ffffff]
    bus: 01 index 3 mmio: [0, 0]
    bus: 02 index 0 io port: [3000, 3fff]
    bus: 02 index 1 mmio: [e8200000, e9ffffff]
    bus: 02 index 2 mmio: [f0000000, f7ffffff]
    bus: 02 index 3 mmio: [0, 0]
    bus: 03 index 0 mmio: [0, 0]
    bus: 03 index 1 mmio: [0, 0]
    bus: 03 index 2 mmio: [0, 0]
    bus: 03 index 3 mmio: [0, 0]
    bus: 04 index 0 io port: [4000, 4fff]
    bus: 04 index 1 mmio: [ea000000, ea0fffff]
    bus: 04 index 2 mmio: [c4000000, c40fffff]
    bus: 04 index 3 io port: [0, ffff]
    bus: 04 index 4 mmio: [0, ffffffffffffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    checking if image is initramfs... it is
    Freeing initrd memory: 3583k freed
    Simple Boot Flag at 0x36 set to 0x1
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: disabled - APM is not SMP safe.
    audit: initializing netlink socket (disabled)
    type=2000 audit(1234522951.665:1): initialized
    highmem bounce pool size: 64 pages
    HugeTLB registered 4 MB page size, pre-allocated 0 pages
    VFS: Disk quotas dquot_6.5.1
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1730
    SELinux: Registering netfilter hooks
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:02:01.0: Boot video device
    pci 0000:04:05.0: Firmware left e100 interrupts enabled; disabling
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
    ACPI: Power Button (FF) [PWRF]
    input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input1
    ACPI: Power Button (CM) [PWRB]
    processor ACPI0007:00: registered as cooling_device0
    processor ACPI0007:01: registered as cooling_device1
    processor ACPI0007:02: registered as cooling_device2
    processor ACPI0007:03: registered as cooling_device3
    isapnp: Scanning for PnP cards...
    Switched to high resolution mode on CPU 1
    Switched to high resolution mode on CPU 3
    Switched to high resolution mode on CPU 2
    Switched to high resolution mode on CPU 0
    isapnp: No Plug & Play device found
    Non-volatile memory driver v1.2
    Linux agpgart interface v0.103
    Serial: 8250/16550 driver4 ports, IRQ sharing enabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    brd: module loaded
    loop: module loaded
    input: Macintosh mouse button emulation as /devices/virtual/input/input2
    Driver 'sd' needs updating - please use bus_type methods
    Driver 'sr' needs updating - please use bus_type methods
    ata_piix 0000:00:1f.1: version 2.12
    ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
    ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    ata_piix 0000:00:1f.1: setting latency timer to 64
    scsi0 : ata_piix
    scsi1 : ata_piix
    ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x2060 irq 14
    ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x2068 irq 15
    ata1.00: ATA-8: WDC WD2500AVJB-63WKA0, 00.02C01, max UDMA/100
    ata1.00: 488397168 sectors, multi 16: LBA48
    ata1.00: configured for UDMA/100
    ata2.00: ATAPI: HL-DT-STDVD-RAM GSA-H55N, 1.03, max UDMA/66
    ata2.00: limited to UDMA/33 due to 40-wire cable
    ata2.00: configured for UDMA/33
    scsi 0:0:0:0: Direct-Access ATA WDC WD2500AVJB-6 00.0 PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2
    sd 0:0:0:0: [sda] Attached SCSI disk
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    scsi 1:0:0:0: CD-ROM HL-DT-ST DVD-RAM GSA-H55N 1.03 PQ: 0 ANSI: 5
    sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    sr 1:0:0:0: Attached scsi generic sg1 type 5
    ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
    USB Universal Host Controller Interface driver v3.0
    uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    uhci_hcd 0000:00:1d.0: irq 16, io base 0x00002000
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
    usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    usb usb1: Product: UHCI Host Controller
    usb usb1: Manufacturer: Linux 2.6.27.12-170.2.5.fc10.i686 uhci_hcd
    usb usb1: SerialNumber: 0000:00:1d.0
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x00002020
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
    usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    usb usb2: Product: UHCI Host Controller
    usb usb2: Manufacturer: Linux 2.6.27.12-170.2.5.fc10.i686 uhci_hcd
    usb usb2: SerialNumber: 0000:00:1d.1
    uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.2: irq 18, io base 0x00002040
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    usb 1-1: new full speed USB device using uhci_hcd and address 2
    usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
    usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    usb usb3: Product: UHCI Host Controller
    usb usb3: Manufacturer: Linux 2.6.27.12-170.2.5.fc10.i686 uhci_hcd
    usb usb3: SerialNumber: 0000:00:1d.2
    PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    usb 1-1: configuration #1 chosen from 1 choice
    usb 1-1: New USB device found, idVendor=2304, idProduct=023a
    usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    usb 1-1: Product: PCTV 801e
    usb 1-1: Manufacturer: YUANRD
    usb 1-1: SerialNumber: 0901132D76
    usb 1-2: new full speed USB device using uhci_hcd and address 3
    serio: i8042 KBD port at 0x60,0x64 irq 1
    mice: PS/2 mouse device common for all mice
    usb 1-2: configuration #1 chosen from 1 choice
    hub 1-2:1.0: USB hub found
    hub 1-2:1.0: 4 ports detected
    rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k
    device-mapper: uevent: version 1.0.3
    device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
    cpuidle: using governor ladder
    cpuidle: using governor menu
    usb 1-2: New USB device found, idVendor=0424, idProduct=2504
    usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    hub 2-0:1.0: over-current change on port 1
    hub 2-0:1.0: over-current change on port 2
    hub 3-0:1.0: over-current change on port 1
    usb 1-2.2: new full speed USB device using uhci_hcd and address 4
    usb 1-2.2: configuration #1 chosen from 1 choice
    hub 1-2.2:1.0: USB hub found
    hub 1-2.2:1.0: 3 ports detected
    usb 1-2.2: New USB device found, idVendor=05ac, idProduct=1006
    usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    usb 1-2.2: Product: Keyboard Hub
    usb 1-2.2: Manufacturer: Apple, Inc.
    usb 1-2.2: SerialNumber: 000000000000
    usb 1-2.2.2: new low speed USB device using uhci_hcd and address 5
    usb 1-2.2.2: configuration #1 chosen from 1 choice
    usb 1-2.2.2: New USB device found, idVendor=05ac, idProduct=0220
    usb 1-2.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    usb 1-2.2.2: Product: Apple Keyboard
    usb 1-2.2.2: Manufacturer: Apple, Inc
    usb 1-2.2.3: new low speed USB device using uhci_hcd and address 6
    usb 1-2.2.3: configuration #1 chosen from 1 choice
    usb 1-2.2.3: New USB device found, idVendor=05ac, idProduct=0304
    usb 1-2.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    usb 1-2.2.3: Product: Apple Optical USB Mouse
    usb 1-2.2.3: Manufacturer: Primax Electronics
    usbcore: registered new interface driver hiddev
    input: Apple, Inc Apple Keyboard as /devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2.2/1-2.2.2/1-2.2.2:1.0/input/input3
    input,hidraw0: USB HID v1.11 Keyboard [Apple, Inc Apple Keyboard] on usb-0000:00:1d.0-2.2.2
    input: Apple, Inc Apple Keyboard as /devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2.2/1-2.2.2/1-2.2.2:1.1/input/input4
    input,hidraw1: USB HID v1.11 Device [Apple, Inc Apple Keyboard] on usb-0000:00:1d.0-2.2.2
    input: Primax Electronics Apple Optical USB Mouse as /devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2.2/1-2.2.3/1-2.2.3:1.0/input/input5
    input,hidraw2: USB HID v1.10 Mouse [Primax Electronics Apple Optical USB Mouse] on usb-0000:00:1d.0-2.2.3
    usbcore: registered new interface driver usbhid
    usbhid: v2.6:USB HID core driver
    nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Plase use
    nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
    sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
    ip_tables: (C) 2000-2006 Netfilter Core Team
    TCP cubic registered
    Initializing XFRM netlink socket
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    registered taskstats version 1
    Magic number: 13:78:24
    misc cpu_dma_latency: hash matches
    Freeing unused kernel memory: 412k freed
    Write protecting the kernel text: 2744k
    Write protecting the kernel read-only data: 1172k
    kjournald starting. Commit interval 5 seconds
    EXT3-fs: mounted filesystem with ordered data mode.
    SELinux: 8192 avtab hash slots, 113268 rules.
    SELinux: 8192 avtab hash slots, 113268 rules.
    SELinux: 8 users, 11 roles, 2660 types, 119 bools, 1 sens, 1024 cats
    SELinux: 73 classes, 113268 rules
    SELinux: Completing initialization.
    SELinux: Setting up existing superblocks.
    SELinux: initialized (dev dm-0, type ext3), uses xattr
    SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
    SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
    SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
    SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
    SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts
    SELinux: initialized (dev devpts, type devpts), uses transition SIDs
    SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts
    SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
    SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
    SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
    SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
    SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
    SELinux: initialized (dev proc, type proc), uses genfs_contexts
    SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
    SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
    SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
    type=1403 audit(1234522968.676:2): policy loaded auid=4294967295 ses=4294967295
    udevd version 127 started
    input: PC Speaker as /devices/platform/pcspkr/input/input6
    i801_smbus 0000:00:1f.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Intel(R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI
    Copyright (c) 1999-2006 Intel Corporation.
    e1000 0000:02:03.0: PCI INT A -> GSI 54 (level, low) -> IRQ 54
    e1000: 0000:02:03.0: e1000_probe: (PCI:33MHz:64-bit) 00:30:48:28:23:14
    e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
    Floppy drive(s): fd0 is 1.44M
    FDC 0 is a post-1991 82077
    Intel 82802 RNG detected
    e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    e100 0000:04:05.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    e100 0000:04:05.0: PME# disabled
    parport_pc 00:0c: reported by Plug and Play ACPI
    parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
    e100: eth1: e100_probe: addr 0xea020000, irq 22, MAC addr 00:30:48:28:23:15
    EDAC MC: Ver: 2.1.0 Jan 21 2009
    iTCO_vendor_support: vendor-support=0
    EDAC e7xxx: tolm = c0000, remapbase = ffc000, remaplimit = 0
    EDAC MC0: Giving out device to 'e7xxx_edac' 'E7501': DEV 0000:00:00.0
    EDAC PCI0: Giving out device to module 'e7xxx_edac' controller 'EDAC PCI controller': DEV '0000:00:00.0' (POLLED)
    nvidia: module license 'NVIDIA' taints kernel.
    nvidia 0000:02:01.0: PCI INT A -> GSI 48 (level, low) -> IRQ 48
    NVRM: loading NVIDIA UNIX x86 Kernel Module 173.14.16 Sat Jan 24 19:42:59 PST 2009
    ppdev: user-space parallel port driver
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
    iTCO_wdt: Found a ICH3-S TCO device (Version=1, TCOBASE=0x1060)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    dib0700: loaded with support for 8 different device-types
    dvb-usb: found a 'Pinnacle PCTV HD Pro USB Stick' in cold state, will try to load a firmware
    firmware: requesting dvb-usb-dib0700-1.20.fw
    dvb-usb: did not find the firmware file. (dvb-usb-dib0700-1.20.fw) Please see linux/Documentation/dvb/ for more details on firmware-problems. (-2)
    usbcore: registered new interface driver dvb_usb_dib0700
    udev: renamed network interface eth0 to eth1
    udev: renamed network interface eth1_rename to eth0
    C-Media PCI 0000:04:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    device-mapper: multipath: version 1.0.5 loaded
    EXT3 FS on dm-0, internal journal
    kjournald starting. Commit interval 5 seconds
    EXT3 FS on sda1, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    SELinux: initialized (dev sda1, type ext3), uses xattr
    SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
    Adding 5177336k swap on /dev/mapper/VolGroup00-LogVol01. Priority:-1 extents:1 across:5177336k
    SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
    IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
    firmware: requesting intel-ucode/0f-02-07
    firmware: requesting intel-ucode/0f-02-07
    firmware: requesting intel-ucode/0f-02-07
    firmware: requesting intel-ucode/0f-02-07
    microcode: CPU0 updated from revision 0x34 to 0x38, date = 06042003
    microcode: CPU1 updated from revision 0x34 to 0x38, date = 06042003
    microcode: CPU2 updated from revision 0x34 to 0x38, date = 06042003
    microcode: CPU3 updated from revision 0x34 to 0x38, date = 06042003
    p4-clockmod: P4/Xeon(TM) CPU On-Demand Clock Modulation available
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    ip6_tables: (C) 2000-2006 Netfilter Core Team
    RPC: Registered udp transport module.
    RPC: Registered tcp transport module.
    SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
    Bluetooth: Core ver 2.13
    NET: Registered protocol family 31
    Bluetooth: HCI device and connection manager initialized
    Bluetooth: HCI socket layer initialized
    Bluetooth: L2CAP ver 2.11
    Bluetooth: L2CAP socket layer initialized
    Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    Bluetooth: BNEP filters: protocol multicast
    Bridge firewalling registered
    Bluetooth: SCO (Voice Link) ver 0.6
    Bluetooth: SCO socket layer initialized
    ADDRCONF(NETDEV_UP): eth0: link is not ready
    ADDRCONF(NETDEV_UP): eth1: link is not ready
    e1000: eth1: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
    ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
    eth1: no IPv6 routers present
    fuse init (API version 7.9)
    SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
    [root@ask em28xx-new]#

    Still no TV in any viewing application though.

    ANY help will be welcomed and greatly appreciated. Thanks.

  2. #2
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    I don't understand something. If you have installed the latest drivers from the v4l-dvb mercurial repository, you should already have the em28xx driver. What is it that you are trying to install after that?

    It appears that it is still not finding the firmware:
    Code:
    dvb-usb: did not find the firmware file. (dvb-usb-dib0700-1.20.fw) Please see linux/Documentation/dvb/ for more details on firmware-problems. (-2)
    Have you followed the instructions for your card, at the v4l-dvb wiki?

    Em28xx devices - LinuxTVWiki

    I think that you will have to manually add the needed firmware. You can search the internet for it, but I found a link to it in the MythTV wiki:

    Hauppauge WinTV Nova-T 500 PCI - MythTV

    And the firmware can be downloaded with this link:

    http://www.wi-bw.tfh-wildau.de/~pboettch/home/files/dvb-usb-dib0700-1.20.fw

    Put it in the /lib/firmware folder.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  3. #3
    Just Joined!
    Join Date
    May 2009
    Posts
    19

    Hi Im new to fedora

    ask_save

    I have just installed fedora 10 to use myth tv i have the same pinnale stick and dont even know ehere to start. my quesiton is do I have to install a driver or does fedora automaticly detect . I do the lsusb and no where do i see pinaccle. please help me....

    how can i achieve this step by step

  4. #4
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    You have to have the device plugged in to a USB port before you run the lsusb command.

    Fedora 10 should already have the driver for your tuner. If you want to make sure, install the latest drivers from the LinuxTV.org CVS/Mercurial repository. First you must install mercurial, then follow the steps listed under "Checkout V4L-DVB or dvb-apps":

    LinuxTV.org - CVS and Mercurial access

    Installing these requires compiling them. You will need these things installed first:
    kernel source
    kernel headers
    gcc
    make

    Also, follow my previous post on installing the needed firmware for this device.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  5. #5
    Just Joined!
    Join Date
    May 2009
    Posts
    19

    hey thanks

    but it is plugged in. Im a windows guy even though i have done some linux in the past but never really installed a driver for linux. this is all new to me . please cope with me and explaine step by step. please....

    rrichiez

  6. #6
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    Run the lsusb command, and post the output here in this thread.

    You say you want step-by-step instructions, for what? The instructions for building the V4L-DVB drivers are on the same web page as the download instructions. Other instructions are on the LinuxTV.org wiki page that I linked to before.

    I don't want to post things that are already explained on other web sites. The links that I gave have very good instructions, so there is no need for me to duplicate them.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  7. #7
    Just Joined!
    Join Date
    May 2009
    Posts
    19

    her you go

    Sorry Will try

    here is the command I have it plugged in

    [root@ws-pvr-sys ~]# lsusb
    Bus 001 Device 004: ID 2304:0227 Pinnacle Systems, Inc. [hex] PCTV for Mac, HD Stick
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 002: ID 1532:00fb Razer USA, Ltd
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 002: ID 0471:0815 Philips eHome Infrared Receiver
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    [root@ws-pvr-sys ~]# cd em28xx-new
    bash: cd: em28xx-new: No such file or directory
    [root@ws-pvr-sys ~]#

    rrichiez

  8. #8
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    When you get stuck, or encounter an error, post the exact error here so that we can help you through it.

    Your device is showing up:
    Code:
    Bus 001 Device 004: ID 2304:0227 Pinnacle Systems, Inc. [hex] PCTV for Mac, HD Stick
    I do see that yours is listed as being for a Mac. this could be important, and it may mean that it isn't supported in Linux. But first let's try.
    [root@ws-pvr-sys ~]# cd em28xx-new
    bash: cd: em28xx-new: No such file or directory
    I don't know where ask_save got that driver from. As you can see, he never posted gain after his first post.

    To see if the driver is loading, enter this command and post the output.
    Code:
    lsmod
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  9. #9
    Just Joined!
    Join Date
    May 2009
    Posts
    19

    I truly apreciate your help

    here we go


    [root@ws-pvr-sys ~]# lsmod
    Module Size Used by
    fuse 49436 4
    i915 53508 3
    drm 158260 4 i915
    nls_utf8 5632 3
    cifs 211620 3
    nfs 218296 0
    lockd 57720 1 nfs
    nfs_acl 6656 1 nfs
    sunrpc 156052 6 nfs,lockd,nfs_acl
    ip6t_REJECT 7296 2
    nf_conntrack_ipv6 15864 16
    ip6table_filter 6400 1
    ip6_tables 14736 1 ip6table_filter
    ipv6 230516 46 ip6t_REJECT,nf_conntrack_ipv6
    lgdt330x 11268 1
    em28xx_dvb 10372 0
    dvb_core 68456 2 lgdt330x,em28xx_dvb
    em28xx_alsa 11144 0
    tuner_xc2028 21168 2
    tea5767 9732 0
    tda9887 13060 1
    tda8290 13188 0
    snd_hda_intel 354068 2
    snd_seq_dummy 6660 0
    tuner 24776 0
    snd_seq_oss 30364 0
    tvp5150 16784 0
    snd_seq_midi_event 9600 1 snd_seq_oss
    snd_seq 48576 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 10124 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_pcm_oss 42496 0
    snd_mixer_oss 16896 1 snd_pcm_oss
    snd_pcm 65924 3 em28xx_alsa,snd_hda_intel,snd_pcm_oss
    saa7134 129364 0
    snd_timer 22024 2 snd_seq,snd_pcm
    v4l2_common 12800 2 tuner,saa7134
    videobuf_dma_sg 13828 1 saa7134
    snd_page_alloc 11016 2 snd_hda_intel,snd_pcm
    em28xx 56488 2 em28xx_dvb,em28xx_alsa
    videodev 32000 3 tuner,saa7134,em28xx
    v4l1_compat 15876 1 videodev
    compat_ioctl32 5120 2 saa7134,em28xx
    iTCO_wdt 13732 0
    iTCO_vendor_support 6916 1 iTCO_wdt
    ppdev 10500 0
    snd_hwdep 10500 1 snd_hda_intel
    videobuf_vmalloc 9604 1 em28xx
    snd 50616 15 em28xx_alsa,snd_hda_intel,snd_seq_dummy,snd_seq_os s,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss ,snd_pcm,snd_timer,snd_hwdep
    r8169 32132 0
    parport_pc 25620 0
    videobuf_core 18052 4 saa7134,videobuf_dma_sg,em28xx,videobuf_vmalloc
    parport 31956 2 ppdev,parport_pc
    ir_common 38532 2 saa7134,em28xx
    soundcore 9416 1 snd
    mii 8192 1 r8169
    i2c_i801 12048 0
    tveeprom 14596 2 saa7134,em28xx
    i2c_core 21396 13 drm,lgdt330x,tuner_xc2028,tea5767,tda9887,tda8290, tuner,tvp5150,saa7134,v4l2_common,em28xx,i2c_i801, tveeprom
    pcspkr 6272 0
    lirc_mceusb2 15620 1
    lirc_dev 14232 1 lirc_mceusb2
    ata_generic 8452 0
    pata_acpi 7680 0
    [root@ws-pvr-sys ~]#

    rrichiez

  10. #10
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    Thank you for the info.

    Here are the drivers loading for your card:
    Code:
    Module                  Size  Used by
    
    lgdt330x               11268  1
    em28xx_dvb             10372  0
    dvb_core               68456  2 lgdt330x,em28xx_dvb
    em28xx_alsa            11144  0
    tuner_xc2028           21168  2
    tea5767                 9732  0
    tda9887                13060  1
    tda8290                13188  0
    tuner                  24776  0
    saa7134               129364  0
    v4l2_common            12800  2 tuner,saa7134
    videobuf_dma_sg        13828  1 saa7134
    em28xx                 56488  2 em28xx_dvb,em28xx_alsa
    videodev               32000  3 tuner,saa7134,em28xx
    v4l1_compat            15876  1 videodev
    compat_ioctl32          5120  2 saa7134,em28xx
    videobuf_vmalloc        9604  1 em28xx
    em28xx_alsa,snd_hda_intel,snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
    videobuf_core          18052  4 saa7134,videobuf_dma_sg,em28xx,videobuf_vmalloc
    ir_common              38532  2 saa7134,em28xx
    i2c_i801               12048  0
    tveeprom               14596  2 saa7134,em28xx
    i2c_core               21396  13 drm,lgdt330x,tuner_xc2028,tea5767,tda9887,tda8290,tuner,tvp5150,saa7134,v4l2_common,em28xx,i2c_i801,tveeprom
    lirc_mceusb2           15620  1
    lirc_dev               14232  1 lirc_mceusb2
    There appears to be the needed drivers loading for it. Unless there are other problems, it should work. To check for system messages, run this command, and post the output.
    Code:
    dmesg
    The output of this is quite large. When posting it, surround it with code tags. For mor info on that, read this:

    Linux Forums - BB Code List
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

Page 1 of 3 1 2 3 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...