Bug 8803 - Sony Vaio Picturebook PCG-C1VE: Kernel panic - not syncinc: Fatal exception in interrupt
Summary: Sony Vaio Picturebook PCG-C1VE: Kernel panic - not syncinc: Fatal exception i...
Status: CLOSED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: Platform (show other bugs)
Hardware: All Linux
: P1 blocking
Assignee: Mattia Dongili
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-24 13:02 UTC by Stefan Foerster
Modified: 2010-10-08 18:18 UTC (History)
7 users (show)

See Also:
Kernel Version: 2.6.22.1
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments
Fix event reading in sony-laptop (2.66 KB, patch)
2007-07-25 01:09 UTC, Mattia Dongili
Details | Diff
fix c1ve (and type1 vaios) initialization (11.07 KB, patch)
2007-07-30 05:18 UTC, Mattia Dongili
Details | Diff
fix c1ve (and type1 vaios) initialization (try2) (11.51 KB, patch)
2007-08-03 23:18 UTC, Mattia Dongili
Details | Diff
dmesg with the 3rd patch applied and debug=1 (33.55 KB, text/plain)
2007-08-05 12:47 UTC, Stefan Foerster
Details
A screen shot of the MEye camera picture (991.33 KB, application/x-bzip)
2007-08-05 13:53 UTC, Stefan Foerster
Details

Description Stefan Foerster 2007-07-24 13:02:35 UTC
Most recent kernel where this bug did not occur: 2.6.21.1
Distribution: Ubuntu Gutsy Gibbon (Tribe 3), but plain vanilla kernel, not the Ubuntu kernel (I always use my own kernel)
Hardware Environment: Sony Vaio Picturebook PCG-C1VE, 192 MB, Transmeta Crusoe TM5600, 600 MHz
Software Environment: gcc-Version 4.1.3 20070718 (prerelease) /Ubuntu 4.1.2-14ubuntu1), CFLAGS=-0s -march=i586 -mmx -pipe -fomit-frame-pointer
Problem Description: I get a kernel panic early during startup

Steps to reproduce:

Compile the kernel 2.6.22.1 using the .config below on a PCG-C1E using the following command:

make-kpkg --append_to_version -crusoe --initrd --bzImage --revision=1 --stem=linux kernel_image

and install it wit dpkg. Restart the system.

You will get the following result (I had to type it from the screen output):
--------------------
[<c01450c4>] setup_irq+0xc4/0x190
[<c026a800>] input_register_device+0x1c0/0x1e0
[<c024f480>] sony_pic_irq+0x0/0x170
[<c0145231>] request_irq+0xa1/0xc0
[<c024fd7b>] sony_pic_add+0x2eb/0x590
[<c021af93>] acpi_device_probe+0x33/0x80
[<c02486bd>] driver_probe_device+0x8d/0x190
[<c024892a>] __driver_attach+0x9a/0xa0
[<c0247aea>] bus_for_each_dev+0x3a/0x60
[<c0248536>] driver_attach+0x16/0x20
[<c0248890>] __driver_attach+0x0/0xa0
[<c0247e7a>] bus_add_driver+0x8a/0x1b0
[<c03abc2a>] sony_laptop_init+0x6a/0x80
[<c0390735>] kernel_init+0x85/0x260
[<c0103da6>] ret_from_fork+0x6/0x1c
[<c03906b0>] kernel_init+0x0/0x260
[<c03906b0>] kernel_init+0x0/0x260
[<c01049eb>] kernel_thread_helper+0x7/0x1c
=======================
Code: 85 d2 0f 44 f4 83 f9 10 74 11 83 f9 20 74 15 83 f9 08 75 17 89 da ec 88 06
 eb 14 89 da 66 ed 66 89 06 eb 0b 89 da ed 89 06 eb 04 <0f> 0b eb fe 5a 31 c0 5b
 5e c3 66 90 83 f9 10 53 89 c3 89 d0 74
EIP: [<c0201e44>] acpi_os_read_port+0x34/0x40 SS:ESP 0068:c119bdbc
Kernel panic - not syncing: Fatal exception in interrupt
--------------------------------------------------------------

Here is the 2.6.22.1 .config file used:
--------------------------------------------------------------
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.22.1-20070715-crusoe
# Sun Jul 22 23:23:40 2007
#
CONFIG_X86_32=y
CONFIG_GENERIC_TIME=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_QUICKLIST=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_DMI=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32

#
# General setup
#
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_IPC_NS is not set
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_UTS_NS is not set
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=14
# CONFIG_SYSFS_DEPRECATED is not set
# CONFIG_RELAY is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
# 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_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
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_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y

#
# Block layer
#
CONFIG_BLOCK=y
# CONFIG_LBD is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_LSF 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"

#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=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_PARAVIRT 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_MCORE2 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=y
# 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 is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_XADD=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_TSC=y
CONFIG_X86_MINIMUM_CPU_MODEL=4
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT 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=y
# CONFIG_X86_MCE_NONFATAL is not set
# CONFIG_X86_MCE_P4THERMAL 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

#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
CONFIG_PAGE_OFFSET=0xC0000000
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_POPULATES_NODE_MAP=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_SPLIT_PTLOCK_CPUS=4
# CONFIG_RESOURCES_64BIT is not set
CONFIG_ZONE_DMA_FLAG=1
CONFIG_NR_QUICK=1
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
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_KEXEC is not set
CONFIG_PHYSICAL_START=0x100000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x100000
# CONFIG_COMPAT_VDSO is not set

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_PM_LEGACY is not set
# CONFIG_PM_DEBUG is not set
# CONFIG_PM_SYSFS_DEPRECATED is not set
CONFIG_SOFTWARE_SUSPEND=y
CONFIG_PM_STD_PARTITION="/dev/hda2"

#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
# CONFIG_ACPI_SLEEP_PROC_SLEEP is not set
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=m
CONFIG_ACPI_BAY=m
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# 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=m
CONFIG_APM=m
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
CONFIG_APM_CPU_IDLE=y
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=m
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=m
CONFIG_CPU_FREQ_STAT_DETAILS=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
# CONFIG_CPU_FREQ_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
CONFIG_CPU_FREQ_GOV_USERSPACE=y
# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m

#
# CPUFreq processor drivers
#
# CONFIG_X86_ACPI_CPUFREQ is not set
# 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=y
# CONFIG_X86_LONGHAUL is not set
# CONFIG_X86_E_POWERSAVER is not set

#
# shared options
#
# CONFIG_X86_SPEEDSTEP_LIB is not set

#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
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_PCIEPORTBUS is not set
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI 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_K8_NB=y

#
# PCCARD (PCMCIA/CardBus) support
#
CONFIG_PCCARD=y
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_PCMCIA=m
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PCMCIA_IOCTL=y
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=y
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
CONFIG_PD6729=m
CONFIG_I82092=m
CONFIG_PCCARD_NONSTATIC=y
# CONFIG_HOTPLUG_PCI is not set

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_MISC=m

#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
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_NET_KEY=y
# CONFIG_NET_KEY_MIGRATE is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_MULTIPLE_TABLES is not set
# CONFIG_IP_ROUTE_MULTIPATH is not set
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
CONFIG_INET_AH=y
CONFIG_INET_ESP=y
CONFIG_INET_IPCOMP=y
CONFIG_INET_XFRM_TUNNEL=y
CONFIG_INET_TUNNEL=y
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IP_VS is not set
CONFIG_IPV6=m
CONFIG_IPV6_PRIVACY=y
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
# CONFIG_IPV6_MIP6 is not set
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_INET6_XFRM_MODE_BEET=m
CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m
CONFIG_IPV6_SIT=m
CONFIG_IPV6_TUNNEL=m
# CONFIG_IPV6_MULTIPLE_TABLES is not set
CONFIG_NETWORK_SECMARK=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
# CONFIG_NF_CONNTRACK_ENABLED is not set
# CONFIG_NF_CONNTRACK is not set
CONFIG_NETFILTER_XTABLES=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_SECMARK=m
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_DCCP=m
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_POLICY=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
CONFIG_NETFILTER_XT_MATCH_REALM=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m

#
# IP: Netfilter Configuration
#
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_IPRANGE=m
CONFIG_IP_NF_MATCH_TOS=m
CONFIG_IP_NF_MATCH_RECENT=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_MATCH_OWNER=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_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_TOS=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m

#
# IPv6: Netfilter Configuration (EXPERIMENTAL)
#
CONFIG_IP6_NF_QUEUE=m
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_RT=m
CONFIG_IP6_NF_MATCH_OPTS=m
CONFIG_IP6_NF_MATCH_FRAG=m
CONFIG_IP6_NF_MATCH_HL=m
CONFIG_IP6_NF_MATCH_OWNER=m
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
CONFIG_IP6_NF_MATCH_AH=m
CONFIG_IP6_NF_MATCH_MH=m
CONFIG_IP6_NF_MATCH_EUI64=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_LOG=m
CONFIG_IP6_NF_TARGET_REJECT=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_TARGET_HL=m
CONFIG_IP6_NF_RAW=m
# 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=y
# CONFIG_SCTP_HMAC_MD5 is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# 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

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set
CONFIG_NET_SCH_FIFO=y
CONFIG_NET_CLS_ROUTE=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
CONFIG_IRDA=m

#
# IrDA protocols
#
CONFIG_IRLAN=m
CONFIG_IRNET=m
CONFIG_IRCOMM=m
CONFIG_IRDA_ULTRA=y

#
# IrDA options
#
CONFIG_IRDA_CACHE_LAST_LSAP=y
CONFIG_IRDA_FAST_RR=y
# CONFIG_IRDA_DEBUG is not set

#
# Infrared-port device drivers
#

#
# SIR device drivers
#
CONFIG_IRTTY_SIR=m

#
# Dongle support
#
CONFIG_DONGLE=y
CONFIG_ESI_DONGLE=m
CONFIG_ACTISYS_DONGLE=m
CONFIG_TEKRAM_DONGLE=m
CONFIG_TOIM3232_DONGLE=m
CONFIG_LITELINK_DONGLE=m
CONFIG_MA600_DONGLE=m
CONFIG_GIRBIL_DONGLE=m
CONFIG_MCP2120_DONGLE=m
CONFIG_OLD_BELKIN_DONGLE=m
CONFIG_ACT200L_DONGLE=m
# CONFIG_KINGSUN_DONGLE is not set

#
# Old SIR device drivers
#
CONFIG_IRPORT_SIR=m

#
# Old Serial dongle support
#
# CONFIG_DONGLE_OLD is not set

#
# FIR device drivers
#
CONFIG_USB_IRDA=m
CONFIG_SIGMATEL_FIR=m
CONFIG_NSC_FIR=m
CONFIG_WINBOND_FIR=m
CONFIG_TOSHIBA_FIR=m
CONFIG_SMC_IRCC_FIR=m
CONFIG_ALI_FIR=m
CONFIG_VLSI_FIR=m
CONFIG_VIA_FIR=m
CONFIG_MCS_FIR=m
CONFIG_BT=m
CONFIG_BT_L2CAP=m
CONFIG_BT_SCO=m
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=m

#
# Bluetooth device drivers
#
CONFIG_BT_HCIUSB=m
CONFIG_BT_HCIUSB_SCO=y
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIDTL1=m
CONFIG_BT_HCIBT3C=m
CONFIG_BT_HCIBLUECARD=m
CONFIG_BT_HCIBTUART=m
CONFIG_BT_HCIVHCI=m
# CONFIG_AF_RXRPC is not set

#
# Wireless
#
CONFIG_CFG80211=m
CONFIG_WIRELESS_EXT=y
CONFIG_MAC80211=m
# 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_IEEE80211_SOFTMAC=m
# CONFIG_IEEE80211_SOFTMAC_DEBUG is not set
CONFIG_RFKILL=m
CONFIG_RFKILL_INPUT=m

#
# Device Drivers
#

#
# Generic Driver Options
#
# CONFIG_STANDALONE is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
CONFIG_FW_LOADER=y
# CONFIG_SYS_HYPERVISOR is not set

#
# Connector - unified userspace <-> kernelspace linker
#
# CONFIG_CONNECTOR is not set
# CONFIG_MTD is not set

#
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
CONFIG_PARPORT_PC_FIFO=y
CONFIG_PARPORT_PC_SUPERIO=y
CONFIG_PARPORT_PC_PCMCIA=m
# CONFIG_PARPORT_GSC is not set
CONFIG_PARPORT_AX88796=m
CONFIG_PARPORT_1284=y
CONFIG_PARPORT_NOT_PC=y

#
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set

#
# Protocols
#
CONFIG_PNPACPI=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=m
CONFIG_PARIDE=m

