Prof 7301, 7500 and 8000 Tuners

  • WELCOME TO THE NEW SERVER!

    If you are seeing this you are on our new server WELCOME HOME!

    While the new server is online Scott is still working on the backend including the cachine. But the site is usable while the work is being completes!

    Thank you for your patience and again WELCOME HOME!

    CLICK THE X IN THE TOP RIGHT CORNER OF THE BOX TO DISMISS THIS MESSAGE
Status
Please reply by conversation.
Here is mine for refrence, I have two lspci entries, odd you dont. Maybe a slightly different version or something. Mine was used so I have no idea how old it is

updatelee@antec:~$ lspci -v -s 04:07.0
04:07.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
Subsystem: Device b034:3034
Flags: medium devsel, IRQ 21
Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: <access denied>
Kernel modules: cx8800

updatelee@antec:~$ lspci -v -s 04:07.2
04:07.2 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05)
Subsystem: Device b034:3034
Flags: bus master, medium devsel, latency 32, IRQ 21
Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: <access denied>
Kernel driver in use: cx88-mpeg driver manager
Kernel modules: cx8802
 
01:00.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
Flags: bus master, medium devsel, latency 32, IRQ 21
Memory at f8000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: <access denied>
Kernel driver in use: cx8800
Kernel modules: cx8800
 
ok problem is its using the wrong driver. I would bet you either dont have my drivers installed or you didnt do it correctly.

updatelee@antec:~/src/s2-liplianin-v37-udl$ make
updatelee@antec:~/src/s2-liplianin-v37-udl$ sudo make rmmod
updatelee@antec:~/src/s2-liplianin-v37-udl$ lsmod | grep "cx88\|dvb\|stv\|stb"

make sure nothing is loaded, lets say cx88xx for example

updatelee@antec:~/src/s2-liplianin-v37-udl$ sudo rmmod -f cx88xx

then remove the old media ko

updatelee@antec:~/src/s2-liplianin-v37-udl$ sudo make rminstall
updatelee@antec:~/src/s2-liplianin-v37-udl$ uname -a
updatelee@antec:~/src/s2-liplianin-v37-udl$ sudo rm -R /lib/modules/3.2.27/kernel/drivers/media

thats assuming your using 3.2.27

updatelee@antec:~/src/s2-liplianin-v37-udl$ sudo make install
updatelee@antec:~/src/s2-liplianin-v37-udl$ sudo reboot

It could be you have a totally different version of a card then me, who knows. But its odd yours doesnt list a subsystem ID.

UDL
 
ok
when i run make command its give permission denied error
and when i run sudo make :
Code:
nemanaldin@nemanaldin-desktop:~/s2-liplianin-v37-udl$ sudo make
make -C /home/nemanaldin/s2-liplianin-v37-udl/v4l 
make[1]: Entering directory `/home/nemanaldin/s2-liplianin-v37-udl/v4l'
creating symbolic links...
make -C firmware prep
make[2]: Entering directory `/home/nemanaldin/s2-liplianin-v37-udl/v4l/firmware'
make[2]: Leaving directory `/home/nemanaldin/s2-liplianin-v37-udl/v4l/firmware'
make -C firmware
make[2]: Entering directory `/home/nemanaldin/s2-liplianin-v37-udl/v4l/firmware'
make[2]: Nothing to be done for `default'.
make[2]: Leaving directory `/home/nemanaldin/s2-liplianin-v37-udl/v4l/firmware'
Kernel build directory is /lib/modules/3.2.0-35-generic/build
make -C ../linux apply_patches
make[2]: Entering directory `/home/nemanaldin/s2-liplianin-v37-udl/linux'
Patches for 3.2.0-35-generic already applied.
make[2]: Leaving directory `/home/nemanaldin/s2-liplianin-v37-udl/linux'
make -C /lib/modules/3.2.0-35-generic/build SUBDIRS=/home/nemanaldin/s2-liplianin-v37-udl/v4l  modules
make[2]: Entering directory `/usr/src/linux-headers-3.2.0-35-generic'
  Building modules, stage 2.
  MODPOST 41 modules
make[2]: Leaving directory `/usr/src/linux-headers-3.2.0-35-generic'
./scripts/rmmod.pl check
found 41 modules
make[1]: Leaving directory `/home/nemanaldin/s2-liplianin-v37-udl/v4l'

then i run
Code:
nemanaldin@nemanaldin-desktop:~/s2-liplianin-v37-udl$ sudo make rmmod
make -C /home/nemanaldin/s2-liplianin-v37-udl/v4l rmmod
make[1]: Entering directory `/home/nemanaldin/s2-liplianin-v37-udl/v4l'
scripts/rmmod.pl unload
found 41 modules
make[1]: Leaving directory `/home/nemanaldin/s2-liplianin-v37-udl/v4l'

and lsmod | grep "cx88\|dvb\|stv\|stb" nothing happend

Code:
nemanaldin@nemanaldin-desktop:~/s2-liplianin-v37-udl$ sudo rmmod -f cx88xx
ERROR: Removing 'cx88xx': No such file or directory



Code:
nemanaldin@nemanaldin-desktop:~/s2-liplianin-v37-udl$ sudo make rminstall
make -C /home/nemanaldin/s2-liplianin-v37-udl/v4l rminstall
make[1]: Entering directory `/home/nemanaldin/s2-liplianin-v37-udl/v4l'

Removing obsolete files from /lib/modules/3.2.0-35-generic/kernel/drivers/media/IR/keymaps:


Removing obsolete files from /lib/modules/3.2.0-35-generic/kernel/drivers/media/video:


Removing obsolete files from /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/cinergyT2:


Removing obsolete files from /lib/modules/3.2.0-35-generic/kernel/drivers/media/common:


