[SOLVED] AverTV Volar HD A835 usb-stick (thanks ridoj)

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
gosa
Level 4
Level 4
Posts: 317
Joined: Mon Nov 01, 2010 5:12 am
Location: Spain

[SOLVED] AverTV Volar HD A835 usb-stick (thanks ridoj)

Post by gosa »

Hi All,

I've been looking around the web for information on how to get my usb-tv stick to work together with my LMDE install. The stick is an Aver TV Volar HD (A835) that I bought before I decided to go for LMDE as my primary OS. Up until quite recently this card has not been supported, but now I've seen some information in a few blogs/forums that tell me that it should be possible to patch it into life with Debian Squeeze. The thing is that when following the instructions I run into some errors that I don't know how to deal with. My hope is that some friendly soul here could give an explaining "hand".

I've mainly used this post http://www.esdebian.org/foro/46186/inst ... r-green-hd that says more or less (I'm not completely fluent in Spanish yet) this:

1. First of all we have to install the tools we need for compiling. Open a terminal and enter:

Code: Select all

apt-get install linux-headers-`uname -r`
2. Download the driver:

Code: Select all

wget http://mercurial.intuxication.org/hg/s2-liplianin/archive/414e0bbd99bf.tar.bz2
3. Unpack and then go to the folder by:

Code: Select all

cd s2-liplianin-414e0bbd99bf
4. Now go to the following website, where you will find "patches" that will help us with the driver:

Code: Select all

https://build.opensuse.org/package/files?package=s2-liplianin-hg-test&project=home%3ANicoK%3Adrivers
5. Download the files with a name ending in ".patch" and apply them in this manner:

Code: Select all

patch -p1 < anttip-tda18218.patch
patch -p1 < v4l-dvb-af9033.patch
patch -p1 < v4l-dvb-af9035.patch
patch -p1 < v4l-dvb-tua9001.patch
patch -p1 < s2-liplianin-414e0bbd99bf-firstpatches-tua9001-avertv-a385.patch
6. That's it - no all that's left is to compile and install. After this we are ready to watch TV.

Code: Select all

make
make install
Now all this seems pretty straight forward, and I get as far as the part where I have to compile. This is the output when I choose "make":

Code: Select all

sudo make
make -C /home/gosa/s2-liplianin-414e0bbd99bf/v4l 
make[1]: Entering directory `/home/gosa/s2-liplianin-414e0bbd99bf/v4l'
No version yet, using 2.6.38-2-amd64
make[1]: Leaving directory `/home/gosa/s2-liplianin-414e0bbd99bf/v4l'
make[1]: Entering directory `/home/gosa/s2-liplianin-414e0bbd99bf/v4l'
scripts/make_makefile.pl
Updating/Creating .config
Preparing to compile for kernel version 2.6.38

***WARNING:*** You do not have the full kernel sources installed.
This does not prevent you from building the v4l-dvb tree if you have the
kernel headers, but the full kernel source may be required in order to use
make menuconfig / xconfig / qconfig.

If you are experiencing problems building the v4l-dvb tree, please try
building against a vanilla kernel before reporting a bug.

Vanilla kernels are available at http://kernel.org.
On most distros, this will compile a newly downloaded kernel:

cp /boot/config-`uname -r` <your kernel dir>/.config
cd <your kernel dir>
make all modules_install install

Please see your distro's web site for instructions to build a new kernel.

Created default (all yes) .config file
./scripts/make_myconfig.pl
make[1]: Leaving directory `/home/gosa/s2-liplianin-414e0bbd99bf/v4l'
make[1]: Entering directory `/home/gosa/s2-liplianin-414e0bbd99bf/v4l'
perl scripts/make_config_compat.pl /lib/modules/2.6.38-2-amd64/source ./.myconfig ./config-compat.h
creating symbolic links...
ln -sf . oss
make -C firmware prep
make[2]: Entering directory `/home/gosa/s2-liplianin-414e0bbd99bf/v4l/firmware'
make[2]: Leaving directory `/home/gosa/s2-liplianin-414e0bbd99bf/v4l/firmware'
make -C firmware
make[2]: Entering directory `/home/gosa/s2-liplianin-414e0bbd99bf/v4l/firmware'
  CC  ihex2fw
Generating vicam/firmware.fw
Generating dabusb/firmware.fw
Generating dabusb/bitstream.bin
Generating ttusb-budget/dspbootcode.bin
Generating cpia2/stv0672_vp4.bin
Generating av7110/bootcode.bin
make[2]: Leaving directory `/home/gosa/s2-liplianin-414e0bbd99bf/v4l/firmware'
Kernel build directory is /lib/modules/2.6.38-2-amd64/build
make -C /lib/modules/2.6.38-2-amd64/build SUBDIRS=/home/gosa/s2-liplianin-414e0bbd99bf/v4l  modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.38-2-amd64'
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/tuner-xc2028.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/tuner-simple.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/tuner-types.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/mt20xx.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/tda8290.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/tea5767.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/tea5761.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/tda9887.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/tda827x.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/au0828-core.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/au0828-i2c.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/au0828-cards.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/au0828-dvb.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/au0828-video.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/au0828-vbi.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/au8522_dig.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/au8522_decoder.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/flexcop-pci.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/flexcop-usb.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/flexcop.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/flexcop-fe-tuner.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/flexcop-i2c.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/flexcop-sram.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/flexcop-eeprom.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/flexcop-misc.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/flexcop-hw-filter.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/flexcop-dma.o
  CC [M]  /home/gosa/s2-liplianin-414e0bbd99bf/v4l/bttv-driver.o
/home/gosa/s2-liplianin-414e0bbd99bf/v4l/bttv-driver.c: In function 'bttv_open':
/home/gosa/s2-liplianin-414e0bbd99bf/v4l/bttv-driver.c:3252: error: implicit declaration of function 'lock_kernel'
/home/gosa/s2-liplianin-414e0bbd99bf/v4l/bttv-driver.c:3260: error: implicit declaration of function 'unlock_kernel'
make[5]: *** [/home/gosa/s2-liplianin-414e0bbd99bf/v4l/bttv-driver.o] Error 1
make[4]: *** [_module_/home/gosa/s2-liplianin-414e0bbd99bf/v4l] Error 2
make[3]: *** [sub-make] Error 2
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.38-2-amd64'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/gosa/s2-liplianin-414e0bbd99bf/v4l'
make: *** [all] Error 2
First thing I get is a warning about kernel source - I have no idea whether or not that one is "fatal" for my goal.
And then towards the end I get a few more errors.

If I choose to go ahead and do the install I get this:

Code: Select all

make -C /home/gosa/s2-liplianin-414e0bbd99bf/v4l install
make[1]: Entering directory `/home/gosa/s2-liplianin-414e0bbd99bf/v4l'
-e 
Removing obsolete files from /lib/modules/2.6.38-2-amd64/kernel/drivers/media/video:

-e 
Removing obsolete files from /lib/modules/2.6.38-2-amd64/kernel/drivers/media/dvb/cinergyT2:

-e 
Removing obsolete files from /lib/modules/2.6.38-2-amd64/kernel/drivers/media/common:

-e 
Removing obsolete files from /lib/modules/2.6.38-2-amd64/kernel/drivers/media/dvb/frontends:

Installing kernel modules under /lib/modules/2.6.38-2-amd64/kernel/drivers/media/:
/sbin/depmod -a 2.6.38-2-amd64 
make -C firmware install
make[2]: Entering directory `/home/gosa/s2-liplianin-414e0bbd99bf/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 
make[2]: Leaving directory `/home/gosa/s2-liplianin-414e0bbd99bf/v4l/firmware'
make[1]: Leaving directory `/home/gosa/s2-liplianin-414e0bbd99bf/v4l'
Which seemingly removes some obsolete stuff, but other than that there are no errors.

So - I reboot, I open My TV and it immediately complains about not finding a DVB device. My dmesg shows this:

Code: Select all

[    1.131133] pci 0000:00:03.0: setting latency timer to 64
[    1.131137] pci 0000:00:1c.0: enabling device (0104 -> 0107)
[    1.131142] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.131145] pci 0000:00:1c.0: setting latency timer to 64
[    1.131148] pci 0000:00:1c.4: enabling device (0104 -> 0107)
[    1.131151] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.131153] pci 0000:00:1c.4: setting latency timer to 64
[    1.131157] pci 0000:00:1c.5: enabling device (0104 -> 0107)
[    1.131159] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    1.131162] pci 0000:00:1c.5: setting latency timer to 64
[    1.131168] pci 0000:00:1c.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.131171] pci 0000:00:1c.6: setting latency timer to 64
[    1.131178] pci 0000:00:1c.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.131180] pci 0000:00:1c.7: setting latency timer to 64
[    1.131185] pci 0000:00:1e.0: setting latency timer to 64
[    1.131187] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.131188] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.131190] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.131191] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    1.131193] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.131194] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.131195] pci_bus 0000:01: resource 0 [io  0xb000-0xbfff]
[    1.131197] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfbbfffff]
[    1.131198] pci_bus 0000:01: resource 2 [mem 0xd6000000-0xdfffffff 64bit pref]
[    1.131200] pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
[    1.131201] pci_bus 0000:06: resource 1 [mem 0xc0000000-0xc01fffff]
[    1.131202] pci_bus 0000:06: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
[    1.131204] pci_bus 0000:05: resource 0 [io  0x2000-0x2fff]
[    1.131205] pci_bus 0000:05: resource 1 [mem 0xc0400000-0xc05fffff]
[    1.131206] pci_bus 0000:05: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
[    1.131208] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
[    1.131209] pci_bus 0000:04: resource 1 [mem 0xc0800000-0xc09fffff]
[    1.131210] pci_bus 0000:04: resource 2 [mem 0xc0a00000-0xc0bfffff 64bit pref]
[    1.131212] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    1.131213] pci_bus 0000:03: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    1.131214] pci_bus 0000:03: resource 2 [mem 0xc0c00000-0xc0dfffff 64bit pref]
[    1.131216] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    1.131217] pci_bus 0000:02: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    1.131218] pci_bus 0000:02: resource 2 [mem 0xf8f00000-0xf8ffffff 64bit pref]
[    1.131220] pci_bus 0000:07: resource 0 [io  0xe000-0xefff]
[    1.131221] pci_bus 0000:07: resource 1 [mem 0xfbe00000-0xfbefffff]
[    1.131223] pci_bus 0000:07: resource 4 [io  0x0000-0x0cf7]
[    1.131224] pci_bus 0000:07: resource 5 [io  0x0d00-0xffff]
[    1.131225] pci_bus 0000:07: resource 6 [mem 0x000a0000-0x000bffff]
[    1.131227] pci_bus 0000:07: resource 7 [mem 0x000d0000-0x000dffff]
[    1.131228] pci_bus 0000:07: resource 8 [mem 0xc0000000-0xdfffffff]
[    1.131229] pci_bus 0000:07: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.131247] NET: Registered protocol family 2
[    1.131380] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    1.132001] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    1.133835] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.134063] TCP: Hash tables configured (established 524288 bind 65536)
[    1.134065] TCP reno registered
[    1.134074] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    1.134122] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    1.134245] NET: Registered protocol family 1
[    1.134322] pci 0000:01:00.0: Boot video device
[    1.134382] PCI: CLS 32 bytes, default 64
[    1.134405] Unpacking initramfs...
[    2.155513] Freeing initrd memory: 7128k freed
[    2.156276] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.156278] Placing 64MB software IO TLB between ffff8800bb400000 - ffff8800bf400000
[    2.156280] software IO TLB at phys 0xbb400000 - 0xbf400000
[    2.156705] audit: initializing netlink socket (disabled)
[    2.156719] type=2000 audit(1303151661.840:1): initialized
[    2.166202] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.167717] VFS: Disk quotas dquot_6.5.2
[    2.167752] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.167804] msgmni has been set to 15992
[    2.167912] alg: No test for stdrng (krng)
[    2.167943] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    2.167945] io scheduler noop registered
[    2.167946] io scheduler deadline registered
[    2.167967] io scheduler cfq registered (default)
[    2.168242] ERST: Table is not found!
[    2.168274] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.188614] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    2.273756] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    2.273925] Linux agpgart interface v0.103
[    2.274020] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    2.274021] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    2.274542] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.274601] mousedev: PS/2 mouse device common for all mice
[    2.274628] rtc_cmos 00:03: RTC can wake from S4
[    2.274666] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    2.274688] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.274696] cpuidle: using governor ladder
[    2.274697] cpuidle: using governor menu
[    2.274818] TCP cubic registered
[    2.274884] NET: Registered protocol family 10
[    2.275211] Mobile IPv6
[    2.275212] NET: Registered protocol family 17
[    2.275215] Registering the dns_resolver key type
[    2.275273] PM: Hibernation image not present or could not be loaded.
[    2.275277] registered taskstats version 1
[    2.275816] rtc_cmos 00:03: setting system clock to 2011-04-18 18:34:22 UTC (1303151662)
[    2.275832] Initalizing network drop monitor service
[    2.276825] Freeing unused kernel memory: 676k freed
[    2.276900] Write protecting the kernel read-only data: 6144k
[    2.278958] Freeing unused kernel memory: 820k freed
[    2.280932] Freeing unused kernel memory: 776k freed
[    2.289487] <30>udev[81]: starting version 167
[    2.293337] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    2.322244] usbcore: registered new interface driver usbfs
[    2.322260] usbcore: registered new interface driver hub
[    2.322289] usbcore: registered new device driver usb
[    2.322565] firewire_ohci 0000:07:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    2.334176] SCSI subsystem initialized
[    2.339935] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.339946] r8169 0000:02:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    2.339972] r8169 0000:02:00.0: setting latency timer to 64
[    2.340018] r8169 0000:02:00.0: irq 45 for MSI/MSI-X
[    2.340288] r8169 0000:02:00.0: eth0: RTL8168d/8111d at 0xffffc9001178c000, e0:cb:4e:9b:7a:57, XID 083000c0 IRQ 45
[    2.346199] libata version 3.00 loaded.
[    2.347033] pata_jmicron 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    2.347049] pata_jmicron 0000:03:00.1: setting latency timer to 64
[    2.347252] scsi0 : pata_jmicron
[    2.347300] scsi1 : pata_jmicron
[    2.347574] ata1: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 19
[    2.347576] ata2: PATA max UDMA/100 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 19
[    2.360362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.360375] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.360387] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    2.360390] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    2.360407] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.369106] ehci_hcd 0000:00:1a.0: debug port 2
[    2.372980] ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
[    2.372990] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf9ffe000
[    2.385057] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.385069] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.385071] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.385072] usb usb1: Product: EHCI Host Controller
[    2.385073] usb usb1: Manufacturer: Linux 2.6.38-2-amd64 ehci_hcd
[    2.385075] usb usb1: SerialNumber: 0000:00:1a.0
[    2.385146] hub 1-0:1.0: USB hub found
[    2.385148] hub 1-0:1.0: 2 ports detected
[    2.385199] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    2.385218] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.385220] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    2.385225] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.389079] firewire_ohci: Added fw-ohci device 0000:07:04.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x11
[    2.417004] ehci_hcd 0000:00:1d.0: debug port 2
[    2.420873] ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
[    2.420883] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf9ffd000
[    2.432957] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.432967] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.432969] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.432970] usb usb2: Product: EHCI Host Controller
[    2.432971] usb usb2: Manufacturer: Linux 2.6.38-2-amd64 ehci_hcd
[    2.432972] usb usb2: SerialNumber: 0000:00:1d.0
[    2.433034] hub 2-0:1.0: USB hub found
[    2.433037] hub 2-0:1.0: 2 ports detected
[    2.433078] ahci 0000:00:1f.2: version 3.0
[    2.433080] ehci_hcd 0000:07:01.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    2.433090] ehci_hcd 0000:07:01.2: EHCI Host Controller
[    2.433092] ahci 0000:00:1f.2: PCI INT D -> GSI 21 (level, low) -> IRQ 21
[    2.433098] ehci_hcd 0000:07:01.2: new USB bus registered, assigned bus number 3
[    2.433118] ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
[    2.433137] ahci: SSS flag set, parallel bus scan disabled
[    2.436995] ehci_hcd 0000:07:01.2: irq 18, io mem 0xfbeff000
[    2.448934] ehci_hcd 0000:07:01.2: USB 2.0 started, EHCI 1.00
[    2.448943] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.448944] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.448946] usb usb3: Product: EHCI Host Controller
[    2.448947] usb usb3: Manufacturer: Linux 2.6.38-2-amd64 ehci_hcd
[    2.448948] usb usb3: SerialNumber: 0000:07:01.2
[    2.448956] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[    2.448958] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ems sxs apst 
[    2.448961] ahci 0000:00:1f.2: setting latency timer to 64
[    2.449014] hub 3-0:1.0: USB hub found
[    2.449016] hub 3-0:1.0: 4 ports detected
[    2.482036] uhci_hcd: USB Universal Host Controller Interface driver
[    2.482080] uhci_hcd 0000:07:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.482085] uhci_hcd 0000:07:01.0: UHCI Host Controller
[    2.482090] uhci_hcd 0000:07:01.0: new USB bus registered, assigned bus number 4
[    2.489262] scsi2 : ahci
[    2.489306] scsi3 : ahci
[    2.489348] scsi4 : ahci
[    2.489391] scsi5 : ahci
[    2.489432] scsi6 : ahci
[    2.489476] scsi7 : ahci
[    2.489569] ata3: SATA max UDMA/133 abar m2048@0xf9ff7000 port 0xf9ff7100 irq 46
[    2.489571] ata4: SATA max UDMA/133 abar m2048@0xf9ff7000 port 0xf9ff7180 irq 46
[    2.489573] ata5: SATA max UDMA/133 abar m2048@0xf9ff7000 port 0xf9ff7200 irq 46
[    2.489575] ata6: SATA max UDMA/133 abar m2048@0xf9ff7000 port 0xf9ff7280 irq 46
[    2.489576] ata7: SATA max UDMA/133 abar m2048@0xf9ff7000 port 0xf9ff7300 irq 46
[    2.489578] ata8: SATA max UDMA/133 abar m2048@0xf9ff7000 port 0xf9ff7380 irq 46
[    2.489592] ahci 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    2.504875] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    2.504877] ahci 0000:03:00.0: flags: 64bit ncq led clo pmp pio 
[    2.504882] ahci 0000:03:00.0: setting latency timer to 64
[    2.505076] scsi8 : ahci
[    2.505121] scsi9 : ahci
[    2.505175] ata9: SATA max UDMA/133 abar m8192@0xfbdfa000 port 0xfbdfa100 irq 18
[    2.505178] ata10: SATA max UDMA/133 abar m8192@0xfbdfa000 port 0xfbdfa180 irq 18
[    2.509478] ata1.01: ATAPI: HL-DT-STDVD-RAM GH22LP20, 1.02, max UDMA/66
[    2.528821] uhci_hcd 0000:07:01.0: irq 16, io base 0x0000e880
[    2.528847] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    2.528849] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.528850] usb usb4: Product: UHCI Host Controller
[    2.528852] usb usb4: Manufacturer: Linux 2.6.38-2-amd64 uhci_hcd
[    2.528853] usb usb4: SerialNumber: 0000:07:01.0
[    2.528915] hub 4-0:1.0: USB hub found
[    2.528917] hub 4-0:1.0: 2 ports detected
[    2.528971] uhci_hcd 0000:07:01.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    2.528977] uhci_hcd 0000:07:01.1: UHCI Host Controller
[    2.528981] uhci_hcd 0000:07:01.1: new USB bus registered, assigned bus number 5
[    2.529391] ata1.01: configured for UDMA/66
[    2.531962] scsi 0:0:1:0: CD-ROM            HL-DT-ST DVD-RAM GH22LP20 1.02 PQ: 0 ANSI: 5
[    2.560772] uhci_hcd 0000:07:01.1: irq 17, io base 0x0000ec00
[    2.560791] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    2.560792] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.560794] usb usb5: Product: UHCI Host Controller
[    2.560795] usb usb5: Manufacturer: Linux 2.6.38-2-amd64 uhci_hcd
[    2.560796] usb usb5: SerialNumber: 0000:07:01.1
[    2.560855] hub 5-0:1.0: USB hub found
[    2.560857] hub 5-0:1.0: 2 ports detected
[    2.696525] usb 1-1: new high speed USB device using ehci_hcd and address 2
[    2.824315] ata9: SATA link down (SStatus 0 SControl 300)
[    2.824348] ata10: SATA link down (SStatus 0 SControl 300)
[    2.828689] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[    2.828691] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.828842] hub 1-1:1.0: USB hub found
[    2.828939] hub 1-1:1.0: 6 ports detected
[    2.888231] firewire_core: created device fw0: GUID 001e8c0000f6c04b, S400
[    2.940115] usb 2-1: new high speed USB device using ehci_hcd and address 2
[    2.980044] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.072288] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[    3.072289] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.072441] hub 2-1:1.0: USB hub found
[    3.072539] hub 2-1:1.0: 8 ports detected
[    3.151765] Refined TSC clocksource calibration: 3373.888 MHz.
[    3.151767] Switching to clocksource tsc
[    3.295509] usb 3-2: new high speed USB device using ehci_hcd and address 3
[    3.395031] ata3.00: ATA-8: WDC WD5000AACS-00ZUB0, 01.01B01, max UDMA/133
[    3.395033] ata3.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    3.395789] ata3.00: configured for UDMA/133
[    3.395846] scsi 2:0:0:0: Direct-Access     ATA      WDC WD5000AACS-0 01.0 PQ: 0 ANSI: 5
[    3.428864] usb 3-2: New USB device found, idVendor=050d, idProduct=0304
[    3.428866] usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.429135] hub 3-2:1.0: USB hub found
[    3.429739] hub 3-2:1.0: 4 ports detected
[    3.539105] usb 3-3: new high speed USB device using ehci_hcd and address 4
[    3.678858] usb 3-3: New USB device found, idVendor=04b8, idProduct=0856
[    3.678860] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.678864] usb 3-3: Product: USB2.0 MFP(Hi-Speed)
[    3.678866] usb 3-3: Manufacturer: EPSON
[    3.678867] usb 3-3: SerialNumber: 4C4556593032393528
[    3.686249] usbcore: registered new interface driver uas
[    3.922459] usb 4-1: new full speed USB device using uhci_hcd and address 2
[    4.087253] usb 4-1: New USB device found, idVendor=056a, idProduct=0017
[    4.087255] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.087256] usb 4-1: Product: CTE-450
[    4.087257] usb 4-1: Manufacturer: Wacom Co.,Ltd.
[    4.162126] usb 1-1.1: new high speed USB device using ehci_hcd and address 3
[    4.254848] usb 1-1.1: New USB device found, idVendor=0781, idProduct=5151
[    4.254850] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.254851] usb 1-1.1: Product: Cruzer Micro
[    4.254852] usb 1-1.1: Manufacturer: SanDisk Corporation
[    4.254853] usb 1-1.1: SerialNumber: 20051740021d52905784
[    4.258882] Initializing USB Mass Storage driver...
[    4.258934] scsi10 : usb-storage 3-3:1.2
[    4.259001] scsi11 : usb-storage 1-1.1:1.0
[    4.259048] usbcore: registered new interface driver usb-storage
[    4.259049] USB Mass Storage support registered.
[    4.289845] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.293270] ata4.00: ATA-8: WDC WD15EARS-00S8B1, 80.00A80, max UDMA/133
[    4.293272] ata4.00: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    4.296623] ata4.00: configured for UDMA/133
[    4.296665] scsi 3:0:0:0: Direct-Access     ATA      WDC WD15EARS-00S 80.0 PQ: 0 ANSI: 5
[    4.325858] usb 1-1.2: new high speed USB device using ehci_hcd and address 4
[    4.422698] usb 1-1.2: New USB device found, idVendor=07ca, idProduct=a835
[    4.422700] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.422701] usb 1-1.2: Product: A835
[    4.422702] usb 1-1.2: Manufacturer: AVerMedia TECHNOLOGIES, Inc
[    4.422703] usb 1-1.2: SerialNumber: 3030129010880
[    4.493583] usb 1-1.4: new high speed USB device using ehci_hcd and address 5
[    4.588924] usb 1-1.4: New USB device found, idVendor=05e3, idProduct=0716
[    4.588926] usb 1-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=2
[    4.588928] usb 1-1.4: Product: USB Storage
[    4.588929] usb 1-1.4: SerialNumber: 000000009732
[    4.589481] scsi12 : usb-storage 1-1.4:1.0
[    4.661307] usb 2-1.6: new high speed USB device using ehci_hcd and address 3
[    4.754152] usb 2-1.6: New USB device found, idVendor=1058, idProduct=1001
[    4.754154] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.754156] usb 2-1.6: Product: External HDD    
[    4.754157] usb 2-1.6: Manufacturer: Western Digital 
[    4.754158] usb 2-1.6: SerialNumber: 374E394D4220202020202020
[    4.754342] scsi13 : usb-storage 2-1.6:1.0
[    4.825038] usb 2-1.7: new low speed USB device using ehci_hcd and address 4
[    4.922376] usb 2-1.7: New USB device found, idVendor=046d, idProduct=c03e
[    4.922378] usb 2-1.7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.922380] usb 2-1.7: Product: USB-PS/2 Optical Mouse
[    4.922381] usb 2-1.7: Manufacturer: Logitech
[    4.992972] usb 3-2.1: new high speed USB device using ehci_hcd and address 5
[    5.101429] usb 3-2.1: New USB device found, idVendor=059b, idProduct=0571
[    5.101431] usb 3-2.1: New USB device strings: Mfr=10, Product=11, SerialNumber=5
[    5.101432] usb 3-2.1: Product: Prestige USB
[    5.101433] usb 3-2.1: Manufacturer: Iomega
[    5.101434] usb 3-2.1: SerialNumber: 2A9AA00184FF
[    5.101969] scsi14 : usb-storage 3-2.1:1.0
[    5.188349] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    5.189308] ata5.00: ATA-8: ST3320418AS, CC35, max UDMA/133
[    5.189310] ata5.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    5.190457] ata5.00: configured for UDMA/133
[    5.190510] scsi 4:0:0:0: Direct-Access     ATA      ST3320418AS      CC35 PQ: 0 ANSI: 5
[    5.256713] scsi 11:0:0:0: Direct-Access     SanDisk  Cruzer Micro     0.1  PQ: 0 ANSI: 2
[    5.258820] scsi 10:0:0:0: Direct-Access     EPSON    Storage          1.00 PQ: 0 ANSI: 2
[    5.507809] ata6: SATA link down (SStatus 0 SControl 300)
[    5.588667] scsi 12:0:0:0: Direct-Access     Generic  STORAGE DEVICE   9732 PQ: 0 ANSI: 0
[    5.589289] scsi 12:0:0:1: Direct-Access     Generic  STORAGE DEVICE   9732 PQ: 0 ANSI: 0
[    5.589913] scsi 12:0:0:2: Direct-Access     Generic  STORAGE DEVICE   9732 PQ: 0 ANSI: 0
[    5.590537] scsi 12:0:0:3: Direct-Access     Generic  STORAGE DEVICE   9732 PQ: 0 ANSI: 0
[    5.591161] scsi 12:0:0:4: Direct-Access     Generic  STORAGE DEVICE   9732 PQ: 0 ANSI: 0
[    5.599790] sd 2:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    5.599817] sd 3:0:0:0: [sdb] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[    5.599823] sd 2:0:0:0: [sda] Write Protect is off
[    5.599825] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    5.599839] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.599857] sd 3:0:0:0: [sdb] Write Protect is off
[    5.599859] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    5.599878] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.599883] sd 4:0:0:0: [sdc] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    5.599908] sd 4:0:0:0: [sdc] Write Protect is off
[    5.599910] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    5.599920] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.600526] sd 11:0:0:0: [sdd] 1000944 512-byte logical blocks: (512 MB/488 MiB)
[    5.601020] sd 11:0:0:0: [sdd] Write Protect is off
[    5.601021] sd 11:0:0:0: [sdd] Mode Sense: 03 00 00 00
[    5.601768] sd 11:0:0:0: [sdd] No Caching mode page present
[    5.601817] sd 11:0:0:0: [sdd] Assuming drive cache: write through
[    5.604388] sd 11:0:0:0: [sdd] No Caching mode page present
[    5.604433] sd 11:0:0:0: [sdd] Assuming drive cache: write through
[    5.605008] sd 12:0:0:0: [sdf] Attached SCSI removable disk
[    5.605391]  sdd:
[    5.606258] sd 12:0:0:3: [sdi] Attached SCSI removable disk
[    5.606883] sd 12:0:0:4: [sdj] Attached SCSI removable disk
[    5.607504] sd 12:0:0:1: [sdg] Attached SCSI removable disk
[    5.607507] sd 11:0:0:0: [sdd] No Caching mode page present
[    5.607562] sd 11:0:0:0: [sdd] Assuming drive cache: write through
[    5.607566]  sdc: sdc1 sdc2 sdc3
[    5.607608] sd 11:0:0:0: [sdd] Attached SCSI removable disk
[    5.607710] sd 4:0:0:0: [sdc] Attached SCSI disk
[    5.608129] sd 12:0:0:2: [sdh] Attached SCSI removable disk
[    5.609778] sd 10:0:0:0: [sde] Attached SCSI removable disk
[    5.650417]  sda: sda1 sda2 sda3
[    5.650589] sd 2:0:0:0: [sda] Attached SCSI disk
[    5.686469]  sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 >
[    5.686710] sd 3:0:0:0: [sdb] Attached SCSI disk
[    5.752024] scsi 13:0:0:0: Direct-Access     WD       620AS  External  1.04 PQ: 0 ANSI: 4
[    5.752892] sd 13:0:0:0: [sdk] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    5.753641] sd 13:0:0:0: [sdk] Write Protect is off
[    5.753643] sd 13:0:0:0: [sdk] Mode Sense: 21 00 00 00
[    5.754387] sd 13:0:0:0: [sdk] No Caching mode page present
[    5.754432] sd 13:0:0:0: [sdk] Assuming drive cache: write through
[    5.756633] sd 13:0:0:0: [sdk] No Caching mode page present
[    5.756678] sd 13:0:0:0: [sdk] Assuming drive cache: write through
[    5.778354]  sdk: sdk1
[    5.797818] sd 13:0:0:0: [sdk] No Caching mode page present
[    5.797862] sd 13:0:0:0: [sdk] Assuming drive cache: write through
[    5.797907] sd 13:0:0:0: [sdk] Attached SCSI disk
[    6.406304] ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    6.409174] ata7.00: ATAPI: PIONEER BD-RW   BDR-203, 1.10, max UDMA/100
[    6.412169] ata7.00: configured for UDMA/100
[    6.412419] scsi: waiting for bus probes to complete ...
[    8.135789] scsi 14:0:0:0: Direct-Access     SAMSUNG  HM100UI               PQ: 0 ANSI: 2 CCS
[    8.142245] scsi 6:0:0:0: CD-ROM            PIONEER  BD-RW   BDR-203  1.10 PQ: 0 ANSI: 5
[    9.033904] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    9.060720] ata8.00: ATA-8: ST31000528AS, CC34, max UDMA/133
[    9.060722] ata8.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    9.100056] ata8.00: configured for UDMA/133
[    9.100105] scsi 7:0:0:0: Direct-Access     ATA      ST31000528AS     CC34 PQ: 0 ANSI: 5
[    9.100183] sd 7:0:0:0: [sdm] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    9.100234] sd 7:0:0:0: [sdm] Write Protect is off
[    9.100236] sd 7:0:0:0: [sdm] Mode Sense: 00 3a 00 00
[    9.100253] sd 7:0:0:0: [sdm] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.121543]  sdm: sdm1
[    9.121676] sd 7:0:0:0: [sdm] Attached SCSI disk
[   10.838393] sd 14:0:0:0: [sdl] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   10.839141] sd 14:0:0:0: [sdl] Write Protect is off
[   10.839143] sd 14:0:0:0: [sdl] Mode Sense: 28 00 00 00
[   10.840263] sd 14:0:0:0: [sdl] Incomplete mode parameter data
[   10.840309] sd 14:0:0:0: [sdl] Assuming drive cache: write through
[   10.842887] sd 14:0:0:0: [sdl] Incomplete mode parameter data
[   10.842933] sd 14:0:0:0: [sdl] Assuming drive cache: write through
[   10.843389]  sdl: sdl1 sdl2
[   10.867473] sd 14:0:0:0: [sdl] Incomplete mode parameter data
[   10.867519] sd 14:0:0:0: [sdl] Assuming drive cache: write through
[   10.867566] sd 14:0:0:0: [sdl] Attached SCSI disk
[   10.874649] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/input/input1
[   10.874721] generic-usb 0003:046D:C03E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-1.7/input0
[   10.874735] usbcore: registered new interface driver usbhid
[   10.874737] usbhid: USB HID core driver
[   10.881468] sr0: scsi3-mmc drive: 125x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[   10.881470] cdrom: Uniform CD-ROM driver Revision: 3.20
[   10.881642] sr 0:0:1:0: Attached scsi CD-ROM sr0
[   10.889758] sr1: scsi3-mmc drive: 125x/125x writer dvd-ram cd/rw xa/form2 cdda tray
[   10.889822] sr 6:0:0:0: Attached scsi CD-ROM sr1
[   10.892072] sr 0:0:1:0: Attached scsi generic sg0 type 5
[   10.892107] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   10.892145] sd 3:0:0:0: Attached scsi generic sg2 type 0
[   10.892187] sd 4:0:0:0: Attached scsi generic sg3 type 0
[   10.892223] sd 11:0:0:0: Attached scsi generic sg4 type 0
[   10.892276] sd 10:0:0:0: Attached scsi generic sg5 type 0
[   10.892330] sd 12:0:0:0: Attached scsi generic sg6 type 0
[   10.892379] sd 12:0:0:1: Attached scsi generic sg7 type 0
[   10.892446] sd 12:0:0:2: Attached scsi generic sg8 type 0
[   10.892533] sd 12:0:0:3: Attached scsi generic sg9 type 0
[   10.892626] sd 12:0:0:4: Attached scsi generic sg10 type 0
[   10.892721] sd 13:0:0:0: Attached scsi generic sg11 type 0
[   10.892838] sd 14:0:0:0: Attached scsi generic sg12 type 0
[   10.892930] sr 6:0:0:0: Attached scsi generic sg13 type 5
[   10.893225] sd 7:0:0:0: Attached scsi generic sg14 type 0
[   11.883080] Btrfs loaded
[   12.842428] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[   14.275328] <30>udev[551]: starting version 167
[   14.400446] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[   14.400451] ACPI: Power Button [PWRB]
[   14.400500] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   14.400503] ACPI: Power Button [PWRF]
[   14.507488] input: PC Speaker as /devices/platform/pcspkr/input/input4
[   14.536134] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[   14.583277] ATK0110 ATK0110:00: EC enabled
[   14.640277] ACPI: acpi_idle registered with cpuidle
[   14.720596] <30>udev[602]: renamed network interface eth0 to eth1
[   15.012259] input: Wacom BambooFun 4x5 as /devices/pci0000:00/0000:00:1e.0/0000:07:01.0/usb4/4-1/4-1:1.0/input/input5
[   15.025048] usbcore: registered new interface driver wacom
[   15.025050] wacom: v1.52:USB Wacom tablet driver
[   15.645617] Disabling lock debugging due to kernel taint
[   15.645621] nvidia: module license 'NVIDIA' taints kernel.
[   15.868225] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   15.868264] HDA Intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[   15.868282] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   16.087689] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   16.087695] nvidia 0000:01:00.0: setting latency timer to 64
[   16.087698] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   16.087770] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  270.41.03  Sat Apr  9 00:06:19 PDT 2011
[   16.665992] hda-codec: no NID for mapping control Independent HP:0:0
[   16.667829] HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[   16.667831] hda_intel: Disable MSI for Nvidia chipset
[   16.667852] HDA Intel 0000:01:00.1: setting latency timer to 64
[   17.368939] usblp0: USB Bidirectional printer dev 4 if 1 alt 0 proto 2 vid 0x04B8 pid 0x0856
[   17.368956] usbcore: registered new interface driver usblp
[   18.333196] Adding 10239996k swap on /dev/sdb1.  Priority:-1 extents:1 across:10239996k 
[   18.335105] EXT4-fs (sdb2): re-mounted. Opts: (null)
[   18.936336] EXT4-fs (sdb2): re-mounted. Opts: errors=remount-ro
[   19.005281] loop: module loaded
[   19.014196] coretemp coretemp.0: TjMax is 99 C.
[   19.014233] coretemp coretemp.1: TjMax is 99 C.
[   19.014282] coretemp coretemp.2: TjMax is 99 C.
[   19.014337] coretemp coretemp.3: TjMax is 99 C.
[   19.402020] EXT4-fs (sdb3): warning: maximal mount count reached, running e2fsck is recommended
[   19.404743] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: errors=remount-ro,user_xattr
[   19.436439] EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: (null)
[   20.026817] fuse init (API version 7.16)
[   21.991937] vboxdrv: Found 8 processor cores.
[   21.992085] vboxdrv: fAsync=0 offMin=0x2bd offMax=0x1201
[   21.992113] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[   21.992114] vboxdrv: Successfully loaded version 4.0.4 (interface 0x00160000).
[   22.991078] r8169 0000:02:00.0: eth1: unable to apply firmware patch
[   22.992856] r8169 0000:02:00.0: eth1: link down
[   22.992860] r8169 0000:02:00.0: eth1: link down
[   22.993308] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   23.142270] CE: hpet2 increased min_delta_ns to 7500 nsec
[   23.142276] CE: hpet2 increased min_delta_ns to 11250 nsec
[   23.142278] hrtimer: interrupt took 2538 ns
[   24.329812] Bluetooth: Core ver 2.15
[   24.329822] NET: Registered protocol family 31
[   24.329823] Bluetooth: HCI device and connection manager initialized
[   24.329824] Bluetooth: HCI socket layer initialized
[   24.353552] Bluetooth: L2CAP ver 2.15
[   24.353554] Bluetooth: L2CAP socket layer initialized
[   24.415143] Bluetooth: RFCOMM TTY layer initialized
[   24.415146] Bluetooth: RFCOMM socket layer initialized
[   24.415147] Bluetooth: RFCOMM ver 1.11
[   24.420138] CE: hpet3 increased min_delta_ns to 7500 nsec
[   24.420143] CE: hpet3 increased min_delta_ns to 11250 nsec
[   24.462617] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   24.462619] Bluetooth: BNEP filters: protocol multicast
[   24.499460] Bluetooth: SCO (Voice Link) ver 0.6
[   24.499461] Bluetooth: SCO socket layer initialized
[   24.511986] CE: hpet4 increased min_delta_ns to 7500 nsec
[   24.511991] CE: hpet4 increased min_delta_ns to 11250 nsec
[   24.635437] r8169 0000:02:00.0: eth1: link up
[   24.635877] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   25.067607] lp: driver loaded but no devices found
[   25.195406] ppdev: user-space parallel port driver
[   25.594364] ioremap error for 0xbf770000-0xbf771000, requested 0x10, got 0x0
[   26.794452] usb 3-3: usbfs: interface 1 claimed by usblp while 'usb' sets config #1
[   27.582832] CE: hpet6 increased min_delta_ns to 7500 nsec
[   27.582838] CE: hpet6 increased min_delta_ns to 11250 nsec
[   33.663308] EXT4-fs (sdb2): re-mounted. Opts: errors=remount-ro,commit=0
[   33.729481] EXT4-fs (sdb3): re-mounted. Opts: errors=remount-ro,user_xattr,commit=0
[   33.801653] EXT4-fs (sdb5): re-mounted. Opts: commit=0
[   35.134188] eth1: no IPv6 routers present
[   48.206642] hda-intel: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
[   60.981758] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[   85.893188] CE: hpet5 increased min_delta_ns to 7500 nsec
[   85.893194] CE: hpet5 increased min_delta_ns to 11250 nsec
[  774.742578] usb 1-1.2: USB disconnect, address 4
[ 1301.693293] usb 1-1.2: new high speed USB device using ehci_hcd and address 6
[ 1301.790753] usb 1-1.2: New USB device found, idVendor=07ca, idProduct=a835
[ 1301.790755] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1301.790756] usb 1-1.2: Product: A835
[ 1301.790757] usb 1-1.2: Manufacturer: AVerMedia TECHNOLOGIES, Inc
[ 1301.790759] usb 1-1.2: SerialNumber: 3030129010880
And it seems like my card is "picked-up" but it won't run.

So - is there anyone that can give me a helping hand on how to proceed? Am I running an impossible mission or is it possible to overcome some of the errors I posted?

Thanks in advance.
/gosa
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
ridoj

Re: Problem with my AverTV Volar HD - a few errors to resolv

Post by ridoj »

Try the method explained in the next link, this worked for me :)
http://forum.ubuntu-it.org/index.php/to ... msg3554766 :mrgreen:
gosa
Level 4
Level 4
Posts: 317
Joined: Mon Nov 01, 2010 5:12 am
Location: Spain

Re: Problem with my AverTV Volar HD - a few errors to resolv

Post by gosa »

ridoj wrote:Try the method explained in the next link, this worked for me :)
http://forum.ubuntu-it.org/index.php/to ... msg3554766 :mrgreen:
Nice find!

Good thing there's a couple of posts in English there, because Italian is something I haven't picked up yet... having enough problems with the Spanish verbs to think about any other language right now ... :lol:

Anyway - Thanks a lot for your post - I'll try to look into it later today, somewhere between work and football (big game of "national interest" here in Spain tonight - someone said it's going to be broadcasted in 140 countries...)
ridoj

Re: Problem with my AverTV Volar HD - a few errors to resolv

Post by ridoj »

Gosa, eres español? Yo también! jajaja. Es el partido del año, yo tampoco me lo voy a perder.
He escrito el procedimiento en mi blog: http://www.staredsi.net/?p=458
Saludos!
Last edited by ridoj on Thu May 05, 2011 3:07 pm, edited 1 time in total.
gosa
Level 4
Level 4
Posts: 317
Joined: Mon Nov 01, 2010 5:12 am
Location: Spain

Re: Problem with my AverTV Volar HD - a few errors to resolv

Post by gosa »

ridoj wrote:Gosa, eres español? Yo también! jajaja. Es el partido del año, yo tampoco me lo voy a perder.
He escrito el procedimiento en mi blog: http://staredsi.wordpress.com/2011/01/1 ... -gnulinux/
Saludos!
No, yo no soy español... yet... :wink:

Vivo en Barcelona, en poco tiempo me voy a casar en España con la Vasca de mi vida, que ahora mismo está embarazada con mi primer hijo que nacerá en Catalunya. (And I'm still working on getting my Spanish right. :oops: )
But I guess eventually I'll try to get myself a Spanish passport now that the rest of the pieces are "falling into place" right here in Barcelona.

I suppose stranger things have happened, but I'm a Swedish guy living in Catalunya, who primarily speaks English and Norwegian at work. Quite a mix if you ask me...
gosa
Level 4
Level 4
Posts: 317
Joined: Mon Nov 01, 2010 5:12 am
Location: Spain

Re: Problem with my AverTV Volar HD - a few errors to resolv

Post by gosa »

ridoj wrote:He escrito el procedimiento en mi blog: http://staredsi.wordpress.com/2011/01/1 ... -gnulinux/
Saludos!
Back on topic:

I didn't make the connection between that blog and You until I tried the link just now, but I actually tried the first one (for Ubuntu) without success - that was before I ended up with the guide I linked to in my first post. Now that you posted an update about Debian Testing I guess I'll have to roll up my sleeves and try again.

I like the way things are moving on with this stick, because just a couple of months ago there was no info at all to be found on the subject.
ridoj

Re: Problem with my AverTV Volar HD - a few errors to resolv

Post by ridoj »

Ah ok sry ;)

The second method that I wrote on my blog explains how to install the drivers for LMDE. Its very easy to do :)
Basically you need to download this rpm file:

Code: Select all

 http://download.opensuse.org/repositories/home:/NicoK:/drivers/openSUSE_11.4/src/media_tree-1302199458-2.1.src.rpm
Open it with the file-roller and extract the .patch files in your home folder. Then you only need to copypaste the commands to get the source code, patch and compile and finally download the firmware and place it on /lib/firmware :)

Code: Select all

git clone git://linuxtv.org/media_build.git
cd media_build
make -C linux/ download
make -C linux/ untar
patch -p1 < ../compile.patch
patch -p1 < ../anttip-tda18218.patch
patch -p1 < ../anttip-tda18218_af9033.patch
patch -p1 < ../anttip-tda18218_af9033_af9035.patch
patch -p1 < ../anttip-tda18218_af9033_af9035_tua9001.patch
patch -p1 < ../anttip-tda18218_af9033_af9035_tua9001_avertv-a385.patch
make
sudo make install
Put each command in console and finally download the firmware

Code: Select all

cd /lib/firmware

sudo wget http://xgazza.altervista.org/Linux/DVB/dvb-usb-af9035-01.fw

gosa
Level 4
Level 4
Posts: 317
Joined: Mon Nov 01, 2010 5:12 am
Location: Spain

Re: Problem with my AverTV Volar HD - a few errors to resolv

Post by gosa »

ridoj wrote:Ah ok sry ;)

The second method that I wrote on my blog explains how to install the drivers for LMDE. Its very easy to do :)
Basically you need to download this rpm file:

Code: Select all

 http://download.opensuse.org/repositories/home:/NicoK:/drivers/openSUSE_11.4/src/media_tree-1302199458-2.1.src.rpm
Open it with the file-roller and extract the .patch files in your home folder. Then you only need to copypaste the commands to get the source code, patch and compile and finally download the firmware and place it on /lib/firmware :)

Code: Select all

git clone git://linuxtv.org/media_build.git
cd media_build
make -C linux/ download
make -C linux/ untar
patch -p1 < ../compile.patch
patch -p1 < ../anttip-tda18218.patch
patch -p1 < ../anttip-tda18218_af9033.patch
patch -p1 < ../anttip-tda18218_af9033_af9035.patch
patch -p1 < ../anttip-tda18218_af9033_af9035_tua9001.patch
patch -p1 < ../anttip-tda18218_af9033_af9035_tua9001_avertv-a385.patch
make
sudo make install
Put each command in console and finally download the firmware

Code: Select all

cd /lib/firmware

sudo wget http://xgazza.altervista.org/Linux/DVB/dvb-usb-af9035-01.fw

Thanks for the translation, but it really wasn't necessary... you're way too nice! :mrgreen:
(Eeven though it might actually come in handy for people who won't understand your blog post)

After 4,5 years here in Spain I read and understand well enough to get by, for me it's more expressing myself and the grammar that tend to mess things up for me (los verbos me están matando...)

Thanks again for your support, I'll be sure to post some feedback on your blog as well as here if it works out for me.
ridoj

Re: Problem with my AverTV Volar HD - a few errors to resolv

Post by ridoj »

gosa wrote: Thanks for the translation, but it really wasn't necessary...
I translated it also for all the people who have the same problem and reads this post ;) .
Ah, remember that I get working this with the kernel version 2.6.38.
gosa
Level 4
Level 4
Posts: 317
Joined: Mon Nov 01, 2010 5:12 am
Location: Spain

Re: [SOLVED] AverTV Volar HD A835 usb-stick (thanks ridoj)

Post by gosa »

Jo.... que bueno! :mrgreen:

It works! You're a genius! Title edited as solved.

A few things though:
The application My TV identifies my stick as Afatech AF9033 DVB-T. Does it do that to you as well?
It seems that there's a limit to the amount of channels I can add... when I make a scan it finds La 1 & La 2 (for example) but when I select all the list of found channels it doesn't bring them over. Is that something you recognize?

Are there any other good apps for watching TV or is My TV the best? I saw someone mentioning Kaffeine - could that be an option?

Thanks again for your help!
ridoj

Re: [SOLVED] AverTV Volar HD A835 usb-stick (thanks ridoj)

Post by ridoj »

I'm using Me TV (not My TV) and it has an autoscan option and I found all the channels.

With Kaffeine also I get all the channels. For me, the bests programs to see the TV are these, Me TV (Gnome) and Kaffeine (KDE). Try to rescan channels with these programs
And Kaffeine detects the card as Afatech AF9033 DVB-T :) . This is a minor problem, don't worry :P
gosa
Level 4
Level 4
Posts: 317
Joined: Mon Nov 01, 2010 5:12 am
Location: Spain

Re: [SOLVED] AverTV Volar HD A835 usb-stick (thanks ridoj)

Post by gosa »

ridoj wrote:I'm using Me TV (not My TV) and it has an autoscan option and I found all the channels.

With Kaffeine also I get all the channels. For me, the bests programs to see the TV are these, Me TV (Gnome) and Kaffeine (KDE). Try to rescan channels with these programs
And Kaffeine detects the card as Afatech AF9033 DVB-T :) . This is a minor problem, don't worry :P
Ooops - you're right. Of course the application I was referring to was Me TV. Sorry about that.
I just tried Kaffeine (already pulled in some KDE when I installed K3b so I don't really mind) and it feels like Kaffeine actually brings a bit more than Me TV, because that one seems to allow me to set "sensitivity" of the scan which helps with detection. (The Tuner Timeout trick from one of your blog visitors seems to do the trick)

A final (maybe stupid) question - Now that the card is up and running I can delete the "work folders" in /home right?
ridoj

Re: [SOLVED] AverTV Volar HD A835 usb-stick (thanks ridoj)

Post by ridoj »

Kaffeine is more complet than Me TV, you're right. :wink:

And yes, you can delete the compilation folder :)
Locked

Return to “Hardware Support”