TV tuner driver [Solved]

Issues Related to Hardware (Sound, Video, Printers, Scanners, Webcams, Touchpads, Keyboards, Sensors, Drives, GRUB, etc.)

Moderator: Moderators

TV tuner driver [Solved]

Postby Johnny Who » Sat Oct 13, 2012 12:04

I have a crypto redi PC 50 TV tuner (Greek brand), and cannot use it with sabayon. When I was using ubuntu, the systme prompted me and asked me to download a proprietary driver. How can I use it in sabayon? The systme hasn` t even recogniced the card...
Last edited by Johnny Who on Tue Oct 16, 2012 14:09, edited 1 time in total.
Johnny Who
Simple Hen
 
Posts: 90
Joined: Fri Aug 10, 2012 10:51

Re: TV tuner driver

Postby Fitzcarraldo » Sat Oct 13, 2012 13:26

USB or internal card?

Post the output of the following commands with the device plugged in, issued as root user in a Konsole/Terminal window:

Code: Select all
lspci
lsusb
lsmod

If it is a USB device, unplug it, then use the following command:

Code: Select all
dmesg

then plug it in again and use the dmesg command again, see what new lines have been added to the end and post them here.
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7340
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: TV tuner driver

Postby Johnny Who » Mon Oct 15, 2012 18:57

It is a usb device (external)
sudo lspci
Code: Select all
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 4 port SATA Controller [AHCI mode] (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
0e:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
14:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)

sudo lsusb
Code: Select all
Bus 001 Device 003: ID 04f2:b1d6 Chicony Electronics Co., Ltd
Bus 002 Device 003: ID 15a4:9016 Afatech Technologies, Inc. AF9015 DVB-T USB2.0 stick
Bus 006 Device 002: ID 046d:c51b Logitech, Inc. V220 Cordless Optical Mouse for Notebooks
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 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 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Bus 002 Device 3 is the TV tuner(DVB-T)

sudo lsmod
Code: Select all
Module                  Size  Used by
dvb_usb_af9015         23928  0
dvb_usb                13430  1 dvb_usb_af9015
dvb_core               75651  1 dvb_usb
rc_core                13591  2 dvb_usb,dvb_usb_af9015
bnep                   10973  2
bluetooth             200144  7 bnep
xt_hl                   1088  6
ip6t_rt                 4528  3
nf_conntrack_ipv6       5656  6
nf_defrag_ipv6          7213  1 nf_conntrack_ipv6
ipt_REJECT              1904  1
xt_LOG                  9624  1
xt_limit                1416  2
xt_tcpudp               2736  18
xt_addrtype             2224  4
xt_state                 976  12
ip6table_filter         1072  1
ip6_tables             14255  2 ip6table_filter,ip6t_rt
ipv6                  244158  42 nf_defrag_ipv6,nf_conntrack_ipv6
nf_conntrack_netbios_ns      896  0
nf_conntrack_broadcast     1085  1 nf_conntrack_netbios_ns
nf_nat_ftp              1600  0
nf_nat                 13780  1 nf_nat_ftp
nf_conntrack_ipv4      10154  8 nf_nat
nf_defrag_ipv4          1150  1 nf_conntrack_ipv4
nf_conntrack_ftp        7736  1 nf_nat_ftp
nf_conntrack           56444  8 nf_nat_ftp,nf_conntrack_netbios_ns,nf_nat,xt_state,nf_conntrack_broadcast,nf_conntrack_ftp,nf_conntrack_ipv4,nf_conntrack_ipv6
iptable_filter          1120  1
ip_tables              13893  1 iptable_filter
x_tables               13869  12 ip6table_filter,xt_hl,ip_tables,xt_tcpudp,xt_limit,xt_state,xt_LOG,iptable_filter,ip6t_rt,ipt_REJECT,ip6_tables,xt_addrtype
vboxnetadp             17254  0
vboxnetflt             13197  0
vboxdrv              1785764  2 vboxnetadp,vboxnetflt
uvcvideo               57191  0
videobuf2_vmalloc       2073  1 uvcvideo
videobuf2_memops        2231  1 videobuf2_vmalloc
videobuf2_core         15208  1 uvcvideo
videodev               83849  2 uvcvideo,videobuf2_core
media                   8162  2 uvcvideo,videodev
ums_realtek             5584  0
uas                     6632  0
coretemp                5192  0
microcode              10651  0
pcspkr                  1520  0
lpc_ich                10240  0
snd_hda_codec_realtek    44032  1
joydev                  8096  0
r8169                  36888  0
rtl8192ce              41301  0
rtlwifi                47137  1 rtl8192ce
rtl8192c_common        30298  1 rtl8192ce
mac80211              201144  3 rtlwifi,rtl8192c_common,rtl8192ce
cfg80211              132352  2 mac80211,rtlwifi
snd_hda_intel          20888  3
snd_hda_codec          67503  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               4542  1 snd_hda_codec
snd_pcm                56407  2 snd_hda_codec,snd_hda_intel
snd_page_alloc          5925  2 snd_pcm,snd_hda_intel
snd_timer              14262  1 snd_pcm
snd                    46367  12 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
i2c_i801                7800  0
toshiba_acpi           10352  0
sparse_keymap           2329  1 toshiba_acpi
sha512_generic          4545  0
sha1_generic            1787  0
dm_thin_pool           29796  0
dm_persistent_data     29365  1 dm_thin_pool
dm_service_time         2573  0
dm_round_robin          2087  0
dm_queue_length         2304  0
dm_multipath           13627  3 dm_round_robin,dm_queue_length,dm_service_time
scsi_dh                 4232  1 dm_multipath
dm_log_userspace        8922  0
dm_flakey               3742  0
dm_delay                3903  0
dm_bufio               12309  1 dm_persistent_data
virtio_pci              6011  0
virtio_blk              5497  0
virtio_net             13035  0
virtio_console         13486  0
virtio_balloon          4011  0
virtio_ring             4658  5 virtio_blk,virtio_net,virtio_pci,virtio_balloon,virtio_console
virtio                  3309  5 virtio_blk,virtio_net,virtio_pci,virtio_balloon,virtio_console
xts                     2773  0
gf128mul                5338  1 xts
cryptd                  6863  0
aes_x86_64              7340  0
sha256_generic          9549  0
iscsi_tcp               7676  0
tg3                   117410  0
e1000                 108578  0
fuse                   56588  1
zfs                   816172  0
zcommon                28284  1 zfs
znvpair                24477  2 zfs,zcommon
zavl                    4187  1 zfs
zunicode              316738  1 zfs
spl                   103567  5 zfs,zavl,zunicode,zcommon,znvpair
xfs                   412647  0
nfs                   221014  0
lockd                  51657  1 nfs
auth_rpcgss            26280  1 nfs
nfs_acl                 1983  1 nfs
sunrpc                145223  4 nfs,auth_rpcgss,lockd,nfs_acl
jfs                   139905  0
reiserfs              206125  0
ext4                  246369  3
jbd2                   48809  1 ext4
ext3                  107397  0
jbd                    37438  1 ext3
ext2                   53462  0
mbcache                 4529  3 ext2,ext3,ext4
scsi_wait_scan           695  0
sl811_hcd               8919  0
hid_generic             1025  0
xhci_hcd              100882  0
ohci_hcd               24190  0
uhci_hcd               20386  0
ehci_hcd               44303  0
sx8                    10965  0
imm                     8661  0
parport                26727  1 imm
pata_pcmcia             9621  0
pcmcia                 38968  1 pata_pcmcia


sudo dmseg
Code: Select all
[    1.315191] QLogic iSCSI HBA Driver
[    1.315193] Emulex LightPulse Fibre Channel SCSI driver 8.3.31
[    1.315194] Copyright(c) 2004-2009 Emulex.  All rights reserved.
[    1.315491] DC390: clustering now enabled by default. If you get problems load
[    1.315493]        with "disable_clustering=1" and report to maintainers
[    1.315588] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[    1.315645] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[    1.315694] megasas: 00.00.06.15-rc1 Mon. Mar. 19 17:00:00 PDT 2012
[    1.315742] mpt2sas version 13.100.00.00 loaded
[    1.315897] GDT-HA: Storage RAID Controller Driver. Version: 3.05
[    1.316040] 3ware Storage Controller device driver for Linux v1.26.02.003.
[    1.316086] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[    1.316129] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000.
[    1.316170] ipr: IBM Power RAID SCSI Device Driver version: 2.5.3 (March 10, 2012)
[    1.316213] RocketRAID 3xxx/4xxx Controller driver v1.6 (090910)
[    1.316263] stex: Promise SuperTrak EX Driver version: 4.6.0000.4
[    1.316358] libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits.
[    1.316360] libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0.
[    1.316362] Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010)
[    1.316408] iscsi: registered transport (cxgb3i)
[    1.316410] Chelsio T4 iSCSI Driver cxgb4i v0.9.1 (Aug. 2010)
[    1.316454] iscsi: registered transport (cxgb4i)
[    1.316457] Broadcom NetXtreme II iSCSI Driver bnx2i v2.7.2.2 (Apr 25, 2012)
[    1.316504] iscsi: registered transport (bnx2i)
[    1.316551] VMware PVSCSI driver - version 1.0.2.0-k
[    1.316607] st: Version 20101219, fixed bufsize 32768, s/g segs 256
[    1.316681] osst :I: Tape driver with OnStream support version 0.99.4
osst :I: $Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $
[    1.316935] ahci 0000:00:1f.2: version 3.0
[    1.317028] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
[    1.317151] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
[    1.317155] ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pmp pio slum part ccc sxs
[    1.317161] ahci 0000:00:1f.2: setting latency timer to 64
[    1.318545] scsi0 : ahci
[    1.318713] scsi1 : ahci
[    1.318846] scsi2 : ahci
[    1.318978] scsi3 : ahci
[    1.319225] scsi4 : ahci
[    1.319354] scsi5 : ahci
[    1.319471] ata1: SATA max UDMA/133 abar m2048@0xf2504000 port 0xf2504100 irq 44
[    1.319475] ata2: SATA max UDMA/133 abar m2048@0xf2504000 port 0xf2504180 irq 44
[    1.319476] ata3: DUMMY
[    1.319478] ata4: DUMMY
[    1.319481] ata5: SATA max UDMA/133 abar m2048@0xf2504000 port 0xf2504300 irq 44
[    1.319484] ata6: SATA max UDMA/133 abar m2048@0xf2504000 port 0xf2504380 irq 44
[    1.322865] Fixed MDIO Bus: probed
[    1.322922] cnic: Broadcom NetXtreme II CNIC Driver cnic v2.5.10 (March 21, 2012)
[    1.323155] I2O subsystem v1.325
[    1.323157] i2o: max drivers = 8
[    1.323303] I2O Configuration OSM v1.323
[    1.323407] I2O Bus Adapter OSM v1.317
[    1.323444] I2O Block Device OSM v1.325
[    1.323589] I2O SCSI Peripheral OSM v1.316
[    1.323627] I2O ProcFS OSM v1.316
[    1.323667] Fusion MPT base driver 3.04.20
[    1.323669] Copyright (c) 1999-2008 LSI Corporation
[    1.323673] Fusion MPT SPI Host driver 3.04.20
[    1.323725] Fusion MPT FC Host driver 3.04.20
[    1.323776] Fusion MPT SAS Host driver 3.04.20
[    1.323828] Fusion MPT misc device (ioctl) driver 3.04.20
[    1.323895] mptctl: Registered with Fusion MPT base driver
[    1.323896] mptctl: /dev/mptctl @ (major,minor=10,220)
[    1.323898] Fusion MPT LAN driver 3.04.20
[    1.324174] Initializing USB Mass Storage driver...
[    1.324224] usbcore: registered new interface driver usb-storage
[    1.324226] USB Mass Storage support registered.
[    1.324269] usbcore: registered new interface driver libusual
[    1.324307] usbcore: registered new interface driver ums-alauda
[    1.324345] usbcore: registered new interface driver ums-cypress
[    1.324382] usbcore: registered new interface driver ums-datafab
[    1.324424] usbcore: registered new interface driver ums-freecom
[    1.324461] usbcore: registered new interface driver ums-isd200
[    1.324499] usbcore: registered new interface driver ums-jumpshot
[    1.324537] usbcore: registered new interface driver ums-karma
[    1.324577] usbcore: registered new interface driver ums-onetouch
[    1.324614] usbcore: registered new interface driver ums-sddr09
[    1.324652] usbcore: registered new interface driver ums-sddr55
[    1.324690] usbcore: registered new interface driver ums-usbat
[    1.324799] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.342387] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.342393] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.342720] mousedev: PS/2 mouse device common for all mice
[    1.343425] rtc_cmos 00:05: RTC can wake from S4
[    1.343616] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.343652] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.343690] md: linear personality registered for level -1
[    1.343692] md: raid0 personality registered for level 0
[    1.343694] md: raid1 personality registered for level 1
[    1.343695] md: raid10 personality registered for level 10
[    1.343697] md: raid6 personality registered for level 6
[    1.343698] md: raid5 personality registered for level 5
[    1.343700] md: raid4 personality registered for level 4
[    1.343701] md: multipath personality registered for level -4
[    1.343703] md: faulty personality registered for level -5
[    1.343917] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    1.344170] cpuidle: using governor ladder
[    1.344213] cpuidle: using governor menu
[    1.344349] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[    1.345699] usbcore: registered new interface driver usbhid
[    1.345700] usbhid: USB HID core driver
[    1.346064] ashmem: initialized
[    1.346282] TCP: bic registered
[    1.346286] NET: Registered protocol family 17
[    1.346356] Key type dns_resolver registered
[    1.357626] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.624083] ata6: SATA link down (SStatus 0 SControl 300)
[    1.624124] ata1: SATA link down (SStatus 0 SControl 300)
[    1.779061] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.779089] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.780099] ata2.00: ATA-8: Hitachi HTS545025B9A300, PB2OC64G, max UDMA/133
[    1.780101] ata2.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.781264] ata2.00: configured for UDMA/133
[    1.781429] scsi 1:0:0:0: Direct-Access     ATA      Hitachi HTS54502 PB2O PQ: 0 ANSI: 5
[    1.781801] sd 1:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    1.781858] sd 1:0:0:0: [sda] Write Protect is off
[    1.781862] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.781875] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    1.781881] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.796532] ata5.00: ATAPI: TSSTcorp CDDVDW TS-L633C, TF20, max UDMA/100
[    1.812292] ata5.00: configured for UDMA/100
[    1.837290]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[    1.838149] sd 1:0:0:0: [sda] Attached SCSI disk
[    1.840540] scsi 4:0:0:0: CD-ROM            TSSTcorp CDDVDW TS-L633C  TF20 PQ: 0 ANSI: 5
[    1.846640] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.846642] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.846917] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    1.847086] sr 4:0:0:0: Attached scsi generic sg1 type 5
[    2.492322] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000
[    2.492328] psmouse serio1: synaptics: Toshiba Satellite C660 detected, limiting rate to 40pps.
[    2.563441] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[    2.567941] registered taskstats version 1
[    2.568738] rtc_cmos 00:05: setting system clock to 2012-10-15 16:30:02 UTC (1350318602)
[    2.569576] Freeing unused kernel memory: 612k freed
[    3.043515] scsi6 : pata_legacy
[    3.043711] ata7: PATA max PIO4 cmd 0x1f0 ctl 0x3f6 irq 14
[    3.196000] scsi7 : pata_legacy
[    3.196235] ata8: PATA max PIO4 cmd 0x170 ctl 0x376 irq 15
[    3.515198] scsi: <fdomain> Detection failed (no card)
[    3.582687] imm: Version 2.05 (for Linux 2.4.0)
[    3.684164] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.684318] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    3.684323] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    3.684475] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    3.684512] ehci_hcd 0000:00:1a.7: debug port 1
[    3.688416] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[    3.688439] ehci_hcd 0000:00:1a.7: irq 19, io mem 0xf2504800
[    3.695049] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    3.695079] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.695082] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.695085] usb usb1: Product: EHCI Host Controller
[    3.695087] usb usb1: Manufacturer: Linux 3.5.0-sabayon ehci_hcd
[    3.695089] usb usb1: SerialNumber: 0000:00:1a.7
[    3.695434] hub 1-0:1.0: USB hub found
[    3.695440] hub 1-0:1.0: 6 ports detected
[    3.695559] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    3.695564] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    3.695700] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    3.695742] ehci_hcd 0000:00:1d.7: debug port 1
[    3.699615] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    3.699634] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf2504c00
[    3.705064] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    3.705089] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.705092] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.705094] usb usb2: Product: EHCI Host Controller
[    3.705097] usb usb2: Manufacturer: Linux 3.5.0-sabayon ehci_hcd
[    3.705099] usb usb2: SerialNumber: 0000:00:1d.7
[    3.705427] hub 2-0:1.0: USB hub found
[    3.705433] hub 2-0:1.0: 6 ports detected
[    3.732878] uhci_hcd: USB Universal Host Controller Interface driver
[    3.732949] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    3.732954] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    3.733123] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    3.733172] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001820
[    3.733212] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    3.733215] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.733217] usb usb3: Product: UHCI Host Controller
[    3.733220] usb usb3: Manufacturer: Linux 3.5.0-sabayon uhci_hcd
[    3.733222] usb usb3: SerialNumber: 0000:00:1a.0
[    3.733570] hub 3-0:1.0: USB hub found
[    3.733578] hub 3-0:1.0: 2 ports detected
[    3.733687] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    3.733691] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    3.733824] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    3.733871] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
[    3.733916] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    3.733918] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.733921] usb usb4: Product: UHCI Host Controller
[    3.733924] usb usb4: Manufacturer: Linux 3.5.0-sabayon uhci_hcd
[    3.733926] usb usb4: SerialNumber: 0000:00:1a.1
[    3.734214] hub 4-0:1.0: USB hub found
[    3.734222] hub 4-0:1.0: 2 ports detected
[    3.734318] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    3.734322] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    3.734452] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    3.734489] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00001860
[    3.734533] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    3.734536] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.734539] usb usb5: Product: UHCI Host Controller
[    3.734541] usb usb5: Manufacturer: Linux 3.5.0-sabayon uhci_hcd
[    3.734544] usb usb5: SerialNumber: 0000:00:1a.2
[    3.734813] hub 5-0:1.0: USB hub found
[    3.734820] hub 5-0:1.0: 2 ports detected
[    3.734914] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    3.734918] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    3.735082] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    3.735120] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001880
[    3.735169] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    3.735172] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.735175] usb usb6: Product: UHCI Host Controller
[    3.735177] usb usb6: Manufacturer: Linux 3.5.0-sabayon uhci_hcd
[    3.735179] usb usb6: SerialNumber: 0000:00:1d.0
[    3.735457] hub 6-0:1.0: USB hub found
[    3.735467] hub 6-0:1.0: 2 ports detected
[    3.735562] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    3.735566] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    3.735702] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    3.735738] uhci_hcd 0000:00:1d.1: irq 19, io base 0x000018a0
[    3.735785] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    3.735788] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.735791] usb usb7: Product: UHCI Host Controller
[    3.735793] usb usb7: Manufacturer: Linux 3.5.0-sabayon uhci_hcd
[    3.735795] usb usb7: SerialNumber: 0000:00:1d.1
[    3.736085] hub 7-0:1.0: USB hub found
[    3.736093] hub 7-0:1.0: 2 ports detected
[    3.736190] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    3.736194] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    3.736322] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    3.736380] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018c0
[    3.736429] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    3.736431] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.736434] usb usb8: Product: UHCI Host Controller
[    3.736437] usb usb8: Manufacturer: Linux 3.5.0-sabayon uhci_hcd
[    3.736439] usb usb8: SerialNumber: 0000:00:1d.2
[    3.736724] hub 8-0:1.0: USB hub found
[    3.736731] hub 8-0:1.0: 2 ports detected
[    3.756137] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.997045] usb 1-5: new high-speed USB device number 2 using ehci_hcd
[    4.080593] JFS: nTxBlock = 8192, nTxLock = 65536
[    4.131804] RPC: Registered named UNIX socket transport module.
[    4.131808] RPC: Registered udp transport module.
[    4.131809] RPC: Registered tcp transport module.
[    4.131810] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    4.161152] NFS: Registering the id_resolver key type
[    4.161163] Key type id_resolver registered
[    4.161165] Key type id_legacy registered
[    4.189386] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[    4.260025] SPL: Loaded module v0.6.0-rc10
[    4.262048] zunicode: module license 'CDDL' taints kernel.
[    4.262052] Disabling lock debugging due to kernel taint
[    4.314130] ZFS: Loaded module v0.6.0-rc10, ZFS pool version 28, ZFS filesystem version 5
[    4.342496] fuse init (API version 7.19)
[    4.372592] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    4.372596] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    4.373635] usb 1-5: New USB device found, idVendor=0bda, idProduct=0138
[    4.373639] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.373642] usb 1-5: Product: USB2.0-CRW
[    4.373644] usb 1-5: Manufacturer: Generic
[    4.373646] usb 1-5: SerialNumber: 20090516388200000
[    4.435731] iscsi: registered transport (tcp)
[    4.481099] usb 1-6: new high-speed USB device number 3 using ehci_hcd
[    4.623869] usb 1-6: New USB device found, idVendor=04f2, idProduct=b1d6
[    4.623874] usb 1-6: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    4.623878] usb 1-6: Product: CNF9055
[    4.623881] usb 1-6: Manufacturer: Sonix Technology Co., Ltd.
[    4.986311] device-mapper: dm-log-userspace: version 1.1.0 loaded
[    5.033753] device-mapper: multipath: version 1.4.0 loaded
[    5.071586] device-mapper: multipath queue-length: version 0.1.0 loaded
[    5.114972] device-mapper: multipath round-robin: version 1.0.0 loaded
[    5.154450] device-mapper: multipath service-time: version 0.2.0 loaded
[    5.736554] PM: Starting manual resume from disk
[    5.808245] VFS: could not find a valid V7 on dm-0.
[    5.828424] UDF-fs: warning (device dm-0): udf_fill_super: No partition found (1)
[    5.832300] EXT2-fs (dm-0): error: couldn't mount because of unsupported optional features (240)
[    5.837135] EXT3-fs (dm-0): error: couldn't mount because of unsupported optional features (240)
[    5.870597] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[    9.610615] systemd-udevd[8050]: starting version 189
[   11.159717] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.19
[   11.159812] input: Toshiba input device as /devices/virtual/input/input6
[   11.161345] Registered led device: toshiba::illumination
[   11.710472] ACPI Warning: 0x0000000000001c00-0x0000000000001c1f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120320/utaddress-251)
[   11.710480] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   12.084825] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[   12.148453] cfg80211: Calling CRDA to update world regulatory domain
[   12.217304] rtl8192ce: Using firmware rtlwifi/rtl8192cfw.bin
[   12.288660] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   12.288804] r8169 0000:0e:00.0: irq 46 for MSI/MSI-X
[   12.288968] r8169 0000:0e:00.0: eth0: RTL8105e at 0xffffc90010a7a000, 88:ae:1d:f9:a9:4a, XID 00900000 IRQ 46
[   12.401028] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
[   12.403217] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   12.403302] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   12.443699] ACPI Warning: 0x0000000000000460-0x000000000000047f SystemIO conflicts with Region \PMIO 1 (20120320/utaddress-251)
[   12.443707] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   12.443710] lpc_ich: Resource conflict(s) found affecting iTCO_wdt
[   12.443717] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120320/utaddress-251)
[   12.443721] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   12.443724] ACPI Warning: 0x0000000000001180-0x00000000000011bf SystemIO conflicts with Region \GPIO 1 (20120320/utaddress-251)
[   12.443729] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   12.443730] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   12.533124] input: PC Speaker as /devices/platform/pcspkr/input/input10
[   12.567969] Error: Driver 'pcspkr' is already registered, aborting...
[   12.699553] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
[   12.992216] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[   12.992396] rtlwifi: wireless switch is on
[   13.916065] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
[   13.916760] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   14.247930] usbcore: registered new interface driver uas
[   14.264525] usb 1-5: USB disconnect, device number 2
[   14.267288] scsi8 : usb-storage 1-5:1.0
[   14.267409] usbcore: registered new interface driver ums-realtek
[   14.323845] Linux media interface: v0.10
[   14.335452] Linux video capture interface: v2.00
[   14.351539] uvcvideo: Found UVC 1.00 device CNF9055 (04f2:b1d6)
[   14.361283] input: CNF9055 as /devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6:1.0/input/input11
[   14.361365] usbcore: registered new interface driver uvcvideo
[   14.361366] USB Video Class driver (1.1.1)
[   17.062167] vboxdrv: Found 2 processor cores.
[   17.062320] vboxdrv: fAsync=0 offMin=0x1c0 offMax=0x8d9
[   17.062395] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[   17.062397] vboxdrv: Successfully loaded version 4.2.0 (interface 0x001a0004).
[   18.384745] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   18.674107] Adding 3833852k swap on /dev/mapper/vg_toshsatelitec66010c-lv_swap.  Priority:-1 extents:1 across:3833852k
[   18.759341] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[   18.780268] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[   23.684367] fbcondecor: console 0 using theme 'sabayon'
[   23.757689] fbcondecor: switched decor state to 'on' on console 0
[   23.834087] fbcondecor: console 1 using theme 'sabayon'
[   23.907488] fbcondecor: switched decor state to 'on' on console 1
[   23.983642] fbcondecor: console 2 using theme 'sabayon'
[   24.057191] fbcondecor: switched decor state to 'on' on console 2
[   24.134670] fbcondecor: console 3 using theme 'sabayon'
[   24.207629] fbcondecor: switched decor state to 'on' on console 3
[   24.284022] fbcondecor: console 4 using theme 'sabayon'
[   24.356973] fbcondecor: switched decor state to 'on' on console 4
[   24.440878] fbcondecor: console 5 using theme 'sabayon'
[   24.513884] fbcondecor: switched decor state to 'on' on console 5
[   24.590422] fbcondecor: console 6 using theme 'sabayon'
[   24.663341] fbcondecor: switched decor state to 'on' on console 6
[   24.740709] fbcondecor: console 7 using theme 'sabayon'
[   24.813754] fbcondecor: switched decor state to 'on' on console 7
[   24.890062] fbcondecor: console 8 using theme 'sabayon'
[   24.962864] fbcondecor: switched decor state to 'on' on console 8
[   25.039180] fbcondecor: console 9 using theme 'sabayon'
[   25.112198] fbcondecor: switched decor state to 'on' on console 9
[   25.188787] fbcondecor: console 10 using theme 'sabayon'
[   25.261639] fbcondecor: switched decor state to 'on' on console 10
[   25.338078] fbcondecor: console 11 using theme 'sabayon'
[   25.411091] fbcondecor: switched decor state to 'on' on console 11
[   27.503585] fbcondecor: switched decor state to 'off' on console 6
[   27.633477] fbcondecor: console 6 using theme 'sabayon'
[   27.666701] fbcondecor: switched decor state to 'on' on console 6
[   30.392146] usb 6-1: new low-speed USB device number 2 using uhci_hcd
[   30.559074] usb 6-1: New USB device found, idVendor=046d, idProduct=c51b
[   30.559079] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   30.559082] usb 6-1: Product: USB Receiver
[   30.559084] usb 6-1: Manufacturer: Logitech
[   30.586409] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input12
[   30.586522] hid-generic 0003:046D:C51B.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1/input0
[   30.600166] hid-generic 0003:046D:C51B.0002: hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1/input1
[   30.669998] ip_tables: (C) 2000-2006 Netfilter Core Team
[   31.081015] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   31.473136] NET: Registered protocol family 10
[   31.476344] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   37.708783] r8169 0000:0e:00.0: eth0: link down
[   37.709135] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   38.055073] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   41.347504] wlan0: authenticate with 00:13:33:0b:cd:4c
[   41.367456] wlan0: send auth to 00:13:33:0b:cd:4c (try 1/3)
[   41.368930] wlan0: authenticated
[   41.380027] wlan0: associate with 00:13:33:0b:cd:4c (try 1/3)
[   41.384153] wlan0: RX AssocResp from 00:13:33:0b:cd:4c (capab=0x411 status=0 aid=1)
[   41.384249] wlan0: associated
[   41.384546] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   41.926146] Bluetooth: Core ver 2.16
[   41.926175] NET: Registered protocol family 31
[   41.926177] Bluetooth: HCI device and connection manager initialized
[   41.926180] Bluetooth: HCI socket layer initialized
[   41.926181] Bluetooth: L2CAP socket layer initialized
[   41.926187] Bluetooth: SCO socket layer initialized
[   42.067771] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   42.067775] Bluetooth: BNEP filters: protocol multicast
[   45.596599] ata2.00: configured for UDMA/133
[   45.596606] ata2: EH complete
[   48.341782] EXT4-fs (dm-0): re-mounted. Opts: commit=0
[   48.349402] EXT4-fs (sda5): re-mounted. Opts: commit=0
[   48.976604] EXT4-fs (dm-1): re-mounted. Opts: commit=0
[  469.116305] [Firmware Bug]: battery: (dis)charge rate invalid.
[ 1600.135624] mate-keyring-da[11669] trap int3 ip:7f641689b9c7 sp:7fff59834ce0 error:0
[ 1600.140267] mate-keyring-da[11672] trap int3 ip:7fe3688979c7 sp:7fffa47fae60 error:0
[ 4576.282486] wlan0: deauthenticating from 00:13:33:0b:cd:4c by local choice (reason=3)
[ 4576.324527] cfg80211: Calling CRDA for country: EC
[ 4580.146263] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4583.384544] wlan0: authenticate with 00:13:33:0b:cd:4c
[ 4583.404492] wlan0: send auth to 00:13:33:0b:cd:4c (try 1/3)
[ 4583.405930] wlan0: authenticated
[ 4583.417195] wlan0: associate with 00:13:33:0b:cd:4c (try 1/3)
[ 4583.419584] wlan0: RX AssocResp from 00:13:33:0b:cd:4c (capab=0x411 status=0 aid=1)
[ 4583.419681] wlan0: associated
[ 4583.419974] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 4797.175040] usb 2-2: new high-speed USB device number 3 using ehci_hcd
[ 4797.293859] usb 2-2: New USB device found, idVendor=15a4, idProduct=9016
[ 4797.293863] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4797.293866] usb 2-2: Product: DVB-T 2
[ 4797.293868] usb 2-2: Manufacturer: Afatech
[ 4797.293870] usb 2-2: SerialNumber: 010101010600001
[ 4797.297339] Afatech DVB-T 2: Fixing fullspeed to highspeed interval: 10 -> 7
[ 4797.297712] input: Afatech DVB-T 2 as /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.1/input/input13
[ 4797.297835] hid-generic 0003:15A4:9016.0003: input,hidraw2: USB HID v1.01 Keyboard [Afatech DVB-T 2] on usb-0000:00:1d.7-2/input1
[ 4799.344338] dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in cold state, will try to load a firmware
[ 4799.366741] dvb-usb: did not find the firmware file. (dvb-usb-af9015.fw) Please see linux/Documentation/dvb/ for more details on firmware-problems. (-2)
[ 4799.366754] dvb_usb_af9015: probe of 2-2:1.0 failed with error -2
[ 4799.366878] usbcore: registered new interface driver dvb_usb_af9015
Johnny Who
Simple Hen
 
Posts: 90
Joined: Fri Aug 10, 2012 10:51

Re: TV tuner driver

Postby Fitzcarraldo » Mon Oct 15, 2012 20:15

Please use the Code button, not the Quote button for that amount of output: it makes it much easier to read using the Code delimiters. I've modified your post accordingly.

The output you posted tells you what is wrong:

Code: Select all
[ 4799.344338] dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in cold state, will try to load a firmware
[ 4799.366741] dvb-usb: did not find the firmware file. (dvb-usb-af9015.fw) Please see linux/Documentation/dvb/ for more details on firmware-problems. (-2)

I dowloaded dvb-usb-af9015.fw from the link given on the page http://linuxtv.org/wiki/index.php/DVB-T_USB_Devices and copied it to /lib64/firmware/
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7340
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: TV tuner driver

Postby Johnny Who » Tue Oct 16, 2012 13:33

And now what??
Johnny Who
Simple Hen
 
Posts: 90
Joined: Fri Aug 10, 2012 10:51

Re: TV tuner driver

Postby Johnny Who » Tue Oct 16, 2012 14:08

I have done that, and then tuned the card through Kaffeine. It works great. Just, Me TV, the application I like most does not work after upgrading. It won`t start, and that is probably a bug.
Johnny Who
Simple Hen
 
Posts: 90
Joined: Fri Aug 10, 2012 10:51


Return to Hardware

Who is online

Users browsing this forum: No registered users and 2 guests