Removing obsolete files from /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/frontends:


Removing obsolete files from /lib/modules/3.2.0-35-generic/kernel/drivers/media/IR:


Hmm... distro kernel with a non-standard place for module backports detected.
Please always prefer to use vanilla upstream kernel with V4L/DVB
I'll try to remove old/obsolete LUM files from /lib/modules/3.2.0-35-generic//updates/dkms:

Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/gspca/m5602 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/omap3isp files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/ files:
media.ko 

Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/saa7164 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/zoran files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/cpia2 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/b2c2 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/../linux/drivers/staging/media/solo6x10 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/hdpvr files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/sn9c102 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/dvb-core files:
dvb-core.ko 

Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video files:
videobuf-dma-sg.ko videobuf-core.ko wm8775.ko tuner.ko videobuf-dvb.ko ir-kbd-i2c.ko videodev.ko btcx-risc.ko v4l2-common.ko v4l2-int-device.ko tveeprom.ko 

Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/cx23885 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/radio/wl128x files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/s5p-mfc files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/s5p-g2d files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/../linux/drivers/staging/media/as102 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/siano files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/cx231xx files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/saa7134 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/ttpci files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/blackfin files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/radio/si470x files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/frontends files:
stv0900.ko stv090x.ko stb6100.ko 

Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/bt8xx files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/cx88 files:
cx8802.ko cx8800.ko cx88xx.ko cx88-dvb.ko 

Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/gspca files:
gspca_main.ko 

Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/cx25821 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/rc files:
lirc_dev.ko rc-core.ko 

Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/../linux/drivers/staging/media/dt3155v4l files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/../linux/drivers/staging/media/go7007 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/m5mols files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/common files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/radio files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/pvrusb2 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/pt1 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/rc/keymaps files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/s5p-tv files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/../linux/drivers/staging/media/lirc files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/ttusb-budget files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/omap files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/au0828 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/common/saa716x files:
saa716x_budget.ko saa716x_core.ko 

Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/dvb-usb files:
dvb-usb-gp8psk.ko dvb-usb.ko dvb-usb-dw2102.ko 

Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/ddbridge files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/marvell-ccic files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/cx18 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/ivtv files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/mantis files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/common/tuners files:
xc4000.ko tuner-xc2028.ko tda9887.ko mc44s803.ko mt20xx.ko tda827x.ko tda18271.ko xc5000.ko tea5761.ko tuner-types.ko tda8290.ko tuner-simple.ko tea5767.ko 

Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/s5p-fimc files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/davinci files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/firewire files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/bt8xx files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/cx25840 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/ttusb-dec files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/ngene files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/dm1105 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/gspca/gl860 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/../linux/drivers/misc/altera-stapl files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/../linux/drivers/staging/media/cxd2099 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/tm6000 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/pluto2 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/usbvision files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/s5p-jpeg files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/gspca/stv06xx files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/em28xx files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/tlg2300 files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/uvc files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/video/pwc files:


Removing old /lib/modules/3.2.0-35-generic/kernel/drivers/media/../linux/drivers/staging/media/easycap files:

make[1]: Leaving directory `/home/nemanaldin/s2-liplianin-v37-udl/v4l'


Code:
nemanaldin@nemanaldin-desktop:~/s2-liplianin-v37-udl$ uname -a
Linux nemanaldin-desktop 3.2.0-35-generic #55-Ubuntu SMP Wed Dec 5 17:42:16 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

Code:
nemanaldin@nemanaldin-desktop:~/s2-liplianin-v37-udl$ sudo rm -R /lib/modules/3.2.0-35-generic/kernel/drivers/media
[sudo] password for nemanaldin: 
nemanaldin@nemanaldin-desktop:~/s2-liplianin-v37-udl$


Code:
nemanaldin@nemanaldin-desktop:~/s2-liplianin-v37-udl$ sudo make install
make -C /home/nemanaldin/s2-liplianin-v37-udl/v4l install
make[1]: Entering directory `/home/nemanaldin/s2-liplianin-v37-udl/v4l'

Removing obsolete files from /lib/modules/3.2.0-35-generic/kernel/drivers/media/IR/keymaps:


Removing obsolete files from /lib/modules/3.2.0-35-generic/kernel/drivers/media/video:


Removing obsolete files from /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/cinergyT2:


Removing obsolete files from /lib/modules/3.2.0-35-generic/kernel/drivers/media/common:


Removing obsolete files from /lib/modules/3.2.0-35-generic/kernel/drivers/media/dvb/frontends:


Removing obsolete files from /lib/modules/3.2.0-35-generic/kernel/drivers/media/IR:


Hmm... distro kernel with a non-standard place for module backports detected.
Please always prefer to use vanilla upstream kernel with V4L/DVB
I'll try to remove old/obsolete LUM files from /lib/modules/3.2.0-35-generic//updates/dkms:
Installing kernel modules under /lib/modules/3.2.0-35-generic/kernel/drivers/media/:
    /: media.ko 
    dvb/dvb-core/: dvb-core.ko 
    video/: videobuf-dma-sg.ko videobuf-core.ko wm8775.ko 
        tuner.ko videobuf-dvb.ko ir-kbd-i2c.ko 
        videodev.ko btcx-risc.ko v4l2-common.ko 
        v4l2-int-device.ko tveeprom.ko 
    dvb/frontends/: stv0900.ko stv090x.ko stb6100.ko 
    video/cx88/: cx8802.ko cx8800.ko cx88xx.ko 
        cx88-dvb.ko 
    video/gspca/: gspca_main.ko 
    rc/: lirc_dev.ko rc-core.ko 
    common/saa716x/: saa716x_budget.ko saa716x_core.ko 
    dvb/dvb-usb/: dvb-usb-gp8psk.ko dvb-usb.ko dvb-usb-dw2102.ko 
    common/tuners/: xc4000.ko tuner-xc2028.ko tda9887.ko 
        mc44s803.ko mt20xx.ko tda827x.ko 
        tda18271.ko xc5000.ko tea5761.ko 
        tuner-types.ko tda8290.ko tuner-simple.ko 
        tea5767.ko 
