* [linux-dvb] Hauppauge HVR-1700 Support @ 2008-04-28 11:19 Torben Viets 2008-04-28 15:43 ` Steven Toth 0 siblings, 1 reply; 17+ messages in thread From: Torben Viets @ 2008-04-28 11:19 UTC (permalink / raw) To: linux-dvb Hello, I have a Hauppauge HVR-1700 PCI Express, I have read all posts about this card here, but I didn't get it working, how does it work? Kernel: linux-2.6.25-git10 Firmware-Files: ls -al /lib/firmware/2.6.25-git10/ total 416 drwxr-xr-x 2 root root 91 Apr 27 16:27 . drwxr-xr-x 3 root root 25 Apr 27 16:26 .. -rw-r--r-- 1 root root 24878 Apr 27 16:27 dvb-fe-tda10048-1.0.fw -r--r--r-- 1 root root 16382 Apr 27 16:27 v4l-cx23885-avcore-01.fw -r--r--r-- 1 root root 376836 Apr 27 16:26 v4l-cx23885-enc.fw The modules I use are from the actual v4l-dvb hg, if I type make load, the only thing I get is a /dev/video0, but I have no picture with xawtv... The DVB doesn't work at all, I have no /dev/dvb*, here is my dmesg: cx23885 driver version 0.0.1 loaded ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 24 (level, low) -> IRQ 24 CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge WinTV-HVR1700 [card=8,autodetected] cx23885[0]: i2c bus 0 registered cx23885[0]: i2c bus 1 registered cx23885[0]: i2c bus 2 registered tveeprom 0-0050: Huh, no eeprom present (err=-5)? tveeprom 0-0050: Encountered bad packet header [00]. Corrupt or not a Hauppauge eeprom. cx23885[0]: warning: unknown hauppauge model #0 cx23885[0]: hauppauge eeprom: model=0 cx23885[0]: cx23885 based dvb card tda10048_readreg: readreg error (ret == -5) cx23885[0]: frontend initialization failed cx23885_dvb_register() dvb_register failed err = -1 cx23885_dev_setup() Failed to register dvb on VID_C cx23885_dev_checkrevision() New hardware revision found 0x0 cx23885_dev_checkrevision() Hardware revision unknown 0x0 cx23885[0]/0: found at 0000:02:00.0, rev: 2, irq: 24, latency: 0, mmio: 0xfe800000 Thank you and greetings Torben Viets _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1700 Support 2008-04-28 11:19 [linux-dvb] Hauppauge HVR-1700 Support Torben Viets @ 2008-04-28 15:43 ` Steven Toth 2008-04-28 16:24 ` Torben Viets 0 siblings, 1 reply; 17+ messages in thread From: Steven Toth @ 2008-04-28 15:43 UTC (permalink / raw) To: Torben Viets; +Cc: linux-dvb Torben Viets wrote: > Hello, > > I have a Hauppauge HVR-1700 PCI Express, I have read all posts about > this card here, but I didn't get it working, how does it work? It's working fine for me on a stock 7.10 ubuntu install. > > Kernel: linux-2.6.25-git10 > > Firmware-Files: > ls -al /lib/firmware/2.6.25-git10/ > total 416 > drwxr-xr-x 2 root root 91 Apr 27 16:27 . > drwxr-xr-x 3 root root 25 Apr 27 16:26 .. > -rw-r--r-- 1 root root 24878 Apr 27 16:27 dvb-fe-tda10048-1.0.fw > -r--r--r-- 1 root root 16382 Apr 27 16:27 v4l-cx23885-avcore-01.fw > -r--r--r-- 1 root root 376836 Apr 27 16:26 v4l-cx23885-enc.fw > > The modules I use are from the actual v4l-dvb hg, if I type make load, > the only thing I get is a /dev/video0, but I have no picture with xawtv... /dev/video doesn't work, it's not supported. You should aim to use the dvb-apps tools (tzap, scan) and mplayer as example tools, or MythTV as an app. > > The DVB doesn't work at all, I have no /dev/dvb*, here is my dmesg: > > cx23885 driver version 0.0.1 loaded > ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 24 (level, low) -> IRQ 24 > CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge WinTV-HVR1700 > [card=8,autodetected] > cx23885[0]: i2c bus 0 registered > cx23885[0]: i2c bus 1 registered > cx23885[0]: i2c bus 2 registered > tveeprom 0-0050: Huh, no eeprom present (err=-5)? > tveeprom 0-0050: Encountered bad packet header [00]. > Corrupt or not a Hauppauge > eeprom. > cx23885[0]: warning: unknown hauppauge model #0 > cx23885[0]: hauppauge eeprom: model=0 > cx23885[0]: cx23885 based dvb card > tda10048_readreg: readreg error (ret == -5) > cx23885[0]: frontend initialization failed > cx23885_dvb_register() dvb_register failed err = -1 > cx23885_dev_setup() Failed to register dvb on VID_C > cx23885_dev_checkrevision() New hardware revision found 0x0 > cx23885_dev_checkrevision() Hardware revision unknown 0x0 > cx23885[0]/0: found at 0000:02:00.0, rev: 2, irq: 24, latency: 0, mmio: > 0xfe800000 This looks bad, it looks like i2c is broken badly, so that the eeprom isn't detected and the demodulator isn't found during attach. This is the reason why your missing /dev/dvb/adapterX/ No idea why. Try loading the cx23885 with debug=5 and report any log messages here - on this mailing list. Steve _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1700 Support 2008-04-28 15:43 ` Steven Toth @ 2008-04-28 16:24 ` Torben Viets 2008-04-28 16:46 ` Steven Toth 0 siblings, 1 reply; 17+ messages in thread From: Torben Viets @ 2008-04-28 16:24 UTC (permalink / raw) To: Steven Toth; +Cc: linux-dvb Hello, thanks for the quick reply. Steven Toth wrote: > Torben Viets wrote: >> Hello, >> >> I have a Hauppauge HVR-1700 PCI Express, I have read all posts about >> this card here, but I didn't get it working, how does it work? > > It's working fine for me on a stock 7.10 ubuntu install. > >> >> Kernel: linux-2.6.25-git10 >> >> Firmware-Files: >> ls -al /lib/firmware/2.6.25-git10/ >> total 416 >> drwxr-xr-x 2 root root 91 Apr 27 16:27 . >> drwxr-xr-x 3 root root 25 Apr 27 16:26 .. >> -rw-r--r-- 1 root root 24878 Apr 27 16:27 dvb-fe-tda10048-1.0.fw >> -r--r--r-- 1 root root 16382 Apr 27 16:27 v4l-cx23885-avcore-01.fw >> -r--r--r-- 1 root root 376836 Apr 27 16:26 v4l-cx23885-enc.fw >> >> The modules I use are from the actual v4l-dvb hg, if I type make load, >> the only thing I get is a /dev/video0, but I have no picture with >> xawtv... > > /dev/video doesn't work, it's not supported. > Are there any plans to support it? > You should aim to use the dvb-apps tools (tzap, scan) and mplayer as > example tools, or MythTV as an app. > > >> >> The DVB doesn't work at all, I have no /dev/dvb*, here is my dmesg: >> >> cx23885 driver version 0.0.1 loaded >> ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 24 (level, low) -> IRQ 24 >> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge WinTV-HVR1700 >> [card=8,autodetected] >> cx23885[0]: i2c bus 0 registered >> cx23885[0]: i2c bus 1 registered >> cx23885[0]: i2c bus 2 registered >> tveeprom 0-0050: Huh, no eeprom present (err=-5)? >> tveeprom 0-0050: Encountered bad packet header [00]. >> Corrupt or not a Hauppauge >> eeprom. >> cx23885[0]: warning: unknown hauppauge model #0 >> cx23885[0]: hauppauge eeprom: model=0 >> cx23885[0]: cx23885 based dvb card >> tda10048_readreg: readreg error (ret == -5) >> cx23885[0]: frontend initialization failed >> cx23885_dvb_register() dvb_register failed err = -1 >> cx23885_dev_setup() Failed to register dvb on VID_C >> cx23885_dev_checkrevision() New hardware revision found 0x0 >> cx23885_dev_checkrevision() Hardware revision unknown 0x0 >> cx23885[0]/0: found at 0000:02:00.0, rev: 2, irq: 24, latency: 0, mmio: >> 0xfe800000 > > This looks bad, it looks like i2c is broken badly, so that the eeprom > isn't detected and the demodulator isn't found during attach. This is > the reason why your missing /dev/dvb/adapterX/ > > No idea why. Try loading the cx23885 with debug=5 and report any log > messages here - on this mailing list. here ist the debug=5 output cx23885[0]/0: cx23885_dev_setup() Memory configured for PCIe bridge type 885 cx23885[0]/0: cx23885_init_tsport(portno=2) CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge WinTV-HVR1700 [card=8,autodetected] cx23885[0]/0: cx23885_pci_quirks() cx23885[0]/0: cx23885_dev_setup() tuner_type = 0x0 tuner_addr = 0x0 cx23885[0]/0: cx23885_dev_setup() radio_type = 0x0 radio_addr = 0x0 cx23885[0]/0: cx23885_reset() cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [VID A] cx23885[0]/0: cx23885_sram_channel_setup() 0x000107b0 <- 0x00000040 cx23885[0]/0: cx23885_sram_channel_setup() 0x000107c0 <- 0x00000b80 cx23885[0]/0: cx23885_sram_channel_setup() 0x000107d0 <- 0x000016c0 cx23885[0]/0: [bridge 885] sram setup VID A: bpl=2880 lines=3 cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch2] cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [TS1 B] cx23885[0]/0: cx23885_sram_channel_setup() 0x00010400 <- 0x00005000 cx23885[0]/0: cx23885_sram_channel_setup() 0x00010410 <- 0x000052f0 cx23885[0]/0: cx23885_sram_channel_setup() 0x00010420 <- 0x000055e0 cx23885[0]/0: cx23885_sram_channel_setup() 0x00010430 <- 0x000058d0 cx23885[0]/0: cx23885_sram_channel_setup() 0x00010440 <- 0x00005bc0 cx23885[0]/0: [bridge 885] sram setup TS1 B: bpl=752 lines=5 cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch4] cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch5] cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [TS2 C] cx23885[0]/0: cx23885_sram_channel_setup() 0x000108d0 <- 0x00006000 cx23885[0]/0: cx23885_sram_channel_setup() 0x000108e0 <- 0x000062f0 cx23885[0]/0: cx23885_sram_channel_setup() 0x000108f0 <- 0x000065e0 cx23885[0]/0: cx23885_sram_channel_setup() 0x00010900 <- 0x000068d0 cx23885[0]/0: cx23885_sram_channel_setup() 0x00010910 <- 0x00006bc0 cx23885[0]/0: [bridge 885] sram setup TS2 C: bpl=752 lines=5 cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch7] cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch8] cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch9] cx23885[0]: i2c bus 0 registered cx23885[0]: i2c bus 1 registered cx23885[0]: i2c bus 2 registered tveeprom 0-0050: Huh, no eeprom present (err=-5)? tveeprom 0-0050: Encountered bad packet header [00]. Corrupt or not a Hauppauge eeprom. cx23885[0]: warning: unknown hauppauge model #0 cx23885[0]: hauppauge eeprom: model=0 cx23885[0]: cx23885 based dvb card tda10048_readreg: readreg error (ret == -5) cx23885[0]: frontend initialization failed cx23885_dvb_register() dvb_register failed err = -1 cx23885_dev_setup() Failed to register dvb on VID_C cx23885_dev_checkrevision() New hardware revision found 0x0 cx23885_dev_checkrevision() Hardware revision unknown 0x0 cx23885[0]/0: found at 0000:02:00.0, rev: 2, irq: 24, latency: 0, mmio: 0xfe800000 PCI: Setting latency timer of device 0000:02:00.0 to 64 > > Steve > > > don't know wether this interest, here ist my kernel config: # # Automatically generated make config: don't edit # Linux kernel version: 2.6.25-git10 # Mon Apr 28 18:07:32 2008 # # CONFIG_64BIT is not set CONFIG_X86_32=y # CONFIG_X86_64 is not set CONFIG_X86=y # CONFIG_GENERIC_LOCKBREAK is not set CONFIG_GENERIC_TIME=y CONFIG_GENERIC_CMOS_UPDATE=y CONFIG_CLOCKSOURCE_WATCHDOG=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y CONFIG_LOCKDEP_SUPPORT=y CONFIG_STACKTRACE_SUPPORT=y CONFIG_HAVE_LATENCYTOP_SUPPORT=y CONFIG_FAST_CMPXCHG_LOCAL=y CONFIG_MMU=y CONFIG_ZONE_DMA=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_HWEIGHT=y # CONFIG_GENERIC_GPIO is not set CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_DMI=y # CONFIG_RWSEM_GENERIC_SPINLOCK is not set CONFIG_RWSEM_XCHGADD_ALGORITHM=y # CONFIG_ARCH_HAS_ILOG2_U32 is not set # CONFIG_ARCH_HAS_ILOG2_U64 is not set CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y CONFIG_GENERIC_CALIBRATE_DELAY=y # CONFIG_GENERIC_TIME_VSYSCALL is not set CONFIG_ARCH_HAS_CPU_RELAX=y # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set # CONFIG_HAVE_CPUMASK_OF_CPU_MAP is not set CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_SUSPEND_POSSIBLE=y # CONFIG_ZONE_DMA32 is not set CONFIG_ARCH_POPULATES_NODE_MAP=y # CONFIG_AUDIT_ARCH is not set CONFIG_ARCH_SUPPORTS_AOUT=y CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_X86_BIOS_REBOOT=y CONFIG_KTIME_SCALAR=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" # # General setup # CONFIG_EXPERIMENTAL=y CONFIG_BROKEN_ON_SMP=y CONFIG_LOCK_KERNEL=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y CONFIG_POSIX_MQUEUE=y CONFIG_BSD_PROCESS_ACCT=y CONFIG_BSD_PROCESS_ACCT_V3=y # CONFIG_TASKSTATS is not set # CONFIG_AUDIT is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=17 # CONFIG_CGROUPS is not set CONFIG_GROUP_SCHED=y CONFIG_FAIR_GROUP_SCHED=y # CONFIG_RT_GROUP_SCHED is not set CONFIG_USER_SCHED=y # CONFIG_CGROUP_SCHED is not set CONFIG_SYSFS_DEPRECATED=y CONFIG_SYSFS_DEPRECATED_V2=y CONFIG_RELAY=y CONFIG_NAMESPACES=y # CONFIG_UTS_NS is not set # CONFIG_IPC_NS is not set # CONFIG_USER_NS is not set # CONFIG_PID_NS is not set # CONFIG_BLK_DEV_INITRD is not set # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set CONFIG_SYSCTL=y # CONFIG_EMBEDDED is not set CONFIG_UID16=y CONFIG_SYSCTL_SYSCALL=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y CONFIG_ELF_CORE=y # CONFIG_COMPAT_BRK is not set CONFIG_BASE_FULL=y CONFIG_FUTEX=y CONFIG_ANON_INODES=y CONFIG_EPOLL=y CONFIG_SIGNALFD=y CONFIG_TIMERFD=y CONFIG_EVENTFD=y CONFIG_SHMEM=y CONFIG_VM_EVENT_COUNTERS=y CONFIG_SLAB=y # CONFIG_SLUB is not set # CONFIG_SLOB is not set # CONFIG_PROFILING is not set # CONFIG_MARKERS is not set CONFIG_HAVE_OPROFILE=y # CONFIG_KPROBES is not set CONFIG_HAVE_KPROBES=y CONFIG_HAVE_KRETPROBES=y CONFIG_PROC_PAGE_MONITOR=y CONFIG_SLABINFO=y CONFIG_RT_MUTEXES=y # CONFIG_TINY_SHMEM is not set CONFIG_BASE_SMALL=0 CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_MODULE_FORCE_UNLOAD is not set CONFIG_MODVERSIONS=y CONFIG_MODULE_SRCVERSION_ALL=y CONFIG_KMOD=y CONFIG_BLOCK=y # CONFIG_LBD is not set # CONFIG_BLK_DEV_IO_TRACE is not set # CONFIG_LSF is not set # CONFIG_BLK_DEV_BSG is not set # # IO Schedulers # CONFIG_IOSCHED_NOOP=y # CONFIG_IOSCHED_AS is not set # CONFIG_IOSCHED_DEADLINE is not set CONFIG_IOSCHED_CFQ=y # CONFIG_DEFAULT_AS is not set # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_NOOP is not set CONFIG_DEFAULT_IOSCHED="cfq" CONFIG_CLASSIC_RCU=y # # Processor type and features # CONFIG_TICK_ONESHOT=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y # CONFIG_SMP is not set CONFIG_X86_PC=y # CONFIG_X86_ELAN is not set # CONFIG_X86_VOYAGER is not set # CONFIG_X86_NUMAQ is not set # CONFIG_X86_SUMMIT is not set # CONFIG_X86_BIGSMP is not set # CONFIG_X86_VISWS is not set # CONFIG_X86_GENERICARCH is not set # CONFIG_X86_ES7000 is not set # CONFIG_X86_RDC321X is not set # CONFIG_X86_VSMP is not set CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y # CONFIG_PARAVIRT_GUEST is not set # CONFIG_M386 is not set # CONFIG_M486 is not set # CONFIG_M586 is not set # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set # CONFIG_M686 is not set # CONFIG_MPENTIUMII is not set # CONFIG_MPENTIUMIII is not set # CONFIG_MPENTIUMM is not set # CONFIG_MPENTIUM4 is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MK8 is not set # CONFIG_MCRUSOE is not set # CONFIG_MEFFICEON is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_MWINCHIP2 is not set # CONFIG_MWINCHIP3D is not set # CONFIG_MGEODEGX1 is not set # CONFIG_MGEODE_LX is not set # CONFIG_MCYRIXIII is not set # CONFIG_MVIAC3_2 is not set CONFIG_MVIAC7=y # CONFIG_MPSC is not set # CONFIG_MCORE2 is not set # CONFIG_GENERIC_CPU is not set CONFIG_X86_CPU=y # CONFIG_X86_GENERIC is not set CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=6 CONFIG_X86_XADD=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INVLPG=y CONFIG_X86_BSWAP=y CONFIG_X86_POPAD_OK=y CONFIG_X86_GOOD_APIC=y CONFIG_X86_TSC=y CONFIG_X86_CMOV=y CONFIG_X86_MINIMUM_CPU_FAMILY=4 CONFIG_X86_DEBUGCTLMSR=y CONFIG_HPET_TIMER=y # CONFIG_IOMMU_HELPER is not set # CONFIG_PREEMPT_NONE is not set # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREEMPT=y # CONFIG_PREEMPT_RCU is not set CONFIG_X86_UP_APIC=y CONFIG_X86_UP_IOAPIC=y CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y # CONFIG_X86_MCE is not set CONFIG_VM86=y # CONFIG_TOSHIBA is not set # CONFIG_I8K is not set # CONFIG_X86_REBOOTFIXUPS is not set # CONFIG_MICROCODE is not set CONFIG_X86_MSR=y CONFIG_X86_CPUID=y # CONFIG_NOHIGHMEM is not set CONFIG_HIGHMEM4G=y # CONFIG_HIGHMEM64G is not set CONFIG_PAGE_OFFSET=0xC0000000 CONFIG_HIGHMEM=y CONFIG_ARCH_FLATMEM_ENABLE=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y CONFIG_SELECT_MEMORY_MODEL=y CONFIG_FLATMEM_MANUAL=y # CONFIG_DISCONTIGMEM_MANUAL is not set # CONFIG_SPARSEMEM_MANUAL is not set CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y CONFIG_SPARSEMEM_STATIC=y # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set CONFIG_SPLIT_PTLOCK_CPUS=4 # CONFIG_RESOURCES_64BIT is not set CONFIG_ZONE_DMA_FLAG=1 CONFIG_BOUNCE=y CONFIG_VIRT_TO_BUS=y CONFIG_HIGHPTE=y CONFIG_MATH_EMULATION=y CONFIG_MTRR=y # CONFIG_X86_PAT is not set CONFIG_EFI=y CONFIG_SECCOMP=y # CONFIG_HZ_100 is not set # CONFIG_HZ_250 is not set # CONFIG_HZ_300 is not set CONFIG_HZ_1000=y CONFIG_HZ=1000 CONFIG_SCHED_HRTICK=y # CONFIG_KEXEC is not set # CONFIG_CRASH_DUMP is not set CONFIG_PHYSICAL_START=0x100000 # CONFIG_RELOCATABLE is not set CONFIG_PHYSICAL_ALIGN=0x100000 # CONFIG_COMPAT_VDSO is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y # # Power management options # CONFIG_PM=y # CONFIG_PM_LEGACY is not set # CONFIG_PM_DEBUG is not set # CONFIG_SUSPEND is not set # CONFIG_HIBERNATION is not set CONFIG_ACPI=y CONFIG_ACPI_PROCFS=y CONFIG_ACPI_PROCFS_POWER=y CONFIG_ACPI_SYSFS_POWER=y CONFIG_ACPI_PROC_EVENT=y # CONFIG_ACPI_AC is not set # CONFIG_ACPI_BATTERY is not set CONFIG_ACPI_BUTTON=y CONFIG_ACPI_FAN=y CONFIG_ACPI_DOCK=y # CONFIG_ACPI_BAY is not set CONFIG_ACPI_PROCESSOR=y CONFIG_ACPI_THERMAL=y # CONFIG_ACPI_WMI is not set # CONFIG_ACPI_ASUS is not set # CONFIG_ACPI_TOSHIBA is not set # CONFIG_ACPI_CUSTOM_DSDT is not set CONFIG_ACPI_BLACKLIST_YEAR=2000 # CONFIG_ACPI_DEBUG is not set CONFIG_ACPI_EC=y CONFIG_ACPI_POWER=y CONFIG_ACPI_SYSTEM=y CONFIG_X86_PM_TIMER=y # CONFIG_ACPI_CONTAINER is not set # CONFIG_ACPI_SBS is not set # # CPU Frequency scaling # CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=y # CONFIG_CPU_FREQ_DEBUG is not set CONFIG_CPU_FREQ_STAT=y # CONFIG_CPU_FREQ_STAT_DETAILS is not set CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=y # CONFIG_CPU_FREQ_GOV_USERSPACE is not set CONFIG_CPU_FREQ_GOV_ONDEMAND=y # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set # # CPUFreq processor drivers # CONFIG_X86_ACPI_CPUFREQ=y # CONFIG_X86_POWERNOW_K6 is not set # CONFIG_X86_POWERNOW_K7 is not set # CONFIG_X86_POWERNOW_K8 is not set # CONFIG_X86_GX_SUSPMOD is not set # CONFIG_X86_SPEEDSTEP_CENTRINO is not set # CONFIG_X86_SPEEDSTEP_ICH is not set # CONFIG_X86_SPEEDSTEP_SMI is not set # CONFIG_X86_P4_CLOCKMOD is not set # CONFIG_X86_CPUFREQ_NFORCE2 is not set # CONFIG_X86_LONGRUN is not set # CONFIG_X86_LONGHAUL is not set CONFIG_X86_E_POWERSAVER=y # # shared options # # CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set # CONFIG_X86_SPEEDSTEP_LIB is not set # CONFIG_CPU_IDLE is not set # # Bus options (PCI etc.) # CONFIG_PCI=y # CONFIG_PCI_GOBIOS is not set # CONFIG_PCI_GOMMCONFIG is not set # CONFIG_PCI_GODIRECT is not set CONFIG_PCI_GOANY=y CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y CONFIG_PCI_DOMAINS=y CONFIG_PCIEPORTBUS=y CONFIG_PCIEAER=y CONFIG_PCIEASPM=y # CONFIG_PCIEASPM_DEBUG is not set CONFIG_ARCH_SUPPORTS_MSI=y CONFIG_PCI_MSI=y CONFIG_PCI_LEGACY=y # CONFIG_PCI_DEBUG is not set CONFIG_HT_IRQ=y CONFIG_ISA_DMA_API=y # CONFIG_ISA is not set # CONFIG_MCA is not set # CONFIG_SCx200 is not set # CONFIG_PCCARD is not set # CONFIG_HOTPLUG_PCI is not set # # Executable file formats / Emulations # CONFIG_BINFMT_ELF=y CONFIG_BINFMT_AOUT=m CONFIG_BINFMT_MISC=m # # Networking # CONFIG_NET=y # # Networking options # CONFIG_PACKET=m CONFIG_PACKET_MMAP=y CONFIG_UNIX=y CONFIG_XFRM=y CONFIG_XFRM_USER=y # CONFIG_XFRM_SUB_POLICY is not set # CONFIG_XFRM_MIGRATE is not set # CONFIG_XFRM_STATISTICS is not set CONFIG_NET_KEY=y # CONFIG_NET_KEY_MIGRATE is not set CONFIG_INET=y # CONFIG_IP_MULTICAST is not set # CONFIG_IP_ADVANCED_ROUTER is not set CONFIG_IP_FIB_HASH=y # CONFIG_IP_PNP is not set CONFIG_NET_IPIP=m CONFIG_NET_IPGRE=m # CONFIG_ARPD is not set CONFIG_SYN_COOKIES=y CONFIG_INET_AH=m CONFIG_INET_ESP=m CONFIG_INET_IPCOMP=m CONFIG_INET_XFRM_TUNNEL=m CONFIG_INET_TUNNEL=m CONFIG_INET_XFRM_MODE_TRANSPORT=m CONFIG_INET_XFRM_MODE_TUNNEL=m CONFIG_INET_XFRM_MODE_BEET=m # CONFIG_INET_LRO is not set CONFIG_INET_DIAG=m CONFIG_INET_TCP_DIAG=m CONFIG_TCP_CONG_ADVANCED=y CONFIG_TCP_CONG_BIC=m CONFIG_TCP_CONG_CUBIC=m CONFIG_TCP_CONG_WESTWOOD=m CONFIG_TCP_CONG_HTCP=y # CONFIG_TCP_CONG_HSTCP is not set # CONFIG_TCP_CONG_HYBLA is not set # CONFIG_TCP_CONG_VEGAS is not set # CONFIG_TCP_CONG_SCALABLE is not set # CONFIG_TCP_CONG_LP is not set # CONFIG_TCP_CONG_VENO is not set # CONFIG_TCP_CONG_YEAH is not set # CONFIG_TCP_CONG_ILLINOIS is not set # CONFIG_DEFAULT_BIC is not set # CONFIG_DEFAULT_CUBIC is not set CONFIG_DEFAULT_HTCP=y # CONFIG_DEFAULT_VEGAS is not set # CONFIG_DEFAULT_WESTWOOD is not set # CONFIG_DEFAULT_RENO is not set CONFIG_DEFAULT_TCP_CONG="htcp" # CONFIG_TCP_MD5SIG is not set # CONFIG_IP_VS is not set # CONFIG_IPV6 is not set # CONFIG_NETWORK_SECMARK is not set CONFIG_NETFILTER=y # CONFIG_NETFILTER_DEBUG is not set CONFIG_NETFILTER_ADVANCED=y # CONFIG_BRIDGE_NETFILTER is not set # # Core Netfilter Configuration # # CONFIG_NETFILTER_NETLINK_QUEUE is not set # CONFIG_NETFILTER_NETLINK_LOG is not set CONFIG_NF_CONNTRACK=y CONFIG_NF_CT_ACCT=y CONFIG_NF_CONNTRACK_MARK=y # CONFIG_NF_CONNTRACK_EVENTS is not set # CONFIG_NF_CT_PROTO_DCCP is not set # CONFIG_NF_CT_PROTO_SCTP is not set # CONFIG_NF_CT_PROTO_UDPLITE is not set # CONFIG_NF_CONNTRACK_AMANDA is not set # CONFIG_NF_CONNTRACK_FTP is not set # CONFIG_NF_CONNTRACK_H323 is not set # CONFIG_NF_CONNTRACK_IRC is not set # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set # CONFIG_NF_CONNTRACK_PPTP is not set # CONFIG_NF_CONNTRACK_SANE is not set # CONFIG_NF_CONNTRACK_SIP is not set # CONFIG_NF_CONNTRACK_TFTP is not set # CONFIG_NF_CT_NETLINK is not set CONFIG_NETFILTER_XTABLES=m # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set CONFIG_NETFILTER_XT_TARGET_CONNMARK=m # CONFIG_NETFILTER_XT_TARGET_DSCP is not set CONFIG_NETFILTER_XT_TARGET_MARK=m # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set CONFIG_NETFILTER_XT_TARGET_TCPMSS=m # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set CONFIG_NETFILTER_XT_MATCH_COMMENT=m CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m CONFIG_NETFILTER_XT_MATCH_CONNMARK=m CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m # CONFIG_NETFILTER_XT_MATCH_DCCP is not set # CONFIG_NETFILTER_XT_MATCH_DSCP is not set CONFIG_NETFILTER_XT_MATCH_ESP=m # CONFIG_NETFILTER_XT_MATCH_HELPER is not set # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set CONFIG_NETFILTER_XT_MATCH_LIMIT=m CONFIG_NETFILTER_XT_MATCH_MAC=m CONFIG_NETFILTER_XT_MATCH_MARK=m # CONFIG_NETFILTER_XT_MATCH_OWNER is not set CONFIG_NETFILTER_XT_MATCH_POLICY=m # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set CONFIG_NETFILTER_XT_MATCH_QUOTA=m # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set CONFIG_NETFILTER_XT_MATCH_REALM=m # CONFIG_NETFILTER_XT_MATCH_SCTP is not set CONFIG_NETFILTER_XT_MATCH_STATE=m CONFIG_NETFILTER_XT_MATCH_STATISTIC=m CONFIG_NETFILTER_XT_MATCH_STRING=m CONFIG_NETFILTER_XT_MATCH_TCPMSS=m # CONFIG_NETFILTER_XT_MATCH_TIME is not set # CONFIG_NETFILTER_XT_MATCH_U32 is not set CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m # # IP: Netfilter Configuration # CONFIG_NF_CONNTRACK_IPV4=m # CONFIG_NF_CONNTRACK_PROC_COMPAT is not set # CONFIG_IP_NF_QUEUE is not set CONFIG_IP_NF_IPTABLES=m # CONFIG_IP_NF_MATCH_RECENT is not set # CONFIG_IP_NF_MATCH_ECN is not set CONFIG_IP_NF_MATCH_AH=m CONFIG_IP_NF_MATCH_TTL=m CONFIG_IP_NF_MATCH_ADDRTYPE=m CONFIG_IP_NF_FILTER=m CONFIG_IP_NF_TARGET_REJECT=m CONFIG_IP_NF_TARGET_LOG=m CONFIG_IP_NF_TARGET_ULOG=m CONFIG_NF_NAT=m CONFIG_NF_NAT_NEEDED=y CONFIG_IP_NF_TARGET_MASQUERADE=m CONFIG_IP_NF_TARGET_REDIRECT=m # CONFIG_IP_NF_TARGET_NETMAP is not set # CONFIG_NF_NAT_SNMP_BASIC is not set # CONFIG_NF_NAT_FTP is not set # CONFIG_NF_NAT_IRC is not set # CONFIG_NF_NAT_TFTP is not set # CONFIG_NF_NAT_AMANDA is not set # CONFIG_NF_NAT_PPTP is not set # CONFIG_NF_NAT_H323 is not set # CONFIG_NF_NAT_SIP is not set CONFIG_IP_NF_MANGLE=m # CONFIG_IP_NF_TARGET_ECN is not set # CONFIG_IP_NF_TARGET_TTL is not set # CONFIG_IP_NF_TARGET_CLUSTERIP is not set # CONFIG_IP_NF_RAW is not set # CONFIG_IP_NF_ARPTABLES is not set # CONFIG_IP_DCCP is not set CONFIG_IP_SCTP=m # CONFIG_SCTP_DBG_MSG is not set # CONFIG_SCTP_DBG_OBJCNT is not set # CONFIG_SCTP_HMAC_NONE is not set # CONFIG_SCTP_HMAC_SHA1 is not set CONFIG_SCTP_HMAC_MD5=y # CONFIG_TIPC is not set # CONFIG_ATM is not set CONFIG_BRIDGE=m CONFIG_VLAN_8021Q=m # CONFIG_DECNET is not set CONFIG_LLC=m # CONFIG_LLC2 is not set # CONFIG_IPX is not set # CONFIG_ATALK is not set # CONFIG_X25 is not set # CONFIG_LAPB is not set # CONFIG_ECONET is not set # CONFIG_WAN_ROUTER is not set # CONFIG_NET_SCHED is not set CONFIG_NET_CLS_ROUTE=y CONFIG_NET_SCH_FIFO=y # # Network testing # # CONFIG_NET_PKTGEN is not set # CONFIG_HAMRADIO is not set # CONFIG_CAN is not set # CONFIG_IRDA is not set # CONFIG_BT is not set # CONFIG_AF_RXRPC is not set # # Wireless # CONFIG_CFG80211=m CONFIG_NL80211=y CONFIG_WIRELESS_EXT=y CONFIG_MAC80211=m # # Rate control algorithm selection # CONFIG_MAC80211_RC_DEFAULT_PID=y # CONFIG_MAC80211_RC_DEFAULT_NONE is not set # # Selecting 'y' for an algorithm will # # # build the algorithm into mac80211. # CONFIG_MAC80211_RC_DEFAULT="pid" CONFIG_MAC80211_RC_PID=y # CONFIG_MAC80211_MESH is not set # CONFIG_MAC80211_DEBUG_PACKET_ALIGNMENT is not set # CONFIG_MAC80211_DEBUG is not set CONFIG_IEEE80211=m # CONFIG_IEEE80211_DEBUG is not set CONFIG_IEEE80211_CRYPT_WEP=m CONFIG_IEEE80211_CRYPT_CCMP=m CONFIG_IEEE80211_CRYPT_TKIP=m # CONFIG_RFKILL is not set # CONFIG_NET_9P is not set # # Device Drivers # # # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y # CONFIG_DEBUG_DRIVER is not set # CONFIG_DEBUG_DEVRES is not set # CONFIG_SYS_HYPERVISOR is not set # CONFIG_CONNECTOR is not set # CONFIG_MTD is not set # CONFIG_PARPORT is not set CONFIG_PNP=y # CONFIG_PNP_DEBUG is not set # # Protocols # CONFIG_PNPACPI=y CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_CPQ_DA is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_DEV_DAC960 is not set # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_COW_COMMON is not set CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_CRYPTOLOOP=m # CONFIG_BLK_DEV_NBD is not set # CONFIG_BLK_DEV_SX8 is not set # CONFIG_BLK_DEV_UB is not set # CONFIG_BLK_DEV_RAM is not set CONFIG_CDROM_PKTCDVD=m CONFIG_CDROM_PKTCDVD_BUFFERS=8 # CONFIG_CDROM_PKTCDVD_WCACHE is not set CONFIG_ATA_OVER_ETH=m CONFIG_MISC_DEVICES=y # CONFIG_IBM_ASM is not set # CONFIG_PHANTOM is not set # CONFIG_EEPROM_93CX6 is not set # CONFIG_SGI_IOC4 is not set # CONFIG_TIFM_CORE is not set # CONFIG_TC1100_WMI is not set # CONFIG_SONY_LAPTOP is not set # CONFIG_THINKPAD_ACPI is not set # CONFIG_INTEL_MENLOW is not set # CONFIG_ENCLOSURE_SERVICES is not set CONFIG_HAVE_IDE=y CONFIG_IDE=y CONFIG_BLK_DEV_IDE=y # # Please see Documentation/ide/ide.txt for help/info on IDE drives # # CONFIG_BLK_DEV_IDE_SATA is not set CONFIG_BLK_DEV_IDEDISK=y CONFIG_IDEDISK_MULTI_MODE=y CONFIG_BLK_DEV_IDECD=y CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y # CONFIG_BLK_DEV_IDETAPE is not set # CONFIG_BLK_DEV_IDEFLOPPY is not set CONFIG_BLK_DEV_IDESCSI=m CONFIG_BLK_DEV_IDEACPI=y # CONFIG_IDE_TASK_IOCTL is not set CONFIG_IDE_PROC_FS=y # # IDE chipset support/bugfixes # # CONFIG_IDE_GENERIC is not set # CONFIG_BLK_DEV_PLATFORM is not set # CONFIG_BLK_DEV_CMD640 is not set # CONFIG_BLK_DEV_IDEPNP is not set # # PCI IDE chipsets support # # CONFIG_BLK_DEV_GENERIC is not set # CONFIG_BLK_DEV_OPTI621 is not set # CONFIG_BLK_DEV_RZ1000 is not set # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set # CONFIG_BLK_DEV_AMD74XX is not set # CONFIG_BLK_DEV_ATIIXP is not set # CONFIG_BLK_DEV_CMD64X is not set # CONFIG_BLK_DEV_TRIFLEX is not set # CONFIG_BLK_DEV_CY82C693 is not set # CONFIG_BLK_DEV_CS5520 is not set # CONFIG_BLK_DEV_CS5530 is not set # CONFIG_BLK_DEV_CS5535 is not set # CONFIG_BLK_DEV_HPT34X is not set # CONFIG_BLK_DEV_HPT366 is not set # CONFIG_BLK_DEV_JMICRON is not set # CONFIG_BLK_DEV_SC1200 is not set # CONFIG_BLK_DEV_PIIX is not set # CONFIG_BLK_DEV_IT8213 is not set # CONFIG_BLK_DEV_IT821X is not set # CONFIG_BLK_DEV_NS87415 is not set # CONFIG_BLK_DEV_PDC202XX_OLD is not set # CONFIG_BLK_DEV_PDC202XX_NEW is not set # CONFIG_BLK_DEV_SVWKS is not set # CONFIG_BLK_DEV_SIIMAGE is not set # CONFIG_BLK_DEV_SIS5513 is not set # CONFIG_BLK_DEV_SLC90E66 is not set # CONFIG_BLK_DEV_TRM290 is not set # CONFIG_BLK_DEV_VIA82CXXX is not set # CONFIG_BLK_DEV_TC86C001 is not set # CONFIG_BLK_DEV_IDEDMA is not set # CONFIG_BLK_DEV_HD_ONLY is not set # CONFIG_BLK_DEV_HD is not set # # SCSI device support # CONFIG_RAID_ATTRS=y CONFIG_SCSI=y CONFIG_SCSI_DMA=y CONFIG_SCSI_TGT=m # CONFIG_SCSI_NETLINK is not set CONFIG_SCSI_PROC_FS=y # # SCSI support type (disk, tape, CD-ROM) # CONFIG_BLK_DEV_SD=y # CONFIG_CHR_DEV_ST is not set # CONFIG_CHR_DEV_OSST is not set CONFIG_BLK_DEV_SR=m # CONFIG_BLK_DEV_SR_VENDOR is not set # CONFIG_CHR_DEV_SG is not set # CONFIG_CHR_DEV_SCH is not set # # Some SCSI devices (e.g. CD jukebox) support multiple LUNs # CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_CONSTANTS is not set # CONFIG_SCSI_LOGGING is not set # CONFIG_SCSI_SCAN_ASYNC is not set CONFIG_SCSI_WAIT_SCAN=m # # SCSI Transports # # CONFIG_SCSI_SPI_ATTRS is not set # CONFIG_SCSI_FC_ATTRS is not set CONFIG_SCSI_ISCSI_ATTRS=m # CONFIG_SCSI_SAS_LIBSAS is not set # CONFIG_SCSI_SRP_ATTRS is not set CONFIG_SCSI_LOWLEVEL=y CONFIG_ISCSI_TCP=m # CONFIG_BLK_DEV_3W_XXXX_RAID is not set # CONFIG_SCSI_3W_9XXX is not set # CONFIG_SCSI_ACARD is not set # CONFIG_SCSI_AACRAID is not set # CONFIG_SCSI_AIC7XXX is not set # CONFIG_SCSI_AIC7XXX_OLD is not set # CONFIG_SCSI_AIC79XX is not set # CONFIG_SCSI_AIC94XX is not set # CONFIG_SCSI_DPT_I2O is not set # CONFIG_SCSI_ADVANSYS is not set # CONFIG_SCSI_ARCMSR is not set # CONFIG_MEGARAID_NEWGEN is not set # CONFIG_MEGARAID_LEGACY is not set # CONFIG_MEGARAID_SAS is not set # CONFIG_SCSI_HPTIOP is not set # CONFIG_SCSI_BUSLOGIC is not set # CONFIG_SCSI_DMX3191D is not set # CONFIG_SCSI_EATA is not set # CONFIG_SCSI_FUTURE_DOMAIN is not set # CONFIG_SCSI_GDTH is not set # CONFIG_SCSI_IPS is not set # CONFIG_SCSI_INITIO is not set # CONFIG_SCSI_INIA100 is not set # CONFIG_SCSI_MVSAS is not set # CONFIG_SCSI_STEX is not set # CONFIG_SCSI_SYM53C8XX_2 is not set # CONFIG_SCSI_IPR is not set # CONFIG_SCSI_QLOGIC_1280 is not set # CONFIG_SCSI_QLA_FC is not set # CONFIG_SCSI_QLA_ISCSI is not set # CONFIG_SCSI_LPFC is not set # CONFIG_SCSI_DC395x is not set # CONFIG_SCSI_DC390T is not set # CONFIG_SCSI_NSP32 is not set # CONFIG_SCSI_DEBUG is not set # CONFIG_SCSI_SRP is not set CONFIG_ATA=y # CONFIG_ATA_NONSTANDARD is not set CONFIG_ATA_ACPI=y CONFIG_SATA_PMP=y CONFIG_SATA_AHCI=y # CONFIG_SATA_SIL24 is not set CONFIG_ATA_SFF=y # CONFIG_SATA_SVW is not set # CONFIG_ATA_PIIX is not set # CONFIG_SATA_MV is not set # CONFIG_SATA_NV is not set # CONFIG_PDC_ADMA is not set # CONFIG_SATA_QSTOR is not set # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_SX4 is not set # CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_ULI is not set CONFIG_SATA_VIA=y # CONFIG_SATA_VITESSE is not set # CONFIG_SATA_INIC162X is not set # CONFIG_PATA_ACPI is not set # CONFIG_PATA_ALI is not set # CONFIG_PATA_AMD is not set # CONFIG_PATA_ARTOP is not set # CONFIG_PATA_ATIIXP is not set # CONFIG_PATA_CMD640_PCI is not set # CONFIG_PATA_CMD64X is not set # CONFIG_PATA_CS5520 is not set # CONFIG_PATA_CS5530 is not set # CONFIG_PATA_CS5535 is not set # CONFIG_PATA_CS5536 is not set # CONFIG_PATA_CYPRESS is not set # CONFIG_PATA_EFAR is not set # CONFIG_ATA_GENERIC is not set # CONFIG_PATA_HPT366 is not set # CONFIG_PATA_HPT37X is not set # CONFIG_PATA_HPT3X2N is not set # CONFIG_PATA_HPT3X3 is not set # CONFIG_PATA_IT821X is not set # CONFIG_PATA_IT8213 is not set # CONFIG_PATA_JMICRON is not set # CONFIG_PATA_TRIFLEX is not set # CONFIG_PATA_MARVELL is not set # CONFIG_PATA_MPIIX is not set # CONFIG_PATA_OLDPIIX is not set # CONFIG_PATA_NETCELL is not set # CONFIG_PATA_NINJA32 is not set # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_NS87415 is not set # CONFIG_PATA_OPTI is not set # CONFIG_PATA_OPTIDMA is not set # CONFIG_PATA_PDC_OLD is not set # CONFIG_PATA_RADISYS is not set # CONFIG_PATA_RZ1000 is not set # CONFIG_PATA_SC1200 is not set # CONFIG_PATA_SERVERWORKS is not set # CONFIG_PATA_PDC2027X is not set # CONFIG_PATA_SIL680 is not set # CONFIG_PATA_SIS is not set CONFIG_PATA_VIA=y # CONFIG_PATA_WINBOND is not set CONFIG_MD=y CONFIG_BLK_DEV_MD=y # CONFIG_MD_LINEAR is not set # CONFIG_MD_RAID0 is not set CONFIG_MD_RAID1=y # CONFIG_MD_RAID10 is not set CONFIG_MD_RAID456=y CONFIG_MD_RAID5_RESHAPE=y # CONFIG_MD_MULTIPATH is not set # CONFIG_MD_FAULTY is not set CONFIG_BLK_DEV_DM=y # CONFIG_DM_DEBUG is not set CONFIG_DM_CRYPT=y CONFIG_DM_SNAPSHOT=m CONFIG_DM_MIRROR=m # CONFIG_DM_ZERO is not set CONFIG_DM_MULTIPATH=m # CONFIG_DM_MULTIPATH_EMC is not set # CONFIG_DM_MULTIPATH_RDAC is not set # CONFIG_DM_MULTIPATH_HP is not set # CONFIG_DM_DELAY is not set # CONFIG_DM_UEVENT is not set # CONFIG_FUSION is not set # # IEEE 1394 (FireWire) support # # CONFIG_FIREWIRE is not set # CONFIG_IEEE1394 is not set CONFIG_I2O=m CONFIG_I2O_LCT_NOTIFY_ON_CHANGES=y CONFIG_I2O_EXT_ADAPTEC=y CONFIG_I2O_CONFIG=m CONFIG_I2O_CONFIG_OLD_IOCTL=y CONFIG_I2O_BUS=m CONFIG_I2O_BLOCK=m CONFIG_I2O_SCSI=m CONFIG_I2O_PROC=m # CONFIG_MACINTOSH_DRIVERS is not set CONFIG_NETDEVICES=y CONFIG_NETDEVICES_MULTIQUEUE=y CONFIG_DUMMY=m # CONFIG_BONDING is not set # CONFIG_MACVLAN is not set # CONFIG_EQUALIZER is not set CONFIG_TUN=m # CONFIG_VETH is not set # CONFIG_NET_SB1000 is not set # CONFIG_ARCNET is not set # CONFIG_PHYLIB is not set CONFIG_NET_ETHERNET=y CONFIG_MII=y # CONFIG_HAPPYMEAL is not set # CONFIG_SUNGEM is not set # CONFIG_CASSINI is not set # CONFIG_NET_VENDOR_3COM is not set # CONFIG_NET_TULIP is not set # CONFIG_HP100 is not set # CONFIG_IBM_NEW_EMAC_ZMII is not set # CONFIG_IBM_NEW_EMAC_RGMII is not set # CONFIG_IBM_NEW_EMAC_TAH is not set # CONFIG_IBM_NEW_EMAC_EMAC4 is not set CONFIG_NET_PCI=y # CONFIG_PCNET32 is not set # CONFIG_AMD8111_ETH is not set # CONFIG_ADAPTEC_STARFIRE is not set # CONFIG_B44 is not set # CONFIG_FORCEDETH is not set # CONFIG_EEPRO100 is not set # CONFIG_E100 is not set # CONFIG_FEALNX is not set # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set # CONFIG_8139CP is not set # CONFIG_8139TOO is not set # CONFIG_R6040 is not set # CONFIG_SIS900 is not set # CONFIG_EPIC100 is not set # CONFIG_SUNDANCE is not set # CONFIG_TLAN is not set CONFIG_VIA_RHINE=y CONFIG_VIA_RHINE_MMIO=y # CONFIG_VIA_RHINE_NAPI is not set # CONFIG_SC92031 is not set CONFIG_NETDEV_1000=y # CONFIG_ACENIC is not set # CONFIG_DL2K is not set # CONFIG_E1000 is not set # CONFIG_E1000E is not set # CONFIG_E1000E_ENABLED is not set # CONFIG_IP1000 is not set # CONFIG_IGB is not set # CONFIG_NS83820 is not set # CONFIG_HAMACHI is not set # CONFIG_YELLOWFIN is not set # CONFIG_R8169 is not set # CONFIG_SIS190 is not set # CONFIG_SKGE is not set # CONFIG_SKY2 is not set CONFIG_VIA_VELOCITY=y # CONFIG_TIGON3 is not set # CONFIG_BNX2 is not set # CONFIG_QLA3XXX is not set # CONFIG_ATL1 is not set # CONFIG_NETDEV_10000 is not set # CONFIG_TR is not set # # Wireless LAN # CONFIG_WLAN_PRE80211=y # CONFIG_STRIP is not set CONFIG_WLAN_80211=y # CONFIG_IPW2100 is not set # CONFIG_IPW2200 is not set # CONFIG_LIBERTAS is not set # CONFIG_AIRO is not set # CONFIG_HERMES is not set # CONFIG_ATMEL is not set # CONFIG_PRISM54 is not set # CONFIG_USB_ZD1201 is not set # CONFIG_USB_NET_RNDIS_WLAN is not set # CONFIG_RTL8180 is not set # CONFIG_RTL8187 is not set # CONFIG_ADM8211 is not set # CONFIG_P54_COMMON is not set CONFIG_ATH5K=m # CONFIG_ATH5K_DEBUG is not set # CONFIG_IWLCORE is not set # CONFIG_IWLWIFI_LEDS is not set # CONFIG_IWL4965 is not set # CONFIG_IWL3945 is not set CONFIG_HOSTAP=m # CONFIG_HOSTAP_FIRMWARE is not set CONFIG_HOSTAP_PLX=m CONFIG_HOSTAP_PCI=m # CONFIG_B43 is not set # CONFIG_B43LEGACY is not set # CONFIG_ZD1211RW is not set # CONFIG_RT2X00 is not set # # USB Network Adapters # # CONFIG_USB_CATC is not set # CONFIG_USB_KAWETH is not set # CONFIG_USB_PEGASUS is not set # CONFIG_USB_RTL8150 is not set # CONFIG_USB_USBNET is not set # CONFIG_WAN is not set # CONFIG_FDDI is not set # CONFIG_HIPPI is not set CONFIG_PPP=m # CONFIG_PPP_MULTILINK is not set CONFIG_PPP_FILTER=y # CONFIG_PPP_ASYNC is not set # CONFIG_PPP_SYNC_TTY is not set CONFIG_PPP_DEFLATE=m CONFIG_PPP_BSDCOMP=m # CONFIG_PPP_MPPE is not set CONFIG_PPPOE=m # CONFIG_PPPOL2TP is not set # CONFIG_SLIP is not set CONFIG_SLHC=m # CONFIG_NET_FC is not set # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set # CONFIG_ISDN is not set # CONFIG_PHONE is not set # # Input device support # CONFIG_INPUT=y # CONFIG_INPUT_FF_MEMLESS is not set CONFIG_INPUT_POLLDEV=m # # Userland interfaces # CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_EVDEV is not set # CONFIG_INPUT_EVBUG is not set # # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_SUNKBD is not set # CONFIG_KEYBOARD_LKKBD is not set # CONFIG_KEYBOARD_XTKBD is not set # CONFIG_KEYBOARD_NEWTON is not set # CONFIG_KEYBOARD_STOWAWAY is not set CONFIG_INPUT_MOUSE=y CONFIG_MOUSE_PS2=m CONFIG_MOUSE_PS2_ALPS=y CONFIG_MOUSE_PS2_LOGIPS2PP=y CONFIG_MOUSE_PS2_SYNAPTICS=y CONFIG_MOUSE_PS2_LIFEBOOK=y CONFIG_MOUSE_PS2_TRACKPOINT=y # CONFIG_MOUSE_PS2_TOUCHKIT is not set # CONFIG_MOUSE_SERIAL is not set # CONFIG_MOUSE_APPLETOUCH is not set # CONFIG_MOUSE_VSXXXAA is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TABLET is not set # CONFIG_INPUT_TOUCHSCREEN is not set # CONFIG_INPUT_MISC is not set # # Hardware I/O ports # CONFIG_SERIO=y CONFIG_SERIO_I8042=y # CONFIG_SERIO_SERPORT is not set # CONFIG_SERIO_CT82C710 is not set CONFIG_SERIO_PCIPS2=y CONFIG_SERIO_LIBPS2=y # CONFIG_SERIO_RAW is not set # CONFIG_GAMEPORT is not set # # Character devices # CONFIG_VT=y CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y CONFIG_VT_HW_CONSOLE_BINDING=y # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_NOZOMI is not set # # Serial drivers # CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_FIX_EARLYCON_MEM=y CONFIG_SERIAL_8250_PCI=y CONFIG_SERIAL_8250_PNP=y CONFIG_SERIAL_8250_NR_UARTS=48 CONFIG_SERIAL_8250_RUNTIME_UARTS=4 # CONFIG_SERIAL_8250_EXTENDED is not set # # Non-8250 serial port support # CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y # CONFIG_SERIAL_JSM is not set CONFIG_UNIX98_PTYS=y CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 # CONFIG_IPMI_HANDLER is not set CONFIG_HW_RANDOM=y # CONFIG_HW_RANDOM_INTEL is not set # CONFIG_HW_RANDOM_AMD is not set # CONFIG_HW_RANDOM_GEODE is not set CONFIG_HW_RANDOM_VIA=m # CONFIG_NVRAM is not set # CONFIG_RTC is not set CONFIG_GEN_RTC=y # CONFIG_GEN_RTC_X is not set # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set # CONFIG_SONYPI is not set # CONFIG_MWAVE is not set # CONFIG_PC8736x_GPIO is not set # CONFIG_NSC_GPIO is not set # CONFIG_CS5535_GPIO is not set # CONFIG_RAW_DRIVER is not set CONFIG_HPET=y # CONFIG_HPET_RTC_IRQ is not set CONFIG_HPET_MMAP=y CONFIG_HANGCHECK_TIMER=y # CONFIG_TCG_TPM is not set # CONFIG_TELCLOCK is not set CONFIG_DEVPORT=y CONFIG_I2C=m CONFIG_I2C_BOARDINFO=y CONFIG_I2C_CHARDEV=m CONFIG_I2C_ALGOBIT=m # # I2C Hardware Bus support # # CONFIG_I2C_ALI1535 is not set # CONFIG_I2C_ALI1563 is not set # CONFIG_I2C_ALI15X3 is not set # CONFIG_I2C_AMD756 is not set # CONFIG_I2C_AMD8111 is not set # CONFIG_I2C_I801 is not set # CONFIG_I2C_I810 is not set # CONFIG_I2C_PIIX4 is not set # CONFIG_I2C_NFORCE2 is not set # CONFIG_I2C_OCORES is not set # CONFIG_I2C_PARPORT_LIGHT is not set # CONFIG_I2C_PROSAVAGE is not set # CONFIG_I2C_SAVAGE4 is not set # CONFIG_I2C_SIMTEC is not set # CONFIG_SCx200_ACB is not set # CONFIG_I2C_SIS5595 is not set # CONFIG_I2C_SIS630 is not set # CONFIG_I2C_SIS96X is not set # CONFIG_I2C_TAOS_EVM is not set # CONFIG_I2C_STUB is not set # CONFIG_I2C_TINY_USB is not set # CONFIG_I2C_VIA is not set # CONFIG_I2C_VIAPRO is not set # CONFIG_I2C_VOODOO3 is not set # CONFIG_I2C_PCA_PLATFORM is not set # # Miscellaneous I2C Chip support # # CONFIG_DS1682 is not set CONFIG_SENSORS_EEPROM=m # CONFIG_SENSORS_PCF8574 is not set # CONFIG_PCF8575 is not set # CONFIG_SENSORS_PCF8591 is not set # CONFIG_SENSORS_MAX6875 is not set # CONFIG_SENSORS_TSL2550 is not set # CONFIG_I2C_DEBUG_CORE is not set # CONFIG_I2C_DEBUG_ALGO is not set # CONFIG_I2C_DEBUG_BUS is not set # CONFIG_I2C_DEBUG_CHIP is not set # # SPI support # # CONFIG_SPI is not set # CONFIG_SPI_MASTER is not set # CONFIG_W1 is not set CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set # CONFIG_PDA_POWER is not set # CONFIG_BATTERY_DS2760 is not set # CONFIG_HWMON is not set CONFIG_THERMAL=y CONFIG_WATCHDOG=y # CONFIG_WATCHDOG_NOWAYOUT is not set # # Watchdog Device Drivers # # CONFIG_SOFT_WATCHDOG is not set CONFIG_ACQUIRE_WDT=m CONFIG_ADVANTECH_WDT=m CONFIG_ALIM1535_WDT=m CONFIG_ALIM7101_WDT=m CONFIG_SC520_WDT=m CONFIG_EUROTECH_WDT=m CONFIG_IB700_WDT=m CONFIG_IBMASR=m CONFIG_WAFER_WDT=m CONFIG_I6300ESB_WDT=m CONFIG_ITCO_WDT=m CONFIG_ITCO_VENDOR_SUPPORT=y # CONFIG_IT8712F_WDT is not set # CONFIG_HP_WATCHDOG is not set CONFIG_SC1200_WDT=m CONFIG_PC87413_WDT=m CONFIG_60XX_WDT=m CONFIG_SBC8360_WDT=m # CONFIG_SBC7240_WDT is not set CONFIG_CPU5_WDT=m CONFIG_SMSC37B787_WDT=m CONFIG_W83627HF_WDT=m CONFIG_W83697HF_WDT=m CONFIG_W83877F_WDT=m CONFIG_W83977F_WDT=m CONFIG_MACHZ_WDT=m CONFIG_SBC_EPX_C3_WATCHDOG=m # # PCI-based Watchdog Cards # # CONFIG_PCIPCWATCHDOG is not set # CONFIG_WDTPCI is not set # # USB-based Watchdog Cards # # CONFIG_USBPCWATCHDOG is not set # # Sonics Silicon Backplane # CONFIG_SSB_POSSIBLE=y # CONFIG_SSB is not set # # Multifunction device drivers # # CONFIG_MFD_SM501 is not set # CONFIG_HTC_PASIC3 is not set # # Multimedia devices # CONFIG_VIDEO_DEV=m CONFIG_VIDEO_V4L2_COMMON=m # CONFIG_VIDEO_ALLOW_V4L1 is not set CONFIG_VIDEO_V4L1_COMPAT=y CONFIG_VIDEO_V4L2=m CONFIG_VIDEO_CAPTURE_DRIVERS=y # CONFIG_VIDEO_ADV_DEBUG is not set CONFIG_VIDEO_HELPER_CHIPS_AUTO=y CONFIG_VIDEO_WM8775=m CONFIG_VIDEO_CX25840=m CONFIG_VIDEO_CX2341X=m # CONFIG_VIDEO_VIVI is not set # CONFIG_VIDEO_BT848 is not set # CONFIG_VIDEO_SAA5246A is not set # CONFIG_VIDEO_SAA5249 is not set CONFIG_VIDEO_SAA7134=m CONFIG_VIDEO_SAA7134_ALSA=m CONFIG_VIDEO_SAA7134_DVB=m # CONFIG_VIDEO_HEXIUM_ORION is not set # CONFIG_VIDEO_HEXIUM_GEMINI is not set CONFIG_VIDEO_CX88=m CONFIG_VIDEO_CX88_ALSA=m CONFIG_VIDEO_CX88_BLACKBIRD=m CONFIG_VIDEO_CX88_DVB=m CONFIG_VIDEO_CX88_VP3054=m CONFIG_VIDEO_CX23885=m # CONFIG_VIDEO_AU0828 is not set # CONFIG_VIDEO_CAFE_CCIC is not set CONFIG_V4L_USB_DRIVERS=y # CONFIG_VIDEO_PVRUSB2 is not set # CONFIG_VIDEO_EM28XX is not set # CONFIG_VIDEO_USBVISION is not set # CONFIG_USB_ET61X251 is not set # CONFIG_USB_SN9C102 is not set # CONFIG_USB_ZC0301 is not set # CONFIG_USB_ZR364XX is not set # CONFIG_USB_STKWEBCAM is not set # CONFIG_SOC_CAMERA is not set # CONFIG_RADIO_ADAPTERS is not set CONFIG_DVB_CORE=m CONFIG_DVB_CORE_ATTACH=y CONFIG_DVB_CAPTURE_DRIVERS=y # # Supported SAA7146 based PCI Adapters # CONFIG_TTPCI_EEPROM=m # CONFIG_DVB_AV7110 is not set CONFIG_DVB_BUDGET_CORE=m CONFIG_DVB_BUDGET=m # CONFIG_DVB_BUDGET_CI is not set # CONFIG_DVB_BUDGET_AV is not set # # Supported USB Adapters # # CONFIG_DVB_USB is not set CONFIG_DVB_TTUSB_BUDGET=m # CONFIG_DVB_TTUSB_DEC is not set # CONFIG_DVB_CINERGYT2 is not set # # Supported FlexCopII (B2C2) Adapters # # CONFIG_DVB_B2C2_FLEXCOP is not set # # Supported BT878 Adapters # # # Supported Pluto2 Adapters # # CONFIG_DVB_PLUTO2 is not set # # Supported DVB Frontends # # # Customise DVB Frontends # # CONFIG_DVB_FE_CUSTOMISE is not set # # DVB-S (satellite) frontends # CONFIG_DVB_STV0299=m # CONFIG_DVB_CX24110 is not set CONFIG_DVB_CX24123=m CONFIG_DVB_TDA8083=m # CONFIG_DVB_MT312 is not set CONFIG_DVB_VES1X93=m CONFIG_DVB_S5H1420=m CONFIG_DVB_TDA10086=m # # DVB-T (terrestrial) frontends # # CONFIG_DVB_SP8870 is not set # CONFIG_DVB_SP887X is not set CONFIG_DVB_CX22700=m CONFIG_DVB_CX22702=m CONFIG_DVB_L64781=m CONFIG_DVB_TDA1004X=m # CONFIG_DVB_NXT6000 is not set CONFIG_DVB_MT352=m CONFIG_DVB_ZL10353=m # CONFIG_DVB_DIB3000MB is not set # CONFIG_DVB_DIB3000MC is not set # CONFIG_DVB_DIB7000M is not set # CONFIG_DVB_DIB7000P is not set CONFIG_DVB_TDA10048=m # # DVB-C (cable) frontends # CONFIG_DVB_VES1820=m CONFIG_DVB_TDA10021=m CONFIG_DVB_TDA10023=m CONFIG_DVB_STV0297=m # # ATSC (North American/Korean Terrestrial/Cable DTV) frontends # CONFIG_DVB_NXT200X=m # CONFIG_DVB_OR51211 is not set CONFIG_DVB_OR51132=m # CONFIG_DVB_BCM3510 is not set CONFIG_DVB_LGDT330X=m CONFIG_DVB_S5H1409=m # CONFIG_DVB_AU8522 is not set CONFIG_DVB_S5H1411=m # # Tuners/PLL support # CONFIG_DVB_PLL=m CONFIG_DVB_TDA826X=m CONFIG_DVB_TDA827X=m CONFIG_DVB_TDA18271=m # CONFIG_DVB_TUNER_QT1010 is not set # CONFIG_DVB_TUNER_MT2060 is not set # CONFIG_DVB_TUNER_MT2266 is not set CONFIG_DVB_TUNER_MT2131=m # CONFIG_DVB_TUNER_DIB0070 is not set CONFIG_DVB_TUNER_XC5000=m # CONFIG_DVB_TUNER_ITD1000 is not set # # Miscellaneous devices # CONFIG_DVB_LNBP21=m # CONFIG_DVB_ISL6405 is not set CONFIG_DVB_ISL6421=m # CONFIG_DVB_TUA6100 is not set CONFIG_VIDEO_SAA7146=m CONFIG_VIDEO_TUNER=m CONFIG_VIDEO_TUNER_CUSTOMIZE=y CONFIG_TUNER_XC2028=m CONFIG_TUNER_MT20XX=m CONFIG_TUNER_TDA8290=m CONFIG_TUNER_TEA5761=m CONFIG_TUNER_TEA5767=m CONFIG_TUNER_SIMPLE=m CONFIG_TUNER_TDA9887=m CONFIG_VIDEOBUF_GEN=m CONFIG_VIDEOBUF_DMA_SG=m CONFIG_VIDEOBUF_DVB=m CONFIG_VIDEO_BTCX=m CONFIG_VIDEO_IR_I2C=m CONFIG_VIDEO_IR=m CONFIG_VIDEO_TVEEPROM=m # CONFIG_DAB is not set # # Graphics support # CONFIG_AGP=m # CONFIG_AGP_ALI is not set # CONFIG_AGP_ATI is not set # CONFIG_AGP_AMD is not set # CONFIG_AGP_AMD64 is not set # CONFIG_AGP_INTEL is not set # CONFIG_AGP_NVIDIA is not set # CONFIG_AGP_SIS is not set # CONFIG_AGP_SWORKS is not set CONFIG_AGP_VIA=m # CONFIG_AGP_EFFICEON is not set CONFIG_DRM=m # CONFIG_DRM_TDFX is not set # CONFIG_DRM_R128 is not set # CONFIG_DRM_RADEON is not set # CONFIG_DRM_MGA is not set # CONFIG_DRM_SIS is not set CONFIG_DRM_VIA=m # CONFIG_DRM_SAVAGE is not set # CONFIG_VGASTATE is not set # CONFIG_VIDEO_OUTPUT_CONTROL is not set # CONFIG_FB is not set # CONFIG_BACKLIGHT_LCD_SUPPORT is not set # # Display device support # # CONFIG_DISPLAY_SUPPORT is not set # # Console display driver support # CONFIG_VGA_CONSOLE=y # CONFIG_VGACON_SOFT_SCROLLBACK is not set # CONFIG_VIDEO_SELECT is not set CONFIG_DUMMY_CONSOLE=y # # Sound # CONFIG_SOUND=m # # Advanced Linux Sound Architecture # CONFIG_SND=m CONFIG_SND_TIMER=m CONFIG_SND_PCM=m CONFIG_SND_RAWMIDI=m CONFIG_SND_SEQUENCER=m # CONFIG_SND_SEQ_DUMMY is not set CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=m CONFIG_SND_PCM_OSS=m CONFIG_SND_PCM_OSS_PLUGINS=y CONFIG_SND_SEQUENCER_OSS=y # CONFIG_SND_DYNAMIC_MINORS is not set # CONFIG_SND_SUPPORT_OLD_API is not set # CONFIG_SND_VERBOSE_PROCFS is not set # CONFIG_SND_VERBOSE_PRINTK is not set # CONFIG_SND_DEBUG is not set # # Generic devices # # CONFIG_SND_PCSP is not set CONFIG_SND_MPU401_UART=m CONFIG_SND_AC97_CODEC=m # CONFIG_SND_DUMMY is not set # CONFIG_SND_VIRMIDI is not set # CONFIG_SND_MTPAV is not set # CONFIG_SND_SERIAL_U16550 is not set # CONFIG_SND_MPU401 is not set # # PCI devices # # CONFIG_SND_AD1889 is not set # CONFIG_SND_ALS300 is not set # CONFIG_SND_ALS4000 is not set # CONFIG_SND_ALI5451 is not set # CONFIG_SND_ATIIXP is not set # CONFIG_SND_ATIIXP_MODEM is not set # CONFIG_SND_AU8810 is not set # CONFIG_SND_AU8820 is not set # CONFIG_SND_AU8830 is not set # CONFIG_SND_AW2 is not set # CONFIG_SND_AZT3328 is not set # CONFIG_SND_BT87X is not set # CONFIG_SND_CA0106 is not set # CONFIG_SND_CMIPCI is not set # CONFIG_SND_OXYGEN is not set # CONFIG_SND_CS4281 is not set # CONFIG_SND_CS46XX is not set # CONFIG_SND_CS5530 is not set # CONFIG_SND_CS5535AUDIO is not set # CONFIG_SND_DARLA20 is not set # CONFIG_SND_GINA20 is not set # CONFIG_SND_LAYLA20 is not set # CONFIG_SND_DARLA24 is not set # CONFIG_SND_GINA24 is not set # CONFIG_SND_LAYLA24 is not set # CONFIG_SND_MONA is not set # CONFIG_SND_MIA is not set # CONFIG_SND_ECHO3G is not set # CONFIG_SND_INDIGO is not set # CONFIG_SND_INDIGOIO is not set # CONFIG_SND_INDIGODJ is not set # CONFIG_SND_EMU10K1 is not set # CONFIG_SND_EMU10K1X is not set # CONFIG_SND_ENS1370 is not set # CONFIG_SND_ENS1371 is not set # CONFIG_SND_ES1938 is not set # CONFIG_SND_ES1968 is not set # CONFIG_SND_FM801 is not set # CONFIG_SND_HDA_INTEL is not set # CONFIG_SND_HDSP is not set # CONFIG_SND_HDSPM is not set # CONFIG_SND_HIFIER is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set # CONFIG_SND_INTEL8X0 is not set # CONFIG_SND_INTEL8X0M is not set # CONFIG_SND_KORG1212 is not set # CONFIG_SND_MAESTRO3 is not set # CONFIG_SND_MIXART is not set # CONFIG_SND_NM256 is not set # CONFIG_SND_PCXHR is not set # CONFIG_SND_RIPTIDE is not set # CONFIG_SND_RME32 is not set # CONFIG_SND_RME96 is not set # CONFIG_SND_RME9652 is not set # CONFIG_SND_SIS7019 is not set # CONFIG_SND_SONICVIBES is not set # CONFIG_SND_TRIDENT is not set CONFIG_SND_VIA82XX=m # CONFIG_SND_VIA82XX_MODEM is not set # CONFIG_SND_VIRTUOSO is not set # CONFIG_SND_VX222 is not set # CONFIG_SND_YMFPCI is not set CONFIG_SND_AC97_POWER_SAVE=y CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0 # # USB devices # # CONFIG_SND_USB_AUDIO is not set # CONFIG_SND_USB_USX2Y is not set # CONFIG_SND_USB_CAIAQ is not set # # System on Chip audio support # # CONFIG_SND_SOC is not set # # ALSA SoC audio for Freescale SOCs # # # Open Sound System # # CONFIG_SOUND_PRIME is not set CONFIG_AC97_BUS=m CONFIG_HID_SUPPORT=y CONFIG_HID=y # CONFIG_HID_DEBUG is not set # CONFIG_HIDRAW is not set # # USB Input Devices # CONFIG_USB_HID=m CONFIG_USB_HIDINPUT_POWERBOOK=y # CONFIG_HID_FF is not set CONFIG_USB_HIDDEV=y # # USB HID Boot Protocol drivers # CONFIG_USB_KBD=m CONFIG_USB_MOUSE=m CONFIG_USB_SUPPORT=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB=y # CONFIG_USB_DEBUG is not set # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set # # Miscellaneous USB options # CONFIG_USB_DEVICEFS=y # CONFIG_USB_DEVICE_CLASS is not set # CONFIG_USB_DYNAMIC_MINORS is not set CONFIG_USB_SUSPEND=y # CONFIG_USB_OTG is not set # # USB Host Controller Drivers # CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_ROOT_HUB_TT=y CONFIG_USB_EHCI_TT_NEWSCHED=y # CONFIG_USB_ISP116X_HCD is not set # CONFIG_USB_OHCI_HCD is not set CONFIG_USB_UHCI_HCD=y # CONFIG_USB_SL811_HCD is not set # CONFIG_USB_R8A66597_HCD is not set # # USB Device Class drivers # # CONFIG_USB_ACM is not set CONFIG_USB_PRINTER=m # # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' # # # may also be needed; see USB_STORAGE Help for more information # CONFIG_USB_STORAGE=m # CONFIG_USB_STORAGE_DEBUG is not set # CONFIG_USB_STORAGE_DATAFAB is not set # CONFIG_USB_STORAGE_FREECOM is not set # CONFIG_USB_STORAGE_ISD200 is not set # CONFIG_USB_STORAGE_DPCM is not set # CONFIG_USB_STORAGE_USBAT is not set # CONFIG_USB_STORAGE_SDDR09 is not set # CONFIG_USB_STORAGE_SDDR55 is not set # CONFIG_USB_STORAGE_JUMPSHOT is not set # CONFIG_USB_STORAGE_ALAUDA is not set # CONFIG_USB_STORAGE_KARMA is not set # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set # CONFIG_USB_LIBUSUAL is not set # # USB Imaging devices # # CONFIG_USB_MDC800 is not set # CONFIG_USB_MICROTEK is not set # CONFIG_USB_MON is not set # # USB port drivers # # CONFIG_USB_SERIAL is not set # # USB Miscellaneous drivers # # CONFIG_USB_EMI62 is not set # CONFIG_USB_EMI26 is not set # CONFIG_USB_ADUTUX is not set # CONFIG_USB_AUERSWALD is not set # CONFIG_USB_RIO500 is not set # CONFIG_USB_LEGOTOWER is not set # CONFIG_USB_LCD is not set # CONFIG_USB_BERRY_CHARGE is not set # CONFIG_USB_LED is not set # CONFIG_USB_CYPRESS_CY7C63 is not set # CONFIG_USB_CYTHERM is not set # CONFIG_USB_PHIDGET is not set # CONFIG_USB_IDMOUSE is not set # CONFIG_USB_FTDI_ELAN is not set # CONFIG_USB_APPLEDISPLAY is not set # CONFIG_USB_SISUSBVGA is not set # CONFIG_USB_LD is not set # CONFIG_USB_TRANCEVIBRATOR is not set # CONFIG_USB_IOWARRIOR is not set # CONFIG_USB_TEST is not set # CONFIG_USB_GADGET is not set # CONFIG_MMC is not set # CONFIG_MEMSTICK is not set # CONFIG_NEW_LEDS is not set # CONFIG_INFINIBAND is not set # CONFIG_EDAC is not set # CONFIG_RTC_CLASS is not set # CONFIG_DMADEVICES is not set # CONFIG_UIO is not set # # Firmware Drivers # # CONFIG_EDD is not set # CONFIG_EFI_VARS is not set # CONFIG_DELL_RBU is not set # CONFIG_DCDBAS is not set # CONFIG_DMIID is not set # CONFIG_ISCSI_IBFT_FIND is not set # # File systems # CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=m # CONFIG_EXT3_FS_XATTR is not set # CONFIG_EXT4DEV_FS is not set CONFIG_JBD=m # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set CONFIG_FS_POSIX_ACL=y CONFIG_XFS_FS=y # CONFIG_XFS_QUOTA is not set # CONFIG_XFS_POSIX_ACL is not set # CONFIG_XFS_RT is not set # CONFIG_OCFS2_FS is not set CONFIG_DNOTIFY=y CONFIG_INOTIFY=y CONFIG_INOTIFY_USER=y # CONFIG_QUOTA is not set # CONFIG_AUTOFS_FS is not set CONFIG_AUTOFS4_FS=y CONFIG_FUSE_FS=y # # CD-ROM/DVD Filesystems # CONFIG_ISO9660_FS=m CONFIG_JOLIET=y CONFIG_ZISOFS=y CONFIG_UDF_FS=m CONFIG_UDF_NLS=y # # DOS/FAT/NT Filesystems # CONFIG_FAT_FS=m # CONFIG_MSDOS_FS is not set CONFIG_VFAT_FS=m CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" CONFIG_NTFS_FS=m # CONFIG_NTFS_DEBUG is not set # CONFIG_NTFS_RW is not set # # Pseudo filesystems # CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_PROC_SYSCTL=y CONFIG_SYSFS=y CONFIG_TMPFS=y # CONFIG_TMPFS_POSIX_ACL is not set # CONFIG_HUGETLBFS is not set # CONFIG_HUGETLB_PAGE is not set CONFIG_CONFIGFS_FS=m # # Miscellaneous filesystems # # CONFIG_ADFS_FS is not set # CONFIG_AFFS_FS is not set # CONFIG_ECRYPT_FS is not set # CONFIG_HFS_FS is not set # CONFIG_HFSPLUS_FS is not set # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set # CONFIG_CRAMFS is not set # CONFIG_VXFS_FS is not set # CONFIG_MINIX_FS is not set # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set # CONFIG_ROMFS_FS is not set # CONFIG_SYSV_FS is not set # CONFIG_UFS_FS is not set CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=y CONFIG_NFS_V3=y # CONFIG_NFS_V3_ACL is not set CONFIG_NFS_V4=y CONFIG_NFSD=y CONFIG_NFSD_V3=y # CONFIG_NFSD_V3_ACL is not set CONFIG_NFSD_V4=y CONFIG_LOCKD=y CONFIG_LOCKD_V4=y CONFIG_EXPORTFS=y CONFIG_NFS_COMMON=y CONFIG_SUNRPC=y CONFIG_SUNRPC_GSS=y # CONFIG_SUNRPC_BIND34 is not set CONFIG_RPCSEC_GSS_KRB5=y # CONFIG_RPCSEC_GSS_SPKM3 is not set # CONFIG_SMB_FS is not set CONFIG_CIFS=m # CONFIG_CIFS_STATS is not set # CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_XATTR is not set # CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_EXPERIMENTAL is not set # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set # # Partition Types # # CONFIG_PARTITION_ADVANCED is not set CONFIG_MSDOS_PARTITION=y CONFIG_NLS=y CONFIG_NLS_DEFAULT="utf-8" CONFIG_NLS_CODEPAGE_437=y # CONFIG_NLS_CODEPAGE_737 is not set # CONFIG_NLS_CODEPAGE_775 is not set # CONFIG_NLS_CODEPAGE_850 is not set CONFIG_NLS_CODEPAGE_852=y # CONFIG_NLS_CODEPAGE_855 is not set # CONFIG_NLS_CODEPAGE_857 is not set # CONFIG_NLS_CODEPAGE_860 is not set # CONFIG_NLS_CODEPAGE_861 is not set # CONFIG_NLS_CODEPAGE_862 is not set # CONFIG_NLS_CODEPAGE_863 is not set # CONFIG_NLS_CODEPAGE_864 is not set # CONFIG_NLS_CODEPAGE_865 is not set # CONFIG_NLS_CODEPAGE_866 is not set # CONFIG_NLS_CODEPAGE_869 is not set # CONFIG_NLS_CODEPAGE_936 is not set # CONFIG_NLS_CODEPAGE_950 is not set # CONFIG_NLS_CODEPAGE_932 is not set # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_874 is not set # CONFIG_NLS_ISO8859_8 is not set CONFIG_NLS_CODEPAGE_1250=y # CONFIG_NLS_CODEPAGE_1251 is not set # CONFIG_NLS_ASCII is not set CONFIG_NLS_ISO8859_1=y # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set # CONFIG_NLS_ISO8859_5 is not set # CONFIG_NLS_ISO8859_6 is not set # CONFIG_NLS_ISO8859_7 is not set # CONFIG_NLS_ISO8859_9 is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set CONFIG_NLS_ISO8859_15=y # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set CONFIG_NLS_UTF8=y # CONFIG_DLM is not set # # Kernel hacking # CONFIG_TRACE_IRQFLAGS_SUPPORT=y # CONFIG_PRINTK_TIME is not set CONFIG_ENABLE_WARN_DEPRECATED=y # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 CONFIG_MAGIC_SYSRQ=y # CONFIG_UNUSED_SYMBOLS is not set # CONFIG_DEBUG_FS is not set # CONFIG_HEADERS_CHECK is not set CONFIG_DEBUG_KERNEL=y # CONFIG_DEBUG_SHIRQ is not set # CONFIG_DETECT_SOFTLOCKUP is not set # CONFIG_SCHED_DEBUG is not set # CONFIG_SCHEDSTATS is not set CONFIG_TIMER_STATS=y # CONFIG_DEBUG_SLAB is not set CONFIG_DEBUG_PREEMPT=y # CONFIG_DEBUG_RT_MUTEXES is not set # CONFIG_RT_MUTEX_TESTER is not set # CONFIG_DEBUG_SPINLOCK is not set # CONFIG_DEBUG_MUTEXES is not set # CONFIG_DEBUG_LOCK_ALLOC is not set # CONFIG_PROVE_LOCKING is not set # CONFIG_LOCK_STAT is not set # CONFIG_DEBUG_SPINLOCK_SLEEP is not set # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set # CONFIG_DEBUG_KOBJECT is not set # CONFIG_DEBUG_HIGHMEM is not set CONFIG_DEBUG_BUGVERBOSE=y # CONFIG_DEBUG_INFO is not set # CONFIG_DEBUG_VM is not set # CONFIG_DEBUG_WRITECOUNT is not set # CONFIG_DEBUG_LIST is not set # CONFIG_DEBUG_SG is not set # CONFIG_FRAME_POINTER is not set # CONFIG_BOOT_PRINTK_DELAY is not set # CONFIG_RCU_TORTURE_TEST is not set # CONFIG_BACKTRACE_SELF_TEST is not set # CONFIG_FAULT_INJECTION is not set # CONFIG_LATENCYTOP is not set # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set # CONFIG_SAMPLES is not set # CONFIG_KGDB is not set CONFIG_HAVE_ARCH_KGDB=y # CONFIG_NONPROMISC_DEVMEM is not set CONFIG_EARLY_PRINTK=y # CONFIG_DEBUG_STACKOVERFLOW is not set # CONFIG_DEBUG_STACK_USAGE is not set # CONFIG_DEBUG_PAGEALLOC is not set # CONFIG_X86_PTDUMP is not set # CONFIG_DEBUG_RODATA is not set # CONFIG_DEBUG_NX_TEST is not set # CONFIG_4KSTACKS is not set CONFIG_X86_FIND_SMP_CONFIG=y CONFIG_X86_MPPARSE=y CONFIG_DOUBLEFAULT=y CONFIG_IO_DELAY_TYPE_0X80=0 CONFIG_IO_DELAY_TYPE_0XED=1 CONFIG_IO_DELAY_TYPE_UDELAY=2 CONFIG_IO_DELAY_TYPE_NONE=3 CONFIG_IO_DELAY_0X80=y # CONFIG_IO_DELAY_0XED is not set # CONFIG_IO_DELAY_UDELAY is not set # CONFIG_IO_DELAY_NONE is not set CONFIG_DEFAULT_IO_DELAY_TYPE=0 # CONFIG_CPA_DEBUG is not set CONFIG_OPTIMIZE_INLINING=y # # Security options # CONFIG_KEYS=y # CONFIG_KEYS_DEBUG_PROC_KEYS is not set # CONFIG_SECURITY is not set # CONFIG_SECURITY_FILE_CAPABILITIES is not set CONFIG_XOR_BLOCKS=y CONFIG_ASYNC_CORE=y CONFIG_ASYNC_MEMCPY=y CONFIG_ASYNC_XOR=y CONFIG_CRYPTO=y # # Crypto core or helper # CONFIG_CRYPTO_ALGAPI=y CONFIG_CRYPTO_AEAD=m CONFIG_CRYPTO_BLKCIPHER=y CONFIG_CRYPTO_HASH=y CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_GF128MUL=y # CONFIG_CRYPTO_NULL is not set # CONFIG_CRYPTO_CRYPTD is not set CONFIG_CRYPTO_AUTHENC=m # CONFIG_CRYPTO_TEST is not set # # Authenticated Encryption with Associated Data # # CONFIG_CRYPTO_CCM is not set # CONFIG_CRYPTO_GCM is not set # CONFIG_CRYPTO_SEQIV is not set # # Block modes # CONFIG_CRYPTO_CBC=y # CONFIG_CRYPTO_CTR is not set # CONFIG_CRYPTO_CTS is not set CONFIG_CRYPTO_ECB=y CONFIG_CRYPTO_LRW=y # CONFIG_CRYPTO_PCBC is not set CONFIG_CRYPTO_XTS=y # # Hash modes # CONFIG_CRYPTO_HMAC=y # CONFIG_CRYPTO_XCBC is not set # # Digest # CONFIG_CRYPTO_CRC32C=m # CONFIG_CRYPTO_MD4 is not set CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_MICHAEL_MIC=m CONFIG_CRYPTO_SHA1=y CONFIG_CRYPTO_SHA256=y CONFIG_CRYPTO_SHA512=m # CONFIG_CRYPTO_TGR192 is not set # CONFIG_CRYPTO_WP512 is not set # # Ciphers # CONFIG_CRYPTO_AES=y CONFIG_CRYPTO_AES_586=m # CONFIG_CRYPTO_ANUBIS is not set CONFIG_CRYPTO_ARC4=m # CONFIG_CRYPTO_BLOWFISH is not set # CONFIG_CRYPTO_CAMELLIA is not set # CONFIG_CRYPTO_CAST5 is not set # CONFIG_CRYPTO_CAST6 is not set CONFIG_CRYPTO_DES=y # CONFIG_CRYPTO_FCRYPT is not set # CONFIG_CRYPTO_KHAZAD is not set # CONFIG_CRYPTO_SALSA20 is not set # CONFIG_CRYPTO_SALSA20_586 is not set # CONFIG_CRYPTO_SEED is not set # CONFIG_CRYPTO_SERPENT is not set # CONFIG_CRYPTO_TEA is not set # CONFIG_CRYPTO_TWOFISH is not set CONFIG_CRYPTO_TWOFISH_COMMON=m CONFIG_CRYPTO_TWOFISH_586=m # # Compression # CONFIG_CRYPTO_DEFLATE=m # CONFIG_CRYPTO_LZO is not set CONFIG_CRYPTO_HW=y CONFIG_CRYPTO_DEV_PADLOCK=y CONFIG_CRYPTO_DEV_PADLOCK_AES=y CONFIG_CRYPTO_DEV_PADLOCK_SHA=y # CONFIG_CRYPTO_DEV_GEODE is not set # CONFIG_CRYPTO_DEV_HIFN_795X is not set CONFIG_HAVE_KVM=y # CONFIG_VIRTUALIZATION is not set # # Library routines # CONFIG_BITREVERSE=y CONFIG_GENERIC_FIND_FIRST_BIT=y CONFIG_GENERIC_FIND_NEXT_BIT=y CONFIG_CRC_CCITT=y # CONFIG_CRC16 is not set CONFIG_CRC_ITU_T=m CONFIG_CRC32=y # CONFIG_CRC7 is not set CONFIG_LIBCRC32C=m CONFIG_ZLIB_INFLATE=m CONFIG_ZLIB_DEFLATE=m CONFIG_TEXTSEARCH=y CONFIG_TEXTSEARCH_KMP=m CONFIG_TEXTSEARCH_BM=m CONFIG_TEXTSEARCH_FSM=m CONFIG_PLIST=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y greetings Torben _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1700 Support 2008-04-28 16:24 ` Torben Viets @ 2008-04-28 16:46 ` Steven Toth 2008-04-28 17:10 ` Torben Viets 0 siblings, 1 reply; 17+ messages in thread From: Steven Toth @ 2008-04-28 16:46 UTC (permalink / raw) To: Torben Viets; +Cc: linux-dvb Torben Viets wrote: > Hello, > > thanks for the quick reply. > > Steven Toth wrote: >> Torben Viets wrote: >>> Hello, >>> >>> I have a Hauppauge HVR-1700 PCI Express, I have read all posts about >>> this card here, but I didn't get it working, how does it work? >> >> It's working fine for me on a stock 7.10 ubuntu install. >> >>> >>> Kernel: linux-2.6.25-git10 >>> >>> Firmware-Files: >>> ls -al /lib/firmware/2.6.25-git10/ >>> total 416 >>> drwxr-xr-x 2 root root 91 Apr 27 16:27 . >>> drwxr-xr-x 3 root root 25 Apr 27 16:26 .. >>> -rw-r--r-- 1 root root 24878 Apr 27 16:27 dvb-fe-tda10048-1.0.fw >>> -r--r--r-- 1 root root 16382 Apr 27 16:27 v4l-cx23885-avcore-01.fw >>> -r--r--r-- 1 root root 376836 Apr 27 16:26 v4l-cx23885-enc.fw >>> >>> The modules I use are from the actual v4l-dvb hg, if I type make load, >>> the only thing I get is a /dev/video0, but I have no picture with >>> xawtv... >> >> /dev/video doesn't work, it's not supported. >> > Are there any plans to support it? No immediate plans. >> You should aim to use the dvb-apps tools (tzap, scan) and mplayer as >> example tools, or MythTV as an app. >> >> >>> >>> The DVB doesn't work at all, I have no /dev/dvb*, here is my dmesg: >>> >>> cx23885 driver version 0.0.1 loaded >>> ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 24 (level, low) -> IRQ 24 >>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge WinTV-HVR1700 >>> [card=8,autodetected] >>> cx23885[0]: i2c bus 0 registered >>> cx23885[0]: i2c bus 1 registered >>> cx23885[0]: i2c bus 2 registered >>> tveeprom 0-0050: Huh, no eeprom present (err=-5)? >>> tveeprom 0-0050: Encountered bad packet header [00]. >>> Corrupt or not a Hauppauge >>> eeprom. >>> cx23885[0]: warning: unknown hauppauge model #0 >>> cx23885[0]: hauppauge eeprom: model=0 >>> cx23885[0]: cx23885 based dvb card >>> tda10048_readreg: readreg error (ret == -5) >>> cx23885[0]: frontend initialization failed >>> cx23885_dvb_register() dvb_register failed err = -1 >>> cx23885_dev_setup() Failed to register dvb on VID_C >>> cx23885_dev_checkrevision() New hardware revision found 0x0 >>> cx23885_dev_checkrevision() Hardware revision unknown 0x0 >>> cx23885[0]/0: found at 0000:02:00.0, rev: 2, irq: 24, latency: 0, mmio: >>> 0xfe800000 >> >> This looks bad, it looks like i2c is broken badly, so that the eeprom >> isn't detected and the demodulator isn't found during attach. This is >> the reason why your missing /dev/dvb/adapterX/ >> >> No idea why. Try loading the cx23885 with debug=5 and report any log >> messages here - on this mailing list. > here ist the debug=5 output > > cx23885[0]/0: cx23885_dev_setup() Memory configured for PCIe bridge type > 885 > cx23885[0]/0: cx23885_init_tsport(portno=2) > CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge WinTV-HVR1700 > [card=8,autodetected] > cx23885[0]/0: cx23885_pci_quirks() > cx23885[0]/0: cx23885_dev_setup() tuner_type = 0x0 tuner_addr = 0x0 > cx23885[0]/0: cx23885_dev_setup() radio_type = 0x0 radio_addr = 0x0 > cx23885[0]/0: cx23885_reset() > cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [VID A] > cx23885[0]/0: cx23885_sram_channel_setup() 0x000107b0 <- 0x00000040 > cx23885[0]/0: cx23885_sram_channel_setup() 0x000107c0 <- 0x00000b80 > cx23885[0]/0: cx23885_sram_channel_setup() 0x000107d0 <- 0x000016c0 > cx23885[0]/0: [bridge 885] sram setup VID A: bpl=2880 lines=3 > cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch2] > cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [TS1 B] > cx23885[0]/0: cx23885_sram_channel_setup() 0x00010400 <- 0x00005000 > cx23885[0]/0: cx23885_sram_channel_setup() 0x00010410 <- 0x000052f0 > cx23885[0]/0: cx23885_sram_channel_setup() 0x00010420 <- 0x000055e0 > cx23885[0]/0: cx23885_sram_channel_setup() 0x00010430 <- 0x000058d0 > cx23885[0]/0: cx23885_sram_channel_setup() 0x00010440 <- 0x00005bc0 > cx23885[0]/0: [bridge 885] sram setup TS1 B: bpl=752 lines=5 > cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch4] > cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch5] > cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [TS2 C] > cx23885[0]/0: cx23885_sram_channel_setup() 0x000108d0 <- 0x00006000 > cx23885[0]/0: cx23885_sram_channel_setup() 0x000108e0 <- 0x000062f0 > cx23885[0]/0: cx23885_sram_channel_setup() 0x000108f0 <- 0x000065e0 > cx23885[0]/0: cx23885_sram_channel_setup() 0x00010900 <- 0x000068d0 > cx23885[0]/0: cx23885_sram_channel_setup() 0x00010910 <- 0x00006bc0 > cx23885[0]/0: [bridge 885] sram setup TS2 C: bpl=752 lines=5 > cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch7] > cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch8] > cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch9] > cx23885[0]: i2c bus 0 registered > cx23885[0]: i2c bus 1 registered > cx23885[0]: i2c bus 2 registered Everything looks fine up to this point, then i2c looks bad. Can you try again with modprobe cx23885 i2c_scan=1 and post the output again? (Output will be large - feel free to use pastebin.com and post the URL here). Regards, Steve _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1700 Support 2008-04-28 16:46 ` Steven Toth @ 2008-04-28 17:10 ` Torben Viets 2008-04-28 18:03 ` Steven Toth 0 siblings, 1 reply; 17+ messages in thread From: Torben Viets @ 2008-04-28 17:10 UTC (permalink / raw) To: Steven Toth; +Cc: linux-dvb Steven Toth wrote: > Torben Viets wrote: >> Hello, >> >> thanks for the quick reply. >> >> Steven Toth wrote: >>> Torben Viets wrote: >>>> Hello, >>>> >>>> I have a Hauppauge HVR-1700 PCI Express, I have read all posts about >>>> this card here, but I didn't get it working, how does it work? >>> >>> It's working fine for me on a stock 7.10 ubuntu install. >>> >>>> >>>> Kernel: linux-2.6.25-git10 >>>> >>>> Firmware-Files: >>>> ls -al /lib/firmware/2.6.25-git10/ >>>> total 416 >>>> drwxr-xr-x 2 root root 91 Apr 27 16:27 . >>>> drwxr-xr-x 3 root root 25 Apr 27 16:26 .. >>>> -rw-r--r-- 1 root root 24878 Apr 27 16:27 dvb-fe-tda10048-1.0.fw >>>> -r--r--r-- 1 root root 16382 Apr 27 16:27 v4l-cx23885-avcore-01.fw >>>> -r--r--r-- 1 root root 376836 Apr 27 16:26 v4l-cx23885-enc.fw >>>> >>>> The modules I use are from the actual v4l-dvb hg, if I type make load, >>>> the only thing I get is a /dev/video0, but I have no picture with >>>> xawtv... >>> >>> /dev/video doesn't work, it's not supported. >>> >> Are there any plans to support it? > > > No immediate plans. > > >>> You should aim to use the dvb-apps tools (tzap, scan) and mplayer as >>> example tools, or MythTV as an app. >>> >>> >>>> >>>> The DVB doesn't work at all, I have no /dev/dvb*, here is my dmesg: >>>> >>>> cx23885 driver version 0.0.1 loaded >>>> ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 24 (level, low) -> IRQ 24 >>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge WinTV-HVR1700 >>>> [card=8,autodetected] >>>> cx23885[0]: i2c bus 0 registered >>>> cx23885[0]: i2c bus 1 registered >>>> cx23885[0]: i2c bus 2 registered >>>> tveeprom 0-0050: Huh, no eeprom present (err=-5)? >>>> tveeprom 0-0050: Encountered bad packet header [00]. >>>> Corrupt or not a Hauppauge >>>> eeprom. >>>> cx23885[0]: warning: unknown hauppauge model #0 >>>> cx23885[0]: hauppauge eeprom: model=0 >>>> cx23885[0]: cx23885 based dvb card >>>> tda10048_readreg: readreg error (ret == -5) >>>> cx23885[0]: frontend initialization failed >>>> cx23885_dvb_register() dvb_register failed err = -1 >>>> cx23885_dev_setup() Failed to register dvb on VID_C >>>> cx23885_dev_checkrevision() New hardware revision found 0x0 >>>> cx23885_dev_checkrevision() Hardware revision unknown 0x0 >>>> cx23885[0]/0: found at 0000:02:00.0, rev: 2, irq: 24, latency: 0, >>>> mmio: >>>> 0xfe800000 >>> >>> This looks bad, it looks like i2c is broken badly, so that the >>> eeprom isn't detected and the demodulator isn't found during attach. >>> This is the reason why your missing /dev/dvb/adapterX/ >>> >>> No idea why. Try loading the cx23885 with debug=5 and report any log >>> messages here - on this mailing list. >> here ist the debug=5 output >> >> cx23885[0]/0: cx23885_dev_setup() Memory configured for PCIe bridge >> type 885 >> cx23885[0]/0: cx23885_init_tsport(portno=2) >> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge WinTV-HVR1700 >> [card=8,autodetected] >> cx23885[0]/0: cx23885_pci_quirks() >> cx23885[0]/0: cx23885_dev_setup() tuner_type = 0x0 tuner_addr = 0x0 >> cx23885[0]/0: cx23885_dev_setup() radio_type = 0x0 radio_addr = 0x0 >> cx23885[0]/0: cx23885_reset() >> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [VID A] >> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107b0 <- 0x00000040 >> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107c0 <- 0x00000b80 >> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107d0 <- 0x000016c0 >> cx23885[0]/0: [bridge 885] sram setup VID A: bpl=2880 lines=3 >> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch2] >> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [TS1 B] >> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010400 <- 0x00005000 >> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010410 <- 0x000052f0 >> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010420 <- 0x000055e0 >> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010430 <- 0x000058d0 >> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010440 <- 0x00005bc0 >> cx23885[0]/0: [bridge 885] sram setup TS1 B: bpl=752 lines=5 >> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch4] >> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch5] >> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [TS2 C] >> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108d0 <- 0x00006000 >> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108e0 <- 0x000062f0 >> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108f0 <- 0x000065e0 >> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010900 <- 0x000068d0 >> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010910 <- 0x00006bc0 >> cx23885[0]/0: [bridge 885] sram setup TS2 C: bpl=752 lines=5 >> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch7] >> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch8] >> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch9] >> cx23885[0]: i2c bus 0 registered >> cx23885[0]: i2c bus 1 registered >> cx23885[0]: i2c bus 2 registered > > Everything looks fine up to this point, then i2c looks bad. > > Can you try again with modprobe cx23885 i2c_scan=1 and post the output > again? (Output will be large - feel free to use pastebin.com and post > the URL here). hmm, output doesn't change with it. here is a lsmod plus a complete dmesg, is some module missing? http://pastebin.com/f4f9b58ed > > Regards, > > Steve > _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1700 Support 2008-04-28 17:10 ` Torben Viets @ 2008-04-28 18:03 ` Steven Toth 2008-04-28 18:33 ` Torben Viets 0 siblings, 1 reply; 17+ messages in thread From: Steven Toth @ 2008-04-28 18:03 UTC (permalink / raw) To: Torben Viets; +Cc: linux-dvb Torben Viets wrote: > Steven Toth wrote: >> Torben Viets wrote: >>> Hello, >>> >>> thanks for the quick reply. >>> >>> Steven Toth wrote: >>>> Torben Viets wrote: >>>>> Hello, >>>>> >>>>> I have a Hauppauge HVR-1700 PCI Express, I have read all posts about >>>>> this card here, but I didn't get it working, how does it work? >>>> >>>> It's working fine for me on a stock 7.10 ubuntu install. >>>> >>>>> >>>>> Kernel: linux-2.6.25-git10 >>>>> >>>>> Firmware-Files: >>>>> ls -al /lib/firmware/2.6.25-git10/ >>>>> total 416 >>>>> drwxr-xr-x 2 root root 91 Apr 27 16:27 . >>>>> drwxr-xr-x 3 root root 25 Apr 27 16:26 .. >>>>> -rw-r--r-- 1 root root 24878 Apr 27 16:27 dvb-fe-tda10048-1.0.fw >>>>> -r--r--r-- 1 root root 16382 Apr 27 16:27 v4l-cx23885-avcore-01.fw >>>>> -r--r--r-- 1 root root 376836 Apr 27 16:26 v4l-cx23885-enc.fw >>>>> >>>>> The modules I use are from the actual v4l-dvb hg, if I type make load, >>>>> the only thing I get is a /dev/video0, but I have no picture with >>>>> xawtv... >>>> >>>> /dev/video doesn't work, it's not supported. >>>> >>> Are there any plans to support it? >> >> >> No immediate plans. >> >> >>>> You should aim to use the dvb-apps tools (tzap, scan) and mplayer as >>>> example tools, or MythTV as an app. >>>> >>>> >>>>> >>>>> The DVB doesn't work at all, I have no /dev/dvb*, here is my dmesg: >>>>> >>>>> cx23885 driver version 0.0.1 loaded >>>>> ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 24 (level, low) -> IRQ 24 >>>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge WinTV-HVR1700 >>>>> [card=8,autodetected] >>>>> cx23885[0]: i2c bus 0 registered >>>>> cx23885[0]: i2c bus 1 registered >>>>> cx23885[0]: i2c bus 2 registered >>>>> tveeprom 0-0050: Huh, no eeprom present (err=-5)? >>>>> tveeprom 0-0050: Encountered bad packet header [00]. >>>>> Corrupt or not a Hauppauge >>>>> eeprom. >>>>> cx23885[0]: warning: unknown hauppauge model #0 >>>>> cx23885[0]: hauppauge eeprom: model=0 >>>>> cx23885[0]: cx23885 based dvb card >>>>> tda10048_readreg: readreg error (ret == -5) >>>>> cx23885[0]: frontend initialization failed >>>>> cx23885_dvb_register() dvb_register failed err = -1 >>>>> cx23885_dev_setup() Failed to register dvb on VID_C >>>>> cx23885_dev_checkrevision() New hardware revision found 0x0 >>>>> cx23885_dev_checkrevision() Hardware revision unknown 0x0 >>>>> cx23885[0]/0: found at 0000:02:00.0, rev: 2, irq: 24, latency: 0, >>>>> mmio: >>>>> 0xfe800000 >>>> >>>> This looks bad, it looks like i2c is broken badly, so that the >>>> eeprom isn't detected and the demodulator isn't found during attach. >>>> This is the reason why your missing /dev/dvb/adapterX/ >>>> >>>> No idea why. Try loading the cx23885 with debug=5 and report any log >>>> messages here - on this mailing list. >>> here ist the debug=5 output >>> >>> cx23885[0]/0: cx23885_dev_setup() Memory configured for PCIe bridge >>> type 885 >>> cx23885[0]/0: cx23885_init_tsport(portno=2) >>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge WinTV-HVR1700 >>> [card=8,autodetected] >>> cx23885[0]/0: cx23885_pci_quirks() >>> cx23885[0]/0: cx23885_dev_setup() tuner_type = 0x0 tuner_addr = 0x0 >>> cx23885[0]/0: cx23885_dev_setup() radio_type = 0x0 radio_addr = 0x0 >>> cx23885[0]/0: cx23885_reset() >>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [VID A] >>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107b0 <- 0x00000040 >>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107c0 <- 0x00000b80 >>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107d0 <- 0x000016c0 >>> cx23885[0]/0: [bridge 885] sram setup VID A: bpl=2880 lines=3 >>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch2] >>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [TS1 B] >>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010400 <- 0x00005000 >>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010410 <- 0x000052f0 >>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010420 <- 0x000055e0 >>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010430 <- 0x000058d0 >>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010440 <- 0x00005bc0 >>> cx23885[0]/0: [bridge 885] sram setup TS1 B: bpl=752 lines=5 >>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch4] >>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch5] >>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [TS2 C] >>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108d0 <- 0x00006000 >>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108e0 <- 0x000062f0 >>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108f0 <- 0x000065e0 >>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010900 <- 0x000068d0 >>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010910 <- 0x00006bc0 >>> cx23885[0]/0: [bridge 885] sram setup TS2 C: bpl=752 lines=5 >>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch7] >>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch8] >>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch9] >>> cx23885[0]: i2c bus 0 registered >>> cx23885[0]: i2c bus 1 registered >>> cx23885[0]: i2c bus 2 registered >> >> Everything looks fine up to this point, then i2c looks bad. >> >> Can you try again with modprobe cx23885 i2c_scan=1 and post the output >> again? (Output will be large - feel free to use pastebin.com and post >> the URL here). > > hmm, output doesn't change with it. here is a lsmod plus a complete > dmesg, is some module missing? > > http://pastebin.com/f4f9b58ed > The module option isn't active. Unload the cx23885 module (and any dependencies) then try modprobe i2c_scan=1 When the module option is set correctly, you'll see a lot of extra debug messages. - Steve _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1700 Support 2008-04-28 18:03 ` Steven Toth @ 2008-04-28 18:33 ` Torben Viets 2008-04-28 18:45 ` Steven Toth 0 siblings, 1 reply; 17+ messages in thread From: Torben Viets @ 2008-04-28 18:33 UTC (permalink / raw) To: Steven Toth; +Cc: linux-dvb Steven Toth wrote: > Torben Viets wrote: >> Steven Toth wrote: >>> Torben Viets wrote: >>>> Hello, >>>> >>>> thanks for the quick reply. >>>> >>>> Steven Toth wrote: >>>>> Torben Viets wrote: >>>>>> Hello, >>>>>> >>>>>> I have a Hauppauge HVR-1700 PCI Express, I have read all posts about >>>>>> this card here, but I didn't get it working, how does it work? >>>>> >>>>> It's working fine for me on a stock 7.10 ubuntu install. >>>>> >>>>>> >>>>>> Kernel: linux-2.6.25-git10 >>>>>> >>>>>> Firmware-Files: >>>>>> ls -al /lib/firmware/2.6.25-git10/ >>>>>> total 416 >>>>>> drwxr-xr-x 2 root root 91 Apr 27 16:27 . >>>>>> drwxr-xr-x 3 root root 25 Apr 27 16:26 .. >>>>>> -rw-r--r-- 1 root root 24878 Apr 27 16:27 dvb-fe-tda10048-1.0.fw >>>>>> -r--r--r-- 1 root root 16382 Apr 27 16:27 v4l-cx23885-avcore-01.fw >>>>>> -r--r--r-- 1 root root 376836 Apr 27 16:26 v4l-cx23885-enc.fw >>>>>> >>>>>> The modules I use are from the actual v4l-dvb hg, if I type make >>>>>> load, >>>>>> the only thing I get is a /dev/video0, but I have no picture with >>>>>> xawtv... >>>>> >>>>> /dev/video doesn't work, it's not supported. >>>>> >>>> Are there any plans to support it? >>> >>> >>> No immediate plans. >>> >>> >>>>> You should aim to use the dvb-apps tools (tzap, scan) and mplayer >>>>> as example tools, or MythTV as an app. >>>>> >>>>> >>>>>> >>>>>> The DVB doesn't work at all, I have no /dev/dvb*, here is my dmesg: >>>>>> >>>>>> cx23885 driver version 0.0.1 loaded >>>>>> ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 24 (level, low) -> IRQ 24 >>>>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge >>>>>> WinTV-HVR1700 >>>>>> [card=8,autodetected] >>>>>> cx23885[0]: i2c bus 0 registered >>>>>> cx23885[0]: i2c bus 1 registered >>>>>> cx23885[0]: i2c bus 2 registered >>>>>> tveeprom 0-0050: Huh, no eeprom present (err=-5)? >>>>>> tveeprom 0-0050: Encountered bad packet header [00]. >>>>>> Corrupt or not a Hauppauge >>>>>> eeprom. >>>>>> cx23885[0]: warning: unknown hauppauge model #0 >>>>>> cx23885[0]: hauppauge eeprom: model=0 >>>>>> cx23885[0]: cx23885 based dvb card >>>>>> tda10048_readreg: readreg error (ret == -5) >>>>>> cx23885[0]: frontend initialization failed >>>>>> cx23885_dvb_register() dvb_register failed err = -1 >>>>>> cx23885_dev_setup() Failed to register dvb on VID_C >>>>>> cx23885_dev_checkrevision() New hardware revision found 0x0 >>>>>> cx23885_dev_checkrevision() Hardware revision unknown 0x0 >>>>>> cx23885[0]/0: found at 0000:02:00.0, rev: 2, irq: 24, latency: 0, >>>>>> mmio: >>>>>> 0xfe800000 >>>>> >>>>> This looks bad, it looks like i2c is broken badly, so that the >>>>> eeprom isn't detected and the demodulator isn't found during >>>>> attach. This is the reason why your missing /dev/dvb/adapterX/ >>>>> >>>>> No idea why. Try loading the cx23885 with debug=5 and report any >>>>> log messages here - on this mailing list. >>>> here ist the debug=5 output >>>> >>>> cx23885[0]/0: cx23885_dev_setup() Memory configured for PCIe bridge >>>> type 885 >>>> cx23885[0]/0: cx23885_init_tsport(portno=2) >>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge >>>> WinTV-HVR1700 [card=8,autodetected] >>>> cx23885[0]/0: cx23885_pci_quirks() >>>> cx23885[0]/0: cx23885_dev_setup() tuner_type = 0x0 tuner_addr = 0x0 >>>> cx23885[0]/0: cx23885_dev_setup() radio_type = 0x0 radio_addr = 0x0 >>>> cx23885[0]/0: cx23885_reset() >>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [VID A] >>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107b0 <- 0x00000040 >>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107c0 <- 0x00000b80 >>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107d0 <- 0x000016c0 >>>> cx23885[0]/0: [bridge 885] sram setup VID A: bpl=2880 lines=3 >>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch2] >>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [TS1 B] >>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010400 <- 0x00005000 >>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010410 <- 0x000052f0 >>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010420 <- 0x000055e0 >>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010430 <- 0x000058d0 >>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010440 <- 0x00005bc0 >>>> cx23885[0]/0: [bridge 885] sram setup TS1 B: bpl=752 lines=5 >>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch4] >>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch5] >>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [TS2 C] >>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108d0 <- 0x00006000 >>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108e0 <- 0x000062f0 >>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108f0 <- 0x000065e0 >>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010900 <- 0x000068d0 >>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010910 <- 0x00006bc0 >>>> cx23885[0]/0: [bridge 885] sram setup TS2 C: bpl=752 lines=5 >>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch7] >>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch8] >>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch9] >>>> cx23885[0]: i2c bus 0 registered >>>> cx23885[0]: i2c bus 1 registered >>>> cx23885[0]: i2c bus 2 registered >>> >>> Everything looks fine up to this point, then i2c looks bad. >>> >>> Can you try again with modprobe cx23885 i2c_scan=1 and post the >>> output again? (Output will be large - feel free to use pastebin.com >>> and post the URL here). >> >> hmm, output doesn't change with it. here is a lsmod plus a complete >> dmesg, is some module missing? >> >> http://pastebin.com/f4f9b58ed >> > > The module option isn't active. > > Unload the cx23885 module (and any dependencies) then try modprobe > i2c_scan=1 > > When the module option is set correctly, you'll see a lot of extra > debug messages. > > - Steve > > hmm, I've unload all modules that sounds interesting, but there is no more output: http://pastebin.com/f157a3978 greetings Torben _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1700 Support 2008-04-28 18:33 ` Torben Viets @ 2008-04-28 18:45 ` Steven Toth 2008-04-29 18:00 ` Torben Viets 0 siblings, 1 reply; 17+ messages in thread From: Steven Toth @ 2008-04-28 18:45 UTC (permalink / raw) To: Torben Viets; +Cc: linux-dvb Torben Viets wrote: > Steven Toth wrote: >> Torben Viets wrote: >>> Steven Toth wrote: >>>> Torben Viets wrote: >>>>> Hello, >>>>> >>>>> thanks for the quick reply. >>>>> >>>>> Steven Toth wrote: >>>>>> Torben Viets wrote: >>>>>>> Hello, >>>>>>> >>>>>>> I have a Hauppauge HVR-1700 PCI Express, I have read all posts about >>>>>>> this card here, but I didn't get it working, how does it work? >>>>>> >>>>>> It's working fine for me on a stock 7.10 ubuntu install. >>>>>> >>>>>>> >>>>>>> Kernel: linux-2.6.25-git10 >>>>>>> >>>>>>> Firmware-Files: >>>>>>> ls -al /lib/firmware/2.6.25-git10/ >>>>>>> total 416 >>>>>>> drwxr-xr-x 2 root root 91 Apr 27 16:27 . >>>>>>> drwxr-xr-x 3 root root 25 Apr 27 16:26 .. >>>>>>> -rw-r--r-- 1 root root 24878 Apr 27 16:27 dvb-fe-tda10048-1.0.fw >>>>>>> -r--r--r-- 1 root root 16382 Apr 27 16:27 v4l-cx23885-avcore-01.fw >>>>>>> -r--r--r-- 1 root root 376836 Apr 27 16:26 v4l-cx23885-enc.fw >>>>>>> >>>>>>> The modules I use are from the actual v4l-dvb hg, if I type make >>>>>>> load, >>>>>>> the only thing I get is a /dev/video0, but I have no picture with >>>>>>> xawtv... >>>>>> >>>>>> /dev/video doesn't work, it's not supported. >>>>>> >>>>> Are there any plans to support it? >>>> >>>> >>>> No immediate plans. >>>> >>>> >>>>>> You should aim to use the dvb-apps tools (tzap, scan) and mplayer >>>>>> as example tools, or MythTV as an app. >>>>>> >>>>>> >>>>>>> >>>>>>> The DVB doesn't work at all, I have no /dev/dvb*, here is my dmesg: >>>>>>> >>>>>>> cx23885 driver version 0.0.1 loaded >>>>>>> ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 24 (level, low) -> IRQ 24 >>>>>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge >>>>>>> WinTV-HVR1700 >>>>>>> [card=8,autodetected] >>>>>>> cx23885[0]: i2c bus 0 registered >>>>>>> cx23885[0]: i2c bus 1 registered >>>>>>> cx23885[0]: i2c bus 2 registered >>>>>>> tveeprom 0-0050: Huh, no eeprom present (err=-5)? >>>>>>> tveeprom 0-0050: Encountered bad packet header [00]. >>>>>>> Corrupt or not a Hauppauge >>>>>>> eeprom. >>>>>>> cx23885[0]: warning: unknown hauppauge model #0 >>>>>>> cx23885[0]: hauppauge eeprom: model=0 >>>>>>> cx23885[0]: cx23885 based dvb card >>>>>>> tda10048_readreg: readreg error (ret == -5) >>>>>>> cx23885[0]: frontend initialization failed >>>>>>> cx23885_dvb_register() dvb_register failed err = -1 >>>>>>> cx23885_dev_setup() Failed to register dvb on VID_C >>>>>>> cx23885_dev_checkrevision() New hardware revision found 0x0 >>>>>>> cx23885_dev_checkrevision() Hardware revision unknown 0x0 >>>>>>> cx23885[0]/0: found at 0000:02:00.0, rev: 2, irq: 24, latency: 0, >>>>>>> mmio: >>>>>>> 0xfe800000 >>>>>> >>>>>> This looks bad, it looks like i2c is broken badly, so that the >>>>>> eeprom isn't detected and the demodulator isn't found during >>>>>> attach. This is the reason why your missing /dev/dvb/adapterX/ >>>>>> >>>>>> No idea why. Try loading the cx23885 with debug=5 and report any >>>>>> log messages here - on this mailing list. >>>>> here ist the debug=5 output >>>>> >>>>> cx23885[0]/0: cx23885_dev_setup() Memory configured for PCIe bridge >>>>> type 885 >>>>> cx23885[0]/0: cx23885_init_tsport(portno=2) >>>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge >>>>> WinTV-HVR1700 [card=8,autodetected] >>>>> cx23885[0]/0: cx23885_pci_quirks() >>>>> cx23885[0]/0: cx23885_dev_setup() tuner_type = 0x0 tuner_addr = 0x0 >>>>> cx23885[0]/0: cx23885_dev_setup() radio_type = 0x0 radio_addr = 0x0 >>>>> cx23885[0]/0: cx23885_reset() >>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [VID A] >>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107b0 <- 0x00000040 >>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107c0 <- 0x00000b80 >>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107d0 <- 0x000016c0 >>>>> cx23885[0]/0: [bridge 885] sram setup VID A: bpl=2880 lines=3 >>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch2] >>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [TS1 B] >>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010400 <- 0x00005000 >>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010410 <- 0x000052f0 >>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010420 <- 0x000055e0 >>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010430 <- 0x000058d0 >>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010440 <- 0x00005bc0 >>>>> cx23885[0]/0: [bridge 885] sram setup TS1 B: bpl=752 lines=5 >>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch4] >>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch5] >>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [TS2 C] >>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108d0 <- 0x00006000 >>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108e0 <- 0x000062f0 >>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108f0 <- 0x000065e0 >>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010900 <- 0x000068d0 >>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010910 <- 0x00006bc0 >>>>> cx23885[0]/0: [bridge 885] sram setup TS2 C: bpl=752 lines=5 >>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch7] >>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch8] >>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch9] >>>>> cx23885[0]: i2c bus 0 registered >>>>> cx23885[0]: i2c bus 1 registered >>>>> cx23885[0]: i2c bus 2 registered >>>> >>>> Everything looks fine up to this point, then i2c looks bad. >>>> >>>> Can you try again with modprobe cx23885 i2c_scan=1 and post the >>>> output again? (Output will be large - feel free to use pastebin.com >>>> and post the URL here). >>> >>> hmm, output doesn't change with it. here is a lsmod plus a complete >>> dmesg, is some module missing? >>> >>> http://pastebin.com/f4f9b58ed >>> >> >> The module option isn't active. >> >> Unload the cx23885 module (and any dependencies) then try modprobe >> i2c_scan=1 >> >> When the module option is set correctly, you'll see a lot of extra >> debug messages. >> >> - Steve >> >> > > hmm, I've unload all modules that sounds interesting, but there is no > more output: http://pastebin.com/f157a3978 Hmm. No idea. i2c_scan is working for me and various other people. Something is wrong with your environment and I don't know what. The only time I've seen i2c_scan output not work, is when i2c_scan is not passed as a module parameter. Unload all modules, then use lsmod to ensure cx23885.ko is not loaded. Then, modprobe cx23885 debug=5 i2c_scan=1 If that doesn't show i2c device scanning traffic then I'm stumped. - Steve _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1700 Support 2008-04-28 18:45 ` Steven Toth @ 2008-04-29 18:00 ` Torben Viets 2008-04-29 18:06 ` Steven Toth 0 siblings, 1 reply; 17+ messages in thread From: Torben Viets @ 2008-04-29 18:00 UTC (permalink / raw) To: Steven Toth; +Cc: linux-dvb Hello, I've got it: http://pastebin.com/f50f33096 the trick was to compile the kernel (now linux-2.6.25-git13) with: CONFIG_I2C_DEBUG_CORE=y CONFIG_I2C_DEBUG_ALGO=y CONFIG_I2C_DEBUG_BUS=y CONFIG_I2C_DEBUG_CHIP=y I hope you've got an idea, i updated my bios (afters this my RAM doesn't work anymore), installed a new Ubuntu Linux hardy (8.04)... One last question when will the firmware be loaded and why there is no hotplug tool in ubuntu, or is it in the kernel? greetings Torben Steven Toth wrote: > Torben Viets wrote: >> Steven Toth wrote: >>> Torben Viets wrote: >>>> Steven Toth wrote: >>>>> Torben Viets wrote: >>>>>> Hello, >>>>>> >>>>>> thanks for the quick reply. >>>>>> >>>>>> Steven Toth wrote: >>>>>>> Torben Viets wrote: >>>>>>>> Hello, >>>>>>>> >>>>>>>> I have a Hauppauge HVR-1700 PCI Express, I have read all posts >>>>>>>> about >>>>>>>> this card here, but I didn't get it working, how does it work? >>>>>>> >>>>>>> It's working fine for me on a stock 7.10 ubuntu install. >>>>>>> >>>>>>>> >>>>>>>> Kernel: linux-2.6.25-git10 >>>>>>>> >>>>>>>> Firmware-Files: >>>>>>>> ls -al /lib/firmware/2.6.25-git10/ >>>>>>>> total 416 >>>>>>>> drwxr-xr-x 2 root root 91 Apr 27 16:27 . >>>>>>>> drwxr-xr-x 3 root root 25 Apr 27 16:26 .. >>>>>>>> -rw-r--r-- 1 root root 24878 Apr 27 16:27 dvb-fe-tda10048-1.0.fw >>>>>>>> -r--r--r-- 1 root root 16382 Apr 27 16:27 >>>>>>>> v4l-cx23885-avcore-01.fw >>>>>>>> -r--r--r-- 1 root root 376836 Apr 27 16:26 v4l-cx23885-enc.fw >>>>>>>> >>>>>>>> The modules I use are from the actual v4l-dvb hg, if I type >>>>>>>> make load, >>>>>>>> the only thing I get is a /dev/video0, but I have no picture >>>>>>>> with xawtv... >>>>>>> >>>>>>> /dev/video doesn't work, it's not supported. >>>>>>> >>>>>> Are there any plans to support it? >>>>> >>>>> >>>>> No immediate plans. >>>>> >>>>> >>>>>>> You should aim to use the dvb-apps tools (tzap, scan) and >>>>>>> mplayer as example tools, or MythTV as an app. >>>>>>> >>>>>>> >>>>>>>> >>>>>>>> The DVB doesn't work at all, I have no /dev/dvb*, here is my >>>>>>>> dmesg: >>>>>>>> >>>>>>>> cx23885 driver version 0.0.1 loaded >>>>>>>> ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 24 (level, low) -> >>>>>>>> IRQ 24 >>>>>>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge >>>>>>>> WinTV-HVR1700 >>>>>>>> [card=8,autodetected] >>>>>>>> cx23885[0]: i2c bus 0 registered >>>>>>>> cx23885[0]: i2c bus 1 registered >>>>>>>> cx23885[0]: i2c bus 2 registered >>>>>>>> tveeprom 0-0050: Huh, no eeprom present (err=-5)? >>>>>>>> tveeprom 0-0050: Encountered bad packet header [00]. >>>>>>>> Corrupt or not a Hauppauge >>>>>>>> eeprom. >>>>>>>> cx23885[0]: warning: unknown hauppauge model #0 >>>>>>>> cx23885[0]: hauppauge eeprom: model=0 >>>>>>>> cx23885[0]: cx23885 based dvb card >>>>>>>> tda10048_readreg: readreg error (ret == -5) >>>>>>>> cx23885[0]: frontend initialization failed >>>>>>>> cx23885_dvb_register() dvb_register failed err = -1 >>>>>>>> cx23885_dev_setup() Failed to register dvb on VID_C >>>>>>>> cx23885_dev_checkrevision() New hardware revision found 0x0 >>>>>>>> cx23885_dev_checkrevision() Hardware revision unknown 0x0 >>>>>>>> cx23885[0]/0: found at 0000:02:00.0, rev: 2, irq: 24, latency: >>>>>>>> 0, mmio: >>>>>>>> 0xfe800000 >>>>>>> >>>>>>> This looks bad, it looks like i2c is broken badly, so that the >>>>>>> eeprom isn't detected and the demodulator isn't found during >>>>>>> attach. This is the reason why your missing /dev/dvb/adapterX/ >>>>>>> >>>>>>> No idea why. Try loading the cx23885 with debug=5 and report any >>>>>>> log messages here - on this mailing list. >>>>>> here ist the debug=5 output >>>>>> >>>>>> cx23885[0]/0: cx23885_dev_setup() Memory configured for PCIe >>>>>> bridge type 885 >>>>>> cx23885[0]/0: cx23885_init_tsport(portno=2) >>>>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge >>>>>> WinTV-HVR1700 [card=8,autodetected] >>>>>> cx23885[0]/0: cx23885_pci_quirks() >>>>>> cx23885[0]/0: cx23885_dev_setup() tuner_type = 0x0 tuner_addr = 0x0 >>>>>> cx23885[0]/0: cx23885_dev_setup() radio_type = 0x0 radio_addr = 0x0 >>>>>> cx23885[0]/0: cx23885_reset() >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel >>>>>> [VID A] >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107b0 <- 0x00000040 >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107c0 <- 0x00000b80 >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107d0 <- 0x000016c0 >>>>>> cx23885[0]/0: [bridge 885] sram setup VID A: bpl=2880 lines=3 >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch2] >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel >>>>>> [TS1 B] >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010400 <- 0x00005000 >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010410 <- 0x000052f0 >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010420 <- 0x000055e0 >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010430 <- 0x000058d0 >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010440 <- 0x00005bc0 >>>>>> cx23885[0]/0: [bridge 885] sram setup TS1 B: bpl=752 lines=5 >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch4] >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch5] >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel >>>>>> [TS2 C] >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108d0 <- 0x00006000 >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108e0 <- 0x000062f0 >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108f0 <- 0x000065e0 >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010900 <- 0x000068d0 >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010910 <- 0x00006bc0 >>>>>> cx23885[0]/0: [bridge 885] sram setup TS2 C: bpl=752 lines=5 >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch7] >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch8] >>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch9] >>>>>> cx23885[0]: i2c bus 0 registered >>>>>> cx23885[0]: i2c bus 1 registered >>>>>> cx23885[0]: i2c bus 2 registered >>>>> >>>>> Everything looks fine up to this point, then i2c looks bad. >>>>> >>>>> Can you try again with modprobe cx23885 i2c_scan=1 and post the >>>>> output again? (Output will be large - feel free to use >>>>> pastebin.com and post the URL here). >>>> >>>> hmm, output doesn't change with it. here is a lsmod plus a complete >>>> dmesg, is some module missing? >>>> >>>> http://pastebin.com/f4f9b58ed >>>> >>> >>> The module option isn't active. >>> >>> Unload the cx23885 module (and any dependencies) then try modprobe >>> i2c_scan=1 >>> >>> When the module option is set correctly, you'll see a lot of extra >>> debug messages. >>> >>> - Steve >>> >>> >> >> hmm, I've unload all modules that sounds interesting, but there is no >> more output: http://pastebin.com/f157a3978 > > Hmm. No idea. i2c_scan is working for me and various other people. > Something is wrong with your environment and I don't know what. > > The only time I've seen i2c_scan output not work, is when i2c_scan is > not passed as a module parameter. > > Unload all modules, then use lsmod to ensure cx23885.ko is not loaded. > Then, modprobe cx23885 debug=5 i2c_scan=1 > > If that doesn't show i2c device scanning traffic then I'm stumped. > > - Steve > _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1700 Support 2008-04-29 18:00 ` Torben Viets @ 2008-04-29 18:06 ` Steven Toth 2008-04-29 18:24 ` Torben Viets 0 siblings, 1 reply; 17+ messages in thread From: Steven Toth @ 2008-04-29 18:06 UTC (permalink / raw) To: Torben Viets; +Cc: linux-dvb Torben Viets wrote: > Hello, > > I've got it: http://pastebin.com/f50f33096 > > the trick was to compile the kernel (now linux-2.6.25-git13) with: > > CONFIG_I2C_DEBUG_CORE=y > CONFIG_I2C_DEBUG_ALGO=y > CONFIG_I2C_DEBUG_BUS=y > CONFIG_I2C_DEBUG_CHIP=y > > I hope you've got an idea, i updated my bios (afters this my RAM doesn't > work anymore), installed a new Ubuntu Linux hardy (8.04)... > > One last question when will the firmware be loaded and why there is no > hotplug tool in ubuntu, or is it in the kernel? > > greetings > Torben > > > Steven Toth wrote: >> Torben Viets wrote: >>> Steven Toth wrote: >>>> Torben Viets wrote: >>>>> Steven Toth wrote: >>>>>> Torben Viets wrote: >>>>>>> Hello, >>>>>>> >>>>>>> thanks for the quick reply. >>>>>>> >>>>>>> Steven Toth wrote: >>>>>>>> Torben Viets wrote: >>>>>>>>> Hello, >>>>>>>>> >>>>>>>>> I have a Hauppauge HVR-1700 PCI Express, I have read all posts >>>>>>>>> about >>>>>>>>> this card here, but I didn't get it working, how does it work? >>>>>>>> >>>>>>>> It's working fine for me on a stock 7.10 ubuntu install. >>>>>>>> >>>>>>>>> >>>>>>>>> Kernel: linux-2.6.25-git10 >>>>>>>>> >>>>>>>>> Firmware-Files: >>>>>>>>> ls -al /lib/firmware/2.6.25-git10/ >>>>>>>>> total 416 >>>>>>>>> drwxr-xr-x 2 root root 91 Apr 27 16:27 . >>>>>>>>> drwxr-xr-x 3 root root 25 Apr 27 16:26 .. >>>>>>>>> -rw-r--r-- 1 root root 24878 Apr 27 16:27 dvb-fe-tda10048-1.0.fw >>>>>>>>> -r--r--r-- 1 root root 16382 Apr 27 16:27 >>>>>>>>> v4l-cx23885-avcore-01.fw >>>>>>>>> -r--r--r-- 1 root root 376836 Apr 27 16:26 v4l-cx23885-enc.fw >>>>>>>>> >>>>>>>>> The modules I use are from the actual v4l-dvb hg, if I type >>>>>>>>> make load, >>>>>>>>> the only thing I get is a /dev/video0, but I have no picture >>>>>>>>> with xawtv... >>>>>>>> >>>>>>>> /dev/video doesn't work, it's not supported. >>>>>>>> >>>>>>> Are there any plans to support it? >>>>>> >>>>>> >>>>>> No immediate plans. >>>>>> >>>>>> >>>>>>>> You should aim to use the dvb-apps tools (tzap, scan) and >>>>>>>> mplayer as example tools, or MythTV as an app. >>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>>> The DVB doesn't work at all, I have no /dev/dvb*, here is my >>>>>>>>> dmesg: >>>>>>>>> >>>>>>>>> cx23885 driver version 0.0.1 loaded >>>>>>>>> ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 24 (level, low) -> >>>>>>>>> IRQ 24 >>>>>>>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge >>>>>>>>> WinTV-HVR1700 >>>>>>>>> [card=8,autodetected] >>>>>>>>> cx23885[0]: i2c bus 0 registered >>>>>>>>> cx23885[0]: i2c bus 1 registered >>>>>>>>> cx23885[0]: i2c bus 2 registered >>>>>>>>> tveeprom 0-0050: Huh, no eeprom present (err=-5)? >>>>>>>>> tveeprom 0-0050: Encountered bad packet header [00]. >>>>>>>>> Corrupt or not a Hauppauge >>>>>>>>> eeprom. >>>>>>>>> cx23885[0]: warning: unknown hauppauge model #0 >>>>>>>>> cx23885[0]: hauppauge eeprom: model=0 >>>>>>>>> cx23885[0]: cx23885 based dvb card >>>>>>>>> tda10048_readreg: readreg error (ret == -5) >>>>>>>>> cx23885[0]: frontend initialization failed >>>>>>>>> cx23885_dvb_register() dvb_register failed err = -1 >>>>>>>>> cx23885_dev_setup() Failed to register dvb on VID_C >>>>>>>>> cx23885_dev_checkrevision() New hardware revision found 0x0 >>>>>>>>> cx23885_dev_checkrevision() Hardware revision unknown 0x0 >>>>>>>>> cx23885[0]/0: found at 0000:02:00.0, rev: 2, irq: 24, latency: >>>>>>>>> 0, mmio: >>>>>>>>> 0xfe800000 >>>>>>>> >>>>>>>> This looks bad, it looks like i2c is broken badly, so that the >>>>>>>> eeprom isn't detected and the demodulator isn't found during >>>>>>>> attach. This is the reason why your missing /dev/dvb/adapterX/ >>>>>>>> >>>>>>>> No idea why. Try loading the cx23885 with debug=5 and report any >>>>>>>> log messages here - on this mailing list. >>>>>>> here ist the debug=5 output >>>>>>> >>>>>>> cx23885[0]/0: cx23885_dev_setup() Memory configured for PCIe >>>>>>> bridge type 885 >>>>>>> cx23885[0]/0: cx23885_init_tsport(portno=2) >>>>>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge >>>>>>> WinTV-HVR1700 [card=8,autodetected] >>>>>>> cx23885[0]/0: cx23885_pci_quirks() >>>>>>> cx23885[0]/0: cx23885_dev_setup() tuner_type = 0x0 tuner_addr = 0x0 >>>>>>> cx23885[0]/0: cx23885_dev_setup() radio_type = 0x0 radio_addr = 0x0 >>>>>>> cx23885[0]/0: cx23885_reset() >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel >>>>>>> [VID A] >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107b0 <- 0x00000040 >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107c0 <- 0x00000b80 >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107d0 <- 0x000016c0 >>>>>>> cx23885[0]/0: [bridge 885] sram setup VID A: bpl=2880 lines=3 >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch2] >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel >>>>>>> [TS1 B] >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010400 <- 0x00005000 >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010410 <- 0x000052f0 >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010420 <- 0x000055e0 >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010430 <- 0x000058d0 >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010440 <- 0x00005bc0 >>>>>>> cx23885[0]/0: [bridge 885] sram setup TS1 B: bpl=752 lines=5 >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch4] >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch5] >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel >>>>>>> [TS2 C] >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108d0 <- 0x00006000 >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108e0 <- 0x000062f0 >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108f0 <- 0x000065e0 >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010900 <- 0x000068d0 >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010910 <- 0x00006bc0 >>>>>>> cx23885[0]/0: [bridge 885] sram setup TS2 C: bpl=752 lines=5 >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch7] >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch8] >>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch9] >>>>>>> cx23885[0]: i2c bus 0 registered >>>>>>> cx23885[0]: i2c bus 1 registered >>>>>>> cx23885[0]: i2c bus 2 registered >>>>>> >>>>>> Everything looks fine up to this point, then i2c looks bad. >>>>>> >>>>>> Can you try again with modprobe cx23885 i2c_scan=1 and post the >>>>>> output again? (Output will be large - feel free to use >>>>>> pastebin.com and post the URL here). >>>>> >>>>> hmm, output doesn't change with it. here is a lsmod plus a complete >>>>> dmesg, is some module missing? >>>>> >>>>> http://pastebin.com/f4f9b58ed >>>>> >>>> >>>> The module option isn't active. >>>> >>>> Unload the cx23885 module (and any dependencies) then try modprobe >>>> i2c_scan=1 >>>> >>>> When the module option is set correctly, you'll see a lot of extra >>>> debug messages. >>>> >>>> - Steve >>>> >>>> >>> >>> hmm, I've unload all modules that sounds interesting, but there is no >>> more output: http://pastebin.com/f157a3978 >> >> Hmm. No idea. i2c_scan is working for me and various other people. >> Something is wrong with your environment and I don't know what. >> >> The only time I've seen i2c_scan output not work, is when i2c_scan is >> not passed as a module parameter. >> >> Unload all modules, then use lsmod to ensure cx23885.ko is not loaded. >> Then, modprobe cx23885 debug=5 i2c_scan=1 >> >> If that doesn't show i2c device scanning traffic then I'm stumped. >> >> - Steve >> > Thanks for the feedback. This is odd, it looks like either I2C isn;t working at all, or it's working partially for device 0x44. I think I'm tempted to believe it's not working at all. The firmware gets loaded by the cx25840 module (if required), the module is requested on the fly. But, that doesn't explain the missing eeprom errors. Does this board work under windows? - Steve _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1700 Support 2008-04-29 18:06 ` Steven Toth @ 2008-04-29 18:24 ` Torben Viets 2008-04-29 18:31 ` Steven Toth 0 siblings, 1 reply; 17+ messages in thread From: Torben Viets @ 2008-04-29 18:24 UTC (permalink / raw) To: Steven Toth; +Cc: linux-dvb Steven Toth wrote: > Torben Viets wrote: >> Hello, >> >> I've got it: http://pastebin.com/f50f33096 >> >> the trick was to compile the kernel (now linux-2.6.25-git13) with: >> >> CONFIG_I2C_DEBUG_CORE=y >> CONFIG_I2C_DEBUG_ALGO=y >> CONFIG_I2C_DEBUG_BUS=y >> CONFIG_I2C_DEBUG_CHIP=y >> >> I hope you've got an idea, i updated my bios (afters this my RAM >> doesn't work anymore), installed a new Ubuntu Linux hardy (8.04)... >> >> One last question when will the firmware be loaded and why there is >> no hotplug tool in ubuntu, or is it in the kernel? >> >> greetings >> Torben >> >> >> Steven Toth wrote: >>> Torben Viets wrote: >>>> Steven Toth wrote: >>>>> Torben Viets wrote: >>>>>> Steven Toth wrote: >>>>>>> Torben Viets wrote: >>>>>>>> Hello, >>>>>>>> >>>>>>>> thanks for the quick reply. >>>>>>>> >>>>>>>> Steven Toth wrote: >>>>>>>>> Torben Viets wrote: >>>>>>>>>> Hello, >>>>>>>>>> >>>>>>>>>> I have a Hauppauge HVR-1700 PCI Express, I have read all >>>>>>>>>> posts about >>>>>>>>>> this card here, but I didn't get it working, how does it work? >>>>>>>>> >>>>>>>>> It's working fine for me on a stock 7.10 ubuntu install. >>>>>>>>> >>>>>>>>>> >>>>>>>>>> Kernel: linux-2.6.25-git10 >>>>>>>>>> >>>>>>>>>> Firmware-Files: >>>>>>>>>> ls -al /lib/firmware/2.6.25-git10/ >>>>>>>>>> total 416 >>>>>>>>>> drwxr-xr-x 2 root root 91 Apr 27 16:27 . >>>>>>>>>> drwxr-xr-x 3 root root 25 Apr 27 16:26 .. >>>>>>>>>> -rw-r--r-- 1 root root 24878 Apr 27 16:27 >>>>>>>>>> dvb-fe-tda10048-1.0.fw >>>>>>>>>> -r--r--r-- 1 root root 16382 Apr 27 16:27 >>>>>>>>>> v4l-cx23885-avcore-01.fw >>>>>>>>>> -r--r--r-- 1 root root 376836 Apr 27 16:26 v4l-cx23885-enc.fw >>>>>>>>>> >>>>>>>>>> The modules I use are from the actual v4l-dvb hg, if I type >>>>>>>>>> make load, >>>>>>>>>> the only thing I get is a /dev/video0, but I have no picture >>>>>>>>>> with xawtv... >>>>>>>>> >>>>>>>>> /dev/video doesn't work, it's not supported. >>>>>>>>> >>>>>>>> Are there any plans to support it? >>>>>>> >>>>>>> >>>>>>> No immediate plans. >>>>>>> >>>>>>> >>>>>>>>> You should aim to use the dvb-apps tools (tzap, scan) and >>>>>>>>> mplayer as example tools, or MythTV as an app. >>>>>>>>> >>>>>>>>> >>>>>>>>>> >>>>>>>>>> The DVB doesn't work at all, I have no /dev/dvb*, here is my >>>>>>>>>> dmesg: >>>>>>>>>> >>>>>>>>>> cx23885 driver version 0.0.1 loaded >>>>>>>>>> ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 24 (level, low) -> >>>>>>>>>> IRQ 24 >>>>>>>>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge >>>>>>>>>> WinTV-HVR1700 >>>>>>>>>> [card=8,autodetected] >>>>>>>>>> cx23885[0]: i2c bus 0 registered >>>>>>>>>> cx23885[0]: i2c bus 1 registered >>>>>>>>>> cx23885[0]: i2c bus 2 registered >>>>>>>>>> tveeprom 0-0050: Huh, no eeprom present (err=-5)? >>>>>>>>>> tveeprom 0-0050: Encountered bad packet header [00]. >>>>>>>>>> Corrupt or not a Hauppauge >>>>>>>>>> eeprom. >>>>>>>>>> cx23885[0]: warning: unknown hauppauge model #0 >>>>>>>>>> cx23885[0]: hauppauge eeprom: model=0 >>>>>>>>>> cx23885[0]: cx23885 based dvb card >>>>>>>>>> tda10048_readreg: readreg error (ret == -5) >>>>>>>>>> cx23885[0]: frontend initialization failed >>>>>>>>>> cx23885_dvb_register() dvb_register failed err = -1 >>>>>>>>>> cx23885_dev_setup() Failed to register dvb on VID_C >>>>>>>>>> cx23885_dev_checkrevision() New hardware revision found 0x0 >>>>>>>>>> cx23885_dev_checkrevision() Hardware revision unknown 0x0 >>>>>>>>>> cx23885[0]/0: found at 0000:02:00.0, rev: 2, irq: 24, >>>>>>>>>> latency: 0, mmio: >>>>>>>>>> 0xfe800000 >>>>>>>>> >>>>>>>>> This looks bad, it looks like i2c is broken badly, so that the >>>>>>>>> eeprom isn't detected and the demodulator isn't found during >>>>>>>>> attach. This is the reason why your missing /dev/dvb/adapterX/ >>>>>>>>> >>>>>>>>> No idea why. Try loading the cx23885 with debug=5 and report >>>>>>>>> any log messages here - on this mailing list. >>>>>>>> here ist the debug=5 output >>>>>>>> >>>>>>>> cx23885[0]/0: cx23885_dev_setup() Memory configured for PCIe >>>>>>>> bridge type 885 >>>>>>>> cx23885[0]/0: cx23885_init_tsport(portno=2) >>>>>>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge >>>>>>>> WinTV-HVR1700 [card=8,autodetected] >>>>>>>> cx23885[0]/0: cx23885_pci_quirks() >>>>>>>> cx23885[0]/0: cx23885_dev_setup() tuner_type = 0x0 tuner_addr = >>>>>>>> 0x0 >>>>>>>> cx23885[0]/0: cx23885_dev_setup() radio_type = 0x0 radio_addr = >>>>>>>> 0x0 >>>>>>>> cx23885[0]/0: cx23885_reset() >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel >>>>>>>> [VID A] >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107b0 <- >>>>>>>> 0x00000040 >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107c0 <- >>>>>>>> 0x00000b80 >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107d0 <- >>>>>>>> 0x000016c0 >>>>>>>> cx23885[0]/0: [bridge 885] sram setup VID A: bpl=2880 lines=3 >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch2] >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel >>>>>>>> [TS1 B] >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010400 <- >>>>>>>> 0x00005000 >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010410 <- >>>>>>>> 0x000052f0 >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010420 <- >>>>>>>> 0x000055e0 >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010430 <- >>>>>>>> 0x000058d0 >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010440 <- >>>>>>>> 0x00005bc0 >>>>>>>> cx23885[0]/0: [bridge 885] sram setup TS1 B: bpl=752 lines=5 >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch4] >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch5] >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel >>>>>>>> [TS2 C] >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108d0 <- >>>>>>>> 0x00006000 >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108e0 <- >>>>>>>> 0x000062f0 >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108f0 <- >>>>>>>> 0x000065e0 >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010900 <- >>>>>>>> 0x000068d0 >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010910 <- >>>>>>>> 0x00006bc0 >>>>>>>> cx23885[0]/0: [bridge 885] sram setup TS2 C: bpl=752 lines=5 >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch7] >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch8] >>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch9] >>>>>>>> cx23885[0]: i2c bus 0 registered >>>>>>>> cx23885[0]: i2c bus 1 registered >>>>>>>> cx23885[0]: i2c bus 2 registered >>>>>>> >>>>>>> Everything looks fine up to this point, then i2c looks bad. >>>>>>> >>>>>>> Can you try again with modprobe cx23885 i2c_scan=1 and post the >>>>>>> output again? (Output will be large - feel free to use >>>>>>> pastebin.com and post the URL here). >>>>>> >>>>>> hmm, output doesn't change with it. here is a lsmod plus a >>>>>> complete dmesg, is some module missing? >>>>>> >>>>>> http://pastebin.com/f4f9b58ed >>>>>> >>>>> >>>>> The module option isn't active. >>>>> >>>>> Unload the cx23885 module (and any dependencies) then try modprobe >>>>> i2c_scan=1 >>>>> >>>>> When the module option is set correctly, you'll see a lot of extra >>>>> debug messages. >>>>> >>>>> - Steve >>>>> >>>>> >>>> >>>> hmm, I've unload all modules that sounds interesting, but there is >>>> no more output: http://pastebin.com/f157a3978 >>> >>> Hmm. No idea. i2c_scan is working for me and various other people. >>> Something is wrong with your environment and I don't know what. >>> >>> The only time I've seen i2c_scan output not work, is when i2c_scan >>> is not passed as a module parameter. >>> >>> Unload all modules, then use lsmod to ensure cx23885.ko is not loaded. >>> Then, modprobe cx23885 debug=5 i2c_scan=1 >>> >>> If that doesn't show i2c device scanning traffic then I'm stumped. >>> >>> - Steve >>> >> > > Thanks for the feedback. This is odd, it looks like either I2C isn;t > working at all, or it's working partially for device 0x44. I think I'm > tempted to believe it's not working at all. > > The firmware gets loaded by the cx25840 module (if required), the > module is requested on the fly. But, that doesn't explain the missing > eeprom errors. > > Does this board work under windows? > > - Steve > hmm, never tested under windows, i' windows free ;) but i will install Windows now and will try wether it works.... Torben _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1700 Support 2008-04-29 18:24 ` Torben Viets @ 2008-04-29 18:31 ` Steven Toth 2008-04-29 21:30 ` Torben Viets 0 siblings, 1 reply; 17+ messages in thread From: Steven Toth @ 2008-04-29 18:31 UTC (permalink / raw) To: Torben Viets; +Cc: linux-dvb Torben Viets wrote: > Steven Toth wrote: >> Torben Viets wrote: >>> Hello, >>> >>> I've got it: http://pastebin.com/f50f33096 >>> >>> the trick was to compile the kernel (now linux-2.6.25-git13) with: >>> >>> CONFIG_I2C_DEBUG_CORE=y >>> CONFIG_I2C_DEBUG_ALGO=y >>> CONFIG_I2C_DEBUG_BUS=y >>> CONFIG_I2C_DEBUG_CHIP=y >>> >>> I hope you've got an idea, i updated my bios (afters this my RAM >>> doesn't work anymore), installed a new Ubuntu Linux hardy (8.04)... >>> >>> One last question when will the firmware be loaded and why there is >>> no hotplug tool in ubuntu, or is it in the kernel? >>> >>> greetings >>> Torben >>> >>> >>> Steven Toth wrote: >>>> Torben Viets wrote: >>>>> Steven Toth wrote: >>>>>> Torben Viets wrote: >>>>>>> Steven Toth wrote: >>>>>>>> Torben Viets wrote: >>>>>>>>> Hello, >>>>>>>>> >>>>>>>>> thanks for the quick reply. >>>>>>>>> >>>>>>>>> Steven Toth wrote: >>>>>>>>>> Torben Viets wrote: >>>>>>>>>>> Hello, >>>>>>>>>>> >>>>>>>>>>> I have a Hauppauge HVR-1700 PCI Express, I have read all >>>>>>>>>>> posts about >>>>>>>>>>> this card here, but I didn't get it working, how does it work? >>>>>>>>>> >>>>>>>>>> It's working fine for me on a stock 7.10 ubuntu install. >>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Kernel: linux-2.6.25-git10 >>>>>>>>>>> >>>>>>>>>>> Firmware-Files: >>>>>>>>>>> ls -al /lib/firmware/2.6.25-git10/ >>>>>>>>>>> total 416 >>>>>>>>>>> drwxr-xr-x 2 root root 91 Apr 27 16:27 . >>>>>>>>>>> drwxr-xr-x 3 root root 25 Apr 27 16:26 .. >>>>>>>>>>> -rw-r--r-- 1 root root 24878 Apr 27 16:27 >>>>>>>>>>> dvb-fe-tda10048-1.0.fw >>>>>>>>>>> -r--r--r-- 1 root root 16382 Apr 27 16:27 >>>>>>>>>>> v4l-cx23885-avcore-01.fw >>>>>>>>>>> -r--r--r-- 1 root root 376836 Apr 27 16:26 v4l-cx23885-enc.fw >>>>>>>>>>> >>>>>>>>>>> The modules I use are from the actual v4l-dvb hg, if I type >>>>>>>>>>> make load, >>>>>>>>>>> the only thing I get is a /dev/video0, but I have no picture >>>>>>>>>>> with xawtv... >>>>>>>>>> >>>>>>>>>> /dev/video doesn't work, it's not supported. >>>>>>>>>> >>>>>>>>> Are there any plans to support it? >>>>>>>> >>>>>>>> >>>>>>>> No immediate plans. >>>>>>>> >>>>>>>> >>>>>>>>>> You should aim to use the dvb-apps tools (tzap, scan) and >>>>>>>>>> mplayer as example tools, or MythTV as an app. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> The DVB doesn't work at all, I have no /dev/dvb*, here is my >>>>>>>>>>> dmesg: >>>>>>>>>>> >>>>>>>>>>> cx23885 driver version 0.0.1 loaded >>>>>>>>>>> ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 24 (level, low) -> >>>>>>>>>>> IRQ 24 >>>>>>>>>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge >>>>>>>>>>> WinTV-HVR1700 >>>>>>>>>>> [card=8,autodetected] >>>>>>>>>>> cx23885[0]: i2c bus 0 registered >>>>>>>>>>> cx23885[0]: i2c bus 1 registered >>>>>>>>>>> cx23885[0]: i2c bus 2 registered >>>>>>>>>>> tveeprom 0-0050: Huh, no eeprom present (err=-5)? >>>>>>>>>>> tveeprom 0-0050: Encountered bad packet header [00]. >>>>>>>>>>> Corrupt or not a Hauppauge >>>>>>>>>>> eeprom. >>>>>>>>>>> cx23885[0]: warning: unknown hauppauge model #0 >>>>>>>>>>> cx23885[0]: hauppauge eeprom: model=0 >>>>>>>>>>> cx23885[0]: cx23885 based dvb card >>>>>>>>>>> tda10048_readreg: readreg error (ret == -5) >>>>>>>>>>> cx23885[0]: frontend initialization failed >>>>>>>>>>> cx23885_dvb_register() dvb_register failed err = -1 >>>>>>>>>>> cx23885_dev_setup() Failed to register dvb on VID_C >>>>>>>>>>> cx23885_dev_checkrevision() New hardware revision found 0x0 >>>>>>>>>>> cx23885_dev_checkrevision() Hardware revision unknown 0x0 >>>>>>>>>>> cx23885[0]/0: found at 0000:02:00.0, rev: 2, irq: 24, >>>>>>>>>>> latency: 0, mmio: >>>>>>>>>>> 0xfe800000 >>>>>>>>>> >>>>>>>>>> This looks bad, it looks like i2c is broken badly, so that the >>>>>>>>>> eeprom isn't detected and the demodulator isn't found during >>>>>>>>>> attach. This is the reason why your missing /dev/dvb/adapterX/ >>>>>>>>>> >>>>>>>>>> No idea why. Try loading the cx23885 with debug=5 and report >>>>>>>>>> any log messages here - on this mailing list. >>>>>>>>> here ist the debug=5 output >>>>>>>>> >>>>>>>>> cx23885[0]/0: cx23885_dev_setup() Memory configured for PCIe >>>>>>>>> bridge type 885 >>>>>>>>> cx23885[0]/0: cx23885_init_tsport(portno=2) >>>>>>>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge >>>>>>>>> WinTV-HVR1700 [card=8,autodetected] >>>>>>>>> cx23885[0]/0: cx23885_pci_quirks() >>>>>>>>> cx23885[0]/0: cx23885_dev_setup() tuner_type = 0x0 tuner_addr = >>>>>>>>> 0x0 >>>>>>>>> cx23885[0]/0: cx23885_dev_setup() radio_type = 0x0 radio_addr = >>>>>>>>> 0x0 >>>>>>>>> cx23885[0]/0: cx23885_reset() >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel >>>>>>>>> [VID A] >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107b0 <- >>>>>>>>> 0x00000040 >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107c0 <- >>>>>>>>> 0x00000b80 >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107d0 <- >>>>>>>>> 0x000016c0 >>>>>>>>> cx23885[0]/0: [bridge 885] sram setup VID A: bpl=2880 lines=3 >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch2] >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel >>>>>>>>> [TS1 B] >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010400 <- >>>>>>>>> 0x00005000 >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010410 <- >>>>>>>>> 0x000052f0 >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010420 <- >>>>>>>>> 0x000055e0 >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010430 <- >>>>>>>>> 0x000058d0 >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010440 <- >>>>>>>>> 0x00005bc0 >>>>>>>>> cx23885[0]/0: [bridge 885] sram setup TS1 B: bpl=752 lines=5 >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch4] >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch5] >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel >>>>>>>>> [TS2 C] >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108d0 <- >>>>>>>>> 0x00006000 >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108e0 <- >>>>>>>>> 0x000062f0 >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108f0 <- >>>>>>>>> 0x000065e0 >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010900 <- >>>>>>>>> 0x000068d0 >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010910 <- >>>>>>>>> 0x00006bc0 >>>>>>>>> cx23885[0]/0: [bridge 885] sram setup TS2 C: bpl=752 lines=5 >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch7] >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch8] >>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch9] >>>>>>>>> cx23885[0]: i2c bus 0 registered >>>>>>>>> cx23885[0]: i2c bus 1 registered >>>>>>>>> cx23885[0]: i2c bus 2 registered >>>>>>>> >>>>>>>> Everything looks fine up to this point, then i2c looks bad. >>>>>>>> >>>>>>>> Can you try again with modprobe cx23885 i2c_scan=1 and post the >>>>>>>> output again? (Output will be large - feel free to use >>>>>>>> pastebin.com and post the URL here). >>>>>>> >>>>>>> hmm, output doesn't change with it. here is a lsmod plus a >>>>>>> complete dmesg, is some module missing? >>>>>>> >>>>>>> http://pastebin.com/f4f9b58ed >>>>>>> >>>>>> >>>>>> The module option isn't active. >>>>>> >>>>>> Unload the cx23885 module (and any dependencies) then try modprobe >>>>>> i2c_scan=1 >>>>>> >>>>>> When the module option is set correctly, you'll see a lot of extra >>>>>> debug messages. >>>>>> >>>>>> - Steve >>>>>> >>>>>> >>>>> >>>>> hmm, I've unload all modules that sounds interesting, but there is >>>>> no more output: http://pastebin.com/f157a3978 >>>> >>>> Hmm. No idea. i2c_scan is working for me and various other people. >>>> Something is wrong with your environment and I don't know what. >>>> >>>> The only time I've seen i2c_scan output not work, is when i2c_scan >>>> is not passed as a module parameter. >>>> >>>> Unload all modules, then use lsmod to ensure cx23885.ko is not loaded. >>>> Then, modprobe cx23885 debug=5 i2c_scan=1 >>>> >>>> If that doesn't show i2c device scanning traffic then I'm stumped. >>>> >>>> - Steve >>>> >>> >> >> Thanks for the feedback. This is odd, it looks like either I2C isn;t >> working at all, or it's working partially for device 0x44. I think I'm >> tempted to believe it's not working at all. >> >> The firmware gets loaded by the cx25840 module (if required), the >> module is requested on the fly. But, that doesn't explain the missing >> eeprom errors. >> >> Does this board work under windows? >> >> - Steve >> > hmm, never tested under windows, i' windows free ;) but i will install > Windows now and will try wether it works.... Try a -stable linux kernel first, linux-2.6.25-git10 might be broken. - Steve _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1700 Support 2008-04-29 18:31 ` Steven Toth @ 2008-04-29 21:30 ` Torben Viets 2008-04-29 23:18 ` Torben Viets 0 siblings, 1 reply; 17+ messages in thread From: Torben Viets @ 2008-04-29 21:30 UTC (permalink / raw) To: Steven Toth; +Cc: linux-dvb Steven Toth wrote: > Torben Viets wrote: >> Steven Toth wrote: >>> Torben Viets wrote: >>>> Hello, >>>> >>>> I've got it: http://pastebin.com/f50f33096 >>>> >>>> the trick was to compile the kernel (now linux-2.6.25-git13) with: >>>> >>>> CONFIG_I2C_DEBUG_CORE=y >>>> CONFIG_I2C_DEBUG_ALGO=y >>>> CONFIG_I2C_DEBUG_BUS=y >>>> CONFIG_I2C_DEBUG_CHIP=y >>>> >>>> I hope you've got an idea, i updated my bios (afters this my RAM >>>> doesn't work anymore), installed a new Ubuntu Linux hardy (8.04)... >>>> >>>> One last question when will the firmware be loaded and why there is >>>> no hotplug tool in ubuntu, or is it in the kernel? >>>> >>>> greetings >>>> Torben >>>> >>>> >>>> Steven Toth wrote: >>>>> Torben Viets wrote: >>>>>> Steven Toth wrote: >>>>>>> Torben Viets wrote: >>>>>>>> Steven Toth wrote: >>>>>>>>> Torben Viets wrote: >>>>>>>>>> Hello, >>>>>>>>>> >>>>>>>>>> thanks for the quick reply. >>>>>>>>>> >>>>>>>>>> Steven Toth wrote: >>>>>>>>>>> Torben Viets wrote: >>>>>>>>>>>> Hello, >>>>>>>>>>>> >>>>>>>>>>>> I have a Hauppauge HVR-1700 PCI Express, I have read all >>>>>>>>>>>> posts about >>>>>>>>>>>> this card here, but I didn't get it working, how does it work? >>>>>>>>>>> >>>>>>>>>>> It's working fine for me on a stock 7.10 ubuntu install. >>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> Kernel: linux-2.6.25-git10 >>>>>>>>>>>> >>>>>>>>>>>> Firmware-Files: >>>>>>>>>>>> ls -al /lib/firmware/2.6.25-git10/ >>>>>>>>>>>> total 416 >>>>>>>>>>>> drwxr-xr-x 2 root root 91 Apr 27 16:27 . >>>>>>>>>>>> drwxr-xr-x 3 root root 25 Apr 27 16:26 .. >>>>>>>>>>>> -rw-r--r-- 1 root root 24878 Apr 27 16:27 >>>>>>>>>>>> dvb-fe-tda10048-1.0.fw >>>>>>>>>>>> -r--r--r-- 1 root root 16382 Apr 27 16:27 >>>>>>>>>>>> v4l-cx23885-avcore-01.fw >>>>>>>>>>>> -r--r--r-- 1 root root 376836 Apr 27 16:26 v4l-cx23885-enc.fw >>>>>>>>>>>> >>>>>>>>>>>> The modules I use are from the actual v4l-dvb hg, if I type >>>>>>>>>>>> make load, >>>>>>>>>>>> the only thing I get is a /dev/video0, but I have no >>>>>>>>>>>> picture with xawtv... >>>>>>>>>>> >>>>>>>>>>> /dev/video doesn't work, it's not supported. >>>>>>>>>>> >>>>>>>>>> Are there any plans to support it? >>>>>>>>> >>>>>>>>> >>>>>>>>> No immediate plans. >>>>>>>>> >>>>>>>>> >>>>>>>>>>> You should aim to use the dvb-apps tools (tzap, scan) and >>>>>>>>>>> mplayer as example tools, or MythTV as an app. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> The DVB doesn't work at all, I have no /dev/dvb*, here is >>>>>>>>>>>> my dmesg: >>>>>>>>>>>> >>>>>>>>>>>> cx23885 driver version 0.0.1 loaded >>>>>>>>>>>> ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 24 (level, low) >>>>>>>>>>>> -> IRQ 24 >>>>>>>>>>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge >>>>>>>>>>>> WinTV-HVR1700 >>>>>>>>>>>> [card=8,autodetected] >>>>>>>>>>>> cx23885[0]: i2c bus 0 registered >>>>>>>>>>>> cx23885[0]: i2c bus 1 registered >>>>>>>>>>>> cx23885[0]: i2c bus 2 registered >>>>>>>>>>>> tveeprom 0-0050: Huh, no eeprom present (err=-5)? >>>>>>>>>>>> tveeprom 0-0050: Encountered bad packet header [00]. >>>>>>>>>>>> Corrupt or not a Hauppauge >>>>>>>>>>>> eeprom. >>>>>>>>>>>> cx23885[0]: warning: unknown hauppauge model #0 >>>>>>>>>>>> cx23885[0]: hauppauge eeprom: model=0 >>>>>>>>>>>> cx23885[0]: cx23885 based dvb card >>>>>>>>>>>> tda10048_readreg: readreg error (ret == -5) >>>>>>>>>>>> cx23885[0]: frontend initialization failed >>>>>>>>>>>> cx23885_dvb_register() dvb_register failed err = -1 >>>>>>>>>>>> cx23885_dev_setup() Failed to register dvb on VID_C >>>>>>>>>>>> cx23885_dev_checkrevision() New hardware revision found 0x0 >>>>>>>>>>>> cx23885_dev_checkrevision() Hardware revision unknown 0x0 >>>>>>>>>>>> cx23885[0]/0: found at 0000:02:00.0, rev: 2, irq: 24, >>>>>>>>>>>> latency: 0, mmio: >>>>>>>>>>>> 0xfe800000 >>>>>>>>>>> >>>>>>>>>>> This looks bad, it looks like i2c is broken badly, so that >>>>>>>>>>> the eeprom isn't detected and the demodulator isn't found >>>>>>>>>>> during attach. This is the reason why your missing >>>>>>>>>>> /dev/dvb/adapterX/ >>>>>>>>>>> >>>>>>>>>>> No idea why. Try loading the cx23885 with debug=5 and report >>>>>>>>>>> any log messages here - on this mailing list. >>>>>>>>>> here ist the debug=5 output >>>>>>>>>> >>>>>>>>>> cx23885[0]/0: cx23885_dev_setup() Memory configured for PCIe >>>>>>>>>> bridge type 885 >>>>>>>>>> cx23885[0]/0: cx23885_init_tsport(portno=2) >>>>>>>>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge >>>>>>>>>> WinTV-HVR1700 [card=8,autodetected] >>>>>>>>>> cx23885[0]/0: cx23885_pci_quirks() >>>>>>>>>> cx23885[0]/0: cx23885_dev_setup() tuner_type = 0x0 tuner_addr >>>>>>>>>> = 0x0 >>>>>>>>>> cx23885[0]/0: cx23885_dev_setup() radio_type = 0x0 radio_addr >>>>>>>>>> = 0x0 >>>>>>>>>> cx23885[0]/0: cx23885_reset() >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring >>>>>>>>>> channel [VID A] >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107b0 <- >>>>>>>>>> 0x00000040 >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107c0 <- >>>>>>>>>> 0x00000b80 >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107d0 <- >>>>>>>>>> 0x000016c0 >>>>>>>>>> cx23885[0]/0: [bridge 885] sram setup VID A: bpl=2880 lines=3 >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch2] >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring >>>>>>>>>> channel [TS1 B] >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010400 <- >>>>>>>>>> 0x00005000 >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010410 <- >>>>>>>>>> 0x000052f0 >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010420 <- >>>>>>>>>> 0x000055e0 >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010430 <- >>>>>>>>>> 0x000058d0 >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010440 <- >>>>>>>>>> 0x00005bc0 >>>>>>>>>> cx23885[0]/0: [bridge 885] sram setup TS1 B: bpl=752 lines=5 >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch4] >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch5] >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring >>>>>>>>>> channel [TS2 C] >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108d0 <- >>>>>>>>>> 0x00006000 >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108e0 <- >>>>>>>>>> 0x000062f0 >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108f0 <- >>>>>>>>>> 0x000065e0 >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010900 <- >>>>>>>>>> 0x000068d0 >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010910 <- >>>>>>>>>> 0x00006bc0 >>>>>>>>>> cx23885[0]/0: [bridge 885] sram setup TS2 C: bpl=752 lines=5 >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch7] >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch8] >>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch9] >>>>>>>>>> cx23885[0]: i2c bus 0 registered >>>>>>>>>> cx23885[0]: i2c bus 1 registered >>>>>>>>>> cx23885[0]: i2c bus 2 registered >>>>>>>>> >>>>>>>>> Everything looks fine up to this point, then i2c looks bad. >>>>>>>>> >>>>>>>>> Can you try again with modprobe cx23885 i2c_scan=1 and post >>>>>>>>> the output again? (Output will be large - feel free to use >>>>>>>>> pastebin.com and post the URL here). >>>>>>>> >>>>>>>> hmm, output doesn't change with it. here is a lsmod plus a >>>>>>>> complete dmesg, is some module missing? >>>>>>>> >>>>>>>> http://pastebin.com/f4f9b58ed >>>>>>>> >>>>>>> >>>>>>> The module option isn't active. >>>>>>> >>>>>>> Unload the cx23885 module (and any dependencies) then try >>>>>>> modprobe i2c_scan=1 >>>>>>> >>>>>>> When the module option is set correctly, you'll see a lot of >>>>>>> extra debug messages. >>>>>>> >>>>>>> - Steve >>>>>>> >>>>>>> >>>>>> >>>>>> hmm, I've unload all modules that sounds interesting, but there >>>>>> is no more output: http://pastebin.com/f157a3978 >>>>> >>>>> Hmm. No idea. i2c_scan is working for me and various other people. >>>>> Something is wrong with your environment and I don't know what. >>>>> >>>>> The only time I've seen i2c_scan output not work, is when i2c_scan >>>>> is not passed as a module parameter. >>>>> >>>>> Unload all modules, then use lsmod to ensure cx23885.ko is not >>>>> loaded. >>>>> Then, modprobe cx23885 debug=5 i2c_scan=1 >>>>> >>>>> If that doesn't show i2c device scanning traffic then I'm stumped. >>>>> >>>>> - Steve >>>>> >>>> >>> >>> Thanks for the feedback. This is odd, it looks like either I2C isn;t >>> working at all, or it's working partially for device 0x44. I think >>> I'm tempted to believe it's not working at all. >>> >>> The firmware gets loaded by the cx25840 module (if required), the >>> module is requested on the fly. But, that doesn't explain the >>> missing eeprom errors. >>> >>> Does this board work under windows? >>> >>> - Steve >>> >> hmm, never tested under windows, i' windows free ;) but i will >> install Windows now and will try wether it works.... > > Try a -stable linux kernel first, linux-2.6.25-git10 might be broken. > > - Steve > > too late, i've installed Windows, and the card works, not as much as i expected, but i guess this is because i haven't the experience with windows. Additionally i've written down the wintv output about the card, don't know wether this interest. http://pastebin.com/f7aefdd0d tried the ubuntu kernel linux-2.6.24-16-rt, this doesn't detect, and it doens't work with the v4l hg, now i'm building a 2.6.25 and if this doesn't detect the card, i will try it with the v4l hg greetings Torben _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1700 Support 2008-04-29 21:30 ` Torben Viets @ 2008-04-29 23:18 ` Torben Viets 2008-04-30 0:29 ` Steven Toth 0 siblings, 1 reply; 17+ messages in thread From: Torben Viets @ 2008-04-29 23:18 UTC (permalink / raw) To: Steven Toth; +Cc: linux-dvb Torben Viets wrote: > Steven Toth wrote: > >> Torben Viets wrote: >> >>> Steven Toth wrote: >>> >>>> Torben Viets wrote: >>>> >>>>> Hello, >>>>> >>>>> I've got it: http://pastebin.com/f50f33096 >>>>> >>>>> the trick was to compile the kernel (now linux-2.6.25-git13) with: >>>>> >>>>> CONFIG_I2C_DEBUG_CORE=y >>>>> CONFIG_I2C_DEBUG_ALGO=y >>>>> CONFIG_I2C_DEBUG_BUS=y >>>>> CONFIG_I2C_DEBUG_CHIP=y >>>>> >>>>> I hope you've got an idea, i updated my bios (afters this my RAM >>>>> doesn't work anymore), installed a new Ubuntu Linux hardy (8.04)... >>>>> >>>>> One last question when will the firmware be loaded and why there is >>>>> no hotplug tool in ubuntu, or is it in the kernel? >>>>> >>>>> greetings >>>>> Torben >>>>> >>>>> >>>>> Steven Toth wrote: >>>>> >>>>>> Torben Viets wrote: >>>>>> >>>>>>> Steven Toth wrote: >>>>>>> >>>>>>>> Torben Viets wrote: >>>>>>>> >>>>>>>>> Steven Toth wrote: >>>>>>>>> >>>>>>>>>> Torben Viets wrote: >>>>>>>>>> >>>>>>>>>>> Hello, >>>>>>>>>>> >>>>>>>>>>> thanks for the quick reply. >>>>>>>>>>> >>>>>>>>>>> Steven Toth wrote: >>>>>>>>>>> >>>>>>>>>>>> Torben Viets wrote: >>>>>>>>>>>> >>>>>>>>>>>>> Hello, >>>>>>>>>>>>> >>>>>>>>>>>>> I have a Hauppauge HVR-1700 PCI Express, I have read all >>>>>>>>>>>>> posts about >>>>>>>>>>>>> this card here, but I didn't get it working, how does it work? >>>>>>>>>>>>> >>>>>>>>>>>> It's working fine for me on a stock 7.10 ubuntu install. >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>>> Kernel: linux-2.6.25-git10 >>>>>>>>>>>>> >>>>>>>>>>>>> Firmware-Files: >>>>>>>>>>>>> ls -al /lib/firmware/2.6.25-git10/ >>>>>>>>>>>>> total 416 >>>>>>>>>>>>> drwxr-xr-x 2 root root 91 Apr 27 16:27 . >>>>>>>>>>>>> drwxr-xr-x 3 root root 25 Apr 27 16:26 .. >>>>>>>>>>>>> -rw-r--r-- 1 root root 24878 Apr 27 16:27 >>>>>>>>>>>>> dvb-fe-tda10048-1.0.fw >>>>>>>>>>>>> -r--r--r-- 1 root root 16382 Apr 27 16:27 >>>>>>>>>>>>> v4l-cx23885-avcore-01.fw >>>>>>>>>>>>> -r--r--r-- 1 root root 376836 Apr 27 16:26 v4l-cx23885-enc.fw >>>>>>>>>>>>> >>>>>>>>>>>>> The modules I use are from the actual v4l-dvb hg, if I type >>>>>>>>>>>>> make load, >>>>>>>>>>>>> the only thing I get is a /dev/video0, but I have no >>>>>>>>>>>>> picture with xawtv... >>>>>>>>>>>>> >>>>>>>>>>>> /dev/video doesn't work, it's not supported. >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> Are there any plans to support it? >>>>>>>>>>> >>>>>>>>>> No immediate plans. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>>>> You should aim to use the dvb-apps tools (tzap, scan) and >>>>>>>>>>>> mplayer as example tools, or MythTV as an app. >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>>> The DVB doesn't work at all, I have no /dev/dvb*, here is >>>>>>>>>>>>> my dmesg: >>>>>>>>>>>>> >>>>>>>>>>>>> cx23885 driver version 0.0.1 loaded >>>>>>>>>>>>> ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 24 (level, low) >>>>>>>>>>>>> -> IRQ 24 >>>>>>>>>>>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge >>>>>>>>>>>>> WinTV-HVR1700 >>>>>>>>>>>>> [card=8,autodetected] >>>>>>>>>>>>> cx23885[0]: i2c bus 0 registered >>>>>>>>>>>>> cx23885[0]: i2c bus 1 registered >>>>>>>>>>>>> cx23885[0]: i2c bus 2 registered >>>>>>>>>>>>> tveeprom 0-0050: Huh, no eeprom present (err=-5)? >>>>>>>>>>>>> tveeprom 0-0050: Encountered bad packet header [00]. >>>>>>>>>>>>> Corrupt or not a Hauppauge >>>>>>>>>>>>> eeprom. >>>>>>>>>>>>> cx23885[0]: warning: unknown hauppauge model #0 >>>>>>>>>>>>> cx23885[0]: hauppauge eeprom: model=0 >>>>>>>>>>>>> cx23885[0]: cx23885 based dvb card >>>>>>>>>>>>> tda10048_readreg: readreg error (ret == -5) >>>>>>>>>>>>> cx23885[0]: frontend initialization failed >>>>>>>>>>>>> cx23885_dvb_register() dvb_register failed err = -1 >>>>>>>>>>>>> cx23885_dev_setup() Failed to register dvb on VID_C >>>>>>>>>>>>> cx23885_dev_checkrevision() New hardware revision found 0x0 >>>>>>>>>>>>> cx23885_dev_checkrevision() Hardware revision unknown 0x0 >>>>>>>>>>>>> cx23885[0]/0: found at 0000:02:00.0, rev: 2, irq: 24, >>>>>>>>>>>>> latency: 0, mmio: >>>>>>>>>>>>> 0xfe800000 >>>>>>>>>>>>> >>>>>>>>>>>> This looks bad, it looks like i2c is broken badly, so that >>>>>>>>>>>> the eeprom isn't detected and the demodulator isn't found >>>>>>>>>>>> during attach. This is the reason why your missing >>>>>>>>>>>> /dev/dvb/adapterX/ >>>>>>>>>>>> >>>>>>>>>>>> No idea why. Try loading the cx23885 with debug=5 and report >>>>>>>>>>>> any log messages here - on this mailing list. >>>>>>>>>>>> >>>>>>>>>>> here ist the debug=5 output >>>>>>>>>>> >>>>>>>>>>> cx23885[0]/0: cx23885_dev_setup() Memory configured for PCIe >>>>>>>>>>> bridge type 885 >>>>>>>>>>> cx23885[0]/0: cx23885_init_tsport(portno=2) >>>>>>>>>>> CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge >>>>>>>>>>> WinTV-HVR1700 [card=8,autodetected] >>>>>>>>>>> cx23885[0]/0: cx23885_pci_quirks() >>>>>>>>>>> cx23885[0]/0: cx23885_dev_setup() tuner_type = 0x0 tuner_addr >>>>>>>>>>> = 0x0 >>>>>>>>>>> cx23885[0]/0: cx23885_dev_setup() radio_type = 0x0 radio_addr >>>>>>>>>>> = 0x0 >>>>>>>>>>> cx23885[0]/0: cx23885_reset() >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring >>>>>>>>>>> channel [VID A] >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107b0 <- >>>>>>>>>>> 0x00000040 >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107c0 <- >>>>>>>>>>> 0x00000b80 >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000107d0 <- >>>>>>>>>>> 0x000016c0 >>>>>>>>>>> cx23885[0]/0: [bridge 885] sram setup VID A: bpl=2880 lines=3 >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch2] >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring >>>>>>>>>>> channel [TS1 B] >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010400 <- >>>>>>>>>>> 0x00005000 >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010410 <- >>>>>>>>>>> 0x000052f0 >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010420 <- >>>>>>>>>>> 0x000055e0 >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010430 <- >>>>>>>>>>> 0x000058d0 >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010440 <- >>>>>>>>>>> 0x00005bc0 >>>>>>>>>>> cx23885[0]/0: [bridge 885] sram setup TS1 B: bpl=752 lines=5 >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch4] >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch5] >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Configuring >>>>>>>>>>> channel [TS2 C] >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108d0 <- >>>>>>>>>>> 0x00006000 >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108e0 <- >>>>>>>>>>> 0x000062f0 >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x000108f0 <- >>>>>>>>>>> 0x000065e0 >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010900 <- >>>>>>>>>>> 0x000068d0 >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() 0x00010910 <- >>>>>>>>>>> 0x00006bc0 >>>>>>>>>>> cx23885[0]/0: [bridge 885] sram setup TS2 C: bpl=752 lines=5 >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch7] >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch8] >>>>>>>>>>> cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch9] >>>>>>>>>>> cx23885[0]: i2c bus 0 registered >>>>>>>>>>> cx23885[0]: i2c bus 1 registered >>>>>>>>>>> cx23885[0]: i2c bus 2 registered >>>>>>>>>>> >>>>>>>>>> Everything looks fine up to this point, then i2c looks bad. >>>>>>>>>> >>>>>>>>>> Can you try again with modprobe cx23885 i2c_scan=1 and post >>>>>>>>>> the output again? (Output will be large - feel free to use >>>>>>>>>> pastebin.com and post the URL here). >>>>>>>>>> >>>>>>>>> hmm, output doesn't change with it. here is a lsmod plus a >>>>>>>>> complete dmesg, is some module missing? >>>>>>>>> >>>>>>>>> http://pastebin.com/f4f9b58ed >>>>>>>>> >>>>>>>>> >>>>>>>> The module option isn't active. >>>>>>>> >>>>>>>> Unload the cx23885 module (and any dependencies) then try >>>>>>>> modprobe i2c_scan=1 >>>>>>>> >>>>>>>> When the module option is set correctly, you'll see a lot of >>>>>>>> extra debug messages. >>>>>>>> >>>>>>>> - Steve >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> hmm, I've unload all modules that sounds interesting, but there >>>>>>> is no more output: http://pastebin.com/f157a3978 >>>>>>> >>>>>> Hmm. No idea. i2c_scan is working for me and various other people. >>>>>> Something is wrong with your environment and I don't know what. >>>>>> >>>>>> The only time I've seen i2c_scan output not work, is when i2c_scan >>>>>> is not passed as a module parameter. >>>>>> >>>>>> Unload all modules, then use lsmod to ensure cx23885.ko is not >>>>>> loaded. >>>>>> Then, modprobe cx23885 debug=5 i2c_scan=1 >>>>>> >>>>>> If that doesn't show i2c device scanning traffic then I'm stumped. >>>>>> >>>>>> - Steve >>>>>> >>>>>> >>>> Thanks for the feedback. This is odd, it looks like either I2C isn;t >>>> working at all, or it's working partially for device 0x44. I think >>>> I'm tempted to believe it's not working at all. >>>> >>>> The firmware gets loaded by the cx25840 module (if required), the >>>> module is requested on the fly. But, that doesn't explain the >>>> missing eeprom errors. >>>> >>>> Does this board work under windows? >>>> >>>> - Steve >>>> >>>> >>> hmm, never tested under windows, i' windows free ;) but i will >>> install Windows now and will try wether it works.... >>> >> Try a -stable linux kernel first, linux-2.6.25-git10 might be broken. >> >> - Steve >> >> >> > too late, i've installed Windows, and the card works, not as much as i > expected, but i guess this is because i haven't the experience with > windows. Additionally i've written down the wintv output about the card, > don't know wether this interest. > > http://pastebin.com/f7aefdd0d > > tried the ubuntu kernel linux-2.6.24-16-rt, this doesn't detect, and it > doens't work with the v4l hg, now i'm building a 2.6.25 and if this > doesn't detect the card, i will try it with the v4l hg > > greetings > Torben > > _______________________________________________ > linux-dvb mailing list > linux-dvb@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb > > Hey, I've update, now the dvb works with 2.6.25 ant the v4l-dvb hg, I was sure that I already tried this combinations... Now, only the analog input have to work (this was the main reason I bought this card), is it really so hard, because I saw that the HVR-1600 and the HVR-1800 is supported. greetings and many thanks Torben _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1700 Support 2008-04-29 23:18 ` Torben Viets @ 2008-04-30 0:29 ` Steven Toth 2008-05-02 14:36 ` Torben Viets 0 siblings, 1 reply; 17+ messages in thread From: Steven Toth @ 2008-04-30 0:29 UTC (permalink / raw) To: Torben Viets; +Cc: linux-dvb > Hey, I've update, now the dvb works with 2.6.25 ant the v4l-dvb hg, I > was sure that I already tried this combinations... Good, because it's working for various other peopple too. > > Now, only the analog input have to work (this was the main reason I > bought this card), is it really so hard, because I > saw that the HVR-1600 and the HVR-1800 is supported. lol, after all this traffic, bad news for you because analog doesn't work - it never has. - Steve _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1700 Support 2008-04-30 0:29 ` Steven Toth @ 2008-05-02 14:36 ` Torben Viets 2008-05-02 14:54 ` Steven Toth 0 siblings, 1 reply; 17+ messages in thread From: Torben Viets @ 2008-05-02 14:36 UTC (permalink / raw) To: Steven Toth; +Cc: linux-dvb Steven Toth wrote: > >> Hey, I've update, now the dvb works with 2.6.25 ant the v4l-dvb hg, I >> was sure that I already tried this combinations... > > Good, because it's working for various other peopple too. > >> >> Now, only the analog input have to work (this was the main reason I >> bought this card), is it really so hard, because I >> saw that the HVR-1600 and the HVR-1800 is supported. > > > lol, after all this traffic, bad news for you because analog doesn't > work - it never has. > > - Steve > yes, but better I've got DVB-T , than nothing, but the main reason was the analog Mpeg encoder and I thought HVR-1700 and HVR-1800 have the same chipset (cx23817). That's why I'm thought it should work. If I make a modprobe cx23885 card=2 (this is the Cardid for HVR-1800), I've got video0 and video1, but I 'don't know whether it doesn't work or don't know which program I've to use. But after your comments I think it is useless. greetings Torben _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [linux-dvb] Hauppauge HVR-1700 Support 2008-05-02 14:36 ` Torben Viets @ 2008-05-02 14:54 ` Steven Toth 0 siblings, 0 replies; 17+ messages in thread From: Steven Toth @ 2008-05-02 14:54 UTC (permalink / raw) To: Torben Viets; +Cc: linux-dvb Torben Viets wrote: > Steven Toth wrote: >> >>> Hey, I've update, now the dvb works with 2.6.25 ant the v4l-dvb hg, I >>> was sure that I already tried this combinations... >> >> Good, because it's working for various other peopple too. >> >>> >>> Now, only the analog input have to work (this was the main reason I >>> bought this card), is it really so hard, because I >>> saw that the HVR-1600 and the HVR-1800 is supported. >> >> >> lol, after all this traffic, bad news for you because analog doesn't >> work - it never has. >> >> - Steve >> > > yes, but better I've got DVB-T , than nothing, but the main reason was > the analog Mpeg encoder and I thought HVR-1700 and HVR-1800 have the > same chipset (cx23817). That's why I'm thought it should work. If I make > a modprobe cx23885 card=2 (this is the Cardid for HVR-1800), I've got > video0 and video1, but I 'don't know whether it doesn't work or don't > know which program I've to use. But after your comments I think it is > useless. Hi, Sorry, I'm not too worried about supporting the HVR1700 analog video anytime soon. It's just not a priority on my list. Still, you have great DVB-T support :) - Steve _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2008-05-02 14:55 UTC | newest] Thread overview: 17+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-04-28 11:19 [linux-dvb] Hauppauge HVR-1700 Support Torben Viets 2008-04-28 15:43 ` Steven Toth 2008-04-28 16:24 ` Torben Viets 2008-04-28 16:46 ` Steven Toth 2008-04-28 17:10 ` Torben Viets 2008-04-28 18:03 ` Steven Toth 2008-04-28 18:33 ` Torben Viets 2008-04-28 18:45 ` Steven Toth 2008-04-29 18:00 ` Torben Viets 2008-04-29 18:06 ` Steven Toth 2008-04-29 18:24 ` Torben Viets 2008-04-29 18:31 ` Steven Toth 2008-04-29 21:30 ` Torben Viets 2008-04-29 23:18 ` Torben Viets 2008-04-30 0:29 ` Steven Toth 2008-05-02 14:36 ` Torben Viets 2008-05-02 14:54 ` Steven Toth
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox