Installing Debian Etch 4.0 on HP Pavilion DV4017EA

First release : May 15th 2006
Last update : May 27th 2007
by Damien BRUCKER

You are the visitor number :

General hardware specifications for the HP Pavilion DV4017EA laptop, bought at June 2005 in France, for 900 Euros.


 Debian logo  + Hp Pavilion DV4017EA view


Hardware Components
Status under Linux
Notes
Intel Celeron Mobile M370 1,5 Ghz
1MB L2 cache
Works at 2 997 BogoMIPS
No special procedure required during installation.
15.4 WXGA+ TFT display Works Select LCD display in the Debian Installer
Intel 915GM chipset until 128 MB shared, 400 MHz bus speed
Works
Use the X.org 7.1 Xwindow system
Select VESA driver during installation
512MB RAM
Works No special procedure required during installation
Fujitsu MHT2080AT 80 GB ultra ATA 100 hard drive,
Works No special procedure required during installation
PCMCIA II interface
Works
Use 32 bits Yenta compatible driver
Ethernet network chipset,
RealTek RTL8139 C+
Works No special procedure required during installation
USB (4 ports)
Works
No special procedure required during installation
Internal 56k V.92 AC'97 AMR AgereSystems modem, DSP1648C + SIL27 chipset
Works
Use the package called sl-modem-daemon (non-free tree) with the ALSA sound system
LG HL-DT-ST GCA-4080N CD-R/RW / DVD+-R / +-RW burner/reader with DVD+DL support
Works No special procedure required during installation
Broadcom BCM4306 802.11b/g WiFi interface Works
Use the package called bcm43xx-fwcutter (non-free tree), the wl_apsta.o driver (firmware) will be automatically downloaded
HP Lithium-Ion 4 400 mAh battery Works No special procedure required during installation
Internal Intel AC'97 sound card
AD1981B chipset
Works

No special procedure required during installation : use ALSA sound system

ALPS touchpad (Mouse)
Works
Use the autops2 driver from /dev/psaux for the gpm utility, and allow the raw repeat feature on /dev/gpmdata
Use the ImPS/2 driver from /dev/gpmdata in the X.org config file
(So there is no mouse conflict between the console and the X Server)
Keyboard
Works except the multimedia hotkeys
No special procedure required during installation
Texas Instruments IEEE 1394 Firewire interface
Not tested
Driver loaded as a module, not tried
6 in 1 (SD, MS/Pro, MMC, SM, XD) memory card interface
Not tested
Driver loaded as a module, not tried
PCI Express slot
Not tested
Driver loaded as a module, not tried
Floppy drive
Not present
Disable any floppy driver in the kernel .config file
Serial RS232 port
Not present
Disable any serial port driver in the kernel .config file
Printer port (Centronics)
Not present
Disable any printer port driver in the kernel .config file
Built-in VGA webcam and microphone
Not present
Disable any v4l driver in the kernel .config file
IRDA interface
Not present
Disable any IR driver in the kernel .config file
Bluetooth interface
Not present
Disable any Bluetooth driver in the kernel .config file


This laptop is operating basically well under the 2.6.18 kernel, X.org 7.1 server, KDE 3.5.5a desktop, provided per default with the Debian Etch 4.0r0 release.

But, it's better to set up the 2.6.21.1 kernel : some nasty bugs about the wifi interface and the udev system have been fixed.