/sbin/depmod -a 3.2.0-35-generic 
make -C firmware install
make[2]: Entering directory `/home/nemanaldin/s2-liplianin-v37-udl/v4l/firmware'
Installing firmwares at /lib/firmware: vicam/firmware.fw dabusb/firmware.fw dabusb/bitstream.bin ttusb-budget/dspbootcode.bin cpia2/stv0672_vp4.bin av7110/bootcode.bin dvb-fe-bcm3510-01.fw dvb-fe-ds3000.fw dvb-fe-ds3103.fw dvb-fe-or51132-qam.fw dvb-fe-or51132-vsb.fw dvb-fe-or51211.fw dvb-fe-xc5000-1.6.114.fw dvb-ttpci-01.fw-261a dvb-ttpci-01.fw-261b dvb-ttpci-01.fw-261c dvb-ttpci-01.fw-261d dvb-ttpci-01.fw-261f dvb-ttpci-01.fw-2622 dvb-usb-avertv-a800-02.fw dvb-usb-bluebird-01.fw dvb-usb-dib0700-1.20.fw dvb-usb-dibusb-5.0.0.11.fw dvb-usb-dibusb-6.0.0.8.fw dvb-usb-dtt200u-01.fw dvb-usb-s660.fw dvb-usb-terratec-h5-drxk.fw dvb-usb-terratec-h7-az6007.fw dvb-usb-terratec-h7-drxk.fw dvb-usb-umt-010-02.fw dvb-usb-vp702x-01.fw dvb-usb-vp7045-01.fw dvb-usb-wt220u-01.fw dvb-usb-wt220u-02.fw v4l-cx231xx-avcore-01.fw v4l-cx23418-apu.fw v4l-cx23418-cpu.fw v4l-cx23418-dig.fw v4l-cx23885-avcore-01.fw v4l-cx23885-enc.fw v4l-cx25840.fw 
make[2]: Leaving directory `/home/nemanaldin/s2-liplianin-v37-udl/v4l/firmware'
make[1]: Leaving directory `/home/nemanaldin/s2-liplianin-v37-udl/v4l'

and now i'm going to reboot
 
thanks updatelee
still there's no dvb folder in /dev :(

and dmesg

Code:
[    0.474370] intel_idle: MWAIT substates: 0x20
[    0.474372] intel_idle: does not run on family 6 model 15
[    0.474457] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.474463] ACPI: Power Button [PWRB]
[    0.474508] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.474511] ACPI: Power Button [PWRF]
[    0.475908] ERST: Table is not found!
[    0.475910] GHES: HEST is not enabled!
[    0.475987] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.496354] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.606263] Freeing initrd memory: 14060k freed
[    0.740446] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.740668] Linux agpgart interface v0.103
[    0.742299] brd: module loaded
[    0.743087] loop: module loaded
[    0.743241] ata_piix 0000:00:1f.2: version 2.13
[    0.743253] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.743258] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.743295] ata_piix 0000:00:1f.2: setting latency timer to 64
[    0.743614] scsi0 : ata_piix
[    0.743703] scsi1 : ata_piix
[    0.744591] ata1: SATA max UDMA/133 cmd 0x9c00 ctl 0x9880 bmdma 0x9400 irq 19
[    0.744596] ata2: SATA max UDMA/133 cmd 0x9800 ctl 0x9480 bmdma 0x9408 irq 19
[    0.744616] ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.744622] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    0.744666] ata_piix 0000:00:1f.5: setting latency timer to 64
[    0.744885] scsi2 : ata_piix
[    0.744966] scsi3 : ata_piix
[    0.745727] ata3: SATA max UDMA/133 cmd 0xac00 ctl 0xa880 bmdma 0xa400 irq 19
[    0.745730] ata4: SATA max UDMA/133 cmd 0xa800 ctl 0xa480 bmdma 0xa408 irq 19
[    0.745783] pata_acpi 0000:03:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    0.745821] pata_acpi 0000:03:00.0: setting latency timer to 64
[    0.745840] pata_acpi 0000:03:00.0: PCI INT A disabled
[    0.746145] Fixed MDIO Bus: probed
[    0.746163] tun: Universal TUN/TAP device driver, 1.6
[    0.746165] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.746219] PPP generic driver version 2.4.2
[    0.746317] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.746334] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.746352] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    0.746355] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    0.746409] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    0.746434] ehci_hcd 0000:00:1a.7: debug port 1
[    0.750308] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[    0.750321] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf7fff400
[    0.764018] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    0.764145] hub 1-0:1.0: USB hub found
[    0.764149] hub 1-0:1.0: 6 ports detected
[    0.764220] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.764231] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.764235] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.764280] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    0.764302] ehci_hcd 0000:00:1d.7: debug port 1
[    0.768194] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    0.768208] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf7fff800
[    0.784018] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.784135] hub 2-0:1.0: USB hub found
[    0.784139] hub 2-0:1.0: 6 ports detected
[    0.784210] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.784222] uhci_hcd: USB Universal Host Controller Interface driver
[    0.784236] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.784242] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    0.784245] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    0.784295] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    0.784324] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00008400
[    0.784451] hub 3-0:1.0: USB hub found
[    0.784459] hub 3-0:1.0: 2 ports detected
[    0.784519] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    0.784525] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    0.784528] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    0.784576] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    0.784605] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00008480
[    0.784725] hub 4-0:1.0: USB hub found
[    0.784728] hub 4-0:1.0: 2 ports detected
[    0.784789] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.784795] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    0.784798] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    0.784843] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    0.784866] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00008800
[    0.784987] hub 5-0:1.0: USB hub found
[    0.784991] hub 5-0:1.0: 2 ports detected
[    0.785051] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.785058] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.785061] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.785104] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    0.785126] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00008880
[    0.785247] hub 6-0:1.0: USB hub found
[    0.785250] hub 6-0:1.0: 2 ports detected
[    0.785308] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.785314] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.785317] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.785362] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    0.785383] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00008c00
[    0.785506] hub 7-0:1.0: USB hub found
[    0.785509] hub 7-0:1.0: 2 ports detected
[    0.785570] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.785576] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.785579] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.785625] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    0.785646] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009000
[    0.785766] hub 8-0:1.0: USB hub found
[    0.785770] hub 8-0:1.0: 2 ports detected
[    0.785878] usbcore: registered new interface driver libusual
[    0.785914] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.788395] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.788401] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.788539] mousedev: PS/2 mouse device common for all mice
[    0.788668] rtc_cmos 00:03: RTC can wake from S4
[    0.788766] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.788787] rtc0: alarms up to one month, y3k, 114 bytes nvram
[    0.788865] device-mapper: uevent: version 1.0.3
[    0.788932] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    0.788939] cpuidle: using governor ladder
[    0.788941] cpuidle: using governor menu
[    0.788942] EFI Variables Facility v0.08 2004-May-17
[    0.789158] TCP cubic registered
[    0.789258] NET: Registered protocol family 10
[    0.789696] NET: Registered protocol family 17
[    0.789700] Registering the dns_resolver key type
[    0.789830] PM: Hibernation image not present or could not be loaded.
[    0.789840] registered taskstats version 1
[    0.796500]   Magic number: 13:199:458
[    0.796607] rtc_cmos 00:03: setting system clock to 2013-01-16 01:29:06 UTC (1358299746)
[    0.797319] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.797321] EDD information not available.
[    1.074631] ata4: SATA link down (SStatus 0 SControl 300)
[    1.152017] usb 2-4: new high-speed USB device number 3 using ehci_hcd
[    1.228046] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.236245] ata3.00: ATA-7: SAMSUNG HD154UI, 1AG01118, max UDMA7
[    1.236248] ata3.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.244257] ata3.00: configured for UDMA/133
[    1.289506] Initializing USB Mass Storage driver...
[    1.289638] scsi4 : usb-storage 2-4:1.0
[    1.289703] usbcore: registered new interface driver usb-storage
[    1.289705] USB Mass Storage support registered.
[    1.394708] ata2.00: SATA link down (SStatus 0 SControl 300)
[    1.394721] ata2.01: SATA link down (SStatus 0 SControl 300)
[    1.444018] Refined TSC clocksource calibration: 2351.761 MHz.
[    1.444023] Switching to clocksource tsc
[    1.540056] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.540068] ata1.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.580009] usb 6-1: new low-speed USB device number 2 using uhci_hcd
[    1.582151] ata1.00: ATA-8: ST3500418AS, CC34, max UDMA/133
[    1.582154] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.608201] ata1.01: ATA-8: ST3500410AS, CC33, max UDMA/133
[    1.608204] ata1.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.666165] ata1.00: configured for UDMA/133
[    1.722152] ata1.01: configured for UDMA/133
[    1.722263] scsi 0:0:0:0: Direct-Access     ATA      ST3500418AS      CC34 PQ: 0 ANSI: 5
[    1.722377] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.722421] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.722436] sd 0:0:0:0: [sda] Write Protect is off
[    1.722439] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.722466] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.722527] scsi 0:0:1:0: Direct-Access     ATA      ST3500410AS      CC33 PQ: 0 ANSI: 5
[    1.722659] sd 0:0:1:0: Attached scsi generic sg1 type 0
[    1.722842] scsi 2:0:0:0: Direct-Access     ATA      SAMSUNG HD154UI  1AG0 PQ: 0 ANSI: 5
[    1.722951] sd 2:0:0:0: [sdc] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[    1.722980] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    1.722999] sd 2:0:0:0: [sdc] Write Protect is off
[    1.723002] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    1.723023] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.744543]  sdc: sdc1
[    1.744741] sd 2:0:0:0: [sdc] Attached SCSI disk
[    1.747641] sd 0:0:1:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.775695] sd 0:0:1:0: [sdb] Write Protect is off
[    1.775698] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    1.791946] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.804629]  sda: sda1 sda2 < sda5 sda6 sda7 sda8 >
[    1.820298]  sdb: sdb1
[    1.820391] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.820498] sd 0:0:1:0: [sdb] Attached SCSI disk
[    1.822050] Freeing unused kernel memory: 924k freed
[    1.822296] Write protecting the kernel read-only data: 12288k
[    1.827553] Freeing unused kernel memory: 1604k freed
[    1.831844] Freeing unused kernel memory: 1196k freed
[    1.847357] udevd[108]: starting version 175
[    1.860060] xor: automatically using best checksumming function: generic_sse
[    1.880009]    generic_sse:  8699.000 MB/sec
[    1.880013] xor: using function: generic_sse (8699.000 MB/sec)
[    1.880721] device-mapper: dm-raid45: initialized v0.2594b
[    1.895141] pata_jmicron 0000:03:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    1.895185] pata_jmicron 0000:03:00.0: setting latency timer to 64
[    1.897555] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.897581] r8169 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.897615] r8169 0000:02:00.0: setting latency timer to 64
[    1.897678] r8169 0000:02:00.0: irq 46 for MSI/MSI-X
[    1.899340] scsi5 : pata_jmicron
[    1.900064] r8169 0000:02:00.0: eth0: RTL8168c/8111c at 0xffffc90000c66000, 00:19:66:ba:96:38, XID 1c4000c0 IRQ 46
[    1.900068] r8169 0000:02:00.0: eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
[    1.900431] scsi6 : pata_jmicron
[    1.900611] ata5: PATA max UDMA/100 cmd 0xcc00 ctl 0xc880 bmdma 0xc400 irq 19
[    1.900614] ata6: PATA max UDMA/100 cmd 0xc800 ctl 0xc480 bmdma 0xc408 irq 19
[    1.988016] usb 8-1: new low-speed USB device number 2 using uhci_hcd
[    2.196846] usbcore: registered new interface driver usbhid
[    2.196848] usbhid: USB HID core driver
[    2.213421] input: MLK RA-ME wireless Laser combo set as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/input/input2
[    2.213868] sunplus 0003:04FC:05D8.0002: input,hidraw0: USB HID v1.00 Keyboard [MLK RA-ME wireless Laser combo set] on usb-0000:00:1d.2-1/input0
[    2.240684] sunplus 0003:04FC:05D8.0003: fixing up Sunplus Wireless Desktop report descriptor
[    2.241400] input: MLK RA-ME wireless Laser combo set as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.1/input/input3
[    2.241912] sunplus 0003:04FC:05D8.0003: input,hiddev0,hidraw1: USB HID v1.00 Mouse [MLK RA-ME wireless Laser combo set] on usb-0000:00:1d.2-1/input1
[    2.255212] input: Twin USB Gamepad  as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input4
[    2.255297] input: Twin USB Gamepad  as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input5
[    2.255380] input: Twin USB Gamepad  as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input6
[    2.255450] input: Twin USB Gamepad  as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input7
[    2.255573] pantherlord 0003:0810:0002.0001: input,hidraw2: USB HID v1.10 Joystick [Twin USB Gamepad ] on usb-0000:00:1d.0-1/input0
[    2.255585] pantherlord 0003:0810:0002.0001: required output report is missing
[    2.288649] scsi 4:0:0:0: Direct-Access     ADATA    USB Flash Drive  0.00 PQ: 0 ANSI: 2
[    2.289091] sd 4:0:0:0: Attached scsi generic sg3 type 0
[    2.290395] sd 4:0:0:0: [sdd] 15378432 512-byte logical blocks: (7.87 GB/7.33 GiB)
[    2.290888] sd 4:0:0:0: [sdd] Write Protect is off
[    2.290891] sd 4:0:0:0: [sdd] Mode Sense: 00 00 00 00
[    2.291387] sd 4:0:0:0: [sdd] Asking for cache data failed
[    2.291389] sd 4:0:0:0: [sdd] Assuming drive cache: write through
[    2.295011] sd 4:0:0:0: [sdd] Asking for cache data failed
[    2.295014] sd 4:0:0:0: [sdd] Assuming drive cache: write through
[    2.296281]  sdd: sdd1
[    2.309639] sd 4:0:0:0: [sdd] Asking for cache data failed
[    2.309641] sd 4:0:0:0: [sdd] Assuming drive cache: write through
[    2.309644] sd 4:0:0:0: [sdd] Attached SCSI removable disk
[    7.584400] EXT4-fs (sda7): INFO: recovery required on readonly filesystem
[    7.584403] EXT4-fs (sda7): write access will be enabled during recovery
[    8.498784] EXT4-fs (sda7): recovery complete
[    8.500867] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[   25.130048] udevd[435]: starting version 175
[   25.203990] init: procps (virtual-filesystems) main process (402) terminated with status 127
[   25.308474] type=1400 audit(1358287171.009:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=546 comm="apparmor_parser"
[   25.308863] type=1400 audit(1358287171.009:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=546 comm="apparmor_parser"
[   25.309086] type=1400 audit(1358287171.009:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=546 comm="apparmor_parser"
[   25.520199] init: procps (static-network-up) main process (745) terminated with status 127
[   25.578671] lp: driver loaded but no devices found
[   25.648391] device-mapper: multipath: version 1.3.0 loaded
[   25.796259] Linux media interface: v0.10
[   25.803582] Linux video capture interface: v2.00
[   25.803585] WARNING: You are using an experimental version of the media stack.
[   25.803586]     As the driver is backported to an older kernel, it doesn't offer
[   25.803587]     enough quality for its usage in production.
[   25.803588]     Use it with care.
[   25.803589] Latest git patches (needed if you report a bug to linux-media@vger.kernel.org):
[   25.803590]     aeebb1b3146a70bf02d0115a2be690d856d12e8c [media] pvrusb2: For querystd, start with list of hardware-supported standards
[   25.803591]     c0bb609fdc0b842799d5108aec7fae13b0fd32cd [media] pvrusb2: Get rid of obsolete code for video standard enumeration
[   25.803593]     598e978aadd39e24749e0da5a6cff568570b1d00 [media] pvrusb2: Trivial tweak to get rid of some redundant dereferences
[   25.933762] WARNING: You are using an experimental version of the media stack.
[   25.933764]     As the driver is backported to an older kernel, it doesn't offer
[   25.933765]     enough quality for its usage in production.
[   25.933766]     Use it with care.
[   25.933766] Latest git patches (needed if you report a bug to linux-media@vger.kernel.org):
[   25.933768]     aeebb1b3146a70bf02d0115a2be690d856d12e8c [media] pvrusb2: For querystd, start with list of hardware-supported standards
[   25.933769]     c0bb609fdc0b842799d5108aec7fae13b0fd32cd [media] pvrusb2: Get rid of obsolete code for video standard enumeration
[   25.933771]     598e978aadd39e24749e0da5a6cff568570b1d00 [media] pvrusb2: Trivial tweak to get rid of some redundant dereferences
[   25.948162] cx88/0: cx2388x v4l2 driver version 0.0.9 loaded
[   25.948199] cx8800 0000:01:00.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[   25.951701] cx88[0]: Your board has no valid PCI Subsystem ID and thus can't
[   25.951702] cx88[0]: be autodetected.  Please pass card=<n> insmod option to
[   25.951703] cx88[0]: workaround that.  Redirect complaints to the vendor of
[   25.951704] cx88[0]: the TV card.  Best regards,
[   25.951705] cx88[0]:         -- tux
[   25.951707] cx88[0]: Here is a list of valid choices for the card=<n> insmod option:
[   25.951709] cx88[0]:    card=0 -> UNKNOWN/GENERIC
[   25.951711] cx88[0]:    card=1 -> Hauppauge WinTV 34xxx models
[   25.951713] cx88[0]:    card=2 -> GDI Black Gold
[   25.951714] cx88[0]:    card=3 -> PixelView
[   25.951716] cx88[0]:    card=4 -> ATI TV Wonder Pro
[   25.951718] cx88[0]:    card=5 -> Leadtek Winfast 2000XP Expert
[   25.951720] cx88[0]:    card=6 -> AverTV Studio 303 (M126)
[   25.951722] cx88[0]:    card=7 -> MSI TV-@nywhere Master
[   25.951723] cx88[0]:    card=8 -> Leadtek Winfast DV2000
[   25.951725] cx88[0]:    card=9 -> Leadtek PVR 2000
[   25.951727] cx88[0]:    card=10 -> IODATA GV-VCP3/PCI
[   25.951729] cx88[0]:    card=11 -> Prolink PlayTV PVR
[   25.951730] cx88[0]:    card=12 -> ASUS PVR-416
[   25.951732] cx88[0]:    card=13 -> MSI TV-@nywhere
[   25.951734] cx88[0]:    card=14 -> KWorld/VStream XPert DVB-T
[   25.951735] cx88[0]:    card=15 -> DViCO FusionHDTV DVB-T1
[   25.951737] cx88[0]:    card=16 -> KWorld LTV883RF
[   25.951739] cx88[0]:    card=17 -> DViCO FusionHDTV 3 Gold-Q
[   25.951741] cx88[0]:    card=18 -> Hauppauge Nova-T DVB-T
[   25.951742] cx88[0]:    card=19 -> Conexant DVB-T reference design
[   25.951744] cx88[0]:    card=20 -> Provideo PV259
[   25.951746] cx88[0]:    card=21 -> DViCO FusionHDTV DVB-T Plus
[   25.951748] cx88[0]:    card=22 -> pcHDTV HD3000 HDTV
[   25.951749] cx88[0]:    card=23 -> digitalnow DNTV Live! DVB-T
[   25.951751] cx88[0]:    card=24 -> Hauppauge WinTV 28xxx (Roslyn) models
[   25.951753] cx88[0]:    card=25 -> Digital-Logic MICROSPACE Entertainment Center (MEC)
[   25.951755] cx88[0]:    card=26 -> IODATA GV/BCTV7E
[   25.951757] cx88[0]:    card=27 -> PixelView PlayTV Ultra Pro (Stereo)
[   25.951759] cx88[0]:    card=28 -> DViCO FusionHDTV 3 Gold-T
[   25.951761] cx88[0]:    card=29 -> ADS Tech Instant TV DVB-T PCI
[   25.951762] cx88[0]:    card=30 -> TerraTec Cinergy 1400 DVB-T
[   25.951764] cx88[0]:    card=31 -> DViCO FusionHDTV 5 Gold
[   25.951766] cx88[0]:    card=32 -> AverMedia UltraTV Media Center PCI 550
[   25.951768] cx88[0]:    card=33 -> Kworld V-Stream Xpert DVD
[   25.951770] cx88[0]:    card=34 -> ATI HDTV Wonder
[   25.951771] cx88[0]:    card=35 -> WinFast DTV1000-T
[   25.951773] cx88[0]:    card=36 -> AVerTV 303 (M126)
[   25.951775] cx88[0]:    card=37 -> Hauppauge Nova-S-Plus DVB-S
[   25.951776] cx88[0]:    card=38 -> Hauppauge Nova-SE2 DVB-S
[   25.951778] cx88[0]:    card=39 -> KWorld DVB-S 100
[   25.951780] cx88[0]:    card=40 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid
[   25.951782] cx88[0]:    card=41 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile)
[   25.951784] cx88[0]:    card=42 -> digitalnow DNTV Live! DVB-T Pro
[   25.951786] cx88[0]:    card=43 -> KWorld/VStream XPert DVB-T with cx22702
[   25.951788] cx88[0]:    card=44 -> DViCO FusionHDTV DVB-T Dual Digital
[   25.951790] cx88[0]:    card=45 -> KWorld HardwareMpegTV XPert
[   25.951791] cx88[0]:    card=46 -> DViCO FusionHDTV DVB-T Hybrid
[   25.951793] cx88[0]:    card=47 -> pcHDTV HD5500 HDTV
[   25.951795] cx88[0]:    card=48 -> Kworld MCE 200 Deluxe
[   25.951797] cx88[0]:    card=49 -> PixelView PlayTV P7000
[   25.951798] cx88[0]:    card=50 -> NPG Tech Real TV FM Top 10
[   25.951800] cx88[0]:    card=51 -> WinFast DTV2000 H
[   25.951802] cx88[0]:    card=52 -> Geniatech DVB-S
[   25.951804] cx88[0]:    card=53 -> Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T
[   25.951806] cx88[0]:    card=54 -> Norwood Micro TV Tuner
[   25.951807] cx88[0]:    card=55 -> Shenzhen Tungsten Ages Tech TE-DTV-250 / Swann OEM
[   25.951810] cx88[0]:    card=56 -> Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder
[   25.951812] cx88[0]:    card=57 -> ADS Tech Instant Video PCI
[   25.951813] cx88[0]:    card=58 -> Pinnacle PCTV HD 800i
[   25.951815] cx88[0]:    card=59 -> DViCO FusionHDTV 5 PCI nano
[   25.951817] cx88[0]:    card=60 -> Pinnacle Hybrid PCTV
[   25.951819] cx88[0]:    card=61 -> Leadtek TV2000 XP Global
[   25.951820] cx88[0]:    card=62 -> PowerColor RA330
[   25.951822] cx88[0]:    card=63 -> Geniatech X8000-MT DVBT
[   25.951824] cx88[0]:    card=64 -> DViCO FusionHDTV DVB-T PRO
[   25.951826] cx88[0]:    card=65 -> DViCO FusionHDTV 7 Gold
[   25.951827] cx88[0]:    card=66 -> Prolink Pixelview MPEG 8000GT
[   25.951829] cx88[0]:    card=67 -> Kworld PlusTV HD PCI 120 (ATSC 120)
[   25.951831] cx88[0]:    card=68 -> Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid
[   25.951833] cx88[0]:    card=69 -> Hauppauge WinTV-HVR4000(Lite) DVB-S/S2
[   25.951835] cx88[0]:    card=70 -> TeVii S460 DVB-S/S2
[   25.951837] cx88[0]:    card=71 -> Omicom SS4 DVB-S/S2 PCI
[   25.951839] cx88[0]:    card=72 -> TBS 8920 DVB-S/S2
[   25.951840] cx88[0]:    card=73 -> TeVii S420 DVB-S
[   25.951842] cx88[0]:    card=74 -> Prolink Pixelview Global Extreme
[   25.951844] cx88[0]:    card=75 -> PROF 7300 DVB-S/S2
[   25.951846] cx88[0]:    card=76 -> SATTRADE ST4200 DVB-S/S2
[   25.951847] cx88[0]:    card=77 -> TBS 8910 DVB-S
[   25.951849] cx88[0]:    card=78 -> Prof 6200 DVB-S
[   25.951851] cx88[0]:    card=79 -> Terratec Cinergy HT PCI MKII
[   25.951852] cx88[0]:    card=80 -> Hauppauge WinTV-IR Only
[   25.951854] cx88[0]:    card=81 -> Leadtek WinFast DTV1800 Hybrid
[   25.951856] cx88[0]:    card=82 -> WinFast DTV2000 H rev. J
[   25.951858] cx88[0]:    card=83 -> Prof 7301 DVB-S/S2
[   25.951860] cx88[0]:    card=84 -> Samsung SMT 7020 DVB-S
[   25.951861] cx88[0]:    card=85 -> Twinhan VP-1027 DVB-S
[   25.951863] cx88[0]:    card=86 -> TeVii S464 DVB-S/S2
[   25.951865] cx88[0]:    card=87 -> Leadtek WinFast DTV2000 H PLUS
[   25.951866] cx88[0]:    card=88 -> Leadtek WinFast DTV1800 H (XC4000)
[   25.951868] cx88[0]:    card=89 -> Leadtek TV2000 XP Global (SC4100)
[   25.951870] cx88[0]:    card=90 -> Leadtek TV2000 XP Global (XC4100)
[   25.951872] cx88[0]:    card=91 -> VisionPlus VP3000 DVB-S/S2
[   25.951875] cx88[0]: subsystem: 0000:0000, board: UNKNOWN/GENERIC [card=0,autodetected], frontend(s): 0
[   25.951877] cx88[0]: TV tuner type -1, Radio tuner type -1
[   26.260036] i2c-core: driver [tuner] using legacy suspend method
[   26.260039] i2c-core: driver [tuner] using legacy resume method
[   26.273692] tuner 0-006a: Tuner -1 found with type(s) Radio TV.
[   26.314770] cx88[0]/0: found at 0000:01:00.0, rev: 5, irq: 21, latency: 32, mmio: 0xf8000000
[   26.314808] tuner 0-006a: tuner type not set
[   26.314897] cx88[0]/0: registered device video0 [v4l2]
[   26.314935] cx88[0]/0: registered device vbi0
[   26.726682] nvidia: module license 'NVIDIA' taints kernel.
[   26.726686] Disabling lock debugging due to kernel taint
[   26.939529] nvidia 0000:08:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   26.939539] nvidia 0000:08:00.0: setting latency timer to 64
[   26.939544] vgaarb: device changed decodes: PCI:0000:08:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   26.939687] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  295.40  Thu Apr  5 21:37:00 PDT 2012
[   27.057714] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   27.057718] hda_intel: msi for device 1849:0888 set to 0
[   27.057720] hda_intel: position_fix set to 1 for device 1849:0888
[   27.057755] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[   27.132330] hda_codec: ALC888: BIOS auto-probing.
[   27.140646] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   27.140741] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   27.140819] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   27.140897] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   27.140973] input: HDA Intel Line-Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   27.141046] input: HDA Intel Line-Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   27.141119] input: HDA Intel Line-Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[   27.141191] input: HDA Intel Line-Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[   27.286696] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[   27.286699] vesafb: scrolling: redraw
[   27.286702] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   27.291100] vesafb: framebuffer at 0xfb000000, mapped to 0xffffc90011900000, using 5120k, total 5120k
[   27.291288] Console: switching to colour frame buffer device 160x64
[   27.291313] fb0: VESA VGA frame buffer device
[   27.333168] EXT4-fs (sda7): re-mounted. Opts: errors=remount-ro
[   36.787033] init: failsafe main process (951) killed by TERM signal
[   36.908961] type=1400 audit(1358287182.609:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1045 comm="apparmor_parser"
[   36.911279] type=1400 audit(1358287182.609:6): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1046 comm="apparmor_parser"
[   36.912444] type=1400 audit(1358287182.613:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1046 comm="apparmor_parser"
[   36.912681] type=1400 audit(1358287182.613:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1046 comm="apparmor_parser"
[   36.912760] type=1400 audit(1358287182.613:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=1050 comm="apparmor_parser"
[   36.913245] type=1400 audit(1358287182.613:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/telepathy-*" pid=1050 comm="apparmor_parser"
[   36.915794] type=1400 audit(1358287182.613:11): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=1053 comm="apparmor_parser"
[   36.915854] type=1400 audit(1358287182.613:12): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=1051 comm="apparmor_parser"
[   36.916672] type=1400 audit(1358287182.617:13): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=1047 comm="apparmor_parser"
[   36.917582] type=1400 audit(1358287182.617:14): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=1051 comm="apparmor_parser"
[   36.938018] r8169 0000:02:00.0: eth0: link down
[   36.938026] r8169 0000:02:00.0: eth0: link down
[   36.938177] ppdev: user-space parallel port driver
[   36.939217] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   36.990203] Bluetooth: Core ver 2.16
[   36.990228] NET: Registered protocol family 31
[   36.990230] Bluetooth: HCI device and connection manager initialized
[   36.990232] Bluetooth: HCI socket layer initialized
[   36.990234] Bluetooth: L2CAP socket layer initialized
[   36.990239] Bluetooth: SCO socket layer initialized
[   37.006694] Bluetooth: RFCOMM TTY layer initialized
[   37.006699] Bluetooth: RFCOMM socket layer initialized
[   37.006701] Bluetooth: RFCOMM ver 1.11
[   37.028349] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   37.028352] Bluetooth: BNEP filters: protocol multicast
[   37.200763] NET: Registered protocol family 15
[   38.127192] Initializing XFRM netlink socket
[   38.230311] padlock_sha: VIA PadLock Hash Engine not detected.
[   38.295530] Intel AES-NI instructions are not detected.
[   38.332548] Intel AES-NI instructions are not detected.
[   39.097251] r8169 0000:02:00.0: eth0: link up
[   39.098093] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   50.008014] eth0: no IPv6 routers present
 
sudo rmmod all the cx88 drivers.

lsmod | grep cx88

to see what ones are loaded.

then

sudo modprobe cx88xx card=83

see if that helps

something isnt right though, never before have I seen a pci card without a subsystem ID. That just defies logic lol. No wonder its not working in windows.

UDL
 
thanks updatelee

i removed cx88xx driver and then:

Code:
nemanaldin@nemanaldin-desktop:~$ sudo modprobe cx88xx card=83
nemanaldin@nemanaldin-desktop:~$ lsmod | grep cx88
cx88xx                 88545  0 
rc_core                22247  1 cx88xx
i2c_algo_bit           13423  1 cx88xx
tveeprom               21249  1 cx88xx
v4l2_common            16454  2 cx88xx,tuner
videodev              119590  3 cx88xx,tuner,v4l2_common
videobuf_dma_sg        19262  1 cx88xx
videobuf_core          26022  2 cx88xx,videobuf_dma_sg
btcx_risc              13640  1 cx88xx

but still dont have dvb folder !!
i have technotrend s2-3200 and when i connect it to pc its works correctly and had dvb folder
 
thanks for your help updatlee
today i remooved my card and saw one of capacitors was separated
qihtjswxydgtptjfsz26.jpg
do you think my proproblem because of this?
 
check the dmesg, is the cx88 driver still complaining it cant determine what card it is? its defn odd you dont have a subsystem ID, thats usually held in the eeprom.

I cant tell from the picture, did that fall off the card or something? are you able to fix it?

UDL
 
Can you solder it back on? or is it non serviceable ?

will it work after that? maybe... what was the part number on the board? starts with a C like C23 or something

UDL
 
no because one of legs is broken
the part number on the board is EC3

and another thing that i connected my technotrend s2-3200 and skystar 2.6d and none of them don't detected by ubuntu
can i install your driver for these cards too?
 
You can use my drivers you just need to enable them in make menuconfig, then compile and install

I'll look when I get home and see what that component is for

UDL
 
i tested live cd of ubuntu and when its booted i had dvb folder
but in installed ubuntu my cards not working
i compiled your driver but i don't know it compiled correctly or not !!
did you saw my last posts? is your driver compiled correctly on my system?
thanks
 
ok ec3 is a 100uF 16v capacitor

Its used a part in a filter for the 3v pci bus, not having that is not critical in most cases. Just a good idea.

So your saying when you boot the livecd it works but when you install it doesnt? thats kinda odd especially since its the same disc thats either booting or installing.

UDL
 
my tt s2-3200 works with live cd not prof 7301 but in installed ubuntu tt s2-3200 dont work
i removed prof 7301 from motherboard and i should find that capacitor to replace so i want install tt s2-3200 for now
 
On the installed Ubuntu are you using my tree? Did you enable the tt3200 in make menu config? Cause it's not enabled in my tree by default

UDL
 
Status
Please reply by conversation.

Users Who Are Viewing This Thread (Total: 0, Members: 0, Guests: 0)

Who Read This Thread (Total Members: 1)