#
# Parallel IDE high-level drivers
#
CONFIG_PARIDE_PD=m
CONFIG_PARIDE_PCD=m
CONFIG_PARIDE_PF=m
CONFIG_PARIDE_PT=m
CONFIG_PARIDE_PG=m

#
# Parallel IDE protocol modules
#
CONFIG_PARIDE_ATEN=m
# CONFIG_PARIDE_BPCK is not set
# CONFIG_PARIDE_BPCK6 is not set
# CONFIG_PARIDE_COMM is not set
# CONFIG_PARIDE_DSTR is not set
# CONFIG_PARIDE_FIT2 is not set
# CONFIG_PARIDE_FIT3 is not set
# CONFIG_PARIDE_EPAT is not set
# CONFIG_PARIDE_EPIA is not set
# CONFIG_PARIDE_FRIQ is not set
# CONFIG_PARIDE_FRPW is not set
# CONFIG_PARIDE_KBIC is not set
# CONFIG_PARIDE_KTTI is not set
# CONFIG_PARIDE_ON20 is not set
# CONFIG_PARIDE_ON26 is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
CONFIG_BLK_DEV_DAC960=m
# 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=m
CONFIG_BLK_DEV_SX8=m
CONFIG_BLK_DEV_UB=m
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=65536
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
CONFIG_ATA_OVER_ETH=m

#
# Misc devices
#
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
CONFIG_TIFM_CORE=m
CONFIG_TIFM_7XX1=m
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_MSI_LAPTOP is not set
CONFIG_SONY_LAPTOP=y
CONFIG_SONYPI_COMPAT=y
# CONFIG_THINKPAD_ACPI is not set
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=m
# CONFIG_IDEDISK_MULTI_MODE is not set
CONFIG_BLK_DEV_IDECS=m
CONFIG_BLK_DEV_DELKIN=m
CONFIG_BLK_DEV_IDECD=m
CONFIG_BLK_DEV_IDETAPE=m
CONFIG_BLK_DEV_IDEFLOPPY=m
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=y
# CONFIG_BLK_DEV_CMD640 is not set
CONFIG_BLK_DEV_IDEPNP=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_IDEPCI_PCIBUS_ORDER=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=m
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
# CONFIG_IDEDMA_ONLYDISK 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=y
# 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_IDE_ARM is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
# CONFIG_BLK_DEV_HD is not set

#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=m
CONFIG_SCSI_TGT=m
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
CONFIG_CHR_DEV_ST=m
CONFIG_CHR_DEV_OSST=m
CONFIG_BLK_DEV_SR=m
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=m
CONFIG_CHR_DEV_SCH=m

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y
CONFIG_SCSI_WAIT_SCAN=m

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=m
CONFIG_SCSI_FC_ATTRS=m
CONFIG_SCSI_ISCSI_ATTRS=m
CONFIG_SCSI_SAS_ATTRS=m
CONFIG_SCSI_SAS_LIBSAS=m
# CONFIG_SCSI_SAS_LIBSAS_DEBUG is not set

#
# SCSI low-level drivers
#
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=m
# CONFIG_SCSI_EATA_TAGGED_QUEUE is not set
# CONFIG_SCSI_EATA_LINKED_COMMANDS is not set
CONFIG_SCSI_EATA_MAX_TAGS=16
# 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_PPA=m
CONFIG_SCSI_IMM=m
CONFIG_SCSI_IZIP_EPP16=y
# CONFIG_SCSI_IZIP_SLOW_CTR is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 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

#
# PCMCIA SCSI adapter support
#
CONFIG_PCMCIA_AHA152X=m
CONFIG_PCMCIA_FDOMAIN=m
CONFIG_PCMCIA_NINJA_SCSI=m
CONFIG_PCMCIA_QLOGIC=m
CONFIG_PCMCIA_SYM53C500=m
# CONFIG_ATA is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
# CONFIG_FUSION_SAS is not set

#
# IEEE 1394 (FireWire) support
#
CONFIG_FIREWIRE=m
CONFIG_FIREWIRE_OHCI=m
CONFIG_FIREWIRE_SBP2=m
CONFIG_IEEE1394=m

#
# Subsystem Options
#
# CONFIG_IEEE1394_VERBOSEDEBUG is not set

#
# Controllers
#
CONFIG_IEEE1394_PCILYNX=m
CONFIG_IEEE1394_OHCI1394=m

#
# Protocols
#
CONFIG_IEEE1394_VIDEO1394=m
CONFIG_IEEE1394_SBP2=m
CONFIG_IEEE1394_SBP2_PHYS_DMA=y
CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y
CONFIG_IEEE1394_ETH1394=m
CONFIG_IEEE1394_DV1394=m
CONFIG_IEEE1394_RAWIO=m

#
# I2O device support
#
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

#
# Network device support
#
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
CONFIG_BONDING=m
CONFIG_EQUALIZER=m
CONFIG_TUN=m
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
CONFIG_PHYLIB=m

#
# MII PHY device drivers
#
CONFIG_MARVELL_PHY=m
CONFIG_DAVICOM_PHY=m
CONFIG_QSEMI_PHY=m
CONFIG_LXT_PHY=m
CONFIG_CICADA_PHY=m
CONFIG_VITESSE_PHY=m
CONFIG_SMSC_PHY=m
CONFIG_BROADCOM_PHY=m
CONFIG_FIXED_PHY=m
# CONFIG_FIXED_MII_10_FDX is not set
# CONFIG_FIXED_MII_100_FDX is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MII=m
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NET_VENDOR_3COM is not set

#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
# CONFIG_HP100 is not set
# CONFIG_NET_PCI is not set
CONFIG_NET_POCKET=y
CONFIG_ATP=m
CONFIG_DE600=m
CONFIG_DE620=m
# CONFIG_NETDEV_1000 is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set

#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
CONFIG_WLAN_80211=y
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
# CONFIG_LIBERTAS is not set
# CONFIG_AIRO is not set
CONFIG_HERMES=m
CONFIG_PLX_HERMES=m
CONFIG_TMD_HERMES=m
CONFIG_NORTEL_HERMES=m
CONFIG_PCI_HERMES=m
CONFIG_ATMEL=m
# CONFIG_PCI_ATMEL is not set
CONFIG_PCMCIA_HERMES=m
CONFIG_PCMCIA_SPECTRUM=m
CONFIG_AIRO_CS=m
CONFIG_PCMCIA_ATMEL=m
CONFIG_PCMCIA_WL3501=m
CONFIG_PRISM54=m
CONFIG_USB_ZD1201=m
CONFIG_HOSTAP=m
CONFIG_HOSTAP_FIRMWARE=y
CONFIG_HOSTAP_FIRMWARE_NVRAM=y
CONFIG_HOSTAP_PLX=m
CONFIG_HOSTAP_PCI=m
CONFIG_HOSTAP_CS=m
CONFIG_BCM43XX=m
CONFIG_BCM43XX_DEBUG=y
CONFIG_BCM43XX_DMA=y
CONFIG_BCM43XX_PIO=y
CONFIG_BCM43XX_DMA_AND_PIO_MODE=y
# CONFIG_BCM43XX_DMA_MODE is not set
# CONFIG_BCM43XX_PIO_MODE is not set
CONFIG_ZD1211RW=m
# CONFIG_ZD1211RW_DEBUG is not set

#
# USB Network Adapters
#
CONFIG_USB_CATC=m
CONFIG_USB_KAWETH=m
CONFIG_USB_PEGASUS=m
CONFIG_USB_RTL8150=m
CONFIG_USB_USBNET_MII=m
CONFIG_USB_USBNET=m
CONFIG_USB_NET_AX8817X=m
CONFIG_USB_NET_CDCETHER=m
CONFIG_USB_NET_DM9601=m
CONFIG_USB_NET_GL620A=m
CONFIG_USB_NET_NET1080=m
CONFIG_USB_NET_PLUSB=m
CONFIG_USB_NET_MCS7830=m
CONFIG_USB_NET_RNDIS_HOST=m
CONFIG_USB_NET_CDC_SUBSET=m
CONFIG_USB_ALI_M5632=y
CONFIG_USB_AN2720=y
CONFIG_USB_BELKIN=y
CONFIG_USB_ARMLINUX=y
CONFIG_USB_EPSON2888=y
CONFIG_USB_KC2190=y
CONFIG_USB_NET_ZAURUS=m
CONFIG_NET_PCMCIA=y
CONFIG_PCMCIA_3C589=m
CONFIG_PCMCIA_3C574=m
CONFIG_PCMCIA_FMVJ18X=m
CONFIG_PCMCIA_PCNET=m
CONFIG_PCMCIA_NMCLAN=m
CONFIG_PCMCIA_SMC91C92=m
CONFIG_PCMCIA_XIRC2PS=m
CONFIG_PCMCIA_AXNET=m
CONFIG_WAN=y
CONFIG_LANMEDIA=m
CONFIG_HDLC=m
CONFIG_HDLC_RAW=m
CONFIG_HDLC_RAW_ETH=m
CONFIG_HDLC_CISCO=m
CONFIG_HDLC_FR=m
CONFIG_HDLC_PPP=m

#
# X.25/LAPB support is disabled
#
CONFIG_PCI200SYN=m
CONFIG_WANXL=m
# CONFIG_WANXL_BUILD_FIRMWARE is not set
CONFIG_PC300=m
CONFIG_PC300_MLPPP=y

#
# Cyclades-PC300 MLPPP support is disabled.
#

#
# Refer to the file README.mlppp, provided by PC300 package.
#
# CONFIG_PC300TOO is not set
CONFIG_FARSYNC=m
CONFIG_DSCC4=m
CONFIG_DSCC4_PCISYNC=y
CONFIG_DSCC4_PCI_RST=y
CONFIG_DLCI=m
CONFIG_DLCI_MAX=8
CONFIG_SBNI=m
# CONFIG_SBNI_MULTILINE is not set
CONFIG_FDDI=y
CONFIG_DEFXX=m
# CONFIG_DEFXX_MMIO is not set
CONFIG_SKFP=m
CONFIG_HIPPI=y
CONFIG_ROADRUNNER=m
# CONFIG_ROADRUNNER_LARGE_RINGS is not set
CONFIG_PLIP=m
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPP_MPPE=m
CONFIG_PPPOE=m
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLHC=m
CONFIG_SLIP_SMART=y
CONFIG_SLIP_MODE_SLIP6=y
CONFIG_NET_FC=y
CONFIG_SHAPER=m
CONFIG_NETCONSOLE=m
CONFIG_NETPOLL=y
# CONFIG_NETPOLL_TRAP is not set
CONFIG_NET_POLL_CONTROLLER=y

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_POLLDEV is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=480
CONFIG_INPUT_JOYDEV=m
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=m
# 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=m
# CONFIG_MOUSE_APPLETOUCH is not set
CONFIG_MOUSE_VSXXXAA=m
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE is not set
CONFIG_JOYSTICK_WARRIOR=m
CONFIG_JOYSTICK_MAGELLAN=m
CONFIG_JOYSTICK_SPACEORB=m
CONFIG_JOYSTICK_SPACEBALL=m
CONFIG_JOYSTICK_STINGER=m
CONFIG_JOYSTICK_TWIDJOY=m
CONFIG_JOYSTICK_DB9=m
CONFIG_JOYSTICK_GAMECON=m
CONFIG_JOYSTICK_TURBOGRAFX=m
# CONFIG_JOYSTICK_JOYDUMP is not set
# CONFIG_JOYSTICK_XPAD is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
CONFIG_INPUT_WISTRON_BTNS=m
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
CONFIG_INPUT_UINPUT=m

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=m
CONFIG_SERIO_CT82C710=m
CONFIG_SERIO_PARKBD=m
CONFIG_SERIO_PCIPS2=m
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
# 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

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_CS=m
CONFIG_SERIAL_8250_NR_UARTS=48
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
CONFIG_SERIAL_8250_RSA=y

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_JSM=m
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
CONFIG_PRINTER=m
# CONFIG_LP_CONSOLE is not set
CONFIG_PPDEV=m
CONFIG_TIPAR=m

#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set
# CONFIG_WATCHDOG is not set
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_INTEL=m
CONFIG_HW_RANDOM_AMD=m
CONFIG_HW_RANDOM_GEODE=m
CONFIG_HW_RANDOM_VIA=m
CONFIG_NVRAM=m
CONFIG_RTC=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
CONFIG_SONYPI=m
CONFIG_AGP=m
CONFIG_AGP_ALI=m
CONFIG_AGP_ATI=m
CONFIG_AGP_AMD=m
CONFIG_AGP_AMD64=m
CONFIG_AGP_INTEL=m
CONFIG_AGP_NVIDIA=m
CONFIG_AGP_SIS=m
CONFIG_AGP_SWORKS=m
CONFIG_AGP_VIA=m
CONFIG_AGP_EFFICEON=m
CONFIG_DRM=m
# CONFIG_DRM_TDFX is not set
CONFIG_DRM_R128=m
CONFIG_DRM_RADEON=m
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
# CONFIG_DRM_I915 is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set

