Se qualcuno è interessato chieda pure (non garantisco risultati certi, ma nel mio caso funziona sempre anche con i kernel più aggiornati)
![Cool 8-)](./images/smilies/icon_cool.gif)
Moderatori: cb_123, thrantir, netvandal, CaberNET54
usb 2-3: new high speed USB device using ehci_hcd and address 9
usb 2-3: configuration #1 chosen from 1 choice
em28xx new video device (2040:6502): interface 0, class 255
em28xx Doesn't have usb audio class
em28xx #0: Alternate settings: 8
em28xx #0: Alternate setting 0, max size= 0
em28xx #0: Alternate setting 1, max size= 0
em28xx #0: Alternate setting 2, max size= 1448
em28xx #0: Alternate setting 3, max size= 2048
em28xx #0: Alternate setting 4, max size= 2304
em28xx #0: Alternate setting 5, max size= 2580
em28xx #0: Alternate setting 6, max size= 2892
em28xx #0: Alternate setting 7, max size= 3072
em28xx #0: chip ID is em2882/em2883
tuner' 0-0061: chip found @ 0xc2 (em28xx #0)
em28xx #0: i2c eeprom 00: 1a eb 67 95 40 20 02 65 d0 12 5c 03 82 1e 6a 18
em28xx #0: i2c eeprom 10: 00 00 24 57 66 07 01 00 00 00 00 00 00 00 00 00
em28xx #0: i2c eeprom 20: 46 00 01 00 f0 10 02 00 b8 00 00 00 5b e0 00 00
em28xx #0: i2c eeprom 30: 00 00 20 40 20 6e 02 20 10 01 01 01 00 00 00 00
em28xx #0: i2c eeprom 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
em28xx #0: i2c eeprom 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
em28xx #0: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 18 03 34 00 30 00
em28xx #0: i2c eeprom 70: 32 00 38 00 35 00 32 00 31 00 34 00 35 00 36 00
em28xx #0: i2c eeprom 80: 00 00 1e 03 57 00 69 00 6e 00 54 00 56 00 20 00
em28xx #0: i2c eeprom 90: 48 00 56 00 52 00 2d 00 39 00 30 00 30 00 00 00
em28xx #0: i2c eeprom a0: 84 12 00 00 05 50 1a 7f d4 78 23 fa fd d0 28 89
em28xx #0: i2c eeprom b0: ff 00 00 00 04 84 0a 00 01 01 20 77 00 40 f0 5b
em28xx #0: i2c eeprom c0: 1e f0 74 02 01 00 01 79 e1 00 00 00 00 00 00 00
em28xx #0: i2c eeprom d0: 84 12 00 00 05 50 1a 7f d4 78 23 fa fd d0 28 89
em28xx #0: i2c eeprom e0: ff 00 00 00 04 84 0a 00 01 01 20 77 00 40 f0 5b
em28xx #0: i2c eeprom f0: 1e f0 74 02 01 00 01 79 e1 00 00 00 00 00 00 00
EEPROM ID= 0x9567eb1a, hash = 0x85173edd
Vendor/Product ID= 2040:6502
AC97 audio (5 sample rates)
500mA max power
Table at 0x24, strings=0x1e82, 0x186a, 0x0000
tveeprom 0-0050: Hauppauge model 65018, rev B2C0, serial# 1989616
tveeprom 0-0050: tuner model is Xceive XC3028 (idx 120, type 71)
tveeprom 0-0050: TV standards PAL(B/G) PAL(I) PAL(D/D1/K) ATSC/DVB Digital (eeprom 0xd4)
tveeprom 0-0050: audio processor is None (idx 0)
tveeprom 0-0050: has radio
xc2028 0-0061: creating new instance
xc2028 0-0061: type set to XCeive xc2028/xc3028 tuner
i2c-adapter i2c-0: firmware: requesting xc3028-v27.fw
xc2028 0-0061: Loading 80 firmware images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
xc2028 0-0061: Loading firmware for type=BASE MTS (5), id 0000000000000000.
sudo aptitude install make gcc linux-source linux-headers-generic mercurial libncurses5-dev kernel-package build-essential
(dai invio)
CURRENTPATH=$PWD
(dai invio)
cd /usr/src
(dai invio)
if [ ! -d /usr/src/linux-source-2.6.28 ]; then
sudo tar xvf linux-source-2.6.28.tar.bz2
fi
if [ ! -d /usr/src/linux ]; then
sudo ln -s /usr/src/linux-source-2.6.28 /usr/src/linux
fi
(dai invio)
cd $CURRENTPATH
(dai invio)
CURRENTPATH=$PWD
(dai invio)
cd /lib/modules/$(uname -r)/
(dai invio)
if [ ! -d /lib/modules/$(uname -r)/build ]; then
sudo ln -s /usr/src/linux-headers-$(uname -r) /lib/modules/$(uname -r)/build
fi
if [ ! -d /lib/modules/$(uname -r)/source ]; then
sudo ln -s /usr/src/linux-source-2.6.28 /lib/modules/$(uname -r)/source
fi
(dai invio)
cd $CURRENTPATH
(dai invio)
hg clone http://mcentral.de/hg/~mrec/em28xx-new
(dai invio)
cd em28xx-new
(dai invio)
sudo ./build.sh build
(dai invio)
sudo ./build.sh install
(dai invio)
sudo adduser $USER video
(dai invio)
sudo reboot
(dai invio)
Visitano il forum: Nessuno e 0 ospiti