Basic Installation of Debian Etch 4.0:
Setting up additional features for Debain Etch 4.0:
Download the linux-2.6.21.1.tar.bz2 file from http://www.kernel.org and decompress it under the /usr/src folder as root:
# tar -xjvf linux-2.6.21.1.tar.bz2
Create the following link under the /usr/src folder:
# ln -s /usr/src/linux-2.6.21.1 linux
# cd /usr/src/linux
Copy the .config file given below and paste it in the /usr/src/linux directory (just overwrite the existing .config file)
Then run:
# make menuconfig
Check and save.
# make && make install && make modules_install
If you use the GRUB boot loader (per default with Debian Etch), check the /boot/grub/menu.lst file, in order to boot with your new kernel (don't forget to create a second GRUB link towards you old 2.6.18 kernel, in case which your new kernel could be broken!)
# reboot
After the first reboot, check for any errors or warnings:
# dmesg | less

Note : You may see several times the same line "atkbd.c: Spurious NAK on serio0......." at the kernel boot time on the screen.
Don't worry about it, it will be fixed in the next 2.6.22 kernel release.

Copy the configuration file below xorg.conf and paste it in the /etc/X11 directory (just overwrite the existing xorg.conf file)
Then run:

# dpkg-reconfigure xserver-xorg

Just answer OK to all proposals
Restart the KDE Desktop:

# /etc/init.d/kdm stop
# /etc/init.d/kdm start

And the last, but not the least, check for the display speed.
Log in as a user, open a graphic console in KDE (konsole) and type in:
$ glxinfo
You should read "direct rendering: yes"
$ glxgears
Ctrl+C to stop this test utility.

Note : glxinfo and glxgears are provided by the mesa-utils package

First of all, install the bcm43xx-fwcutter, wireless-tools, wpasupplicant packages with aptitude or apt-get.
The bcm43xx-fwcutter setup will automatically download the right firmware (wl_apsta.o file) from the net (if you have an Internet access of course) and puts the extracted firmware items under the /lib/firmware directory.

As root, edit the /etc/network/interfaces file as follows:


# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# catch any open AP automatically
# allow-hotplug eth0
iface eth0 inet manual
wpa-driver wext
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf

# this behaviour is used if no matching id_str is found in wpa_supplicant.conf
iface default inet dhcp


# catch your own network
iface my_network inet dhcp





Create the wpa_supplicant.conf file under the /etc/wpa_supplicant directory:



# Minimal /etc/wpa_supplicant.conf to associate with open
# access points. Please see
# /usr/share/doc/wpasupplicant/examples/README.wpa_supplicant.conf.gz
# for more complete configuration parameters.
#
# Also see the other files in /usr/share/doc/wpasupplicant/examples/ for
# specific configuration examples.

# default ctrl_interface path
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0

eapol_version=1
ap_scan=1
fast_reauth=1


# Catch all example that allows more or less all configuration modes
#network={
# ssid="example"
# scan_ssid=1
# key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE
# pairwise=CCMP TKIP
# group=CCMP TKIP WEP104 WEP40
# psk="very secret passphrase"
# eap=TTLS PEAP TLS
# identity="user@example.com"
# password="foobar"
# ca_cert="/etc/cert/ca.pem"
# client_cert="/etc/cert/user.pem"
# private_key="/etc/cert/user.prv"
# private_key_passwd="password"
# phase1="peaplabel=0"
# priority=1
#}

# your own AP with WEP encryption, for example
network={
ssid="my_network_ssid"
id_str="my_network"
key_mgmt=NONE
wep_key0="my_ascii_wep_phrase"
wep_tx_keyidx=0
}


### Associate with any open access point
### Scans/ESSID changes can be done with wpa_cli
network={
ssid=""
key_mgmt=NONE
}




At this point it's better to stop and restart your laptop : this will ensure that the bcm43xx module will be loaded by the kernel at the boot time and that the networking script will recognize the network configuration.

To start the Wifi roaming (for open APs only):
# ifup eth0
To start with you own AP (my_network):
# ifup eth0=my_network
To stop the Wifi roaming or your own AP (my_network):
# wpa_action eth0 stop
To take into account the new setup "on the fly" (after modification of the interfaces and wpa_supplicant.conf files)
# wpa_action eth0 reload


Good surf!

Under KDE, run the kwifimanager to check for the wifi interface : you can also scan the list of all APs available, for example


First of all, install the sl-modem-daemon and kppp packages.
Then under KDE, configure and run the (slow!) Internet link with kppp.

If you specify the ATM1L2 command in the kppp configuration panel and choose the right output audio level in the Kmix application (Intel ICH6 Modem mixer), you will hear your modem at work when dialing.

Unresolved issues :

Configuration Files :

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.21.1
# Thu May 17 13:13:54 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_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 is not set
# CONFIG_TASKSTATS is not set
# CONFIG_UTS_NS is not set
# CONFIG_AUDIT is not set
# CONFIG_IKCONFIG is not set
CONFIG_SYSFS_DEPRECATED=y
# CONFIG_RELAY is not set
# CONFIG_BLK_DEV_INITRD is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_SLAB=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
# CONFIG_SLOB is not set

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
# CONFIG_MODVERSIONS is not set
# 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 is not set
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
CONFIG_DEFAULT_NOOP=y
CONFIG_DEFAULT_IOSCHED="noop"

#
# 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=y
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=7
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_CMPXCHG64=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_HPET_TIMER=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 is not set
# CONFIG_X86_CPUID is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
CONFIG_PAGE_OFFSET=0xC0000000
CONFIG_HIGHMEM=y
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_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_HIGHPTE is not set
# 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=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
# CONFIG_KEXEC is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x100000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x100000
# CONFIG_COMPAT_VDSO is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

#
# Power management options (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 is not set

#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
# CONFIG_ACPI_SLEEP is not set
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
# CONFIG_ACPI_FAN is not set
# CONFIG_ACPI_DOCK is not set
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_IBM is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# 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

#
# APM (Advanced Power Management) BIOS Support
#
# CONFIG_APM is not set

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ 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=y
# CONFIG_PCIEAER is not set
# CONFIG_PCI_MSI is not set
# CONFIG_PCI_DEBUG is not set
CONFIG_HT_IRQ=y
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set

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

#
# PC-card bridges
#
CONFIG_YENTA=m
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
CONFIG_PCCARD_NONSTATIC=m

#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_MISC=m

#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
# CONFIG_NETDEBUG is not set
CONFIG_PACKET=m
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=m
CONFIG_XFRM=y
CONFIG_XFRM_USER=m
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
CONFIG_NET_KEY=m
# CONFIG_NET_KEY_MIGRATE is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TRANSPORT=m
CONFIG_INET_XFRM_MODE_TUNNEL=m
CONFIG_INET_XFRM_MODE_BEET=m
CONFIG_INET_DIAG=m
CONFIG_INET_TCP_DIAG=m
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=m
CONFIG_IPV6_PRIVACY=y
# CONFIG_IPV6_ROUTER_PREF 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 is not set
CONFIG_IPV6_SIT=m
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETFILTER is not set

#
# DCCP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_DCCP is not set

#
# SCTP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_SCTP is not set

#
# TIPC Configuration (EXPERIMENTAL)
#
# 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

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT 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_WIRELESS_EXT=y

#
# Device Drivers
#

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

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

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
# CONFIG_PARPORT is not set

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

#
# Protocols
#
CONFIG_PNPACPI=y

#
# Block devices
#
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=m
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
CONFIG_BLK_DEV_NBD=m
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
# CONFIG_BLK_DEV_RAM is not set
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
# CONFIG_ATA_OVER_ETH is not set

#
# Misc devices
#
# CONFIG_IBM_ASM is not set
# CONFIG_SGI_IOC4 is not set
CONFIG_TIFM_CORE=m
CONFIG_TIFM_7XX1=m
# CONFIG_SONY_LAPTOP is not set

#
# ATA/ATAPI/MFM/RLL support
#
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=y
# CONFIG_IDEDISK_MULTI_MODE is not set
# CONFIG_BLK_DEV_DELKIN is not set
CONFIG_BLK_DEV_IDECD=m
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
CONFIG_BLK_DEV_IDESCSI=m
CONFIG_BLK_DEV_IDEACPI=y
# CONFIG_IDE_TASK_IOCTL is not set

#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# 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 is not set
# CONFIG_SCSI_NETLINK is not set
CONFIG_SCSI_PROC_FS=y

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

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set

#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set

#
# SCSI low-level drivers
#
# CONFIG_ISCSI_TCP is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_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

#
# Serial ATA (prod) and Parallel ATA (experimental) drivers
#
# 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_IEEE1394=m

#
# Subsystem Options
#
# CONFIG_IEEE1394_VERBOSEDEBUG is not set
# CONFIG_IEEE1394_EXTRA_CONFIG_ROMS is not set

#
# Device Drivers
#

#
# Texas Instruments PCILynx requires I2C
#
CONFIG_IEEE1394_OHCI1394=m

#
# Protocol Drivers
#
CONFIG_IEEE1394_VIDEO1394=m
# CONFIG_IEEE1394_SBP2 is not set
# CONFIG_IEEE1394_ETH1394 is not set
# CONFIG_IEEE1394_DV1394 is not set
CONFIG_IEEE1394_RAWIO=m

#
# I2O device support
#
# CONFIG_I2O is not set

#
# Macintosh device drivers
#
# CONFIG_MAC_EMUMOUSEBTN is not set

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

#
# ARCnet devices
#
# CONFIG_ARCNET is not set

#
# PHY device support
#
# CONFIG_PHYLIB 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=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_B44 is not set
# CONFIG_FORCEDETH is not set
# CONFIG_DGRS is not set
# CONFIG_EEPRO100 is not set
# CONFIG_E100 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
CONFIG_8139TOO=m
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_SC92031 is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_SK98LIN is not set
# CONFIG_VIA_VELOCITY is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set

#
# Ethernet (10000 Mbit)
#
# CONFIG_CHELSIO_T1 is not set
# CONFIG_CHELSIO_T3 is not set
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
# CONFIG_MYRI10GE is not set
# CONFIG_NETXEN_NIC is not set

#
# Token Ring devices
#
# CONFIG_TR is not set

#
# Wireless LAN (non-hamradio)
#
CONFIG_NET_RADIO=y
# CONFIG_NET_WIRELESS_RTNETLINK is not set

#
# Obsolete Wireless cards support (pre-802.11)
#
# CONFIG_STRIP is not set

#
# Wireless 802.11b ISA/PCI cards support
#
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
# CONFIG_AIRO is not set
# CONFIG_HERMES is not set
# CONFIG_ATMEL is not set

#
# Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support
#
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
# CONFIG_HOSTAP is not set
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 is not set
CONFIG_NET_WIRELESS=y

#
# Wan interfaces
#
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
# CONFIG_PPP_MPPE is not set
# CONFIG_PPPOE is not set
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLHC=m
# CONFIG_SLIP_SMART is not set
# CONFIG_SLIP_MODE_SLIP6 is not set
# CONFIG_NET_FC is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set

#
# 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

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=y
# CONFIG_INPUT_WISTRON_BTNS is not set
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_UINPUT is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
# CONFIG_SERIAL_8250 is not set

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set

#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
CONFIG_HW_RANDOM=m
# CONFIG_HW_RANDOM_INTEL is not set
# CONFIG_HW_RANDOM_AMD is not set
# CONFIG_HW_RANDOM_GEODE is not set
# CONFIG_HW_RANDOM_VIA is not set
CONFIG_NVRAM=m
# CONFIG_RTC is not set
CONFIG_GEN_RTC=m
CONFIG_GEN_RTC_X=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
CONFIG_AGP=m
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=m
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=m
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
CONFIG_DRM_I915=m
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
# CONFIG_NSC_GPIO is not set
# CONFIG_CS5535_GPIO is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
# CONFIG_HPET_RTC_IRQ is not set
CONFIG_HPET_MMAP=y
# CONFIG_HANGCHECK_TIMER is not set

#
# TPM devices
#
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set

#
# I2C support
#
# CONFIG_I2C is not set

#
# SPI support
#
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y

#
# SPI Master Controller Drivers
#
CONFIG_SPI_BITBANG=m

#
# SPI Protocol Masters
#
CONFIG_SPI_AT25=m

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

#
# Hardware Monitoring support
#
# CONFIG_HWMON is not set
# CONFIG_HWMON_VID is not set

#
# Multifunction device drivers
#
# CONFIG_MFD_SM501 is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set
# CONFIG_USB_DABUSB is not set

#
# Graphics support
#
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
# CONFIG_FB 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

#
# Sound
#
CONFIG_SOUND=m

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=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_DYNAMIC_MINORS is not set
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_AC97_CODEC=m
CONFIG_SND_DUMMY=m
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set

#
# PCI devices
#
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X 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 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_HDA_INTEL is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=m
CONFIG_SND_INTEL8X0M=m
# 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 is not set
# CONFIG_SND_AC97_POWER_SAVE is not set

#
# USB devices
#
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set

#
# SoC audio support
#
# CONFIG_SND_SOC is not set

#
# 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 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_DYNAMIC_MINORS is not set
CONFIG_USB_SUSPEND=y
# CONFIG_USB_OTG is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
# CONFIG_USB_EHCI_SPLIT_ISO is not set
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_HCD=m
# 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 is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_LIBUSUAL is not set

#
# USB Input Devices
#
# CONFIG_USB_HID is not set

#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_ACECAD is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_TOUCHSCREEN is not set
# CONFIG_USB_YEALINK is not set
# CONFIG_USB_XPAD is not set
# CONFIG_USB_ATI_REMOTE is not set
# CONFIG_USB_ATI_REMOTE2 is not set
# CONFIG_USB_KEYSPAN_REMOTE is not set
# CONFIG_USB_APPLETOUCH is not set
# CONFIG_USB_GTCO is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set

#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET_MII is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_MON is not set

#
# USB port drivers
#

#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set

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

#
# USB DSL modem support
#

#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set

#
# MMC/SD Card support
#
CONFIG_MMC=m
# CONFIG_MMC_DEBUG is not set
CONFIG_MMC_BLOCK=m
CONFIG_MMC_SDHCI=m
# CONFIG_MMC_WBSD is not set
CONFIG_MMC_TIFM_SD=m

#
# LED devices
#
# CONFIG_NEW_LEDS is not set

#
# LED drivers
#

#
# LED Triggers
#

#
# InfiniBand support
#
# CONFIG_INFINIBAND is not set

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

#
# Real Time Clock
#
# CONFIG_RTC_CLASS is not set

#
# DMA Engine support
#
CONFIG_DMA_ENGINE=y

#
# DMA Clients
#
CONFIG_NET_DMA=y

#
# DMA Devices
#
CONFIG_INTEL_IOATDMA=m

#
# Auxiliary Display support
#

#
# Virtualization
#
# CONFIG_KVM is not set

#
# File systems
#
CONFIG_EXT2_FS=m
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
# CONFIG_EXT3_FS is not set
# CONFIG_EXT4DEV_FS is not set
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_REISERFS_FS_XATTR is not set
# CONFIG_JFS_FS is not set
# CONFIG_FS_POSIX_ACL is not set
# 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 is not set
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
CONFIG_DNOTIFY=y
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set

#
# 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-1"
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_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 is not set
# 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 is not set
# CONFIG_NFSD is not set
# CONFIG_SMB_FS 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 is not set
CONFIG_MSDOS_PARTITION=y

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

#
# Distributed Lock Manager
#
# CONFIG_DLM 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 is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_LOG_BUF_SHIFT=14
# CONFIG_DETECT_SOFTLOCKUP is not set
# CONFIG_SCHEDSTATS is not set
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_HIGHMEM is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_LIST is not set
# CONFIG_FRAME_POINTER is not set
# CONFIG_FORCED_INLINING is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_EARLY_PRINTK=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_DEBUG_RODATA is not set
# CONFIG_4KSTACKS is not set
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=m
CONFIG_CRYPTO_BLKCIPHER=m
CONFIG_CRYPTO_HASH=m
CONFIG_CRYPTO_MANAGER=m
CONFIG_CRYPTO_HMAC=m
# CONFIG_CRYPTO_XCBC is not set
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=m
CONFIG_CRYPTO_SHA1=m
# CONFIG_CRYPTO_SHA256 is not set
# CONFIG_CRYPTO_SHA512 is not set
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_GF128MUL is not set
CONFIG_CRYPTO_ECB=m
CONFIG_CRYPTO_CBC=m
# CONFIG_CRYPTO_PCBC is not set
# CONFIG_CRYPTO_LRW is not set
CONFIG_CRYPTO_DES=m
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_TWOFISH_586 is not set
# CONFIG_CRYPTO_SERPENT is not set
CONFIG_CRYPTO_AES=m
# CONFIG_CRYPTO_AES_586 is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_TEA is not set
CONFIG_CRYPTO_ARC4=m
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_MICHAEL_MIC=m
# CONFIG_CRYPTO_CRC32C is not set
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_TEST is not set

#
# Hardware crypto devices
#
# CONFIG_CRYPTO_DEV_PADLOCK is not set
# CONFIG_CRYPTO_DEV_GEODE is not set

#
# Library routines
#
CONFIG_BITREVERSE=m
CONFIG_CRC_CCITT=m
# CONFIG_CRC16 is not set
CONFIG_CRC32=m
# CONFIG_LIBCRC32C is not set
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_KTIME_SCALAR=y





# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
# dpkg-reconfigure xserver-xorg

Section "Files"
# FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/share/fonts/X11/misc"
# FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
# Load "evdev"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
# Load "v4l"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/gpmdata"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "Carte vidéo générique"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
# HorizSync 28-60
# VertRefresh 60-90
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection




More Specific Information.

Specific stuff such as :

Sys. de fich. Tail. Occ. Disp. %Occ. Monté sur

/dev/hda2 10G 2,4G 7,6G 24% /
tmpfs 249M 0 249M 0% /lib/init/rw
udev 10M 44K 10M 1% /dev
tmpfs 249M 4,0K 249M 1% /dev/shm
/dev/hda1 65G 18G 48G 27% /mnt/windows
/dev/sda1 116M 60M 56M 52% /mnt/cle_usb


00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 04)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 04)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 04)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)
06:05.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
06:06.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
06:06.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller
06:06.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller
06:06.4 Generic system peripheral [0805]: Texas Instruments PCI6411, PCI6421, PCI6611, PCI6621, PCI7411, PCI7421, PCI7611, PCI7621 Secure Digital (SD) Controller
06:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)