#
# PCMCIA character devices
#
CONFIG_SYNCLINK_CS=m
CONFIG_CARDMAN_4000=m
CONFIG_CARDMAN_4040=m
# CONFIG_MWAVE is not set
CONFIG_PC8736x_GPIO=m
CONFIG_NSC_GPIO=m
# 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=m

#
# TPM devices
#
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=y

#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_ALGOPCF=m
CONFIG_I2C_ALGOPCA=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=y
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_OCORES is not set
CONFIG_I2C_PARPORT=m
CONFIG_I2C_PARPORT_LIGHT=m
# 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_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

#
# Miscellaneous I2C Chip support
#
CONFIG_SENSORS_DS1337=m
CONFIG_SENSORS_DS1374=m
CONFIG_SENSORS_EEPROM=m
CONFIG_SENSORS_PCF8574=m
CONFIG_SENSORS_PCA9539=m
CONFIG_SENSORS_PCF8591=m
CONFIG_SENSORS_MAX6875=m
# 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

#
# Dallas's 1-wire bus
#
# CONFIG_W1 is not set
# CONFIG_HWMON is not set

#
# Multifunction device drivers
#
# CONFIG_MFD_SM501 is not set

#
# Multimedia devices
#
CONFIG_VIDEO_DEV=m
CONFIG_VIDEO_V4L1=y
CONFIG_VIDEO_V4L1_COMPAT=y
CONFIG_VIDEO_V4L2=y
CONFIG_VIDEO_CAPTURE_DRIVERS=y
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set

#
# Encoders/decoders and other helper chips
#

#
# Audio decoders
#
CONFIG_VIDEO_TVAUDIO=m
CONFIG_VIDEO_TDA7432=m
CONFIG_VIDEO_TDA9840=m
CONFIG_VIDEO_TDA9875=m
CONFIG_VIDEO_TEA6415C=m
CONFIG_VIDEO_TEA6420=m
CONFIG_VIDEO_MSP3400=m
CONFIG_VIDEO_CS53L32A=m
CONFIG_VIDEO_TLV320AIC23B=m
CONFIG_VIDEO_WM8775=m
CONFIG_VIDEO_WM8739=m

#
# Video decoders
#
CONFIG_VIDEO_BT819=m
CONFIG_VIDEO_BT856=m
CONFIG_VIDEO_BT866=m
CONFIG_VIDEO_KS0127=m
CONFIG_VIDEO_OV7670=m
CONFIG_VIDEO_SAA7110=m
CONFIG_VIDEO_SAA7111=m
CONFIG_VIDEO_SAA7114=m
CONFIG_VIDEO_SAA711X=m
CONFIG_VIDEO_SAA7191=m
CONFIG_VIDEO_TVP5150=m
CONFIG_VIDEO_VPX3220=m

#
# Video and audio decoders
#
CONFIG_VIDEO_CX25840=m

#
# MPEG video encoders
#
CONFIG_VIDEO_CX2341X=m

#
# Video encoders
#
CONFIG_VIDEO_SAA7127=m
CONFIG_VIDEO_SAA7185=m
CONFIG_VIDEO_ADV7170=m
CONFIG_VIDEO_ADV7175=m

#
# Video improvement chips
#
CONFIG_VIDEO_UPD64031A=m
CONFIG_VIDEO_UPD64083=m
CONFIG_VIDEO_VIVI=m
CONFIG_VIDEO_BT848=m
CONFIG_VIDEO_BT848_DVB=y
CONFIG_VIDEO_SAA6588=m
CONFIG_VIDEO_BWQCAM=m
CONFIG_VIDEO_CQCAM=m
CONFIG_VIDEO_W9966=m
CONFIG_VIDEO_CPIA=m
CONFIG_VIDEO_CPIA_PP=m
CONFIG_VIDEO_CPIA_USB=m
CONFIG_VIDEO_CPIA2=m
CONFIG_VIDEO_SAA5246A=m
CONFIG_VIDEO_SAA5249=m
CONFIG_TUNER_3036=m
# CONFIG_VIDEO_STRADIS is not set
# CONFIG_VIDEO_ZORAN is not set
CONFIG_VIDEO_MEYE=m
# CONFIG_VIDEO_SAA7134 is not set
# CONFIG_VIDEO_MXB is not set
# CONFIG_VIDEO_DPC is not set
# 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_IVTV=m
# CONFIG_VIDEO_CAFE_CCIC is not set
CONFIG_V4L_USB_DRIVERS=y
CONFIG_VIDEO_PVRUSB2=m
CONFIG_VIDEO_PVRUSB2_29XXX=y
CONFIG_VIDEO_PVRUSB2_24XXX=y
CONFIG_VIDEO_PVRUSB2_SYSFS=y
# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set
CONFIG_VIDEO_EM28XX=m
CONFIG_VIDEO_USBVISION=m
CONFIG_VIDEO_USBVIDEO=m
CONFIG_USB_VICAM=m
CONFIG_USB_IBMCAM=m
CONFIG_USB_KONICAWC=m
CONFIG_USB_QUICKCAM_MESSENGER=m
CONFIG_USB_ET61X251=m
CONFIG_VIDEO_OVCAMCHIP=m
CONFIG_USB_W9968CF=m
CONFIG_USB_OV511=m
CONFIG_USB_SE401=m
CONFIG_USB_SN9C102=m
CONFIG_USB_STV680=m
CONFIG_USB_ZC0301=m
CONFIG_USB_PWC=m
# CONFIG_USB_PWC_DEBUG is not set
# CONFIG_USB_ZR364XX is not set
CONFIG_RADIO_ADAPTERS=y
CONFIG_RADIO_GEMTEK_PCI=m
CONFIG_RADIO_MAXIRADIO=m
CONFIG_RADIO_MAESTRO=m
CONFIG_USB_DSBR=m
CONFIG_DVB_CORE=m
CONFIG_DVB_CORE_ATTACH=y
CONFIG_DVB_CAPTURE_DRIVERS=y

#
# Supported SAA7146 based PCI Adapters
#
CONFIG_DVB_AV7110=m
# CONFIG_DVB_AV7110_FIRMWARE is not set
CONFIG_DVB_AV7110_OSD=y
CONFIG_DVB_BUDGET=m
CONFIG_DVB_BUDGET_CI=m
CONFIG_DVB_BUDGET_AV=m
CONFIG_DVB_BUDGET_PATCH=m

#
# Supported USB Adapters
#
CONFIG_DVB_USB=m
# CONFIG_DVB_USB_DEBUG is not set
CONFIG_DVB_USB_A800=m
CONFIG_DVB_USB_DIBUSB_MB=m
CONFIG_DVB_USB_DIBUSB_MB_FAULTY=y
CONFIG_DVB_USB_DIBUSB_MC=m
CONFIG_DVB_USB_DIB0700=m
CONFIG_DVB_USB_UMT_010=m
CONFIG_DVB_USB_CXUSB=m
CONFIG_DVB_USB_M920X=m
CONFIG_DVB_USB_GL861=m
CONFIG_DVB_USB_AU6610=m
CONFIG_DVB_USB_DIGITV=m
CONFIG_DVB_USB_VP7045=m
CONFIG_DVB_USB_VP702X=m
CONFIG_DVB_USB_GP8PSK=m
CONFIG_DVB_USB_NOVA_T_USB2=m
CONFIG_DVB_USB_TTUSB2=m
CONFIG_DVB_USB_DTT200U=m
# CONFIG_DVB_USB_OPERA1 is not set
CONFIG_DVB_TTUSB_BUDGET=m
CONFIG_DVB_TTUSB_DEC=m
CONFIG_DVB_CINERGYT2=m
CONFIG_DVB_CINERGYT2_TUNING=y
CONFIG_DVB_CINERGYT2_STREAM_URB_COUNT=32
CONFIG_DVB_CINERGYT2_STREAM_BUF_SIZE=512
CONFIG_DVB_CINERGYT2_QUERY_INTERVAL=250
CONFIG_DVB_CINERGYT2_ENABLE_RC_INPUT_DEVICE=y
CONFIG_DVB_CINERGYT2_RC_QUERY_INTERVAL=100

#
# Supported FlexCopII (B2C2) Adapters
#
CONFIG_DVB_B2C2_FLEXCOP=m
CONFIG_DVB_B2C2_FLEXCOP_PCI=m
CONFIG_DVB_B2C2_FLEXCOP_USB=m
# CONFIG_DVB_B2C2_FLEXCOP_DEBUG is not set

#
# Supported BT878 Adapters
#
CONFIG_DVB_BT8XX=m

#
# Supported Pluto2 Adapters
#
CONFIG_DVB_PLUTO2=m

#
# Supported DVB Frontends
#

#
# Customise DVB Frontends
#
# CONFIG_DVB_FE_CUSTOMISE is not set

#
# DVB-S (satellite) frontends
#
CONFIG_DVB_STV0299=m
CONFIG_DVB_CX24110=m
CONFIG_DVB_CX24123=m
CONFIG_DVB_TDA8083=m
CONFIG_DVB_MT312=m
CONFIG_DVB_VES1X93=m
CONFIG_DVB_S5H1420=m
CONFIG_DVB_TDA10086=m

#
# DVB-T (terrestrial) frontends
#
CONFIG_DVB_SP8870=m
CONFIG_DVB_SP887X=m
CONFIG_DVB_CX22700=m
CONFIG_DVB_CX22702=m
CONFIG_DVB_L64781=m
CONFIG_DVB_TDA1004X=m
CONFIG_DVB_NXT6000=m
CONFIG_DVB_MT352=m
CONFIG_DVB_ZL10353=m
CONFIG_DVB_DIB3000MB=m
CONFIG_DVB_DIB3000MC=m
CONFIG_DVB_DIB7000M=m
CONFIG_DVB_DIB7000P=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=m
CONFIG_DVB_OR51132=m
CONFIG_DVB_BCM3510=m
CONFIG_DVB_LGDT330X=m

#
# Tuners/PLL support
#
CONFIG_DVB_PLL=m
CONFIG_DVB_TDA826X=m
# CONFIG_DVB_TDA827X is not set
CONFIG_DVB_TUNER_QT1010=m
CONFIG_DVB_TUNER_MT2060=m

#
# Miscellaneous devices
#
CONFIG_DVB_LNBP21=m
CONFIG_DVB_ISL6421=m
CONFIG_DVB_TUA6100=m
CONFIG_VIDEO_SAA7146=m
CONFIG_VIDEO_SAA7146_VV=m
CONFIG_VIDEO_TUNER=m
CONFIG_VIDEO_BUF=m
CONFIG_VIDEO_BUF_DVB=m
CONFIG_VIDEO_BTCX=m
CONFIG_VIDEO_IR=m
CONFIG_VIDEO_TVEEPROM=m
CONFIG_DAB=y
CONFIG_USB_DABUSB=m

#
# Graphics support
#
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_LCD_CLASS_DEVICE=m
# CONFIG_BACKLIGHT_PROGEAR is not set

#
# Display device support
#
CONFIG_DISPLAY_SUPPORT=m

#
# Display hardware drivers
#
CONFIG_VGASTATE=m
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_DDC=m
CONFIG_FB_CFB_FILLRECT=m
CONFIG_FB_CFB_COPYAREA=m
CONFIG_FB_CFB_IMAGEBLIT=m
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_SYS_FOPS is not set
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
CONFIG_FB_VGA16=m
# CONFIG_FB_VESA is not set
# CONFIG_FB_HECUBA is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
CONFIG_FB_RADEON=m
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_BACKLIGHT=y
# CONFIG_FB_RADEON_DEBUG is not set
# CONFIG_FB_ATY128 is not set
CONFIG_FB_ATY=m
CONFIG_FB_ATY_CT=y
CONFIG_FB_ATY_GENERIC_LCD=y
CONFIG_FB_ATY_GX=y
CONFIG_FB_ATY_BACKLIGHT=y
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_CYBLA is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_VIRTUAL is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
CONFIG_VIDEO_SELECT=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=m
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y

#
# Sound
#
CONFIG_SOUND=m

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
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_RTCTIMER=m
CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_SUPPORT_OLD_API=y
# CONFIG_SND_VERBOSE_PROCFS is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
CONFIG_SND_MPU401_UART=m
CONFIG_SND_OPL3_LIB=m
CONFIG_SND_VX_LIB=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_DUMMY=m
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MTPAV=m
CONFIG_SND_MTS64=m
CONFIG_SND_SERIAL_U16550=m
CONFIG_SND_MPU401=m
# CONFIG_SND_PORTMAN2X4 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=m
CONFIG_SND_ATIIXP_MODEM=m
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
CONFIG_SND_BT87X=m
# CONFIG_SND_BT87X_OVERCLOCK is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX 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=m
CONFIG_SND_EMU10K1X=m
# 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_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=m
# 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_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VX222 is not set
CONFIG_SND_YMFPCI=m
CONFIG_SND_YMFPCI_FIRMWARE_IN_KERNEL=y
# CONFIG_SND_AC97_POWER_SAVE is not set

#
# USB devices
#
CONFIG_SND_USB_AUDIO=m
CONFIG_SND_USB_USX2Y=m
CONFIG_SND_USB_CAIAQ=m
CONFIG_SND_USB_CAIAQ_INPUT=y

#
# PCMCIA devices
#
CONFIG_SND_VXPOCKET=m
CONFIG_SND_PDAUDIOCF=m

#
# System on Chip audio support
#
CONFIG_SND_SOC=m

#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
CONFIG_AC97_BUS=m

#
# HID Devices
#
CONFIG_HID=m
# CONFIG_HID_DEBUG is not set

#
# USB Input Devices
#
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
# CONFIG_HID_FF is not set
CONFIG_USB_HIDDEV=y

#
# USB HID Boot Protocol drivers
#
CONFIG_USB_KBD=m
CONFIG_USB_MOUSE=m

#
# USB support
#
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_DEVICE_CLASS=y
CONFIG_USB_DYNAMIC_MINORS=y
CONFIG_USB_SUSPEND=y
# CONFIG_USB_OTG is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_SPLIT_ISO=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
# CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set
# CONFIG_USB_ISP116X_HCD is not set
CONFIG_USB_OHCI_HCD=m
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=m
# CONFIG_USB_U132_HCD is not set
# CONFIG_USB_SL811_HCD is not set

#
# USB Device Class drivers
#
CONFIG_USB_ACM=m
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=y
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_STORAGE_ISD200=y
CONFIG_USB_STORAGE_DPCM=y
CONFIG_USB_STORAGE_USBAT=y
CONFIG_USB_STORAGE_SDDR09=y
CONFIG_USB_STORAGE_SDDR55=y
CONFIG_USB_STORAGE_JUMPSHOT=y
CONFIG_USB_STORAGE_ALAUDA=y
CONFIG_USB_STORAGE_KARMA=y
CONFIG_USB_LIBUSUAL=y

#
# USB Imaging devices
#
CONFIG_USB_MDC800=m
CONFIG_USB_MICROTEK=m
CONFIG_USB_MON=y

#
# USB port drivers
#
CONFIG_USB_USS720=m

#
# USB Serial Converter support
#
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_AIRCABLE=m
CONFIG_USB_SERIAL_AIRPRIME=m
CONFIG_USB_SERIAL_ARK3116=m
CONFIG_USB_SERIAL_BELKIN=m
CONFIG_USB_SERIAL_WHITEHEAT=m
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
CONFIG_USB_SERIAL_CP2101=m
CONFIG_USB_SERIAL_CYPRESS_M8=m
CONFIG_USB_SERIAL_EMPEG=m
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_FUNSOFT=m
CONFIG_USB_SERIAL_VISOR=m
CONFIG_USB_SERIAL_IPAQ=m
CONFIG_USB_SERIAL_IR=m
CONFIG_USB_SERIAL_EDGEPORT=m
CONFIG_USB_SERIAL_EDGEPORT_TI=m
CONFIG_USB_SERIAL_GARMIN=m
CONFIG_USB_SERIAL_IPW=m
CONFIG_USB_SERIAL_KEYSPAN_PDA=m
CONFIG_USB_SERIAL_KEYSPAN=m
CONFIG_USB_SERIAL_KEYSPAN_MPR=y
CONFIG_USB_SERIAL_KEYSPAN_USA28=y
CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y
CONFIG_USB_SERIAL_KEYSPAN_USA19=y
CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y
CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
CONFIG_USB_SERIAL_KEYSPAN_USA49W=y
CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
CONFIG_USB_SERIAL_KLSI=m
CONFIG_USB_SERIAL_KOBIL_SCT=m
CONFIG_USB_SERIAL_MCT_U232=m
CONFIG_USB_SERIAL_MOS7720=m
CONFIG_USB_SERIAL_MOS7840=m
CONFIG_USB_SERIAL_NAVMAN=m
CONFIG_USB_SERIAL_PL2303=m
CONFIG_USB_SERIAL_HP4X=m
CONFIG_USB_SERIAL_SAFE=m
# CONFIG_USB_SERIAL_SAFE_PADDED is not set
CONFIG_USB_SERIAL_SIERRAWIRELESS=m
CONFIG_USB_SERIAL_TI=m
CONFIG_USB_SERIAL_CYBERJACK=m
CONFIG_USB_SERIAL_XIRCOM=m
CONFIG_USB_SERIAL_OPTION=m
CONFIG_USB_SERIAL_OMNINET=m
CONFIG_USB_SERIAL_DEBUG=m
CONFIG_USB_EZUSB=y

#
# USB Miscellaneous drivers
#
CONFIG_USB_EMI62=m
CONFIG_USB_EMI26=m
CONFIG_USB_ADUTUX=m
CONFIG_USB_AUERSWALD=m
CONFIG_USB_RIO500=m
CONFIG_USB_LEGOTOWER=m
CONFIG_USB_LCD=m
CONFIG_USB_BERRY_CHARGE=m
CONFIG_USB_LED=m
CONFIG_USB_CYPRESS_CY7C63=m
CONFIG_USB_CYTHERM=m
CONFIG_USB_PHIDGET=m
CONFIG_USB_PHIDGETKIT=m
CONFIG_USB_PHIDGETMOTORCONTROL=m
CONFIG_USB_PHIDGETSERVO=m
CONFIG_USB_IDMOUSE=m
CONFIG_USB_FTDI_ELAN=m
CONFIG_USB_APPLEDISPLAY=m
# CONFIG_USB_SISUSBVGA is not set
CONFIG_USB_LD=m
CONFIG_USB_TRANCEVIBRATOR=m
CONFIG_USB_IOWARRIOR=m
CONFIG_USB_TEST=m

#
# USB DSL modem support
#

#
# USB Gadget Support
#
CONFIG_USB_GADGET=m
# CONFIG_USB_GADGET_DEBUG_FILES is not set
CONFIG_USB_GADGET_SELECTED=y
# CONFIG_USB_GADGET_FSL_USB2 is not set
CONFIG_USB_GADGET_NET2280=y
CONFIG_USB_NET2280=m
# CONFIG_USB_GADGET_PXA2XX is not set
# CONFIG_USB_GADGET_GOKU is not set
# CONFIG_USB_GADGET_LH7A40X is not set
# CONFIG_USB_GADGET_OMAP is not set
# CONFIG_USB_GADGET_AT91 is not set
# CONFIG_USB_GADGET_DUMMY_HCD is not set
CONFIG_USB_GADGET_DUALSPEED=y
CONFIG_USB_ZERO=m
CONFIG_USB_ETH=m
CONFIG_USB_ETH_RNDIS=y
CONFIG_USB_GADGETFS=m
CONFIG_USB_FILE_STORAGE=m
# CONFIG_USB_FILE_STORAGE_TEST is not set
CONFIG_USB_G_SERIAL=m
CONFIG_USB_MIDI_GADGET=m
CONFIG_MMC=m
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_UNSAFE_RESUME is not set

#
# MMC/SD Card Drivers
#
CONFIG_MMC_BLOCK=m

#
# MMC/SD Host Controller Drivers
#
CONFIG_MMC_SDHCI=m
CONFIG_MMC_WBSD=m
CONFIG_MMC_TIFM_SD=m

#
# LED devices
#
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=m

#
# LED drivers
#

#
# LED Triggers
#
# CONFIG_LEDS_TRIGGERS is not set

#
# InfiniBand support
#
# CONFIG_INFINIBAND is not set

#
# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
#
# CONFIG_EDAC is not set

#
# Real Time Clock
#
CONFIG_RTC_LIB=m
CONFIG_RTC_CLASS=m

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
CONFIG_RTC_INTF_DEV_UIE_EMUL=y
CONFIG_RTC_DRV_TEST=m

#
# I2C RTC drivers
#
CONFIG_RTC_DRV_DS1307=m
CONFIG_RTC_DRV_DS1672=m
# CONFIG_RTC_DRV_MAX6900 is not set
CONFIG_RTC_DRV_RS5C372=m
CONFIG_RTC_DRV_ISL1208=m
CONFIG_RTC_DRV_X1205=m
CONFIG_RTC_DRV_PCF8563=m
# CONFIG_RTC_DRV_PCF8583 is not set

#
# SPI RTC drivers
#

#
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
CONFIG_RTC_DRV_DS1553=m
CONFIG_RTC_DRV_DS1742=m
CONFIG_RTC_DRV_M48T86=m
CONFIG_RTC_DRV_V3020=m

#
# on-CPU RTC drivers
#

#
# DMA Engine support
#
CONFIG_DMA_ENGINE=y

#
# DMA Clients
#
CONFIG_NET_DMA=y

#
# DMA Devices
#
CONFIG_INTEL_IOATDMA=m

#
# Auxiliary Display support
#
# CONFIG_KS0108 is not set

#
# Virtualization
#
# CONFIG_KVM is not set

#
# File systems
#
CONFIG_EXT2_FS=m
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=m
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
# CONFIG_EXT4DEV_FS is not set
CONFIG_JBD=m
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=m
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_REISERFS_FS_SECURITY=y
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_MINIX_FS is not set
CONFIG_ROMFS_FS=m
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_QUOTA=y
CONFIG_QFMT_V1=m
CONFIG_QFMT_V2=m
CONFIG_QUOTACTL=y
CONFIG_DNOTIFY=y
CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m
CONFIG_FUSE_FS=m

#
# 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=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-15"
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y

#
# 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_RAMFS=y
CONFIG_CONFIGFS_FS=m

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_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=y
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set

#
# Network File Systems
#
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V4=y
CONFIG_NFS_DIRECTIO=y
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
CONFIG_NFSD_V4=y
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
# CONFIG_SUNRPC_BIND34 is not set
CONFIG_RPCSEC_GSS_KRB5=m
CONFIG_RPCSEC_GSS_SPKM3=m
CONFIG_SMB_FS=m
# CONFIG_SMB_NLS_DEFAULT is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
# CONFIG_9P_FS is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
CONFIG_SUN_PARTITION=y
# CONFIG_KARMA_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
# CONFIG_SYSV68_PARTITION is not set

#
# Native Language Support
#
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=m
CONFIG_NLS_CODEPAGE_737=m
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=m
CONFIG_NLS_CODEPAGE_855=m
CONFIG_NLS_CODEPAGE_857=m
CONFIG_NLS_CODEPAGE_860=m
CONFIG_NLS_CODEPAGE_861=m
CONFIG_NLS_CODEPAGE_862=m
CONFIG_NLS_CODEPAGE_863=m
CONFIG_NLS_CODEPAGE_864=m
CONFIG_NLS_CODEPAGE_865=m
CONFIG_NLS_CODEPAGE_866=m
CONFIG_NLS_CODEPAGE_869=m
CONFIG_NLS_CODEPAGE_936=m
CONFIG_NLS_CODEPAGE_950=m
CONFIG_NLS_CODEPAGE_932=m
CONFIG_NLS_CODEPAGE_949=m
CONFIG_NLS_CODEPAGE_874=m
CONFIG_NLS_ISO8859_8=m
CONFIG_NLS_CODEPAGE_1250=m
CONFIG_NLS_CODEPAGE_1251=m
CONFIG_NLS_ASCII=m
CONFIG_NLS_ISO8859_1=m
CONFIG_NLS_ISO8859_2=m
CONFIG_NLS_ISO8859_3=m
CONFIG_NLS_ISO8859_4=m
CONFIG_NLS_ISO8859_5=m
CONFIG_NLS_ISO8859_6=m
CONFIG_NLS_ISO8859_7=m
CONFIG_NLS_ISO8859_9=m
CONFIG_NLS_ISO8859_13=m
CONFIG_NLS_ISO8859_14=m
CONFIG_NLS_ISO8859_15=m
CONFIG_NLS_KOI8_R=m
CONFIG_NLS_KOI8_U=m
CONFIG_NLS_UTF8=y

#
# Distributed Lock Manager
#
CONFIG_DLM=m
# CONFIG_DLM_DEBUG is not set

#
# Instrumentation Support
#
# CONFIG_PROFILING is not set
# CONFIG_KPROBES is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
# CONFIG_PRINTK_TIME is not set
# CONFIG_ENABLE_MUST_CHECK is not set
# CONFIG_MAGIC_SYSRQ is not set
CONFIG_UNUSED_SYMBOLS=y
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_KERNEL is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_EARLY_PRINTK=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
CONFIG_DOUBLEFAULT=y

#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set

#
# Cryptographic options
#
CONFIG_CRYPTO=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ABLKCIPHER=m
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=m
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_WP512=m
CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_GF128MUL=m
CONFIG_CRYPTO_ECB=m
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_PCBC=m
CONFIG_CRYPTO_LRW=m
CONFIG_CRYPTO_CRYPTD=m
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_FCRYPT=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_TWOFISH_COMMON=m
CONFIG_CRYPTO_TWOFISH_586=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_AES=m
CONFIG_CRYPTO_AES_586=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_KHAZAD=m
CONFIG_CRYPTO_ANUBIS=m
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_MICHAEL_MIC=m
CONFIG_CRYPTO_CRC32C=m
CONFIG_CRYPTO_CAMELLIA=m
CONFIG_CRYPTO_TEST=m

#
# Hardware crypto devices
#
CONFIG_CRYPTO_DEV_PADLOCK=m
CONFIG_CRYPTO_DEV_PADLOCK_AES=m
CONFIG_CRYPTO_DEV_PADLOCK_SHA=m
CONFIG_CRYPTO_DEV_GEODE=m

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_CRC_CCITT=m
CONFIG_CRC16=m
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
CONFIG_LIBCRC32C=m
CONFIG_AUDIT_GENERIC=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
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
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_KTIME_SCALAR=y
--------------------------------

Pls feel free to contact me for some experiments (but the replies by me may be slow).

Stefan
Comment 1 Andrew Morton 2007-07-24 13:31:09 UTC
Nasty-looking regression.  Mattia, it looks like sony-laptop is the culprit?
Comment 2 Len Brown 2007-07-24 22:15:17 UTC
> CONFIG_SONY_LAPTOP=y
> CONFIG_SONYPI_COMPAT=y

So if you turn these off, the system otherwise works properly?
(modulo the features that this driver supports are then missing)
Comment 3 Mattia Dongili 2007-07-25 01:08:35 UTC
It would be great if you could try 2.6.23-rc1 or build a kernel with the attached patch (which I already tried to submit to the stable team).
Comment 4 Mattia Dongili 2007-07-25 01:09:58 UTC
Created attachment 12133 [details]
Fix event reading in sony-laptop
Comment 5 Mattia Dongili 2007-07-25 04:39:07 UTC
Stefan, could you also send me your DSDT? it's missing in my collection of vaio DSDT's and it would be the first type1 DSTD I get :)

many thanks
Comment 6 Stefan Foerster 2007-07-25 16:14:49 UTC
(In reply to comment #2)
> > CONFIG_SONY_LAPTOP=y
> > CONFIG_SONYPI_COMPAT=y
> 
> So if you turn these off, the system otherwise works properly?
> (modulo the features that this driver supports are then missing)
> 

Hi Mattia,

I first tried

CONFIG_SONY_LAPTOP=y
# CONFIG_SONYPI_COMPAT is not set

but got the same result. I then completely turned this off

# CONFIG_SONY_LAPTOP is not set

and it booted like a charme. Now it's clear that it's sony_laptop of kernel version 2.6.22.

Here is the dmesg output:
----------------------
Linux version 2.6.22.1-20070715-crusoe (root@stefan4) (gcc version 4.1.3 20070718 (prerelease) (Ubuntu 4.1.2-14ubuntu1)) #5 Thu Jul 26 00:40:39 CEST 2007
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009b800 (usable)
 BIOS-e820: 000000000009b800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000000aff0000 (usable)
 BIOS-e820: 000000000aff0000 - 000000000afff800 (ACPI data)
 BIOS-e820: 000000000afff800 - 000000000b000000 (ACPI NVS)
 BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
175MB LOWMEM available.
Entering add_active_range(0, 0, 45040) 0 entries of 256 used
Zone PFN ranges:
  DMA             0 ->     4096
  Normal       4096 ->    45040
early_node_map[1] active PFN ranges
    0:        0 ->    45040
On node 0 totalpages: 45040
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 4064 pages, LIFO batch:0
  Normal zone: 319 pages used for memmap
  Normal zone: 40625 pages, LIFO batch:7
DMI 2.3 present.
ACPI: RSDP 000F8090, 0014 (r0 SONY  )
ACPI: RSDT 0AFFD128, 002C (r1 SONY   P1       20010124 PTL         0)
ACPI: FACP 0AFFF754, 0084 (r2 SONY   P1       20010124 PTL     F4240)
ACPI: DSDT 0AFFD154, 2600 (r1   SONY  P1      20010124 MSFT  100000B)
ACPI: FACS 0AFFFFC0, 0040
ACPI: BOOT 0AFFF7D8, 0028 (r1 SONY   P1       20010124 PTL         1)
ACPI: PM-Timer IO Port: 0x8008
Allocating PCI resources starting at 10000000 (gap: 0b000000:f4f80000)
Built 1 zonelists.  Total pages: 44689
Kernel command line: root=UUID=c6612a85-6acd-4d10-b3eb-d6256c8f61b9 ro video=radeonfb:1024x480M-16@60 acpi_sleep=s3_bios
No local APIC present or hardware disabled
mapped APIC to ffffd000 (01161000)
Initializing CPU#0
PID hash table entries: 1024 (order: 10, 4096 bytes)
Detected 595.534 MHz processor.
Console: colour VGA+ 80x25
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 171464k/180160k available (1932k kernel code, 8136k reserved, 668k data, 204k init, 0k highmem)
virtual kernel memory layout:
    fixmap  : 0xfffb7000 - 0xfffff000   ( 288 kB)
    vmalloc : 0xcb800000 - 0xfffb5000   ( 839 MB)
    lowmem  : 0xc0000000 - 0xcaff0000   ( 175 MB)
      .init : 0xc038e000 - 0xc03c1000   ( 204 kB)
      .data : 0xc02e3145 - 0xc038a2e4   ( 668 kB)
      .text : 0xc0100000 - 0xc02e3145   (1932 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 1209.55 BogoMIPS (lpj=604776)
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0080803f 0081813f 00000000 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: 0080803f 0081813f 00000006 00000000 00000000 00000000 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (32 bytes/line)
CPU: L2 Cache: 512K (128 bytes/line)
CPU: Processor revision 1.3.1.3, 600 MHz
CPU: Code Morphing Software revision 4.1.4-7-51
CPU: 20000805 23:30 official release 4.1.4#2
CPU: After all inits, caps: 0080813f 0081813f 00000006 00000100 00000000 00000000 00000000
Compat vDSO mapped to ffffe000.
CPU: Transmeta(tm) Crusoe(tm) Processor TM5600 stepping 03
Checking 'hlt' instruction... OK.
ACPI: Core revision 20070126
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xfd98e, last bus=0
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
PCI quirk: region 8000-803f claimed by PIIX4 ACPI
PCI quirk: region 1040-104f claimed by PIIX4 SMB
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs *9)
ACPI: PCI Interrupt Link [LNKB] (IRQs 9) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs 9) *0, disabled.
ACPI: PCI Interrupt Link [LNKD] (IRQs *9)
ACPI: Power Resource [LRP0] (off)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 10 devices
ACPI: ACPI bus type pnp unregistered
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
Time: tsc clocksource has been installed.
pnp: 00:01: ioport range 0x398-0x399 has been reserved
pnp: 00:01: ioport range 0x4d0-0x4d1 has been reserved
pnp: 00:01: ioport range 0x1040-0x104f has been reserved
pnp: 00:01: ioport range 0x8000-0x804f could not be reserved
pnp: 00:02: iomem range 0x100000-0xaffffff could not be reserved
pnp: 00:02: iomem range 0x0-0x9ffff could not be reserved
pnp: 00:02: iomem range 0xdc000-0xdffff has been reserved
pnp: 00:02: iomem range 0xe0000-0xfffff could not be reserved
PCI: Bus 1, cardbus bridge: 0000:00:0c.0
  IO window: 00001800-000018ff
  IO window: 00001c00-00001cff
  PREFETCH window: 10000000-13ffffff
  MEM window: 14000000-17ffffff
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9
PCI: setting IRQ 9 as level-triggered
ACPI: PCI Interrupt 0000:00:0c.0[A] -> Link [LNKB] -> GSI 9 (level, low) -> IRQ 9
PCI: Setting latency timer of device 0000:00:0c.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
checking if image is initramfs...<6>Switched to high resolution mode on CPU 0
 it is
Freeing initrd memory: 3476k freed
Simple Boot Flag at 0x35 set to 0x1
audit: initializing netlink socket (disabled)
audit(1185404227.724:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
io scheduler noop registered
io scheduler cfq registered (default)
Boot video device is 0000:00:0d.0
ACPI: AC Adapter [ACAD] (on-line)
ACPI: Battery Slot [BAT1] (battery present)
input: Lid Switch as /class/input/input0
ACPI: Lid Switch [LID]
input: Power Button (CM) as /class/input/input1
ACPI: Power Button (CM) [PWRB]
ACPI: Transitioning device [LRA0] to D3
ACPI: Transitioning device [LRA0] to D3
ACPI: Fan [LRA0] (off)
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
ACPI: Thermal Zone [ATF0] (63 C)
Real Time Clock Driver v1.12ac
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX4: IDE controller at PCI slot 0000:00:07.1
PIIX4: chipset revision 1
PIIX4: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x1000-0x1007, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x1008-0x100f, BIOS settings: hdc:pio, hdd:pio
Probing IDE interface ide0...
Marking TSC unstable due to: possible TSC halt in C2.
Time: acpi_pm clocksource has been installed.
hda: FUJITSU MHK2120AT, ATA DISK drive
Clocksource tsc unstable (delta = -438148412 ns)
hda: selected mode 0x42
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
Probing IDE interface ide1...
Yenta: CardBus bridge found at 0000:00:0c.0 [104d:80b1]
Yenta: ISA IRQ mask 0x0cb8, PCI irq 9
Socket status: 30000a20
PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
i2c /dev entries driver
piix4_smbus 0000:00:07.3: Found 0000:00:07.3 device
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 15
Using IPI Shortcut mode
Freeing unused kernel memory: 204k freed
input: AT Translated Set 2 keyboard as /class/input/input2
pccard: CardBus card inserted into slot 0
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
USB Universal Host Controller Interface driver v3.0
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 9
ACPI: PCI Interrupt 0000:00:07.2[D] -> Link [LNKD] -> GSI 9 (level, low) -> IRQ 9
uhci_hcd 0000:00:07.2: UHCI Host Controller
uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:07.2: irq 9, io base 0x00001020
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
hda: max request size: 128KiB
hda: 23579136 sectors (12072 MB) w/512KiB Cache, CHS=23392/16/63, UDMA(33)
hda: cache flushes not supported
 hda:PCI: Enabling device 0000:00:08.0 (0010 -> 0012)
ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [LNKD] -> GSI 9 (level, low) -> IRQ 9
ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[9]  MMIO=[fc104000-fc1047ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
usb 1-1: new low speed USB device using uhci_hcd and address 2
 hda1 hda2 hda3
usb 1-1: configuration #1 chosen from 1 choice
usb 1-2: new full speed USB device using uhci_hcd and address 3
usb 1-2: configuration #1 chosen from 1 choice
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[0800460300b4e237]
usbcore: registered new interface driver hiddev
input: HID 1241:1177 as /class/input/input3
input: USB HID v1.10 Mouse [HID 1241:1177] on usb-0000:00:07.2-1
usbcore: registered new interface driver libusual
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
Attempting manual resume
ReiserFS: hda3: found reiserfs format "3.6" with standard journal
ReiserFS: hda3: using ordered data mode
ReiserFS: hda3: journal params: device hda3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda3: checking transaction log (hda3)
ReiserFS: hda3: Using r5 hash to sort names
usb-storage: device scan complete
scsi 0:0:0:0: Direct-Access     Sony     MSC-U01N         1.00 PQ: 0 ANSI: 0 CCS
Linux agpgart interface v0.102 (c) Dave Jones
IBM TrackPoint firmware: 0x0b, buttons: 3/3
input: TPPS/2 IBM TrackPoint as /class/input/input4
input: PC Speaker as /class/input/input5
sd 0:0:0:0: [sda] 15840 512-byte hardware sectors (8 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 06 00 00
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] 15840 512-byte hardware sectors (8 MB)
PCI: Enabling device 0000:00:09.0 (0006 -> 0007)
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 9
ACPI: PCI Interrupt 0000:00:09.0[A] -> Link [LNKC] -> GSI 9 (level, low) -> IRQ 9
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 06 00 00
sd 0:0:0:0: [sda] Assuming drive cache: write through
 sda: sda1
sd 0:0:0:0: [sda] Attached SCSI removable disk
sd 0:0:0:0: Attached scsi generic sg0 type 0
lp: driver loaded but no devices found
sonypi: Sony Programmable I/O Controller Driver v1.26.
sonypi: please try the sony-laptop module instead and report failures, see also http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
sonypi: detected type1 model, verbose = 0, fnkeyinit = on, camera = on, compat = on, mask = 0xffffffff, useinput = on, acpi = on
sonypi: enabled at irq=11, port1=0x10c0, port2=0x10c4
input: Sony Vaio Jogdial as /class/input/input6
input: Sony Vaio Keys as /class/input/input7
Linux video capture interface: v2.00
Adding 377516k swap on /dev/disk/by-uuid/85bfe04f-d3e3-4cbb-bd17-032188ee208e.  Priority:-1 extents:1 across:377516k
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
No dock devices found.
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
NFSD: starting 90-second grace period
Bluetooth: Core ver 2.11
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.8
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.8
--------------------------------

Stefan
Comment 7 Stefan Foerster 2007-07-25 16:16:20 UTC
(In reply to comment #3)
> It would be great if you could try 2.6.23-rc1 or build a kernel with the
> attached patch (which I already tried to submit to the stable team).
> 

I will try this Friday night.

Good night,

Stefan
Comment 8 Stefan Foerster 2007-07-25 16:17:15 UTC
(In reply to comment #5)
> Stefan, could you also send me your DSDT? it's missing in my collection of
> vaio
> DSDT's and it would be the first type1 DSTD I get :)
> 
> many thanks
> 

Done.

Stefan
Comment 9 Mattia Dongili 2007-07-25 16:25:46 UTC
(In reply to comment #6)
> (In reply to comment #2)
> > > CONFIG_SONY_LAPTOP=y
> > > CONFIG_SONYPI_COMPAT=y
> > 
> > So if you turn these off, the system otherwise works properly?
> > (modulo the features that this driver supports are then missing)
> > 
> 
> Hi Mattia,
> 
> I first tried
> 
> CONFIG_SONY_LAPTOP=y
> # CONFIG_SONYPI_COMPAT is not set
> 
> but got the same result. I then completely turned this off
> 
> # CONFIG_SONY_LAPTOP is not set
> 
> and it booted like a charme. Now it's clear that it's sony_laptop of kernel
> version 2.6.22.

argh, yes... sorry for not being more clear but I was already sure of that and the patch should (hopefully) address the issue you're seeing.

mattia
Comment 10 Stefan Foerster 2007-07-26 21:07:23 UTC
(In reply to comment #9)
> (In reply to comment #6)
> > (In reply to comment #2)
> > > > CONFIG_SONY_LAPTOP=y
> > > > CONFIG_SONYPI_COMPAT=y
> > > 
> > > So if you turn these off, the system otherwise works properly?
> > > (modulo the features that this driver supports are then missing)
> > > 
> > 
> > Hi Mattia,
> > 
> > I first tried
> > 
> > CONFIG_SONY_LAPTOP=y
> > # CONFIG_SONYPI_COMPAT is not set
> > 
> > but got the same result. I then completely turned this off
> > 
> > # CONFIG_SONY_LAPTOP is not set
> > 
> > and it booted like a charme. Now it's clear that it's sony_laptop of kernel
> > version 2.6.22.
> 
> argh, yes... sorry for not being more clear but I was already sure of that
> and
> the patch should (hopefully) address the issue you're seeing.
> 
> mattia
> 

Good morning Matthia,

the kernel panic is gone. But it doesn't seem to work. I get the following (error) messages, there is no longer /dev/sonypi and meye no longer works:

sony-laptop: Sony Programmable IO Control Driver v0.5.
sony-laptop: detected Type1 model
sony-laptop: Error evaluating _SRS<3>sony-laptop: Couldn't enable device.
sony-laptop: Sony Notebook Control Driver v0.5.
meye: using 32 buffers with 600k (19200k total)for capture
meye: unable to power on the camera
meye: did you enable the camera in sonypi using the module options ?
meye: probe of 0000:00:0b.0 failed with error -5

Stefan
Comment 11 Mattia Dongili 2007-07-27 02:54:28 UTC
> the kernel panic is gone. But it doesn't seem to work. I get the following

Cool, one step ahead :)

> (error) messages, there is no longer /dev/sonypi and meye no longer works:
> 
> sony-laptop: Sony Programmable IO Control Driver v0.5.
> sony-laptop: detected Type1 model
> sony-laptop: Error evaluating _SRS<3>sony-laptop: Couldn't enable device.
> sony-laptop: Sony Notebook Control Driver v0.5.

Could you try loading sony-laptop with the option "debug=1" and send the output?
Also, do already have CONFIG_ACPI_DEBUG set and a possibly a very large kernel log buffer (CONFIG_LOG_BUF_SHIFT, I have it =20)?
If so enabling full ACPI debug before loading sony-laptop may also help.
(e.g.: echo 0xffffff > /proc/acpi/debug_level ; modprobe sony-laptop ; echo 0x0000007 > /proc/acpi/debug_level)

> meye: using 32 buffers with 600k (19200k total)for capture
> meye: unable to power on the camera
> meye: did you enable the camera in sonypi using the module options ?
> meye: probe of 0000:00:0b.0 failed with error -5

ok, that's expected. We need to make sony-laptop work first.
And it is definitely a regression as well as meye can't fallback to sonypi.

thanks
Mattia
Comment 12 Mattia Dongili 2007-07-27 07:38:02 UTC
(In reply to comment #11)
> > the kernel panic is gone. But it doesn't seem to work. I get the following
> 
> Cool, one step ahead :)
> 
> > (error) messages, there is no longer /dev/sonypi and meye no longer works:
> > 
> > sony-laptop: Sony Programmable IO Control Driver v0.5.
> > sony-laptop: detected Type1 model
> > sony-laptop: Error evaluating _SRS<3>sony-laptop: Couldn't enable device.
> > sony-laptop: Sony Notebook Control Driver v0.5.

Ok, I inspected your DSDT a bit and it looks like I need some more work to get the Type1 Vaios (as your C1VE) work. They are using a different resource template in the _SRS call, thus the call is failing (as you see from the logs).

But I'll need some more of your time to test patches as I don't have such a vaio model.
Stay tuned.

Mattia
Comment 13 Stefan Foerster 2007-07-27 09:27:17 UTC
(In reply to comment #12)
> 
> Ok, I inspected your DSDT a bit and it looks like I need some more work to
> get
> the Type1 Vaios (as your C1VE) work. They are using a different resource
> template in the _SRS call, thus the call is failing (as you see from the
> logs).
> 
> But I'll need some more of your time to test patches as I don't have such a
> vaio model.
> Stay tuned.
> 
> Mattia
> 

Hi Mattia,

no problem, I'll do my best to test your patches. Due to my regular business trips my reaction time can be long sometimes, but I promise to help ! I am very impressed how reactive Andrew Morton and you are. It is the first time that I have found a bug in the kernel and I really like to help to improve it, especially for the tiny Sony Picturebooks. It's so cool to see Linux running on this machine.

What is a SRS call ?


Ciao,

Stefan
Comment 14 Mattia Dongili 2007-07-28 00:17:16 UTC
(In reply to comment #13)
> (In reply to comment #12)
> > 
> > Ok, I inspected your DSDT a bit and it looks like I need some more work to
> get
> > the Type1 Vaios (as your C1VE) work. They are using a different resource
> > template in the _SRS call, thus the call is failing (as you see from the
> logs).
...
> no problem, I'll do my best to test your patches. Due to my regular business
> trips my reaction time can be long sometimes, but I promise to help ! I am
> very
> impressed how reactive Andrew Morton and you are. It is the first time that I
> have found a bug in the kernel and I really like to help to improve it,
> especially for the tiny Sony Picturebooks. It's so cool to see Linux running
> on
> this machine.

Hehehe, actually I'll probably be unable to cook a patch in the next few days but the good news is that the problem is clear and I should be able to fix it once my spare time allows it.
 
> What is a SRS call ?

"Set Resource Settings", we need to tell the bios which configuration we're using. It looks like very old Vaios did it with a different input structure than newer ones:

C1VE (Type 1):
  Name (SSRC, ResourceTemplate ()
  {
     IO (Decode16, 0x0000, 0x0000, 0x01, 0x01, )
     IO (Decode16, 0x0000, 0x0000, 0x01, 0x01, )
     IRQNoFlags () {}
  })

SZ72 (Type 3):
  Name (SSRC, ResourceTemplate ()
  {
     IO (Decode16, 0x0000, 0x0000, 0x01, 0x20, )
     IRQNoFlags () {}
  })

We just need to make a special case for Type 1 Vaios, should be easy enough.

Mattia
Comment 15 Mattia Dongili 2007-07-30 05:18:59 UTC
Created attachment 12201 [details]
fix c1ve (and type1 vaios) initialization

Hello,
this is my first attempt at fixing the c1ve problem.
My laptop still works so, even if the patch is quite invasive, it looks like I didn't break anything.
Please test. (If I may suggest, build sony-laptop as a module, it should be easier to have the laptop survive and report bugs/traces)

ciao
Comment 16 Stefan Foerster 2007-07-31 12:46:00 UTC
(In reply to comment #15)
> Created an attachment (id=12201) [details]
> fix c1ve (and type1 vaios) initialization
> 
> Hello,
> this is my first attempt at fixing the c1ve problem.
> My laptop still works so, even if the patch is quite invasive, it looks like
> I
> didn't break anything.
> Please test. (If I may suggest, build sony-laptop as a module, it should be
> easier to have the laptop survive and report bugs/traces)
> 
> ciao
> 

Hi Mattia,

I just tried to patch sony-laptop.c, but the patch failed with "Hunk #11 FAILED at 2065". I used the patch -p1 option. What command should I use exactly ? Or can you send me the patched file ? I don't patch files very often...

Ciao,

Stefan
Comment 17 Mattia Dongili 2007-08-01 23:29:49 UTC
The second patch applies _ontop_ of the first one, both are needed.
Did you revert the first one by chance?

Thanks
Comment 18 Stefan Foerster 2007-08-02 14:35:35 UTC
(In reply to comment #17)
> The second patch applies _ontop_ of the first one, both are needed.
> Did you revert the first one by chance?
> 
> Thanks
> 

Now patching worked, thanks.

I changed the kernel config so that sony-laptop is built as a module and I also turned ACPI debug on.

To my surprise, the sony-laptop module gets loaded at startup (probably due to the fact that I modprobe meye ?). Here are the relevant portions of dmesg:

----------------------
sony-laptop: Sony Programmable IO Control Driver v0.5.
sony-laptop: detected Type1 model
sony-laptop: device allocated minor is 63
sony-laptop: Sony Notebook Control Driver v0.5.
meye: using 32 buffers with 600k (19200k total)for capture
meye: unable to power on the camera
meye: did you enable the camera in sonypi using the module options ?
meye: probe of 0000:00:0b.0 failed with error -5
-----------------------

I manually removed meye and sony-laptop and tried to load the module again with full ACPI debug. I got a segfault ! Here is the transcript:

-----------------------
root@stefan4:/home/stefan# modprobe -r meye
root@stefan4:/home/stefan# modprobe -r sony-laptop
root@stefan4:/home/stefan# echo 0xffffff >/proc/acpi/debug_level ; modprobe sony-laptop ; echo 0x000007 >/proc/acpi/debug_level
Segmentation fault
root@stefan4:/home/stefan# 
Message from syslogd@stefan4 at Thu Aug  2 23:10:32 2007 ...
stefan4 kernel: Oops: 0000 [#1]

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel: CPU:    0

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel: EIP:    0060:[<cb9b80cf>]    Not tainted VLI

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel: EFLAGS: 00210246   (2.6.22.1-20070715-crusoe #7)

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel: EIP is at sony_pic_add+0x29f/0x680 [sony_laptop]

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel: eax: 00000000   ebx: c11a9c00   ecx: c67abe00   edx: 00000000

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel: esi: c67ab960   edi: c11a9c8d   ebp: 00000000   esp: c75f9e04

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel: ds: 007b   es: 007b   fs: 0000  gs: 0033  ss: 0068

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel: Process modprobe (pid: 5297, ti=c75f8000 task=c3d07900 task.ti=c75f8000)

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel: Stack: cb9b998f 00000001 cb9b9930 c019fdaf 00000020 c11a9c00 cb9bd060 c11a9e0c 

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel:        ffffffda c023137e 00000000 cb9bd138 c7d10b60 c11aa300 00000000 c11a9e0c 

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel:        c11a9e74 c11a9eb0 c11a9e0c 00000000 cb9bd130 c11a9eb0 c02608fd cb9bd130 

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel:  [sysfs_make_dirent+47/80] sysfs_make_dirent+0x2f/0x50

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel:  [acpi_device_probe+62/272] acpi_device_probe+0x3e/0x110

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel:  [driver_probe_device+141/400] driver_probe_device+0x8d/0x190

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel:  [__driver_attach+154/160] __driver_attach+0x9a/0xa0

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel:  [bus_for_each_dev+58/96] bus_for_each_dev+0x3a/0x60

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel:  [driver_attach+22/32] driver_attach+0x16/0x20

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel:  [__driver_attach+0/160] __driver_attach+0x0/0xa0

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel:  [bus_add_driver+138/432] bus_add_driver+0x8a/0x1b0

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel:  [<cb872062>] sony_laptop_init+0x62/0x76 [sony_laptop]

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel:  [sys_init_module+329/5840] sys_init_module+0x149/0x16d0

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel:  [syscall_call+7/11] syscall_call+0x7/0xb

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel:  =======================

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel: Code: b8 dc c1 38 c0 c7 04 24 8f 99 9b cb e8 cb 79 76 f4 85 c0 0f 85 15 01 00 00 a1 50 d8 9b cb 85 c0 0f 85 83 00 00 00 a1 f4 d1 9b cb <0f> b6 48 02 0f b7 50 03 b8 dc c1 38 c0 e8 8f 78 76 f4 8b 76 14 

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel: EIP: [<cb9b80cf>] sony_pic_add+0x29f/0x680 [sony_laptop] SS:ESP 0068:c75f9e04

Message from syslogd@stefan4 at Thu Aug  2 23:10:33 2007 ...
stefan4 kernel: Call Trace:
---------------------------

Any ideas ?

Stefan
Comment 19 Mattia Dongili 2007-08-02 16:03:59 UTC
No, not many ideas right now. Will look into it later.
Anyway, what about simply:
  modprobe sony-laptop debug=1 camera=1
  modprobe meye
?
Comment 20 Stefan Foerster 2007-08-03 13:23:33 UTC
(In reply to comment #19)
> No, not many ideas right now. Will look into it later.
> Anyway, what about simply:
>   modprobe sony-laptop debug=1 camera=1
>   modprobe meye
> ?
> 

The same result.

sony-laptop and meye are loaded automagically. When I remove the modules manually and do a modprobe again, I get a segfault:

----------------
root@stefan4:~# modprobe sony-laptop debug=1 camera=1
Segmentation fault
root@stefan4:~# 
Message from syslogd@stefan4 at Fri Aug  3 22:14:20 2007 ...
stefan4 kernel: Oops: 0000 [#1]

Message from syslogd@stefan4 at Fri Aug  3 22:14:20 2007 ...
stefan4 kernel: CPU:    0

Message from syslogd@stefan4 at Fri Aug  3 22:14:20 2007 ...
stefan4 kernel: EIP:    0060:[<cb97e0cf>]    Tainted: P       VLI

Message from syslogd@stefan4 at Fri Aug  3 22:14:21 2007 ...
stefan4 kernel: EFLAGS: 00210296   (2.6.22.1-20070715-crusoe #7)

Message from syslogd@stefan4 at Fri Aug  3 22:14:21 2007 ...
stefan4 kernel: EIP is at sony_pic_add+0x29f/0x680 [sony_laptop]

Message from syslogd@stefan4 at Fri Aug  3 22:14:21 2007 ...
stefan4 kernel: eax: 00000000   ebx: c11a7c00   ecx: ffffffff   edx: 00003e7b

Message from syslogd@stefan4 at Fri Aug  3 22:14:21 2007 ...
stefan4 kernel: esi: c97120c0   edi: c11a7c8d   ebp: 00000000   esp: c92f1e04

Message from syslogd@stefan4 at Fri Aug  3 22:14:21 2007 ...
stefan4 kernel: ds: 007b   es: 007b   fs: 0000  gs: 0033  ss: 0068

Message from syslogd@stefan4 at Fri Aug  3 22:14:21 2007 ...
stefan4 kernel: Process modprobe (pid: 8020, ti=c92f0000 task=c18ee000 task.ti=c92f0000)

Message from syslogd@stefan4 at Fri Aug  3 22:14:21 2007 ...
stefan4 kernel: Stack: cb97f624 000010c4 000010c4 00000001 00000020 c11a7c00 cb983060 c11a7e0c 

Message from syslogd@stefan4 at Fri Aug  3 22:14:21 2007 ...
stefan4 kernel:        ffffffda c023137e 00000000 cb983138 c82eccd0 c11a8300 00000000 c11a7e0c 

Message from syslogd@stefan4 at Fri Aug  3 22:14:21 2007 ...
stefan4 kernel:        c11a7e74 c11a7eb0 c11a7e0c 00000000 cb983130 c11a7eb0 c02608fd 00000000 

Message from syslogd@stefan4 at Fri Aug  3 22:14:21 2007 ...
stefan4 kernel: Call Trace:

Message from syslogd@stefan4 at Fri Aug  3 22:14:21 2007 ...
stefan4 kernel:  [acpi_device_probe+62/272] acpi_device_probe+0x3e/0x110

Message from syslogd@stefan4 at Fri Aug  3 22:14:22 2007 ...
stefan4 kernel:  [__driver_attach+154/160] __driver_attach+0x9a/0xa0

Message from syslogd@stefan4 at Fri Aug  3 22:14:22 2007 ...
stefan4 kernel:  [bus_for_each_dev+58/96] bus_for_each_dev+0x3a/0x60

Message from syslogd@stefan4 at Fri Aug  3 22:14:22 2007 ...
stefan4 kernel:  [driver_attach+22/32] driver_attach+0x16/0x20

Message from syslogd@stefan4 at Fri Aug  3 22:14:22 2007 ...
stefan4 kernel:  [__driver_attach+0/160] __driver_attach+0x0/0xa0

Message from syslogd@stefan4 at Fri Aug  3 22:14:22 2007 ...
stefan4 kernel:  [bus_add_driver+138/432] bus_add_driver+0x8a/0x1b0

Message from syslogd@stefan4 at Fri Aug  3 22:14:22 2007 ...
stefan4 kernel:  [<cb872062>] sony_laptop_init+0x62/0x76 [sony_laptop]

Message from syslogd@stefan4 at Fri Aug  3 22:14:22 2007 ...
stefan4 kernel:  [sys_init_module+329/5840] sys_init_module+0x149/0x16d0

Message from syslogd@stefan4 at Fri Aug  3 22:14:22 2007 ...
stefan4 kernel:  [syscall_call+7/11] syscall_call+0x7/0xb

Message from syslogd@stefan4 at Fri Aug  3 22:14:22 2007 ...
stefan4 kernel:  =======================

Message from syslogd@stefan4 at Fri Aug  3 22:14:22 2007 ...
stefan4 kernel: Code: b8 dc c1 38 c0 c7 04 24 8f f9 97 cb e8 cb 19 7a f4 85 c0 0f 85 15 01 00 00 a1 50 38 98 cb 85 c0 0f 85 83 00 00 00 a1 f4 31 98 cb <0f> b6 48 02 0f b7 50 03 b8 dc c1 38 c0 e8 8f 18 7a f4 8b 76 14 

Message from syslogd@stefan4 at Fri Aug  3 22:14:22 2007 ...
stefan4 kernel: EIP: [<cb97e0cf>] sony_pic_add+0x29f/0x680 [sony_laptop] SS:ESP 0068:c92f1e04

Message from syslogd@stefan4 at Fri Aug  3 22:14:21 2007 ...
stefan4 kernel:  [driver_probe_device+141/400] driver_probe_device+0x8d/0x190
-------------------

How can I make the kernel startthe module  with the debug=1 and camera=1 options ? modutils ?

Ciao,

Stefan
Comment 21 Mattia Dongili 2007-08-03 23:12:39 UTC
Comment on attachment 12201 [details]
fix c1ve (and type1 vaios) initialization

broken
Comment 22 Mattia Dongili 2007-08-03 23:18:18 UTC
Created attachment 12245 [details]
fix c1ve (and type1 vaios) initialization (try2)

the previous patch was broken (as you already discovered), this one should behave better.
Please revert it and try this one instead.
BTW: to have module options automatically applied do
if you have /etc/modprobe.conf:
  echo 'options sony_laptop debug=1 camera=1' >> /etc/modprobe.conf

or if you have the /etc/modprobe.d directory:
  echo 'options sony_laptop debug=1 camera=1' >> /etc/modprobe.d/sony_laptop

see man 5 modprobe.conf
Comment 23 Stefan Foerster 2007-08-05 12:47:42 UTC
Created attachment 12257 [details]
dmesg with the 3rd patch applied and debug=1

This is the dmesg with the latest patch applied and debug set to 1. It seems that it works. How can I test the modules ? I will try the camera of course, but what else can I do ?

Stefan
Comment 24 Stefan Foerster 2007-08-05 13:53:29 UTC
Created attachment 12258 [details]
A screen shot of the MEye camera picture

I just tried the camera. As before, xawtv shows no picture in its window (I still haven't succeeded to make that work...), but in fullscreen mode I get a picture. The picture of the camera is of really bad quality as you can see from the attached picture (and the other picture to compare with). My impression is that using the sonypi driver the picture is better than with sony-laptop, although not optimal, too.

Stefan
Comment 25 Mattia Dongili 2007-08-05 15:55:12 UTC
(In reply to comment #23)
> Created an attachment (id=12257) [details]
> dmesg with the 3rd patch applied and debug=1
> 
> This is the dmesg with the latest patch applied and debug set to 1. It seems
> that it works. How can I test the modules ? I will try the camera of course,
> but what else can I do ?

don't know, verify that the Fn keys and other special keys work as expected, brightness control, jogdial if any.
Also, can you remove and modprobe the driver without problems now?

(In reply to comment #24)
> Created an attachment (id=12258) [details]
> A screen shot of the MEye camera picture
> 
> I just tried the camera. As before, xawtv shows no picture in its window (I
> still haven't succeeded to make that work...), but in fullscreen mode I get a
> picture. The picture of the camera is of really bad quality as you can see
> from
> the attached picture (and the other picture to compare with). My impression
> is
> that using the sonypi driver the picture is better than with sony-laptop,
> although not optimal, too.

definitely bad quality. I'll have some more difficulties helping you with this but there are some tests we could do.
Anyway this is a different bug (I guess), we already squeezed 2 bugs here with a single bugzilla entry, would you mind opening a new one for the meye picture quality (please cc me in the bug) while focusing on the basic functionality of sony-laptop here?

many thanks
Mattia
Comment 26 Stefan Foerster 2007-08-07 11:13:28 UTC
Hi Mattia,

(In reply to comment #25)

> don't know, verify that the Fn keys and other special keys work as expected,
> brightness control, jogdial if any.

I'll try to. I haven't succeded in getting all the Fn keys (especially the brightness control) to work under sonypi, so testing this will be difficult for me.

The jogdial does not work (scrolling in the Firefox window for instance). It has worked under sonypi.

> Also, can you remove and modprobe the driver without problems now?

YES !

> definitely bad quality. I'll have some more difficulties helping you with
> this
> but there are some tests we could do.
> Anyway this is a different bug (I guess), we already squeezed 2 bugs here
> with
> a single bugzilla entry, would you mind opening a new one for the meye
> picture
> quality (please cc me in the bug) while focusing on the basic functionality
> of
> sony-laptop here?
> 
> many thanks
> Mattia
> 

The bad quality may have several reasons, I'll try to single these out before I bug this. Cleaning the lens helped a bit ;-) It may be a hardware problem - I believe that the camera of my notebook is no longer working 100 %. I also have to find out the optimal xawtv settings first.

Ciao,

Stefan
Comment 27 Mattia Dongili 2007-08-08 05:33:40 UTC
(In reply to comment #26)
> > don't know, verify that the Fn keys and other special keys work as
> expected,
> > brightness control, jogdial if any.
> 
> I'll try to. I haven't succeded in getting all the Fn keys (especially the
> brightness control) to work under sonypi, so testing this will be difficult
> for
> me.
> 
> The jogdial does not work (scrolling in the Firefox window for instance). It
> has worked under sonypi.

argh! do you get anything in the kernel log with the debug=1 switch and while scrolling with the jogdial?

> > Also, can you remove and modprobe the driver without problems now?
> 
> YES !

ok, we're making some progress. That patch is definitely worth including.

> > definitely bad quality. I'll have some more difficulties helping you with
> ...
> The bad quality may have several reasons, I'll try to single these out before
> I
> bug this. Cleaning the lens helped a bit ;-) It may be a hardware problem - I
> believe that the camera of my notebook is no longer working 100 %. I also
> have
> to find out the optimal xawtv settings first.

ok, thanks for doing that.
If you want I can send you a patch to make meye use sonypi instead so you can check with that too.

cheers
mattia
Comment 28 Stefan Foerster 2007-08-10 12:46:31 UTC
Hi Mattia,

> > The jogdial does not work (scrolling in the Firefox window for instance).
> It
> > has worked under sonypi.
> 
> argh! do you get anything in the kernel log with the debug=1 switch and while
> scrolling with the jogdial?

I don't know why hit hasn't worked before, but it works now. I haven't changed anything. Sorry for the confusion...

> If you want I can send you a patch to make meye use sonypi instead so you can
> check with that too.

That's not necessary. I have a 2.6.21 kernel with sonypi installed which I can use parallel to the 2.6.22 kernel.

It seems that you can close this bug.

 
> cheers
> mattia
> 

Ciao,

Stefan
Comment 29 Mattia Dongili 2007-08-10 18:51:23 UTC
(In reply to comment #28)
> Hi Mattia,
> 
> > > The jogdial does not work (scrolling in the Firefox window for instance).
> It
> > > has worked under sonypi.
> > 
> > argh! do you get anything in the kernel log with the debug=1 switch and
> while
> > scrolling with the jogdial?
> 
> I don't know why hit hasn't worked before, but it works now. I haven't
> changed
> anything. Sorry for the confusion...

cool :)

...
> It seems that you can close this bug.

done, thanks a lot
Mattia
Comment 30 Sven Dreyer 2007-08-15 22:20:37 UTC
I had the same problem with my PCG-C1XN (266 MHz Celeron). Just tried it with vanilla 2.6.22.3 + the supplied patch. I can confirm that all VAIO-related stuff works: Fn keys, motion eye, backlight dimming.

Thanks guys!
Comment 31 Mattia Dongili 2007-08-16 04:41:36 UTC
Hi, thanks for reporting.
BTW: do you see the same picture-degradation as Stefan while using the MEYE camera?
Comment 32 Sven Dreyer 2007-08-17 00:05:03 UTC
I cannot confirm any picture quality degradation when using the built-in camera. Picture quality has always been bad, even in the first hours after buying the device (when windows was still running on it).
Comment 33 Yanming Peng 2008-01-14 14:50:58 UTC
(In reply to comment #31)
> Hi, thanks for reporting.
> BTW: do you see the same picture-degradation as Stefan while using the MEYE
> camera?
> 
I can report that the picture quality on jpg is good when there is enough light (day light, for example).
Running 2.6.23.13 kernel from kernel.org with 2nd patch (try2) only. The 1st patch (dated 7/25/2007) is already in the kernel.

motioneye is fully functional (capture/display/jpg/mjpeg)

vlc shows a window of greenish dynamic image (with both v4l and v4l2).

xawtv/streamer v3.95 does not show any thing (black window) in the window.

Not sure if it is meye's problem or apps's problem (vlc/xawtv).

root[tmp]# streamer -d -s 320x240 -o pic05.jpeg
checking writer files [multiple image files] ...
  video name=ppm ext=ppm: ext mismatch [need jpeg]
  video name=pgm ext=pgm: ext mismatch [need jpeg]
  video name=jpeg ext=jpeg: OK
files / video: JPEG (JFIF) / audio: none
vid-open: trying: v4l2-old... 
vid-open: failed: v4l2-old
vid-open: trying: v4l2... 
v4l2: open
v4l2: device info:
  meye 0.1.13 / meye @ PCI:0000:00:0b.0
vid-open: ok: v4l2
movie_init_writer start
setformat: JPEG (JFIF) (320x240): failed
setformat: 12 bit YUV 4:2:0 (planar) (320x240): failed
setformat: 16 bit YUV 4:2:2 (planar) (320x240): failed
setformat: 24 bit TrueColor (BE: rgb) (320x240): failed
setformat: 24 bit TrueColor (LE: bgr) (320x240): failed
no way to get: 320x240 JPEG (JFIF)
movie writer initialisation failed
v4l2: close

root[vlc]# vlc -vvv v4l:// :v4l-vdev="/dev/video0" :v4l-adev="/dev/null" :v4l-norm=3 :v4l-width=320 :v4l-height=240 :v4l-chroma="I422"
VLC media player 0.8.5 Janus
starting VLC root wrapper... using UID 0 (root)
***************************************
* Running VLC as root is discouraged. *
***************************************

 It is potentially dangerous, and might not even work properly.
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /root/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/opt/vlc/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 203 modules
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc debug: CPU has capabilities 486 586 MMX FPU 
[00000001] main vlc debug: looking for memcpy module: 2 candidates
[00000001] main vlc debug: using memcpy module "memcpymmx"
[00000263] main playlist debug: waiting for thread completion
[00000263] main playlist debug: thread 3079941008 (playlist) created at priority 0 (playlist/playlist.c:184)
[00000264] main private debug: waiting for thread completion
[00000264] main private debug: thread 3071552400 (preparser) created at priority 0 (playlist/playlist.c:210)
[00000265] main interface debug: looking for interface module: 1 candidate
[00000265] main interface debug: using interface module "hotkeys"
[00000265] main interface debug: thread 3063163792 (interface) created at priority 0 (interface/interface.c:231)
[00000267] main interface debug: looking for interface module: 1 candidate
[00000267] main interface debug: using interface module "screensaver"
[00000267] main interface debug: thread 3054775184 (interface) created at priority 0 (interface/interface.c:231)
[00000263] main playlist debug: adding playlist item `v4l://' ( v4l:// )
[00000269] main interface debug: looking for interface module: 4 candidates
[00000269] main interface debug: using interface module "wxwidgets"
[00000269] main interface debug: thread 3028044688 (manager) created at priority 0 (interface/interface.c:216)
[00000269] wxwidgets interface debug: Using last windows config '(-1,0,0,1024,768)(6,0,0,-1,150)'
[00000269] wxwidgets interface debug: id=6 p=(0,0) s=(-1,150)
[00000263] main playlist debug: nothing requested, starting
[00000263] main playlist debug: creating new input thread
[00000272] main input debug: waiting for thread completion
[00000272] main input debug: creating statistics handler
[00000272] main input debug: thread 3011509136 (input) created at priority 0 (input/input.c:261)
[00000272] main input debug: `v4l://' gives access `v4l' demux `' path `'
[00000272] main input debug: creating demux: access='v4l' demux='' path=''
[00000274] main demuxer debug: looking for access_demux module: 1 candidate
[00000274] v4l demuxer debug: V4L device meye 1 channels 0 audios 320 < w < 640 240 < h < 480
[00000274] v4l demuxer debug: setting channel Camera(0) 0 tuners flags=0x0 type=0x2 norm=0x0
[00000274] v4l demuxer debug: v4l device uses brightness: 32768
[00000274] v4l demuxer debug: v4l device uses colour: 32768
[00000274] v4l demuxer debug: v4l device uses hue: 32768
[00000274] v4l demuxer debug: v4l device uses contrast: 32768
[00000274] v4l demuxer debug: v4l device uses frame size: 153600
[00000274] v4l demuxer debug: v4l device uses chroma: I422
[00000274] v4l demuxer error: cannot set audio format (16b little endian) (Inappropriate ioctl for device)
[00000274] v4l demuxer debug: v4l grabbing started
[00000274] v4l demuxer debug: added new video es I422 320x240
[00000272] main input debug: selecting program id=0
[00000274] main demuxer debug: using access_demux module "v4l"
[00000276] main decoder debug: looking for decoder module: 21 candidates
[00000276] main decoder debug: using decoder module "rawvideo"
[00000276] main decoder debug: thread 2983459728 (decoder) created at priority 0 (input/decoder.c:159)
[00000272] main input debug: `v4l://' successfully opened
[00000276] main decoder debug: no usable vout present, spawning one
[00000301] main video output debug: window size: 320x240
[00000301] main video output debug: looking for video output module: 5 candidates
[00000302] main private debug: Registering subpicture channel, ID: 2
[00000302] main private debug: Registering subpicture channel, ID: 3
[00000302] main private debug: Registering subpicture channel, ID: 4
[00000302] main private debug: Registering subpicture channel, ID: 5
[00000301] xvideo video output warning: no free XVideo port found for format 0x32323449 (I422)
[00000301] xvideo video output debug: adaptor 0, port 65, format 0x32595559 (YUY2) packed
[00000301] xvideo video output debug: Window manager supports NetWM
[00000301] xvideo video output debug: Window manager supports _NET_WM_STATE_ABOVE
[00000301] xvideo video output debug: Window manager supports _NET_WM_STATE_BELOW
[00000301] xvideo video output debug: Window manager supports _NET_WM_STATE_FULLSCREEN
[00000301] main video output debug: using video output module "xvideo"
[00000301] main video output debug: got 8 direct buffer(s)
[00000301] main video output debug: picture in 320x240 (0,0,320x240), chroma I422, ar 4:3, sar 1:1
[00000301] main video output debug: picture user 320x240 (0,0,320x240), chroma I422, ar 4:3, sar 1:1
[00000301] main video output debug: picture out 320x240 (0,0,320x240), chroma YUY2, ar 4:3, sar 1:1
[00000301] main video output debug: looking for chroma module: 9 candidates
[00000301] main video output debug: using chroma module "i422_yuy2_mmx"
[00000301] main video output debug: indirect render, mapping render pictures 0-7 to system pictures 8-15
[00000301] main video output debug: waiting for thread completion
[00000301] main video output debug: thread 2971921296 (video output) created at priority 0 (video_output/video_output.c:421)
[00000301] main video output warning: late picture skipped (545101)
[00000301] main video output warning: late picture skipped (517468)
...
signal 2 received, terminating vlc - do it again in case it gets stuck
[00000301] main video output warning: late picture skipped (116744)
[00000301] main video output warning: late picture skipped (85315)
[00000301] main video output warning: late picture skipped (54369)
[00000301] main video output warning: late picture skipped (22307)
[00000001] main vlc debug: removing all interfaces
[00000269] main interface debug: thread 3028044688 joined (interface/interface.c:258)
[00000269] main interface debug: removing module "wxwidgets"
[00000267] main interface debug: thread 3054775184 joined (interface/interface.c:258)
[00000267] main interface debug: removing module "screensaver"
[00000265] main interface debug: thread 3063163792 joined (interface/interface.c:258)
[00000265] main interface debug: removing module "hotkeys"
[00000001] main vlc debug: removing playlist handler
[00000264] main private debug: thread 3071552400 joined (playlist/playlist.c:247)
[00000272] main input debug: control type=0
[00000272] main input debug: control: stopping input
[00000272] main input debug: closing input
[00000274] main demuxer debug: removing module "v4l"
[00000276] main decoder debug: removing module "rawvideo"
[00000276] main decoder debug: thread 2983459728 joined (input/decoder.c:191)
[00000276] main decoder debug: killing decoder fourcc `I422', 0 PES in FIFO
[00000276] main decoder debug: cannot find playlist, destroying vout
[00000301] main video output debug: removing module "i422_yuy2_mmx"
[00000301] main video output debug: removing module "xvideo"
[00000301] main video output debug: thread 2971921296 joined (video_output/video_output.c:461)
[00000272] main input debug: thread 3011509136 joined (input/input.c:399)
[00000263] main playlist debug: thread 3079941008 joined (playlist/playlist.c:248)
[00000263] main playlist: stopping playback
[00000263] main playlist debug: deleting playlist item `v4l://'
[00000001] main vlc debug: removing all video outputs
[00000001] main vlc debug: removing all audio outputs
[00000001] main vlc debug: removing module "memcpymmx"
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc debug: saving plugins cache file /root/.vlc/cache/plugins-04041e.dat
Comment 34 al H 2008-01-25 14:38:40 UTC
I have used your patch from:
http://bugzilla.kernel.org/show_bug.cgi?id=8803
in comment #22

It has applied cleanly to Gentoo-sources-2.6.23-r3 and -r6.
after patching the module is completely functional. I have used the motioneye app to take various pics. The jog dial scrolls in X without any special config other than using evdev in xorg.conf to id by Name as a third input device after kbd and the stick. clicking the jog dial locks up computer but I believe that is due to my lack of assigning an action to the event for acpid to use.

I wanted to add this comment to show the success on another Picturebook model (PCG-C1VP) and in another Linux distro.
The Gentoo devs may be including this in their 2.6.23 kernel patches soon.

Do you know if this patch going to be included in the official 2.6.24 release here at kernel.org?


Thanks again

Note You need to log in before you can comment on or make changes to this bug.