PDA

View Full Version : xp virtualizzato e scheda tv


zingaro72
14-11-2007, 13:02
ciao a tutti,
ho una ubuntu gibbon 7.10 . Fantastica in quasi tutto,tranne per il fatto che non riesco a vedere la TV. Ho una Hauppauge WinTv-HVR1100.
Ora,mio malgrado,vorrei virtualizzare (con VirtualBox) XP.La mia domanda e' :
Con WIndows virtualizzato riusciro' poi a vedere la tv come una volta?? ovviamente installerei il programma originale che mi hanno dato con le scheda e i suoi driver specifici.
Grazie tante
Buon Pomeriggio
Eric

ilsensine
14-11-2007, 13:08
No il tuo windows virtualizzato non vede l'hardware reale.

La tua Hauppage dovrebbe essere supportata da linux; puoi postare il pci id?

zingaro72
14-11-2007, 14:11
No il tuo windows virtualizzato non vede l'hardware reale.

La tua Hauppage dovrebbe essere supportata da linux; puoi postare il pci id?

ah...quindi inutile virtualizzare allora...la mia scheda tv viene riconosciuta ma anche guardando il wiki non capisco come fare per configurare i moduli per farla funzionare.
come faccio a sapere il pci id ?
questo e' il mio post vecchio dove ho postato le informazioni riguardo l'installazione della mia scheda
grazie sarei felicissimo se riuscissi a vedere ancora la tv come con windows a quel punto potro' salutare definitivamente zio Bill :D
ciao
Eric

mykol
14-11-2007, 14:34
magari un

sudo lspci

dato in una console te lo dice. Mgari anche un

sudo dmesg

zingaro72
14-11-2007, 14:48
magari un

sudo lspci

dato in una console te lo dice. Mgari anche un

sudo dmesg

stasera quando arrivo a casa lo faccio e posto qui...scusa se non conosco i comandi :rolleyes:

ciao

ilsensine
14-11-2007, 15:11
stasera quando arrivo a casa lo faccio e posto qui...scusa se non conosco i comandi :rolleyes:

"sudo" non è necessario per avere quelle informazioni; inoltre lspci non fornisce gli id, serve anche lspci -n per sapere chi corrisponde a cosa.

Per semplificarti la vita, esegui questa sequenza di comandi:
lspci > report.txt
lspci -n >> report.txt
dmesg >> report.txt
lsmod >> report.txt
e allega il file che viene creato.

zingaro72
14-11-2007, 15:31
"sudo" non è necessario per avere quelle informazioni; inoltre lspci non fornisce gli id, serve anche lspci -n per sapere chi corrisponde a cosa.

Per semplificarti la vita, esegui questa sequenza di comandi:
lspci > report.txt
lspci -n >> report.txt
dmesg >> report.txt
lsmod >> report.txt
e allega il file che viene creato.
ok grazie dopo posto tutto
ciao
eric

zingaro72
14-11-2007, 21:23
"sudo" non è necessario per avere quelle informazioni; inoltre lspci non fornisce gli id, serve anche lspci -n per sapere chi corrisponde a cosa.

Per semplificarti la vita, esegui questa sequenza di comandi:
lspci > report.txt
lspci -n >> report.txt
dmesg >> report.txt
lsmod >> report.txt
e allega il file che viene creato.

posto qui:
andrea@andrea-desktop:~$ lspci

00:00.0 Host bridge: Silicon Integrated Systems [SiS] SiS645 Host & Memory & AGP Controller (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS961 [MuTIOL Media IO]
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 Sound Controller (rev a0)
00:09.0 Multimedia video controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
00:09.1 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (rev 05)
00:09.2 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05)
00:09.4 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [IR Port] (rev 05)
00:0a.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 61)
00:0a.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 61)
00:0a.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 63)
00:0c.0 Ethernet controller: VIA Technologies, Inc. VT6105 [Rhine-III] (rev 8b)
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AS [Radeon 9550]
01:00.1 Display controller: ATI Technologies Inc RV350 AS [Radeon 9550] (Secondary)
andrea@andrea-desktop:~$


andrea@andrea-desktop:~$ lspci -n
00:00.0 0600: 1039:0645 (rev 01)
00:01.0 0604: 1039:0001
00:02.0 0601: 1039:0961
00:02.1 0c05: 1039:0016
00:02.2 0c03: 1039:7001 (rev 07)
00:02.3 0c03: 1039:7001 (rev 07)
00:02.5 0101: 1039:5513 (rev d0)
00:02.7 0401: 1039:7012 (rev a0)
00:09.0 0400: 14f1:8800 (rev 05)
00:09.1 0480: 14f1:8811 (rev 05)
00:09.2 0480: 14f1:8802 (rev 05)
00:09.4 0480: 14f1:8804 (rev 05)
00:0a.0 0c03: 1106:3038 (rev 61)
00:0a.1 0c03: 1106:3038 (rev 61)
00:0a.2 0c03: 1106:3104 (rev 63)
00:0c.0 0200: 1106:3106 (rev 8b)
01:00.0 0300: 1002:4153
01:00.1 0380: 1002:4173
andrea@andrea-desktop:~$

dmesg