The laptop is intended for desktop, multimedia, Internet and learning use with KDE.

Output of : $ dpkg -l



Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé
|/ Err?=(aucune)/H=à garder/besoin Réinstallation/X=les deux (État,Err: majuscule=mauvais)
||/ Nom Version Description
+++-================================-===============================-============================================
ii acpi 0.09-1 displays information on ACPI devices
ii acpidump 20060606-1 utilities to dump system's ACPI tables to an
ii adduser 3.102 Add and remove users and groups
ii aircrack-ng 0.6.2-7etch1 wireless WEP/WPA cracking utilities
ii alsa-base 1.0.13-5 ALSA driver configuration files
ii alsa-utils 1.0.13-2 ALSA utilities
ii apt 0.6.46.4-0.1 Advanced front-end for dpkg
ii apt-utils 0.6.46.4-0.1 APT utility programs
ii aptitude 0.4.4-4 terminal-based apt frontend
ii arj 3.10.22-2 archiver for .arj files
ii ark 3.5.5-3 graphical archiving tool for KDE
ii arts 1.5.5-1 sound system from the official KDE release
ii artsbuilder 3.5.5-2 synthesizer designer for aRts
ii aumix 2.8-17 Simple text-based mixer control program
ii autoconf 2.61-4 automatic configure script builder
ii automake 1.10+nogfdl-1 A tool for generating GNU Standards-complian
ii autotools-dev 20060702.1 Update infrastructure for config.{guess,sub}
ii base-files 4 Debian base system miscellaneous files
ii base-passwd 3.5.11 Debian base system master password and group
ii bash 3.1dfsg-8 The GNU Bourne Again SHell
ii bcm43xx-fwcutter 006-1 Utility for extracting Broadcom 43xx firmwar
ii bibletime 1.6.2.dfsg-1 A bible study tool for KDE
ii bibletime-i18n 1.6.2.dfsg-1 Translated messages and documentation of Bib
ii bin86 0.16.14-1.4 16-bit x86 assembler and loader
ii binutils 2.17-3 The GNU assembler, linker and binary utiliti
ii bsdmainutils 6.1.6 collection of more utilities from FreeBSD
ii bsdutils 2.12r-19 Basic utilities from 4.4BSD-Lite
ii bsh 2.0b4-4 Java scripting environment (BeanShell) Versi
ii build-essential 11.3 informational list of build-essential packag
ii bzip2 1.0.3-6 high-quality block-sorting file compressor -
ii ca-certificates 20070303 Common CA Certificates PEM files
ii cdparanoia 3.10+debian~pre0-4 audio extraction tool for sampling CDs
ii cdrdao 1.2.2-5 records CDs in Disk-At-Once (DAO) mode
ii cdrecord 1.1.2-1 Dummy transition package for wodim
ii console-common 0.7.69 Basic infrastructure for text console config
ii console-data 1.01-7 Keymaps, fonts, charset maps, fallback table
ii console-tools 0.2.3dbs-65 Linux console and font utilities
ii coreutils 5.97-5.3 The GNU core utilities
ii cpio 2.6-17 GNU cpio -- a program to manage archives of
ii cpp 4.1.1-15 The GNU C preprocessor (cpp)
ii cpp-4.1 4.1.1-21 The GNU C preprocessor
ii cron 3.0pl1-100 management of regular background processing
ii cryptmount 1.2-1 Management and user-mode mounting of encrypt
ii cycle 0.3.1-6 calendar program for women
ii dbus 1.0.2-1 simple interprocess messaging system
ii debconf 1.5.11 Debian configuration management system
ii debconf-i18n 1.5.11 full internationalization support for debcon
ii debconf-utils 1.5.11 debconf utilities
ii debfoster 2.6-2 Install only wanted Debian packages
ii debhelper 5.0.42 helper programs for debian/rules
ii debian-archive-keyring 2007.02.19 GnuPG archive keys of the Debian archive
ii debianutils 2.17 Miscellaneous utilities specific to Debian
ii deborphan 1.7.23 Find orphaned libraries
ii defoma 0.11.10-0.1 Debian Font Manager -- automatic font config
ii dhcp3-client 3.0.4-13 DHCP Client
ii dhcp3-common 3.0.4-13 Common files used by all the dhcp3* packages
ii dialog 1.0-20060221-3 Displays user-friendly dialog boxes from she
ii dictionaries-common 0.70.12 Common utilities for spelling dictionary too
ii diff 2.8.1-11 File comparison utilities
ii dmidecode 2.8-4 Dump Desktop Management Interface data
ii dpkg 1.13.25 package maintenance system for Debian
ii dpkg-dev 1.13.25 package building tools for Debian
ii dselect 1.13.25 user tool to manage Debian packages
ii dvd+rw-tools 7.0-4 DVD+-RW/R tools
ii e2fslibs 1.39+1.40-WIP-2006.11.14+dfsg-2 ext2 filesystem libraries
ii e2fsprogs 1.39+1.40-WIP-2006.11.14+dfsg-2 ext2 file system utilities and libraries
ii efax 0.9a-19 programs to send and receive fax messages
ii efax-gtk 3.0.12-1 front end in GTK+ for the efax program
ii eject 2.1.4-3 ejects CDs and operates CD-Changers under Li
ii enscript 1.6.4-11 Converts ASCII text to Postscript, HTML, RTF
ii esound-common 0.2.36-3 Enlightened Sound Daemon - Common files
ii exim4 4.63-17 metapackage to ease exim MTA (v4) installati
ii exim4-base 4.63-17 support files for all exim MTA (v4) packages
ii exim4-config 4.63-17 configuration for the exim MTA (v4)
ii exim4-daemon-light 4.63-17 lightweight exim MTA (v4) daemon
ii fb-music-high 0.1.2 High quality, large music files for Frozen-B
ii file 4.17-5etch1 Determines file type using "magic" numbers
ii findutils 4.2.28-1 utilities for finding files--find, xargs, an
ii finger 0.17-10 user information lookup program
ii flashplugin-nonfree 9.0.31.0.1 Adobe Flash Player plugin installer
ii fontconfig 2.4.2-1.2 generic font configuration library - support
ii fontconfig-config 2.4.2-1.2 generic font configuration library - configu
ii freeglut3 2.4.0-5 OpenGL Utility Toolkit
ii frozen-bubble 2.1.0-1 Pop out the bubbles !
ii frozen-bubble-data 2.1.0-1 Data files for Frozen-Bubble
ii ftp 0.17-16 The FTP client
ii g++ 4.1.1-15 The GNU C++ compiler
ii g++-4.1 4.1.1-21 The GNU C++ compiler
ii gcc 4.1.1-15 The GNU C compiler
ii gcc-3.3-base 3.3.6-15 The GNU Compiler Collection (base package)
ii gcc-3.4-base 3.4.6-5 The GNU Compiler Collection (base package)
ii gcc-4.1 4.1.1-21 The GNU C compiler
ii gcc-4.1-base 4.1.1-21 The GNU Compiler Collection (base package)
ii gcj-4.1-base 4.1.1-20 The GNU Compiler Collection (gcj base packag
ii gconf 1.0.9-7.2 GNOME configuration database system. (daemon
ii gconf2 2.16.1-1 GNOME configuration database system (support
ii gconf2-common 2.16.1-1 GNOME configuration database system (common
ii gdb 6.4.90.dfsg-1 The GNU Debugger
ii genisoimage 1.1.2-1 Creates ISO-9660 CD-ROM filesystem images
ii gettext 0.16.1-1 GNU Internationalization utilities
ii gettext-base 0.16.1-1 GNU Internationalization utilities for the b
ii gftp 2.0.18-16 X/GTK+ FTP client
ii gftp-common 2.0.18-16 shared files for other gFTP packages
ii gftp-gtk 2.0.18-16 X/GTK+ FTP client
ii gftp-text 2.0.18-16 colored FTP client using GLib
ii gij 4.1.1-15 The GNU Java bytecode interpreter
ii gij-4.1 4.1.1-20 The GNU Java bytecode interpreter
ii gimp 2.2.13-1 The GNU Image Manipulation Program
ii gimp-data 2.2.13-1 Data files for The GIMP
ii gnuchess 5.07-4 Plays a game of chess, either against the us
ii gnupg 1.4.6-2 GNU privacy guard - a free PGP replacement
ii gpgv 1.4.6-2 GNU privacy guard - signature verification t
ii gpm 1.19.6-25 General Purpose Mouse Interface
ii grep 2.5.1.ds2-6 GNU grep, egrep and fgrep
ii groff-base 1.18.1.1-12 GNU troff text-formatting system (base syste
ii grub 0.97-27 GRand Unified Bootloader
ii gs 8.54.dfsg.1-5 Transitional package
ii gs-common 0.3.11 Common files for different Ghostscript relea
ii gs-gpl 8.54.dfsg.1-5 The GPL Ghostscript PostScript interpreter
ii gsfonts 8.11+urwcyr1.0.7~pre41-1 Fonts for the Ghostscript interpreter(s)
ii gzip 1.3.5-15 The GNU compression utility
ii hal 0.5.8.1-9 Hardware Abstraction Layer
ii hdparm 6.9-2 tune hard disk parameters for high performan
ii hicolor-icon-theme 0.8-4 default fallback theme for FreeDesktop.org i
ii hostname 2.93 utility to set/show the host name or domain
ii html2text 1.3.2a-3 An advanced HTML to text converter
ii iceape 1.0.8-4 The Iceape Internet Suite
ii iceape-browser 1.0.8-4 Iceape Navigator (Internet browser) and Comp
ii iceape-l10n-fr 1.0.8-1 Iceape French Language/Region Package
ii iceape-mailnews 1.0.8-4 Iceape Mail & Newsgroups and Address Book
ii ifupdown 0.6.8 high level tools to configure network interf
ii imlib-base 1.9.14-31 Common files needed by the Imlib/Gdk-Imlib p
ii imlib11 1.9.14-31 Imlib is an imaging library for X and X11
ii initscripts 2.86.ds1-38 Scripts for initializing and shutting down t
ii intltool-debian 0.35.0+20060710.1 Help i18n of RFC822 compliant config files
ii iptables 1.3.6.0debian1-5 administration tools for packet filtering an
ii iputils-ping 20020927-6 Tools to test the reachability of network ho
ii java-common 0.25 Base of all Java packages
ii juk 3.5.5-2 music organizer and player for KDE
ii k3b 0.12.17-8 A sophisticated KDE CD burning application
ii k3b-i18n 0.12.17-1 Internationalized (i18n) files for k3b
ii kaboodle 3.5.5-2 light, embedded media player for KDE
ii kappfinder 3.5.5a.dfsg.1-6 non-KDE application finder for KDE
ii kate 3.5.5a.dfsg.1-6 advanced text editor for KDE
ii kaudiocreator 3.5.5-2 CD ripper and audio encoder frontend for KDE
ii kcoloredit 3.5.5-3 a color palette editor and color picker for
ii kcontrol 3.5.5a.dfsg.1-6 control center for KDE
ii kde-core 47 the K Desktop Environment core modules
ii kde-i18n-fr 3.5.5-1 French (fr) internationalized (i18n) files f
ii kdeaddons-kfile-plugins 3.5.5-1 KDE file dialog plugins for text files and f
ii kdeadmin-kfile-plugins 3.5.5-4 KDE file metainfo plugins for deb and rpm fi
ii kdebase 3.5.5a.dfsg.1-6 base components from the official KDE releas
ii kdebase-bin 3.5.5a.dfsg.1-6 core binaries for the KDE base module
ii kdebase-data 3.5.5a.dfsg.1-6 shared data files for the KDE base module
ii kdebase-kio-plugins 3.5.5a.dfsg.1-6 core I/O slaves for KDE
ii kdegraphics-kfile-plugins 3.5.5-3 KDE metainfo plugins for graphic files
ii kdelibs 3.5.5a.dfsg.1-8 core libraries from the official KDE release
ii kdelibs-data 3.5.5a.dfsg.1-8 core shared data for all KDE applications
ii kdelibs4c2a 3.5.5a.dfsg.1-8 core libraries and binaries for all KDE appl
ii kdemultimedia 3.5.5-2 multimedia apps from the official KDE releas
ii kdemultimedia-kappfinder-data 3.5.5-2 multimedia data for kappfinder
ii kdemultimedia-kfile-plugins 3.5.5-2 au/avi/m3u/mp3/ogg/wav plugins for kfile
ii kdemultimedia-kio-plugins 3.5.5-2 enables the browsing of audio CDs under Konq
ii kdenetwork-filesharing 3.5.5-5 network filesharing configuration module for
ii kdenetwork-kfile-plugins 3.5.5-5 torrent metainfo plugin for KDE
ii kdepasswd 3.5.5a.dfsg.1-6 password changer for KDE
ii kdepim-kio-plugins 3.5.5.dfsg.1-6 KDE pim I/O Slaves
ii kdeprint 3.5.5a.dfsg.1-6 print system for KDE
ii kdesktop 3.5.5a.dfsg.1-6 miscellaneous binaries and files for the KDE
ii kdict 3.5.5-5 dictionary client for KDE
ii kdm 3.5.5a.dfsg.1-6 X display manager for KDE
ii kdvi 3.5.5-3 dvi viewer for KDE
ii kfax 3.5.5-3 G3/G4 fax viewer for KDE
ii kfaxview 3.5.5-3 G3/G4 fax viewer for KDE using kviewshell
ii kfind 3.5.5a.dfsg.1-6 file-find utility for KDE
ii kget 3.5.5-5 download manager for KDE
ii kghostview 3.5.5-3 PostScript viewer for KDE
ii khelpcenter 3.5.5a.dfsg.1-6 help center for KDE
ii kicad 0.0.20060829-2 Electronic schematic and PCB design software
ii kicad-common 0.0.20060829-2 Common files used by kicad
ii kicad-doc-fr 0.0.20060829-2 Kicad help files (French)
ii kicker 3.5.5a.dfsg.1-6 desktop panel for KDE
ii klaptopdaemon 3.5.5-3 battery monitoring and management for laptop
ii klipper 3.5.5a.dfsg.1-6 clipboard utility for KDE
ii klogd 1.4.1-18 Kernel Logging Daemon
ii kmahjongg 3.5.5-1 the classic mahjongg game for KDE project
ii kmail 3.5.5.dfsg.1-6 KDE Email client
ii kmenuedit 3.5.5a.dfsg.1-6 menu editor for KDE
ii kmid 3.5.5-2 MIDI/karaoke player for KDE
ii kmix 3.5.5-2 sound mixer applet for KDE
ii kmplayer 0.9.3-2 media player for KDE
ii kmplayer-common 0.9.3-2 common files for kmplayer
ii kmplayer-plugin 0.9.3-2 kmplayer plugin for khtml/konqueror
ii knewsticker 3.5.5-5 news ticker applet for KDE
ii knode 3.5.5.dfsg.1-6 KDE news reader
ii kolourpaint 3.5.5-3 a simple paint program for KDE
ii konq-plugins 3.5.5-1 plugins for Konqueror, the KDE file/web/doc
ii konqueror 3.5.5a.dfsg.1-6 KDE's advanced file manager, web browser and
ii konqueror-nsplugins 3.5.5a.dfsg.1-6 Netscape plugin support for Konqueror
ii konsole 3.5.5a.dfsg.1-6 X terminal emulator for KDE
ii kopete 3.5.5-5 instant messenger for KDE
ii kpackage 3.5.5-4 KDE package management tool
ii kpager 3.5.5a.dfsg.1-6 desktop pager for KDE
ii kpdf 3.5.5-3 PDF viewer for KDE
ii kpersonalizer 3.5.5a.dfsg.1-6 installation personalizer for KDE
ii kppp 3.5.5-5 modem dialer and ppp frontend for KDE
ii krdc 3.5.5-5 Remote Desktop Connection for KDE
ii krec 3.5.5-2 sound recorder utility for KDE
ii krfb 3.5.5-5 Desktop Sharing for KDE
ii kscd 3.5.5-2 audio CD player for KDE
ii ksirc 3.5.5-5 IRC client for KDE
ii ksmserver 3.5.5a.dfsg.1-6 session manager for KDE
ii ksnapshot 3.5.5-3 screenshot utility for KDE
ii ksplash 3.5.5a.dfsg.1-6 the KDE splash screen
ii ksvg 3.5.5-3 SVG viewer for KDE
ii ksysguard 3.5.5a.dfsg.1-6 system guard for KDE
ii ksysguardd 3.5.5a.dfsg.1-6 system guard daemon for KDE
ii ktip 3.5.5a.dfsg.1-6 useful tips for KDE
ii kuickshow 3.5.5-3 KDE image/slideshow viewer
ii kview 3.5.5-3 simple image viewer/converter for KDE
ii kviewshell 3.5.5-3 generic framework for viewer applications in
ii kwifimanager 3.5.5-5 wireless lan manager for KDE
ii kwin 3.5.5a.dfsg.1-6 the KDE window manager
ii kwirelessmonitor 0.5.91-2+b1 wireless interface monitor for KDE systray
ii kwlan 0.5.6-1 wpasupplicant frontend for KDE
ii kworldclock 3.5.5-3 earth watcher for KDE
ii lapack3 3.0.20000531a-6 library of linear algebra routines 3 - share
ii laptop-detect 0.12.1 attempt to detect a laptop
ii less 394-4 Pager program similar to more
ii lesstif2 0.94.4-2 OSF/Motif 2.1 implementation released under
ii lha 1.14i-10.1 lzh archiver
ii liba52-0.7.4 0.7.4-7 Library for decoding ATSC A/52 streams
ii libaa1 1.4p5-30 ascii art library
ii libacl1 2.2.41-1 Access control list shared library
ii libakode2 2.0.1-2 akode plugin for aRts
ii libao2 0.8.6-4 Cross Platform Audio Output Library
ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphics - runti
ii libarts1-akode 3.5.5-2 akode plugin for aRts
ii libarts1-audiofile 3.5.5-2 audiofile plugin for aRts
ii libarts1-mpeglib 3.5.5-2 mpeglib plugin for aRts, supporting mp3 and
ii libarts1-xine 3.5.5-2 aRts plugin enabling xine support
ii libarts1c2a 1.5.5-1 aRts sound system core components
ii libartsc0 1.5.5-1 aRts sound system C support library
ii libasound2 1.0.13-2 ALSA library
ii libaspell15 0.60.4-4 GNU Aspell spell-checker runtime library
ii libatk1.0-0 1.12.4-3 The ATK accessibility toolkit
ii libattr1 2.4.32-1 Extended attribute shared library
ii libaudio2 1.8-4 The Network Audio System (NAS). (shared libr
ii libaudiofile0 0.2.6-6 Open-source version of SGI's audiofile libra
ii libavahi-client3 0.6.16-3etch1 Avahi client library
ii libavahi-common-data 0.6.16-3etch1 Avahi common data files
ii libavahi-common3 0.6.16-3etch1 Avahi common library
ii libavahi-compat-libdnssd1 0.6.16-3etch1 Avahi Apple Bonjour compatibility library
ii libavahi-qt3-1 0.6.16-3etch1 Avahi Qt3 integration library
ii libavc1394-0 0.5.3-1+b1 control IEEE 1394 audio/video devices
ii libavcodec0d 0.cvs20060823-8 ffmpeg codec library
ii libavformat0d 0.cvs20060823-8 ffmpeg file format library
ii libblkid1 1.39+1.40-WIP-2006.11.14+dfsg-2 block device id library
ii libbz2-1.0 1.0.3-6 high-quality block-sorting file compressor l
ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries
ii libc6-dev 2.3.6.ds1-13 GNU C Library: Development Libraries and Hea
ii libcaca0 0.99.beta11.debian-2 colour ASCII art library
ii libcairo2 1.2.4-4 The Cairo 2D vector graphics library
ii libcap1 1.10-14 support for getting/setting POSIX.1e capabil
ii libcdio6 0.76-1 library to read and control CD-ROM
ii libcdparanoia0 3.10+debian~pre0-4 audio extraction tool for sampling CDs (libr
ii libclucene0 0.9.16a-1 library for full-featured text search engine
ii libcomerr2 1.39+1.40-WIP-2006.11.14+dfsg-2 common error description library
ii libconfhelper-perl 0.12.5 Library for editing configuration files
ii libconsole 0.2.3dbs-65 Shared libraries for Linux console and font
ii libcucul0 0.99.beta11.debian-2 low-level Unicode character drawing library
ii libcupsys2 1.2.7-4 Common UNIX Printing System(tm) - libs
ii libcurl3 7.15.5-1 Multi-protocol file transfer library
ii libcurl3-gnutls 7.15.5-1 Multi-protocol file transfer library
ii libdb3 3.2.9+dfsg-0.1 Berkeley v3 Database Libraries [runtime]
ii libdb4.2 4.2.52+dfsg-2 Berkeley v4.2 Database Libraries [runtime]
ii libdb4.3 4.3.29-8 Berkeley v4.3 Database Libraries [runtime]
ii libdb4.3++c2 4.3.29-8 Berkeley v4.3 Database Libraries for C++ [ru
ii libdb4.4 4.4.20-8 Berkeley v4.4 Database Libraries [runtime]
ii libdbus-1-3 1.0.2-1 simple interprocess messaging system
ii libdbus-glib-1-2 0.71-3 simple interprocess messaging system (GLib-b
ii libdbus-qt-1-1c2 0.62.git.20060814-2 simple interprocess messaging system (Qt-bas
ii libdc1394-13 1.1.0-3+b1 high level programming interface for IEEE139
ii libdevmapper1.02 1.02.08-1 The Linux Kernel Device Mapper userspace lib
ii libdirectfb-0.9-25 0.9.25.1-5 direct frame buffer graphics - shared librar
ii libdrm2 2.0.2-0.1 Userspace interface to kernel DRM services -
ii libdv4 1.0.0-1 software library for DV format digital video
ii libdvbpsi4 0.1.5-2 library for MPEG TS and DVB PSI tables decod
ii libdvdcss2 1.2.8-1sarge.1 portable abstraction library for DVD decrypt
ii libdvdnav4 0.1.10-0.1 The DVD navigation library
ii libdvdread3 0.9.7-2 library for reading DVDs
ii libenchant1c2a 1.3.0-2 a wrapper library for various spell checker
ii libesd0 0.2.36-3 Enlightened Sound Daemon - Shared libraries
ii libexif12 0.6.13-5 library to parse EXIF files
ii libexpat1 1.95.8-3.4 XML parsing C library - runtime library
ii libfam0 2.7.0-12 Client library to control the FAM daemon
ii libflac++5 1.1.2-6 Free Lossless Audio Codec - C++ runtime libr
ii libflac7 1.1.2-6 Free Lossless Audio Codec - runtime C librar
ii libfontconfig1 2.4.2-1.2 generic font configuration library - runtime
ii libfontenc1 1.0.2-2 X11 font encoding library
ii libfreetype6 2.2.1-5 FreeType 2 font engine, shared library files
ii libfribidi0 0.10.7-4 Free Implementation of the Unicode BiDi algo
ii libfs6 1.0.0-4 X11 Font Services library
ii libg2c0 3.4.6-5 Runtime library for GNU Fortran 77 applicati
ii libgadu3 1.7~rc2-1 Gadu-Gadu protocol library - runtime files
ii libgcc1 4.1.1-21 GCC support library
ii libgcj-bc 4.1.1-21 Link time only library for use with gcj
ii libgcj-common 4.1.1-21 Java runtime library (common files)
ii libgcj7-0 4.1.1-20 Java runtime library for use with gcj
ii libgconf11 1.0.9-7.2 GNOME configuration database system librarie
ii libgconf2-4 2.16.1-1 GNOME configuration database system (shared
ii libgcrypt11 1.2.3-2 LGPL Crypto library - runtime library
ii libgdbm3 1.8.3-3 GNU dbm database routines (runtime version)
ii libgimp2.0 2.2.13-1 Libraries necessary to Run the GIMP
ii libgl1-mesa-dri 6.5.1-0.6 A free implementation of the OpenGL API -- D
ii libgl1-mesa-glx 6.5.1-0.6 A free implementation of the OpenGL API -- G
ii libglib1.2 1.2.10-17 The GLib library of C routines
ii libglib2.0-0 2.12.4-2 The GLib library of C routines
ii libglu1-mesa 6.5.1-0.6 The OpenGL utility library (GLU)
ii libgnutls13 1.4.4-3 the GNU TLS library - runtime library
ii libgpg-error0 1.4-1 library for common error values and messages
ii libgpgme11 1.1.2-5 GPGME - GnuPG Made Easy
ii libgpmg1 1.19.6-25 General Purpose Mouse - shared library
ii libgsm1 1.0.10-13 Shared libraries for GSM speech compressor
ii libgsmme1c2a 1.10-10 GSM mobile phone access library
ii libgstreamer-plugins-base0.10-0 0.10.10-4 GStreamer libraries from the "base" set
ii libgstreamer0.10-0 0.10.10-3 Core GStreamer libraries and elements
ii libgtk1.2 1.2.10-18 The GIMP Toolkit set of widgets for X
ii libgtk1.2-common 1.2.10-18 Common files for the GTK+ library
ii libgtk2.0-0 2.8.20-7 The GTK+ graphical user interface library
ii libgtk2.0-bin 2.8.20-7 The programs for the GTK+ graphical user int
ii libgtk2.0-common 2.8.20-7 Common files for the GTK+ graphical user int
ii libhal-storage1 0.5.8.1-9 Hardware Abstraction Layer - shared library
ii libhal1 0.5.8.1-9 Hardware Abstraction Layer - shared library
ii libhsqldb-java 1.8.0.7-1 Java SQL database engine
ii libice6 1.0.1-2 X11 Inter-Client Exchange library
ii libicu36 3.6-2 International Components for Unicode (librar
ii libid3tag0 0.15.1b-10 ID3 tag reading library from the MAD project
ii libidl0 0.8.6-1 library for parsing CORBA IDL files
ii libidn11 0.6.5-1 GNU libidn library, implementation of IETF I
ii libiso9660-4 0.76-1 library to work with ISO9660 filesystems
ii libiw28 28-1 Wireless tools - library
ii libjack0.100.0-0 0.101.1-2 JACK Audio Connection Kit (libraries)
ii libjasper-1.701-1 1.701.0-2 The JasPer JPEG-2000 runtime library
ii libjaxp1.3-java 1.3.03-4 Java XML parser and transformer APIs (DOM, S
ii libjline-java 0.9.5-2 Java library for handling console input
ii libjpeg-progs 6b-13 Programs for manipulating JPEG files
ii libjpeg62 6b-13 The Independent JPEG Group's JPEG runtime li
ii libk3b2 0.12.17-8 The KDE cd burning application library - run
ii libkcal2b 3.5.5.dfsg.1-6 KDE calendaring library
ii libkcddb1 3.5.5-2 CDDB library for KDE
ii libkdegames1 3.5.5-1 KDE games library and common files
ii libkdepim1a 3.5.5.dfsg.1-6 KDE PIM library
ii libkleopatra1 3.5.5.dfsg.1-6 KDE GnuPG interface libraries
ii libkmime2 3.5.5.dfsg.1-6 KDE MIME interface library
ii libkonq4 3.5.5a.dfsg.1-6 core libraries for Konqueror
ii libkpimidentities1 3.5.5.dfsg.1-6 KDE PIM user identity information library
ii libkrb53 1.4.4-7etch1 MIT Kerberos runtime libraries
ii libksieve0 3.5.5.dfsg.1-6 KDE mail/news message filtering library
ii libktnef1 3.5.5.dfsg.1-6 Library for handling KTNEF email attachments
ii liblcms1 1.15-1 Color management library
ii libldap2 2.1.30-13.3 OpenLDAP libraries
ii liblircclient0 0.8.0-9.2 LIRC client library
ii liblocale-gettext-perl 1.05-1 Using libc functions for internationalizatio
ii liblockfile1 1.06.1 NFS-safe locking library, includes dotlockfi
ii liblogfile-rotate-perl 1.04-3 Perl module to rotate logfiles
ii libltdl3 1.5.22-4 A system independent dlopen wrapper for GNU
ii liblua50 5.0.3-2 Main interpreter library for the Lua 5.0 pro
ii liblualib50 5.0.3-2 Extension library for the Lua 5.0 programmin
ii liblzo1 1.08-3 data compression library (old version)
ii libmad0 0.15.1b-2.1 MPEG audio decoder library
ii libmagic1 4.17-5etch1 File type determination library using "magic
ii libmdbtools 0.5.99.0.6pre1.0.20051109-3 mdbtools libraries
ii libmeanwhile1 1.0.2-2 open implementation of the Lotus Sametime Co
ii libmikmod2 3.1.11-a-6 A portable sound library
ii libmimelib1c2a 3.5.5.dfsg.1-6 KDE mime library
ii libmng1 1.0.9-1 Multiple-image Network Graphics library
ii libmodplug0c2 0.7-5.2 shared libraries for mod music based on ModP
ii libmpcdec3 1.2.2-1 Musepack (MPC) format library
ii libmpeg2-4 0.4.0b-4 MPEG1 and MPEG2 video decoder library
ii libmusicbrainz4c2a 2.1.4-1 Second generation incarnation of the CD Inde
ii libmyspell3c2 3.1-18 MySpell spellchecking library
ii libncurses5 5.5-5 Shared libraries for terminal handling
ii libncurses5-dev 5.5-5 Developer's libraries and docs for ncurses
ii libncursesw5 5.5-5 Shared libraries for terminal handling (wide
ii libneon26 0.26.2-3.1 An HTTP and WebDAV client library
ii libnewt0.52 0.52.2-10 Not Erik's Windowing Toolkit - text mode win
ii libnotify1 0.4.3-1 sends desktop notifications to a notificatio
ii libnspr4-0d 1.8.0.11-2 NetScape Portable Runtime Library
ii libnss3-0d 1.8.0.11-2 Network Security Service libraries
ii liboaf0 0.6.10-8 The GNOME Object Activation Framework.
ii libogg0 1.1.3-2 Ogg Bitstream Library
ii liboggflac3 1.1.2-6 Free Lossless Audio Codec - runtime C librar
ii libopencdk8 0.5.9-2 Open Crypto Development Kit (OpenCDK) (runti
ii libopenexr2c2a 1.2.2-4.3 runtime files for the OpenEXR image library
ii liborbit0 0.5.17-11.1 Libraries for ORBit - a CORBA ORB
ii liborbit2 2.14.3-0.1 libraries for ORBit2 - a CORBA ORB
ii libpam-modules 0.79-4 Pluggable Authentication Modules for PAM
ii libpam-runtime 0.79-4 Runtime support for the PAM library
ii libpam0g 0.79-4 Pluggable Authentication Modules library
ii libpango1.0-0 1.14.8-5 Layout and rendering of internationalized te
ii libpango1.0-common 1.14.8-5 Modules and configuration files for the Pang
ii libpaper-utils 1.1.21 Library for handling paper characteristics (
ii libpaper1 1.1.21 Library for handling paper characteristics
ii libpcap0.8 0.9.5-1 System interface for user-level packet captu
ii libpci2 2.1.11-3 Obsolete shared library for accessing pci de
ii libpcre3 6.7-1 Perl 5 Compatible Regular Expression Library
ii libperl5.8 5.8.8-7 Shared Perl library
ii libpng12-0 1.2.15~beta5-1 PNG library - runtime
ii libpoppler0c2 0.4.5-5.1 PDF rendering library
ii libpoppler0c2-qt 0.4.5-5.1 PDF rendering library (Qt-based shared libra
ii libpopt0 1.10-3 lib for parsing cmdline parameters
ii libportaudio0 18.1-4 Portable audio I/O - shared library
ii libpostproc0d 0.cvs20060823-8 ffmpeg video postprocessing library
ii libqt3-mt 3.3.7-4 Qt GUI Library (Threaded runtime version), V
ii libquicktime0 0.9.7-1 library for reading and writing Quicktime fi
ii libraw1394-8 1.2.1-2 library for direct access to IEEE 1394 bus (
ii libreadline5 5.2-2 GNU readline and history libraries, run-time
ii librss1 3.5.5-5 RSS library for KDE
ii libsamplerate0 0.1.2-2 audio rate conversion library
ii libsasl2-2 2.1.22.dfsg1-8 Authentication abstraction library
ii libsasl2-modules 2.1.22.dfsg1-8 Pluggable Authentication Modules for SASL
ii libsdl-console 1.3-4 console that can be added to any SDL applica
ii libsdl-gfx1.2-4 2.0.13-2+b1 drawing and graphical effects extension for
ii libsdl-image1.2 1.2.5-2+b1 image loading library for Simple DirectMedia
ii libsdl-mixer1.2 1.2.6-1.1+b2 mixer library for Simple DirectMedia Layer 1
ii libsdl-net1.2 1.2.5-7+b1 network library for Simple DirectMedia Layer
ii libsdl-pango1 0.1.2-1 text rendering with Pango in SDL application
ii libsdl-perl 1.20.3dfsg-1 SDL bindings for the Perl language
ii libsdl-ttf2.0-0 2.0.8-3+b1 ttf library for Simple DirectMedia Layer wit
ii libsdl1.2debian 1.2.11-8 Simple DirectMedia Layer
ii libsdl1.2debian-oss 1.2.11-8 Simple DirectMedia Layer (with X11 and OSS o
ii libselinux1 1.32-3 SELinux shared libraries
ii libsensors3 2.10.1-3 library to read temperature/voltage/fan sens
ii libsepol1 1.14-2 Security Enhanced Linux policy library for c
ii libservlet2.3-java 4.0-8 Servlet 2.3 and JSP 1.2 Java classes and doc
ii libsexy2 0.1.10-1 collection of additional GTK+ widgets - libr
ii libsigc++-2.0-0c2a 2.0.17-2 type-safe Signal Framework for C++ - runtime
ii libslang2 2.0.6-4 The S-Lang programming library - runtime ver
ii libslp1 1.2.1-6.2 OpenSLP libraries
ii libsm6 1.0.1-3 X11 Session Management library
ii libsmbclient 3.0.24-6etch2 shared library that allows applications to t
ii libsmpeg0 0.4.5+cvs20030824-1.9 SDL MPEG Player Library - shared libraries
ii libsndfile1 1.0.16-1 Library for reading/writing audio files
ii libspeex1 1.1.12-3 The Speex Speech Codec
ii libss2 1.39+1.40-WIP-2006.11.14+dfsg-2 command-line interface parsing library
ii libssl0.9.8 0.9.8c-4 SSL shared libraries
ii libssp0 4.1.1-21 GCC stack smashing protection library
ii libstartup-notification0 0.8-2 library for program launch feedback (shared
ii libstdc++5 3.3.6-15 The GNU Standard C++ Library v3
ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3
ii libstdc++6-4.1-dev 4.1.1-21 The GNU Standard C++ Library v3 (development
ii libstlport4.6c2 4.6.2-3 STLport C++ class library
ii libsvga1 1.4.3-24 console SVGA display libraries
ii libsword6 1.5.9-3 API/library for bible software
ii libsysfs2 2.1.0-1 interface library to sysfs
ii libtag1c2a 1.4-4 TagLib Audio Meta-Data Library
ii libtar 1.2.11-4 C library for manipulating tar archives
ii libtasn1-3 0.3.6-2 Manage ASN.1 structures (runtime)
ii libtext-charwidth-perl 0.04-4 get display widths of characters on the term
ii libtext-iconv-perl 1.4-3 converts between character sets in Perl
ii libtext-wrapi18n-perl 0.06-5 internationalized substitute of Text::Wrap
ii libtheora0 0.0.0.alpha7.dfsg-1.1 The Theora Video Compression Codec
ii libtiff-tools 3.8.2-7 TIFF manipulation and conversion tools
ii libtiff4 3.8.2-7 Tag Image File Format (TIFF) library
ii libtunepimp-bin 0.4.2-4.1 libtunepimp simple tagging applications
ii libtunepimp3 0.4.2-4.1 MusicBrainz tagging library and simple tagge
ii libtwolame0 0.3.8-1 MPEG Audio Layer 2 encoding library
ii libufsparse 1.2-7 collection of libraries for computations for
ii libungif4g 4.1.4-4 shared library for GIF images
ii libusb-0.1-4 0.1.12-5 userspace USB programming library
ii libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-2 universally unique id library
ii libvcdinfo0 0.7.23-3 library to extract information from VideoCD
ii libvlc0 0.8.6-svn20061012.debian-5 multimedia player and streamer library
ii libvolume-id0 0.105-4 libvolume_id shared library
ii libvorbis0a 1.1.2.dfsg-1.2 The Vorbis General Audio Compression Codec
ii libvorbisenc2 1.1.2.dfsg-1.2 The Vorbis General Audio Compression Codec
ii libvorbisfile3 1.1.2.dfsg-1.2 The Vorbis General Audio Compression Codec
ii libwmf0.2-7 0.2.8.4-2 Windows metafile conversion library
ii libwpd8c2a 0.8.7-6 Library for handling WordPerfect documents (
ii libwrap0 7.6.dbs-13 Wietse Venema's TCP wrappers library
ii libwxbase2.6-0 2.6.3.2.1.5 wxBase library (runtime) - non-GUI support c
ii libwxgtk2.6-0 2.6.3.2.1.5 wxWidgets Cross-platform C++ GUI toolkit (GT
ii libx11-6 1.0.3-7 X11 client-side library
ii libx11-data 1.0.3-7 X11 client-side library
ii libxalan2-java 2.7.0-1 XSL Transformations (XSLT) processor in Java
ii libxau6 1.0.1-2 X11 authorisation library
ii libxaw7 1.0.2-4 X11 Athena Widget library
ii libxcomposite1 0.3-3 X11 Composite extension library
ii libxcursor1 1.1.7-4 X cursor management library
ii libxdamage1 1.0.3-3 X11 damaged region extension library
ii libxdmcp6 1.0.1-2 X11 Display Manager Control Protocol library
ii libxerces2-java 2.8.1-1 Validating XML parser for Java with DOM leve
ii libxext6 1.0.1-2 X11 miscellaneous extension library
ii libxfixes3 4.0.1-5 X11 miscellaneous 'fixes' extension library
ii libxfont1 1.2.2-2 X11 font rasterisation library
ii libxft2 2.1.8.2-8 FreeType-based font drawing library for X
ii libxi6 1.0.1-4 X11 Input extension library
ii libxine1 1.1.2+dfsg-4 the xine video/media player library, binary
ii libxinerama1 1.0.1-4.1 X11 Xinerama extension library
ii libxkbfile1 1.0.3-2 X11 keyboard file manipulation library
ii libxml1 1.8.17-14 GNOME XML library
ii libxml2 2.6.27.dfsg-1 GNOME XML library
ii libxmu6 1.0.2-2 X11 miscellaneous utility library
ii libxmuu1 1.0.2-2 X11 miscellaneous micro-utility library
ii libxosd2 2.2.14-1.3 X On-Screen Display library - runtime
ii libxp6 1.0.0.xsf1-1 X Printing Extension (Xprint) client library
ii libxpm4 3.5.5-2 X11 pixmap library
ii libxrandr2 1.1.0.2-5 X11 RandR extension library
ii libxrender1 0.9.1-3 X Rendering Extension client library
ii libxslt1.1 1.1.19-1 XSLT processing library - runtime library
ii libxss1 1.1.0-1 X11 Screen Saver extension library
ii libxt-java 0.20050823-2 An implementation in Java of XSL Transformat
ii libxt6 1.0.2-2 X11 toolkit intrinsics library
ii libxtrap6 1.0.0-4 X11 event trapping extension library
ii libxtst6 1.0.1-5 X11 Testing -- Resource extension library
ii libxv1 1.0.2-1 X11 Video extension library
ii libxvmc1 1.0.2-2 X11 Video extension library
ii libxxf86dga1 1.0.1-2 X11 Direct Graphics Access extension library
ii libxxf86misc1 1.0.1-2 X11 XFree86 miscellaneous extension library
ii libxxf86vm1 1.0.1-2 X11 XFree86 video mode extension library
ii licq 1.3.4-2 ICQ client (base files)
ii licq-plugin-kde 1.3.4-2 graphical user interface plug-in for Licq us
ii linux-kernel-headers 2.6.18-7 Linux Kernel Headers for development
ii linux-sound-base 1.0.13-5 base package for ALSA and OSS sound systems
ii locales 2.3.6.ds1-13 GNU C Library: National Language (locale) da
ii login 4.0.18.1-7 system login tools
ii logrotate 3.7.1-3 Log rotation utility
ii lpr 2006.11.04 BSD lpr/lpd line printer spooling system
ii lsb-base 3.1-23.1 Linux Standard Base 3.1 init script function
ii lsof 4.77.dfsg.1-3 List open files
ii lynx 2.8.5-2sarge2.2 Text-mode WWW Browser
ii m4 1.4.8-2 a macro processing language
ii mailx 8.1.2-0.20050715cvs-1 A simple mail user agent
ii make 3.81-2 The GNU version of the "make" utility.
ii makedev 2.3.1-83 creates device files in /dev
ii man-db 2.4.3-6 The on-line manual pager
ii manpages 2.39-1 Manual pages about using a GNU/Linux system
ii manpages-fr 2.39.1-5 French version of the manual pages about usi
ii manpages-fr-dev 2.39.1-5 French version of the development manual pag
ii manpages-fr-extra 20070311 French version of the manual pages
ii mawk 1.3.3-11 a pattern scanning and text processing langu
ii mc 4.6.1-6 midnight commander - a powerful file manager
ii mdetect 0.5.2.1 mouse device autodetection tool
ii menu-xdg 0.2.3 freedesktop.org menu compliant window manage
ii mesa-utils 6.3.2-2.1 Miscellaneous Mesa GL utilities
ii mime-support 3.39-1 MIME files 'mime.types' & 'mailcap', and sup
ii mkisofs 1.1.2-1 Dummy transition package for genisoimage
ii mktemp 1.5-2 Makes unique filenames for temporary files
ii module-assistant 0.10.8 tool to make module package creation easier
ii module-init-tools 3.3-pre4-2 tools for managing Linux kernel modules
ii mount 2.12r-19 Tools for mounting and manipulating filesyst
ii mozilla-plugin-vlc 0.8.6-svn20061012.debian-5 multimedia plugin for web browsers based on
ii mozplugger 1.7.3-6 Plugin allowing external viewers to be launc
ii mpeglib 3.5.5-2 mp3 and mpeg I audio and video library
ii mplayer 1.0~rc1-12etch The Movie Player
ii mplayer-skin-blue 1.6-1 blue skin for mplayer
ii mtools 3.9.10.ds1-3 Tools for manipulating MSDOS files
ii ncurses-base 5.5-5 Descriptions of common terminal types
ii ncurses-bin 5.5-5 Terminal-related programs and man pages
ii ncurses-term 5.5-5 Additional terminal type definitions
ii net-tools 1.60-17 The NET-3 networking toolkit
ii netbase 4.29 Basic TCP/IP networking system
ii nmap 4.11-1 The Network Mapper
ii noatun 3.5.5-2 media player for KDE
ii noatun-plugins 3.5.5-1 plugins for Noatun, the KDE media player
ii o3read 0.0.4-1 standalone converter for OpenOffice.org docu
ii oaf 0.6.10-8 The GNOME Object Activation Framework.
ii odbcinst1debian1 2.2.11-13 Support library and helper program for acces
ii openbsd-inetd 0.20050402-6 The OpenBSD Internet Superserver
ii openoffice.org 2.0.4.dfsg.2-5etch1 OpenOffice.org Office suite version 2.0
ii openoffice.org-base 2.0.4.dfsg.2-5etch1 OpenOffice.org office suite - database
ii openoffice.org-calc 2.0.4.dfsg.2-5etch1 OpenOffice.org office suite - spreadsheet
ii openoffice.org-common 2.0.4.dfsg.2-5etch1 OpenOffice.org office suite architecture ind
ii openoffice.org-core 2.0.4.dfsg.2-5etch1 OpenOffice.org office suite architecture dep
ii openoffice.org-draw 2.0.4.dfsg.2-5etch1 OpenOffice.org office suite - drawing
ii openoffice.org-impress 2.0.4.dfsg.2-5etch1 OpenOffice.org office suite - presentation
ii openoffice.org-java-common 2.0.4.dfsg.2-5etch1 OpenOffice.org office suite Java support arc
ii openoffice.org-kde 2.0.4.dfsg.2-5etch1 KDE Integration for OpenOffice.org (Widgets,
ii openoffice.org-l10n-fr 2.0.4.dfsg.2-5etch1 French language package for OpenOffice.org
ii openoffice.org-math 2.0.4.dfsg.2-5etch1 OpenOffice.org office suite - equation edito
ii openoffice.org-writer 2.0.4.dfsg.2-5etch1 OpenOffice.org office suite - word processor
ii openssl 0.9.8c-4 Secure Socket Layer (SSL) binary and related
ii partlibrary 2.0.1.2-1-2 Electrical and processing parts and symbols
ii passwd 4.0.18.1-7 change and administer password and group dat
ii patch 2.5.9-4 Apply a diff file to an original
ii pciutils 2.2.4~pre4-1 Linux PCI Utilities
ii pcmciautils 014-3 PCMCIA utilities for Linux 2.6
ii perl 5.8.8-7 Larry Wall's Practical Extraction and Report
ii perl-base 5.8.8-7 The Pathologically Eclectic Rubbish Lister
ii perl-modules 5.8.8-7 Core Perl modules
ii perl-suid 5.8.8-7 Runs setuid Perl scripts
ii pidentd 3.0.19.ds1-1 TCP/IP IDENT protocol server with DES suppor
ii planetpenguin-racer 0.3.1-8 another 3D racing game featuring Tux, the Li
ii planetpenguin-racer-data 0.3.1-8 data files for the game PlanetPenguin Racer
ii pmount 0.9.13-1+b1 mount removable devices as normal user
ii po-debconf 1.0.8 manage translated Debconf templates files wi
ii poster 19990428-8 Create large posters out of PostScript pages
ii ppp 2.4.4rel-8 Point-to-Point Protocol (PPP) daemon
ii pppconfig 2.3.15 A text menu based utility for configuring pp
ii pppoe 3.8-1.1 PPP over Ethernet driver
ii procmail 3.22-16 Versatile e-mail processor
ii procps 3.2.7-3 /proc file system utilities
ii psmisc 22.3-1 Utilities that use the proc filesystem
ii psutils 1.17-24 A collection of PostScript document handling
ii python 2.4.4-2 An interactive high-level object-oriented la
ii python-central 0.5.12 register and build utility for Python packag
ii python-minimal 2.4.4-2 A minimal subset of the Python language (def
ii python-support 0.5.6 automated rebuilding support for python modu
ii python-uno 2.0.4.dfsg.2-5etch1 Python interface for OpenOffice.org
ii python-wxgtk2.6 2.6.3.2.1.5 wxWidgets Cross-platform C++ GUI toolkit (wx
ii python-wxversion 2.6.3.2.1.5 wxWidgets Cross-platform C++ GUI toolkit (wx
ii python2.4 2.4.4-3 An interactive high-level object-oriented la
ii python2.4-minimal 2.4.4-3 A minimal subset of the Python language (ver
ii qcad 2.0.5.0-1-2 A professional CAD Syst