Friday, September 3rd 2010, 6:47pm UTC+1
You are not logged in.
Dear visitor, welcome to Linux VDR/DVB форум. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Users that thanked:
artham (01.12.2009), Bikalexander (01.12.2009), dehqan (22.12.2009), Goga777 (19.06.2010), nikon1 (14.01.2010)
This post has been edited 1 times, last edit by "Goga777" (Dec 1st 2009, 5:30pm)

|
|
Source code |
1 |
cat prof_7500_v4l_dvb.patch | patch -p1 -N |
This post has been edited 2 times, last edit by "igorli" (Dec 12th 2009, 12:25pm)
Вот и ставьте на том дистре, который лучше всего знаете.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
dmesg: [ 10.425079] i915 0000:00:02.0: HDMI Type A-2: no EDID data [ 12.391643] Linux video capture interface: v2.00 [ 12.432358] saa7146: register extension 'dvb'. [ 14.777859] CPU0 attaching NULL sched-domain. root@sat:~# lsusb Bus 006 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 001 Device 002: ID 3034:7500 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub root@sat:~# lsmod | grep dv dvb_ttpci 99464 0 dvb_core 90568 1 dvb_ttpci saa7146_vv 45404 1 dvb_ttpci saa7146 17828 2 dvb_ttpci,saa7146_vv ttpci_eeprom 2396 1 dvb_ttpci root@sat:/mnt/common/dl_unsort/sat# udevadm monitor monitor will print the received events for: UDEV - the event which udev sends out after rule processing KERNEL - the kernel uevent KERNEL[1264535907.856057] remove /devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0 (usb) UDEV [1264535907.856109] remove /devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0 (usb) KERNEL[1264535907.856153] remove /devices/pci0000:00/0000:00:1a.7/usb1/1-4 (usb) UDEV [1264535907.857943] remove /devices/pci0000:00/0000:00:1a.7/usb1/1-4 (usb) KERNEL[1264535911.514803] add /devices/pci0000:00/0000:00:1a.7/usb1/1-4 (usb) KERNEL[1264535911.514992] add /devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0 (usb) UDEV [1264535911.518186] add /devices/pci0000:00/0000:00:1a.7/usb1/1-4 (usb) UDEV [1264535911.526586] add /devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0 (usb) |
Bus 001 Device 002: ID 3034:7500
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# modinfo dvb-usb-dw2102 filename: /lib/modules/2.6.33-rc4/kernel/drivers/media/dvb/dvb-usb/dvb-usb-dw2102.ko license: GPL version: 0.1 description: Driver for DVBWorld DVB-S 2101, 2102, DVB-S2 2104, DVB-C 3101 USB2.0, TeVii S600, S630, S650, S660 USB2.0, Prof 1100, 7500 USB2.0 devices author: Igor M. Liplianin (c) liplianin@me.by srcversion: C442BC4CE448004D029CE4C alias: usb:v3034p7500d*dc*dsc*dp*ic*isc*ip* alias: usb:v9022pD660d*dc*dsc*dp*ic*isc*ip* alias: usb:v3011pB012d*dc*dsc*dp*ic*isc*ip* alias: usb:v9022pD630d*dc*dsc*dp*ic*isc*ip* alias: usb:v04B4p3101d*dc*dsc*dp*ic*isc*ip* alias: usb:v9022pD651d*dc*dsc*dp*ic*isc*ip* alias: usb:v0CCDp0064d*dc*dsc*dp*ic*isc*ip* alias: usb:v9022pD650d*dc*dsc*dp*ic*isc*ip* alias: usb:v04B4p2104d*dc*dsc*dp*ic*isc*ip* alias: usb:v04B4p2101d*dc*dsc*dp*ic*isc*ip* alias: usb:v04B4p2102d*dc*dsc*dp*ic*isc*ip* depends: dvb-usb,i2c-core vermagic: 2.6.33-rc4 SMP mod_unload PENTIUM4 parm: debug:set debugging level (1=info 2=xfer 4=rc(or-able)). (int) parm: keymap:set keymap 0=default 1=dvbworld 2=tevii 3=tbs ... 256=none (int) parm: demod:demod to probe (1=cx24116 2=stv0903+stv6110 4=stv0903+stb6100(or-able)). (int) parm: adapter_nr:DVB adapter numbers (array of short) |
This post has been edited 1 times, last edit by "igorli" (Jan 26th 2010, 8:46pm)