[ 0.000000] ACPI: RSDT 4FFF3000, 0028 (r1 AWARD AWRDACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: FACP 4FFF3040, 0074 (r1 AWARD AWRDACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: DSDT 4FFF30C0, 4079 (r1 AWARD AWRDACPI 1000 MSFT 100000C)
[ 0.000000] ACPI: FACS 4FFF0000, 0040
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] Allocating PCI resources starting at 60000000 (gap: 50000000:aec00000)
[ 0.000000] Built 1 zonelists. Total pages: 325105
[ 0.000000] Kernel command line: root=UUID=6ac6cdf5-8b3e-4fe6-8f13-7ec33e3ec63a ro quiet splash nmi_watchdog=0
[ 0.000000] Found and enabled local APIC!
[ 0.000000] mapped APIC to ffffd000 (fee00000)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Detected 1992.027 MHz processor.
[ 14.657742] Console: colour VGA+ 80x25
[ 14.658777] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 14.659851] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 14.738992] Memory: 1287192k/1310656k available (2015k kernel code, 22272k reserved, 916k data, 364k init, 393152k highmem)
[ 14.739008] virtual kernel memory layout:
[ 14.739010] fixmap : 0xfff4d000 - 0xfffff000 ( 712 kB)
[ 14.739011] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 14.739013] vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
[ 14.739014] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
[ 14.739015] .init : 0xc03e3000 - 0xc043e000 ( 364 kB)
[ 14.739017] .data : 0xc02f7d26 - 0xc03dce84 ( 916 kB)
[ 14.739018] .text : 0xc0100000 - 0xc02f7d26 (2015 kB)
[ 14.739022] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[ 14.739094] SLUB: Genslabs=22, HWalign=64, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
[ 14.819120] Calibrating delay using timer specific routine.. 3987.59 BogoMIPS (lpj=7975197)
[ 14.819174] Security Framework v1.0.0 initialized
[ 14.819191] SELinux: Disabled at boot.
[ 14.819211] Mount-cache hash table entries: 512
[ 14.819483] CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
[ 14.819502] CPU: Trace cache: 12K uops, L1 D cache: 8K
[ 14.819506] CPU: L2 cache: 512K
[ 14.819510] CPU: Hyper-Threading is disabled
[ 14.819513] CPU: After all inits, caps: 3febfbff 00000000 00000000 0000b080 00000000 00000000 00000000
[ 14.819533] Compat vDSO mapped to ffffe000.
[ 14.819558] Checking 'hlt' instruction... OK.
[ 14.835334] SMP alternatives: switching to UP code
[ 14.835710] Freeing SMP alternatives: 11k freed
[ 14.836169] Early unpacking initramfs... done
[ 15.283437] ACPI: Core revision 20070126
[ 15.283521] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[ 15.285759] ACPI: setting ELCR to 0200 (from 0a20)
[ 15.541054] CPU0: Intel(R) Pentium(R) 4 CPU 2.00GHz stepping 04
[ 15.541063] SMP motherboard not detected.
[ 15.647114] Brought up 1 CPUs
[ 15.647305] Booting paravirtualized kernel on bare hardware
[ 15.647396] Time: 20:49:34 Date: 10/14/107
[ 15.647433] NET: Registered protocol family 16
[ 15.647578] EISA bus registered
[ 15.647596] ACPI: bus type pci registered
[ 15.688691] PCI: PCI BIOS revision 2.10 entry at 0xfb3a0, last bus=1
[ 15.688694] PCI: Using configuration type 1
[ 15.688696] Setting up standard PCI resources
[ 15.691036] ACPI: EC: Look up EC in DSDT
[ 15.695969] ACPI: Interpreter enabled
[ 15.695974] ACPI: (supports S0 S1 S4 S5)
[ 15.696003] ACPI: Using PIC for interrupt routing
[ 15.703412] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 15.703421] PCI: Probing PCI hardware (bus 00)
[ 15.703676] Enabling SiS 96x SMBus.
[ 15.704935] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 15.736097] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 15.736243] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 15.736386] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 15) *9
[ 15.736529] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 15.736673] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 15.736816] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 15.736959] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 15.737103] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *9
[ 15.737245] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 15.737263] pnp: PnP ACPI init
[ 15.737283] ACPI: bus type pnp registered
[ 15.741900] pnp: PnP ACPI: found 15 devices
[ 15.741905] ACPI: ACPI bus type pnp unregistered
[ 15.741912] PnPBIOS: Disabled by ACPI PNP
[ 15.741998] PCI: Using ACPI for IRQ routing
[ 15.742003] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[ 15.798391] NET: Registered protocol family 8
[ 15.798394] NET: Registered protocol family 20
[ 15.798499] pnp: 00:00: iomem range 0xcd000-0xcffff has been reserved
[ 15.798504] pnp: 00:00: iomem range 0xf0000-0xf7fff could not be reserved
[ 15.798508] pnp: 00:00: iomem range 0xf8000-0xfbfff could not be reserved
[ 15.798512] pnp: 00:00: iomem range 0xfc000-0xfffff could not be reserved
[ 15.799048] Time: tsc clocksource has been installed.
[ 15.828989] PCI: Bridge: 0000:00:01.0
[ 15.828993] IO window: c000-cfff
[ 15.829002] MEM window: e8000000-e9ffffff
[ 15.829008] PREFETCH window: c0000000-dfffffff
[ 15.829041] NET: Registered protocol family 2
[ 15.867115] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 15.867381] TCP established hash table entries: 131072 (order: 8, 1572864 bytes)
[ 15.869819] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 15.870797] TCP: Hash tables configured (established 131072 bind 65536)
[ 15.870807] TCP reno registered
[ 15.879300] checking if image is initramfs... it is
[ 16.331014] Switched to high resolution mode on CPU 0
[ 16.758846] Freeing initrd memory: 7355k freed
[ 16.759395] audit: initializing netlink socket (disabled)
[ 16.759421] audit(1195073374.204:1): initialized
[ 16.759553] highmem bounce pool size: 64 pages
[ 16.762533] VFS: Disk quotas dquot_6.5.1
[ 16.762612] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 16.762770] io scheduler noop registered
[ 16.762774] io scheduler anticipatory registered
[ 16.762777] io scheduler deadline registered
[ 16.762800] io scheduler cfq registered (default)
[ 16.762912] Boot video device is 0000:01:00.0
[ 16.763152] isapnp: Scanning for PnP cards...
[ 17.117314] isapnp: No Plug & Play device found
[ 17.158992] Real Time Clock Driver v1.12ac
[ 17.159139] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 17.159257] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 17.159574] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 17.160519] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 17.160967] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 17.162166] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[ 17.162513] input: Macintosh mouse button emulation as /class/input/input0
[ 17.162648] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 17.163024] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 17.163033] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 17.163272] mice: PS/2 mouse device common for all mice
[ 17.163440] EISA: Probing bus 0 at eisa.0
[ 17.163451] Cannot allocate resource for EISA slot 1
[ 17.163463] Cannot allocate resource for EISA slot 4
[ 17.163481] EISA: Detected 0 cards.
[ 17.163759] TCP cubic registered
[ 17.163785] NET: Registered protocol family 1
[ 17.163821] Using IPI No-Shortcut mode
[ 17.164087] Magic number: 15:990:851
[ 17.164253] hash matches device ptyv3
[ 17.164945] Freeing unused kernel memory: 364k freed
[ 17.198978] input: AT Translated Set 2 keyboard as /class/input/input1
[ 18.496030] AppArmor: AppArmor initialized<5>audit(1195073376.204:2): type=1505 info="AppArmor initialized" pid=1191
[ 18.506456] fuse init (API version 7.8)
[ 18.515719] Failure registering capabilities with primary security module.
[ 18.533267] ACPI: Fan [FAN] (on)
[ 18.543476] ACPI: Thermal Zone [THRM] (31 C)
[ 19.451705] usbcore: registered new interface driver usbfs
[ 19.451743] usbcore: registered new interface driver hub
[ 19.451775] usbcore: registered new device driver usb
[ 19.453096] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[ 19.453388] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11
[ 19.453393] PCI: setting IRQ 11 as level-triggered
[ 19.453398] ACPI: PCI Interrupt 0000:00:02.2[D] -> Link [LNKE] -> GSI 11 (level, low) -> IRQ 11
[ 19.453417] ohci_hcd 0000:00:02.2: OHCI Host Controller
[ 19.453667] ohci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
[ 19.453695] ohci_hcd 0000:00:02.2: irq 11, io mem 0xee000000
[ 19.506563] SCSI subsystem initialized
[ 19.515587] libata version 2.21 loaded.
[ 19.522319] usb usb1: configuration #1 chosen from 1 choice
[ 19.522362] hub 1-0:1.0: USB hub found
[ 19.522382] hub 1-0:1.0: 3 ports detected
[ 19.622922] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
[ 19.622929] ACPI: PCI Interrupt 0000:00:02.3[A] -> Link [LNKH] -> GSI 11 (level, low) -> IRQ 11
[ 19.622952] ohci_hcd 0000:00:02.3: OHCI Host Controller
[ 19.622990] ohci_hcd 0000:00:02.3: new USB bus registered, assigned bus number 2
[ 19.623009] ohci_hcd 0000:00:02.3: irq 11, io mem 0xee001000
[ 19.660705] USB Universal Host Controller Interface driver v3.0
[ 19.680635] usb usb2: configuration #1 chosen from 1 choice
[ 19.680693] hub 2-0:1.0: USB hub found
[ 19.680711] hub 2-0:1.0: 3 ports detected
[ 19.685364] via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
[ 19.685372] via-rhine: Broken BIOS detected, avoid_D3 enabled.
[ 19.786751] pata_sis 0000:00:02.5: version 0.5.1
[ 19.786962] scsi0 : pata_sis
[ 19.787030] scsi1 : pata_sis
[ 19.787178] ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x00014000 irq 14
[ 19.787182] ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x00014008 irq 15
[ 19.825427] Floppy drive(s): fd0 is 1.44M
[ 19.905581] FDC 0 is a post-1991 82077
[ 19.926452] usb 1-1: new full speed USB device using ohci_hcd and address 2
[ 19.960266] ata1.00: ATA-7: Maxtor 6B200P0, BAH41BY0, max UDMA/133
[ 19.960272] ata1.00: 398297088 sectors, multi 16: LBA48
[ 19.960474] ata1.01: ATA-7: Maxtor 6Y060L0, YAR41VW0, max UDMA/133
[ 19.960478] ata1.01: 120103200 sectors, multi 16: LBA
[ 19.976232] ata1.00: configured for UDMA/100
[ 19.990865] ata1.01: configured for UDMA/100
[ 20.106396] usb 1-1: device descriptor read/64, error -62
[ 20.390344] usb 1-1: device descriptor read/64, error -62
[ 20.474582] ata2.00: ATAPI: TSSTcorpCD/DVDW TS-H552B, TS06, max UDMA/33
[ 20.474590] ata2.01: ATAPI: CD-RW BCE3212IM, VER 008c, max UDMA/33
[ 20.646554] ata2.00: configured for UDMA/33
[ 20.670300] usb 1-1: new full speed USB device using ohci_hcd and address 3
[ 20.818529] ata2.01: configured for UDMA/33
[ 20.818722] scsi 0:0:0:0: Direct-Access ATA Maxtor 6B200P0 BAH4 PQ: 0 ANSI: 5
[ 20.819367] scsi 0:0:1:0: Direct-Access ATA Maxtor 6Y060L0 YAR4 PQ: 0 ANSI: 5
[ 20.820301] scsi 1:0:0:0: CD-ROM TSSTcorp CD/DVDW TS-H552B TS06 PQ: 0 ANSI: 5
[ 20.823025] scsi 1:0:1:0: CD-ROM BTC BCE3212IM 008c PQ: 0 ANSI: 5
[ 20.823858] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 5
[ 20.823864] PCI: setting IRQ 5 as level-triggered
[ 20.823868] ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKD] -> GSI 5 (level, low) -> IRQ 5
[ 20.823886] uhci_hcd 0000:00:0a.0: UHCI Host Controller
[ 20.824170] uhci_hcd 0000:00:0a.0: new USB bus registered, assigned bus number 3
[ 20.824208] uhci_hcd 0000:00:0a.0: irq 5, io base 0x0000d800
[ 20.824748] usb usb3: configuration #1 chosen from 1 choice
[ 20.824958] hub 3-0:1.0: USB hub found
[ 20.824974] hub 3-0:1.0: 2 ports detected
[ 20.850313] usb 1-1: device descriptor read/64, error -62
[ 20.852533] sd 0:0:0:0: [sda] 398297088 512-byte hardware sectors (203928 MB)
[ 20.852557] sd 0:0:0:0: [sda] Write Protect is off
[ 20.852561] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 20.852586] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 20.852681] sd 0:0:0:0: [sda] 398297088 512-byte hardware sectors (203928 MB)
[ 20.852695] sd 0:0:0:0: [sda] Write Protect is off
[ 20.852699] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 20.852722] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 20.852731] sda: sda1 sda2 < sda5 >
[ 20.889863] sd 0:0:0:0: [sda] Attached SCSI disk
[ 20.890144] sd 0:0:1:0: [sdb] 120103200 512-byte hardware sectors (61493 MB)
[ 20.890164] sd 0:0:1:0: [sdb] Write Protect is off
[ 20.890168] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[ 20.890193] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 20.890283] sd 0:0:1:0: [sdb] 120103200 512-byte hardware sectors (61493 MB)
[ 20.890297] sd 0:0:1:0: [sdb] Write Protect is off
[ 20.890300] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[ 20.890324] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 20.890328] sdb: sdb1
[ 20.909198] sd 0:0:1:0: [sdb] Attached SCSI disk
[ 20.915183] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 20.915214] sd 0:0:1:0: Attached scsi generic sg1 type 0
[ 20.915241] scsi 1:0:0:0: Attached scsi generic sg2 type 5
[ 20.915272] scsi 1:0:1:0: Attached scsi generic sg3 type 5
[ 20.926706] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 5
[ 20.926712] ACPI: PCI Interrupt 0000:00:0a.1[B] -> Link [LNKA] -> GSI 5 (level, low) -> IRQ 5
[ 20.926730] uhci_hcd 0000:00:0a.1: UHCI Host Controller
[ 20.926774] uhci_hcd 0000:00:0a.1: new USB bus registered, assigned bus number 4
[ 20.926805] uhci_hcd 0000:00:0a.1: irq 5, io base 0x0000dc00
[ 20.926952] usb usb4: configuration #1 chosen from 1 choice
[ 20.926991] hub 4-0:1.0: USB hub found
[ 20.927006] hub 4-0:1.0: 2 ports detected
[ 20.991539] sr0: scsi3-mmc drive: 1x/48x writer cd/rw xa/form2 cdda tray
[ 20.991549] Uniform CD-ROM driver Revision: 3.20
[ 20.991984] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 21.024581] sr1: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
[ 21.025017] sr 1:0:1:0: Attached scsi CD-ROM sr1
[ 21.030852] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
[ 21.030858] ACPI: PCI Interrupt 0000:00:0c.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 21.036401] eth0: VIA Rhine III at 0x1e000, 00:0e:2e:3d:a2:a1, IRQ 11.
[ 21.037129] eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1.
[ 21.037273] ACPI: PCI Interrupt 0000:00:0a.2[C] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 21.037288] ehci_hcd 0000:00:0a.2: EHCI Host Controller
[ 21.037330] ehci_hcd 0000:00:0a.2: new USB bus registered, assigned bus number 5
[ 21.037391] ehci_hcd 0000:00:0a.2: irq 11, io mem 0xee002000
[ 21.134316] usb 1-1: device descriptor read/64, error -62
[ 21.134346] ehci_hcd 0000:00:0a.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 21.134542] usb usb5: configuration #1 chosen from 1 choice
[ 21.134585] hub 5-0:1.0: USB hub found
[ 21.134600] hub 5-0:1.0: 4 ports detected
[ 21.390132] Attempting manual resume
[ 21.390138] swsusp: Resume From Partition 8:5
[ 21.390141] PM: Checking swsusp image.
[ 21.390409] PM: Resume from disk failed.
[ 21.414219] usb 1-1: new full speed USB device using ohci_hcd and address 4
[ 21.425624] kjournald starting. Commit interval 5 seconds
[ 21.425641] EXT3-fs: mounted filesystem with ordered data mode.
[ 21.822126] usb 1-1: device not accepting address 4, error -62
[ 21.998125] usb 1-1: new full speed USB device using ohci_hcd and address 5
[ 22.406039] usb 1-1: device not accepting address 5, error -62
[ 23.433880] usb 3-2: new full speed USB device using uhci_hcd and address 2
[ 23.601772] usb 3-2: configuration #1 chosen from 1 choice
[ 23.607663] hub 3-2:1.0: USB hub found
[ 23.609614] hub 3-2:1.0: 4 ports detected
[ 23.923540] usb 3-2.3: new full speed USB device using uhci_hcd and address 3
[ 24.025519] usb 3-2.3: not running at top speed; connect to a high speed hub
[ 24.051651] usb 3-2.3: configuration #1 chosen from 1 choice
[ 30.082524] Linux agpgart interface v0.102 (c) Dave Jones
[ 30.094317] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 30.097851] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 30.111054] sis96x_smbus 0000:00:02.1: SiS96x SMBus base address: 0x1080
[ 30.251449] agpgart: Detected SiS chipset - id:1605
[ 30.260542] agpgart: AGP aperture is 128M @ 0xe0000000
[ 30.277719] Linux video capture interface: v2.00
[ 30.314457] cx2388x v4l2 driver version 0.0.6 loaded
[ 30.314784] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[ 30.314790] ACPI: PCI Interrupt 0000:00:09.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
[ 30.314855] CORE cx88[0]: subsystem: 0070:9402, board: Hauppauge WinTV-HVR1100 DVB-T/Hybrid [card=40,autodetected]
[ 30.314863] TV tuner 63 at 0x1fe, Radio tuner -1 at 0x1fe
[ 30.471864] tveeprom 1-0050: Hauppauge model 94009, rev C2A0, serial# 239801
[ 30.471871] tveeprom 1-0050: MAC address is 00-0D-FE-03-A8-B9
[ 30.471875] tveeprom 1-0050: tuner model is Philips FMD1216ME (idx 100, type 63)
[ 30.471880] tveeprom 1-0050: TV standards PAL(B/G) PAL(I) SECAM(L/L') PAL(D/D1/K) ATSC/DVB Digital (eeprom 0xf4)
[ 30.471884] tveeprom 1-0050: audio processor is CX882 (idx 33)
[ 30.471887] tveeprom 1-0050: decoder processor is CX882 (idx 25)
[ 30.471890] tveeprom 1-0050: has radio, has IR receiver, has no IR transmitter
[ 30.471894] cx88[0]: hauppauge eeprom: model=94009
[ 30.472053] input: cx88 IR (Hauppauge WinTV-HVR110 as /class/input/input2
[ 30.472113] cx88[0]/0: found at 0000:00:09.0, rev: 5, irq: 11, latency: 32, mmio: 0xea000000
[ 30.823256] cx2388x cx88-mpeg Driver Manager version 0.0.6 loaded
[ 31.787907] tuner 1-0043: chip found @ 0x86 (cx88[0])
[ 31.787962] tda9887 1-0043: tda988[5/6/7] found @ 0x43 (tuner)
[ 32.584676] usbcore: registered new interface driver libusual
[ 32.662686] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[ 32.664102] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[ 32.677093] cx2388x alsa driver version 0.0.6 loaded
[ 32.680896] tuner 1-0061: chip found @ 0xc2 (cx88[0])
[ 32.683656] tuner 1-0061: type set to 63 (Philips FMD1216ME MK3 Hybrid Tuner)
[ 32.686594] tuner 1-0061: type set to 63 (Philips FMD1216ME MK3 Hybrid Tuner)
[ 32.689658] Initializing USB Mass Storage driver...
[ 32.689776] scsi2 : SCSI emulation for USB Mass Storage devices
[ 32.703714] usbcore: registered new interface driver usb-storage
[ 32.703722] USB Mass Storage support registered.
[ 32.703886] usb-storage: device found at 3
[ 32.703890] usb-storage: waiting for device to settle before scanning
[ 32.732921] tuner 1-0063: chip found @ 0xc6 (cx88[0])
[ 32.756298] cx88[0]/0: registered device video0 [v4l2]
[ 32.756349] cx88[0]/0: registered device vbi0
[ 32.756394] cx88[0]/0: registered device radio0
[ 32.758430] ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 11
[ 32.758434] ACPI: PCI Interrupt 0000:00:02.7[C] -> Link [LNKF] -> GSI 11 (level, low) -> IRQ 11
[ 32.850066] input: ImPS/2 Generic Wheel Mouse as /class/input/input3
[ 32.853218] input: PC Speaker as /class/input/input4
[ 32.854511] parport_pc 00:0a: reported by Plug and Play ACPI
[ 32.854627] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[ 33.080418] intel8x0_measure_ac97_clock: measured 54967 usecs
[ 33.080424] intel8x0: clocking to 48000
[ 33.081592] cx88[0]/2: cx2388x 8802 Driver Manager
[ 33.081627] ACPI: PCI Interrupt 0000:00:09.2[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
[ 33.081643] cx88[0]/2: found at 0000:00:09.2, rev: 5, irq: 11, latency: 32, mmio: 0xec000000
[ 33.081856] ACPI: PCI Interrupt 0000:00:09.1[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
[ 33.081897] cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
[ 33.164299] cx2388x dvb driver version 0.0.6 loaded
[ 33.164306] cx8802_register_driver() ->registering driver type=dvb access=shared
[ 33.164312] CORE cx88[0]: subsystem: 0070:9402, board: Hauppauge WinTV-HVR1100 DVB-T/Hybrid [card=40]
[ 33.164317] cx88[0]/2: cx2388x based dvb card
[ 33.204905] DVB: registering new adapter (cx88[0]).
[ 33.204913] DVB: registering frontend 0 (Conexant CX22702 DVB-T)...
[ 34.261392] lp0: using parport0 (interrupt-driven).
[ 34.337790] Adding 3783268k swap on /dev/sda5. Priority:-1 extents:1 across:3783268k
[ 34.695363] EXT3 FS on sda1, internal journal
[ 36.246582] No dock devices found.
[ 36.354157] input: Power Button (FF) as /class/input/input5
[ 36.361087] ACPI: Power Button (FF) [PWRF]
[ 36.418740] input: Power Button (CM) as /class/input/input6
[ 36.425570] ACPI: Power Button (CM) [PWRB]
[ 36.481668] input: Sleep Button (CM) as /class/input/input7
[ 36.488511] ACPI: Sleep Button (CM) [FUTS]
[ 37.701353] usb-storage: device scan complete
[ 38.557895] ppdev: user-space parallel port driver
[ 38.642700] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 38.873593] audit(1195073397.687:3): type=1503 operation="inode_permission" requested_mask="a" denied_mask="a" name="/dev/tty" pid=4830 profile="/usr/sbin/cupsd"
[ 39.018379] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[ 39.018387] apm: overridden by ACPI.
[ 39.280616] vboxdrv: Trying to deactivate the NMI watchdog permanently...
[ 39.280624] vboxdrv: Successfully done.
[ 39.643545] Failure registering capabilities with primary security module.
[ 40.033376] Bluetooth: Core ver 2.11
[ 40.033574] NET: Registered protocol family 31
[ 40.033579] Bluetooth: HCI device and connection manager initialized
[ 40.033584] Bluetooth: HCI socket layer initialized
[ 40.051670] Bluetooth: L2CAP ver 2.8
[ 40.051677] Bluetooth: L2CAP socket layer initialized
[ 40.116742] Bluetooth: RFCOMM socket layer initialized
[ 40.116912] Bluetooth: RFCOMM TTY layer initialized
[ 40.116917] Bluetooth: RFCOMM ver 1.8
[ 40.347290] usb 1-1: new full speed USB device using ohci_hcd and address 6
[ 40.531260] usb 1-1: device descriptor read/64, error -62
[ 40.815219] usb 1-1: device descriptor read/64, error -62
[ 41.095174] usb 1-1: new full speed USB device using ohci_hcd and address 7
[ 41.275157] usb 1-1: device descriptor read/64, error -62
[ 41.559106] usb 1-1: device descriptor read/64, error -62
[ 41.839108] usb 1-1: new full speed USB device using ohci_hcd and address 8
[ 42.246997] usb 1-1: device not accepting address 8, error -62
[ 42.422972] usb 1-1: new full speed USB device using ohci_hcd and address 9
[ 42.830906] usb 1-1: device not accepting address 9, error -62
[ 44.355923] NET: Registered protocol family 17
[ 44.634942] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 44.642578] [fglrx] Maximum main memory to use for locked dma buffers: 1172 MBytes.
[ 44.643056] [fglrx] module loaded - fglrx 8.37.6 [May 25 2007] on minor 0
[ 44.926213] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 5 (level, low) -> IRQ 5
[ 48.216554] NET: Registered protocol family 10
[ 48.217048] lo: Disabled Privacy Extensions
[ 48.286795] [fglrx] Internal AGP support requested, but kernel AGP support active.
[ 48.286804] [fglrx] Have to use kernel AGP support to avoid conflicts.
[ 48.286809] [fglrx] AGP detected, AgpState = 0x1f000207 (hardware caps of chipset)
[ 48.287895] agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
[ 48.288199] agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
[ 48.288544] agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
[ 48.288821] [fglrx] AGP enabled, AgpCommand = 0x1f000304 (selected caps)
[ 48.302917] [fglrx] total GART = 134217728
[ 48.302928] [fglrx] free GART = 118222848
[ 48.302932] [fglrx] max single GART = 118222848
[ 48.302935] [fglrx] total LFB = 134217728
[ 48.302937] [fglrx] free LFB = 116387840
[ 48.302940] [fglrx] max single LFB = 116387840
[ 48.302943] [fglrx] total Inv = 134217728
[ 48.302945] [fglrx] free Inv = 134217728
[ 48.302948] [fglrx] max single Inv = 134217728
[ 48.302950] [fglrx] total TIM = 0
[ 58.812461] eth0: no IPv6 routers present
[ 504.104295] usb 3-2.3: USB disconnect, address 3
[ 504.216425] usb 3-2: reset full speed USB device using uhci_hcd and address 2
[ 504.682085] usb 3-2.3: new full speed USB device using uhci_hcd and address 4
[ 504.784048] usb 3-2.3: not running at top speed; connect to a high speed hub
[ 504.811205] usb 3-2.3: configuration #1 chosen from 1 choice
[ 504.816241] scsi3 : SCSI emulation for USB Mass Storage devices
[ 504.816352] usb-storage: device found at 4
[ 504.816356] usb-storage: waiting for device to settle before scanning
[ 509.816936] usb-storage: device scan complete
[ 925.381741] usb 3-2.3: USB disconnect, address 4
[ 925.491954] usb 3-2: reset full speed USB device using uhci_hcd and address 2
[ 925.957594] usb 3-2.3: new full speed USB device using uhci_hcd and address 5
[ 926.058564] usb 3-2.3: not running at top speed; connect to a high speed hub
[ 926.084681] usb 3-2.3: configuration #1 chosen from 1 choice
[ 926.104066] scsi4 : SCSI emulation for USB Mass Storage devices
[ 926.107385] usb-storage: device found at 5
[ 926.107394] usb-storage: waiting for device to settle before scanning
[ 931.104412] usb-storage: device scan complete
[ 1611.688184] usb 3-2.3: USB disconnect, address 5
[ 1617.884082] usb 3-2.3: new full speed USB device using uhci_hcd and address 6
[ 1617.990018] usb 3-2.3: not running at top speed; connect to a high speed hub
[ 1618.018161] usb 3-2.3: configuration #1 chosen from 1 choice
[ 1618.028219] scsi5 : SCSI emulation for USB Mass Storage devices
[ 1618.028306] usb-storage: device found at 6
[ 1618.028310] usb-storage: waiting for device to settle before scanning
[ 1623.026882] usb-storage: device scan complete
[ 1623.030884] scsi 5:0:0:0: Direct-Access Maxtor 6 L200P0 BAH4 PQ: 0 ANSI: 0 CCS
[ 1623.037360] sd 5:0:0:0: [sdc] 398297088 512-byte hardware sectors (203928 MB)
[ 1623.042456] sd 5:0:0:0: [sdc] Write Protect is off
[ 1623.042465] sd 5:0:0:0: [sdc] Mode Sense: 00 14 00 00
[ 1623.042469] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[ 1623.047497] sd 5:0:0:0: [sdc] 398297088 512-byte hardware sectors (203928 MB)
[ 1623.051835] sd 5:0:0:0: [sdc] Write Protect is off
[ 1623.051841] sd 5:0:0:0: [sdc] Mode Sense: 00 14 00 00
[ 1623.051844] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[ 1623.051852] sdc: sdc1
[ 1623.077997] sd 5:0:0:0: [sdc] Attached SCSI disk
[ 1623.078067] sd 5:0:0:0: Attached scsi generic sg4 type 0
andrea@andrea-desktop:~$


andrea@andrea-desktop:~$ lsmod
Module Size Used by
binfmt_misc 12936 1
ipv6 273892 8
fglrx 656352 15
af_packet 24840 2
rfcomm 42136 2
l2cap 26240 11 rfcomm
bluetooth 57060 4 rfcomm,l2cap
vboxdrv 60208 0
ppdev 10244 0
speedstep_lib 6404 0
cpufreq_powersave 2688 0
cpufreq_stats 7232 0
cpufreq_ondemand 9612 0
cpufreq_userspace 5280 0
cpufreq_conservative 8072 0
freq_table 5792 2 cpufreq_stats,cpufreq_ondemand
container 5504 0
sbs 19592 0
ac 6148 0
button 8976 0
video 18060 0
dock 10656 0
battery 11012 0
lp 12580 0
cx22702 7300 1
cx88_dvb 16772 0
cx88_vp3054_i2c 4608 1 cx88_dvb
dvb_pll 15492 2 cx88_dvb
video_buf_dvb 7812 1 cx88_dvb
dvb_core 82216 1 video_buf_dvb
usb_storage 73024 1
cx88_alsa 14600 0
ide_core 116804 1 usb_storage
snd_seq_dummy 4740 0
libusual 18448 1 usb_storage
snd_mpu401 9640 0
snd_mpu401_uart 9600 1 snd_mpu401
serio_raw 8068 0
snd_seq_oss 33152 0
pcspkr 4224 0
analog 13344 0
gameport 16776 1 analog
parport_pc 37412 1
parport 37448 3 ppdev,lp,parport_pc
snd_seq_midi 9600 0
snd_rawmidi 25728 2 snd_mpu401_uart,snd_seq_midi
psmouse 39952 0
snd_intel8x0 34972 1
snd_ac97_codec 100644 1 snd_intel8x0
ac97_bus 3200 1 snd_ac97_codec
snd_pcm_oss 44672 0
snd_mixer_oss 17664 1 snd_pcm_oss
snd_pcm 80388 4 cx88_alsa,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_seq_midi_event 8448 2 snd_seq_oss,snd_seq_midi
snd_seq 53232 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 24324 2 snd_pcm,snd_seq
snd_seq_device 9228 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
cx8802 19716 1 cx88_dvb
snd 54660 15 cx88_alsa,snd_mpu401,snd_mpu401_uart,snd_seq_oss,snd_rawmidi,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq,snd_timer,snd_seq_device
tuner 63144 0
soundcore 8800 1 snd
cx8800 34944 0
cx88xx 68132 4 cx88_dvb,cx88_alsa,cx8802,cx8800
ir_common 35460 1 cx88xx
i2c_algo_bit 7428 2 cx88_vp3054_i2c,cx88xx
video_buf 26244 6 cx88_dvb,video_buf_dvb,cx88_alsa,cx8802,cx8800,cx88xx
tveeprom 16784 1 cx88xx
videodev 29312 2 cx8800,cx88xx
v4l1_compat 15364 1 videodev
compat_ioctl32 2304 1 cx8800
v4l2_common 18432 4 tuner,cx8800,cx88xx,videodev
btcx_risc 5896 4 cx88_alsa,cx8802,cx8800,cx88xx
sis_agp 10116 1
snd_page_alloc 11400 2 snd_intel8x0,snd_pcm
i2c_sis96x 6404 0
shpchp 34580 0
pci_hotplug 32704 1 shpchp
agpgart 35016 2 fglrx,sis_agp
i2c_core 26112 9 cx22702,cx88_dvb,cx88_vp3054_i2c,dvb_pll,tuner,cx88xx,i2c_algo_bit,tveeprom,i2c_sis96x
evdev 11136 5
ext3 133896 1
jbd 60456 1 ext3
mbcache 9732 1 ext3
sg 36764 0
sr_mod 17828 0
cdrom 37536 1 sr_mod
sd_mod 30336 5
floppy 60004 0
ehci_hcd 36492 0
pata_sis 15236 2
via_rhine 25992 0
mii 6528 1 via_rhine
uhci_hcd 26640 0
ata_generic 8452 0
libata 125168 2 pata_sis,ata_generic
scsi_mod 147084 5 usb_storage,sg,sr_mod,sd_mod,libata
ohci_hcd 22916 0
usbcore 138632 6 usb_storage,libusual,ehci_hcd,uhci_hcd,ohci_hcd
thermal 14344 0
processor 32072 1 thermal
fan 5764 0
fuse 47124 3
apparmor 40728 0
commoncap 8320 1 apparmor
andrea@andrea-desktop:~$

ok?
grazie

ilsensine
15-11-2007, 09:22
Sì, ok. Il dispositivo viene visto correttamente e i driver vengono caricati. Dov'è il problema?

zingaro72
15-11-2007, 10:00
Sì, ok. Il dispositivo viene visto correttamente e i driver vengono caricati. Dov'è il problema?

secondo quello che mi dici mi basta allora lanciare un programma tv e dovrei vederla? ho provato mytv ma non ci sono riuscito forse devo settare qualcosa?
grazie

ilsensine
15-11-2007, 12:20
Mah per la tv mi è capitato di usare xawtv (analogica) e kaffeine (dvb). La tua scheda sembra supportare entrambi i formati di acquisizione (analogico e dvb-t).

Innanzitutto controlla che il tuo utente sia autorizzato ad accedere al dispositivo; sui sistemi debian-like ad esempio l'utente deve appartenere al gruppo "video".

zingaro72
15-11-2007, 12:44
Mah per la tv mi è capitato di usare xawtv (analogica) e kaffeine (dvb). La tua scheda sembra supportare entrambi i formati di acquisizione (analogico e dvb-t).

Innanzitutto controlla che il tuo utente sia autorizzato ad accedere al dispositivo; sui sistemi debian-like ad esempio l'utente deve appartenere al gruppo "video".

quindi in gestione utenti devo aggiungere il mio nella sezione video?

darkbasic
15-11-2007, 16:04
In alternativa mplayer.

zingaro72
15-11-2007, 23:29
In alternativa mplayer.

ho provato ad installare xawtv ma una volta fatto partire mi viene una schermata tutta scura e non riesco più a tornare indietro perchè non vedo + nulla.Devo riavviare!
COn mplayer come lo devo impostare x vedere la tv digitale?
grazie

ilsensine
16-11-2007, 08:53
xawtv -noxv cambia qualcosa?

zingaro72
16-11-2007, 09:14
xawtv -noxv cambia qualcosa?

sempre schermata nera e basta mi è toccato riavviare
ciao

ilsensine
16-11-2007, 09:31
Fammi capire, xawtv ti "pianta" il computer?