Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 18 Jul 2002 17:39:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 18 Jul 2002 17:39:44 -0400 Received: from kih-tnt11-du-60.161.KSP.vol.com ([209.250.60.161]:16397 "EHLO hapablap.dyn.dhs.org") by vger.kernel.org with ESMTP id ; Thu, 18 Jul 2002 17:39:29 -0400 Date: Thu, 18 Jul 2002 16:41:34 -0500 From: Steven Walter To: linux@davidtrott.com Cc: linux-kernel@vger.kernel.org Subject: Re: Unable to use Actiontec 56K Internal PCI Call Waiting modem with linux 2.4.19-rc2 kernel Message-ID: <20020718214134.GB11826@hapablap.dyn.dhs.org> Mail-Followup-To: Steven Walter , linux@davidtrott.com, linux-kernel@vger.kernel.org References: <1027009587.3d36ec33111a1@www.mailshell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1027009587.3d36ec33111a1@www.mailshell.com> User-Agent: Mutt/1.3.27i X-Uptime: 16:32:39 up 1 day, 17:02, 2 users, load average: 1.24, 1.48, 1.24 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 56280 Lines: 1654 I'm using the same modem under Linux 2.4.19-rc1 without problems. Additionally, I have had no problems with it under any version of the kernel. Did 2.4.19-rc1 work for you? I'm curious about your configuration; on my system, I don't have to run setserial at all, as the serial driver detects the modem automatically on boot. Perhaps this is the problem--your attempt at manual configuration is breaking what the kernel has already done? Does your kernel detect any serial ports on boot? try "dmesg | grep ttyS" or "grep ttyS /var/log/dmesg" Tell me how that goes. On Thu, Jul 18, 2002 at 09:26:27AM -0700, linux@davidtrott.com wrote: > [1.] One line summary of the problem: > Unable to use "Actiontec 56K Internal PCI Call Waiting modem" with linux > 2.4.19-rc2 kernel > > [2.] Full description of the problem/report: > > When I issue the following command to setup my serial port I get the error: > > root@delta:~# setserial /dev/ttyS2 uart 16550A port 0x9000 irq 5 > Cannot set serial info: Address already in use > > However I think that this error is spurious as I have ensured that the card > is not sharing an IRQ with any other devices. > > Additionally I have built older kernels with the same config file and my > modem works with the 2.4.6 kernel and does not work with the 2.4.7 kernel. > > When setserial fails, if I try to use minicom I get no response from the > modem when I type in AT commands. If I use a working kernel the AT commands > act normally. > > As a test I copied the following files from the 2.4.6 source tree into my > 2.4.19-rc2 tree: > > /usr/src/linux/drivers/char/serial.c > /usr/src/linux/include/linux/serial.h > /usr/src/linux/include/linux/serialP.h > > With this "patch" applied I can use my modem with no issues. > > > [3.] Keywords (i.e., modules, networking, kernel): > serial.c, actiontec, Modem > > [4.] Kernel version (from /proc/version): > Linux version 2.4.19-rc2 (root@delta) (gcc version 2.95.3 20010315 > (release)) #1 Wed Jul 17 21:37:46 PDT 2002 > > > [5.] Output of Oops.. message (if applicable) with symbolic information resolved > N/A > > [6.] A small shell script or example program which triggers the > problem (if possible) > See description > > [7.] Environment > The follow is a non working environment from the vanilla rc2 > > [7.1.] Software (add the output of the ver_linux script here) > > Linux delta 2.4.19-rc2 #1 Wed Jul 17 21:37:46 PDT 2002 i686 unknown > > Gnu C 2.95.3 > Gnu make 3.79.1 > binutils 2.11.90.0.19 > util-linux 2.11f > mount 2.11b > modutils 2.4.6 > e2fsprogs 1.27 > reiserfsprogs 3.x.0j > pcmcia-cs 3.1.26 > PPP 2.4.1 > Linux C Library 2.2.3 > Dynamic linker (ldd) 2.2.3 > Procps 2.0.7 > Net-tools 1.60 > Kbd 1.06 > Sh-utils 2.0 > Modules Loaded iptable_filter ip_nat_ftp iptable_nat ip_conntrack_ftp ip_conntrack ip_tables apm ppp_deflate ppp_async ppp_generic slhc rtc nls_iso8859-1 nls_cp437 vfat fat > > > [7.2.] Processor information (from /proc/cpuinfo): > > processor : 0 > vendor_id : AuthenticAMD > cpu family : 6 > model : 2 > model name : AMD Athlon(tm) Processor > stepping : 1 > cpu MHz : 800.047 > cache size : 512 KB > fdiv_bug : no > hlt_bug : no > f00f_bug : no > coma_bug : no > fpu : yes > fpu_exception : yes > cpuid level : 1 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr syscall mmxext 3dnowext 3dnow > bogomips : 1595.80 > > > [7.3.] Module information (from /proc/modules): > > iptable_filter 1760 0 (autoclean) (unused) > ip_nat_ftp 2944 0 (unused) > iptable_nat 12880 1 [ip_nat_ftp] > ip_conntrack_ftp 3184 0 (unused) > ip_conntrack 13392 2 [ip_nat_ftp iptable_nat ip_conntrack_ftp] > ip_tables 10560 4 [iptable_filter iptable_nat] > apm 9440 1 > ppp_deflate 40160 0 (unused) > ppp_async 6544 0 (unused) > ppp_generic 15744 0 [ppp_deflate ppp_async] > slhc 4624 0 [ppp_generic] > rtc 6016 0 (autoclean) > nls_iso8859-1 2880 1 (autoclean) > nls_cp437 4384 1 (autoclean) > vfat 9456 1 (autoclean) > fat 29504 0 (autoclean) [vfat] > > > [7.4.] Loaded driver and hardware information (/proc/ioports, /proc/iomem) > > 0000-001f : dma1 > 0020-003f : pic1 > 0040-005f : timer > 0060-006f : keyboard > 0070-007f : rtc > 0080-008f : dma page reg > 00a0-00bf : pic2 > 00c0-00df : dma2 > 00f0-00ff : fpu > 0170-0177 : ide1 > 01f0-01f7 : ide0 > 02f8-02ff : serial(auto) > 0376-0376 : ide1 > 03c0-03df : vga+ > 03f6-03f6 : ide0 > 03f8-03ff : serial(auto) > 0cf8-0cff : PCI conf1 > 7800-7807 : Creative Labs SB Live! MIDI/Game Port > 8000-801f : Creative Labs SB Live! EMU10k1 > 8400-8407 : Lucent Microelectronics Venus Modem (V90, 56KFlex) > 8800-88ff : Lucent Microelectronics Venus Modem (V90, 56KFlex) > 9000-90ff : Lucent Microelectronics Venus Modem (V90, 56KFlex) > 9000-9007 : serial(auto) > 9400-947f : 3Com Corporation 3c905B 100BaseTX [Cyclone] > 9400-947f : 00:09.0 > b000-b01f : VIA Technologies, Inc. UHCI USB (#2) > b000-b01f : usb-uhci > b400-b41f : VIA Technologies, Inc. UHCI USB > b400-b41f : usb-uhci > b800-b80f : VIA Technologies, Inc. Bus Master IDE > b800-b807 : ide0 > b808-b80f : ide1 > d000-dfff : PCI Bus #01 > d800-d8ff : 3Dfx Interactive, Inc. Voodoo 3 > e400-e4ff : VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] > e800-e80f : VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] > > > 00000000-0009fbff : System RAM > 0009fc00-0009ffff : reserved > 000a0000-000bffff : Video RAM area > 000c0000-000c7fff : Video ROM > 000f0000-000fffff : System ROM > 00100000-0fffbfff : System RAM > 00100000-00260f95 : Kernel code > 00260f96-002ccaf7 : Kernel data > 0fffc000-0fffefff : ACPI Tables > 0ffff000-0fffffff : ACPI Non-volatile Storage > dc800000-dc8000ff : Lucent Microelectronics Venus Modem (V90, 56KFlex) > dd000000-dd0fffff : Sigma Designs, Inc. REALmagic Hollywood Plus DVD Decoder > dd800000-dd80007f : 3Com Corporation 3c905B 100BaseTX [Cyclone] > de000000-e1dfffff : PCI Bus #01 > de000000-dfffffff : 3Dfx Interactive, Inc. Voodoo 3 > e1f00000-e3ffffff : PCI Bus #01 > e2000000-e3ffffff : 3Dfx Interactive, Inc. Voodoo 3 > e4000000-e7ffffff : VIA Technologies, Inc. VT82C693A/694x [Apollo PRO133x] > ffff0000-ffffffff : reserved > > [7.5.] PCI information ('lspci -vvv' as root) > > 00:00.0 Host bridge: VIA Technologies, Inc. VT82C691 [Apollo PRO] (rev 02) > Subsystem: Asustek Computer, Inc.: Unknown device 8023 > Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Latency: 0 > Region 0: Memory at e4000000 (32-bit, prefetchable) [size=64M] > Capabilities: [a0] AGP version 2.0 > Status: RQ=31 SBA+ 64bit- FW- Rate=x1,x2 > Command: RQ=0 SBA- AGP- 64bit- FW- Rate= > > 00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598 [Apollo MVP3 AGP] (prog-if 00 [Normal decode]) > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Latency: 0 > Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 > I/O behind bridge: 0000d000-0000dfff > Memory behind bridge: de000000-e1dfffff > Prefetchable memory behind bridge: e1f00000-e3ffffff > BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B- > Capabilities: [80] Power Management version 2 > Flags: PMEClk- DSI+ D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super] (rev 22) > Subsystem: Asustek Computer, Inc.: Unknown device 8023 > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping+ SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Latency: 0 > > 00:04.1 IDE interface: VIA Technologies, Inc. VT82C586 IDE [Apollo] (rev 10) (prog-if 8a [Master SecP PriP]) > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping+ SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- Latency: 32 > Region 4: I/O ports at b800 [size=16] > Capabilities: [c0] Power Management version 2 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:04.2 USB Controller: VIA Technologies, Inc. VT82C586B USB (rev 10) (prog-if 00 [UHCI]) > Subsystem: Unknown device 0925:1234 > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Latency: 32, cache line size 08 > Interrupt: pin D routed to IRQ 7 > Region 4: I/O ports at b400 [size=32] > Capabilities: [80] Power Management version 2 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:04.3 USB Controller: VIA Technologies, Inc. VT82C586B USB (rev 10) (prog-if 00 [UHCI]) > Subsystem: Unknown device 0925:1234 > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Latency: 32, cache line size 08 > Interrupt: pin D routed to IRQ 7 > Region 4: I/O ports at b000 [size=32] > Capabilities: [80] Power Management version 2 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:04.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30) > Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- Interrupt: pin ? routed to IRQ 9 > Capabilities: [68] Power Management version 2 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:09.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30) > Subsystem: 3Com Corporation 3C905B Fast Etherlink XL 10/100 > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Latency: 32 (2500ns min, 2500ns max), cache line size 08 > Interrupt: pin A routed to IRQ 7 > Region 0: I/O ports at 9400 [size=128] > Region 1: Memory at dd800000 (32-bit, non-prefetchable) [size=128] > Expansion ROM at [disabled] [size=128K] > Capabilities: [dc] Power Management version 1 > Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:0a.0 Multimedia controller: Sigma Designs, Inc. REALmagic Hollywood Plus DVD Decoder (rev 02) > Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Latency: 32 > Interrupt: pin A routed to IRQ 10 > Region 0: Memory at dd000000 (32-bit, non-prefetchable) [size=1M] > Capabilities: [40] Power Management version 1 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:0b.0 Communication controller: Lucent Microelectronics Venus Modem (V90, 56KFlex) > Subsystem: Action Tec Electronics Inc: Unknown device 0500 > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- Latency: 0 (63000ns min, 3500ns max) > Interrupt: pin A routed to IRQ 5 > Region 0: Memory at dc800000 (32-bit, non-prefetchable) [size=256] > Region 1: I/O ports at 9000 [size=256] > Region 2: I/O ports at 8800 [size=256] > Region 3: I/O ports at 8400 [size=8] > Capabilities: [f8] Power Management version 2 > Flags: PMEClk- DSI+ D1- D2+ AuxCurrent=0mA PME(D0-,D1-,D2+,D3hot+,D3cold+) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:0d.0 Multimedia audio controller: Creative Labs SB Live! EMU10000 (rev 05) > Subsystem: Creative Labs CT4620 SBLive! > Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- Latency: 32 (500ns min, 5000ns max) > Interrupt: pin A routed to IRQ 7 > Region 0: I/O ports at 8000 [size=32] > Capabilities: [dc] Power Management version 1 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:0d.1 Input device controller: Creative Labs SB Live! (rev 05) > Subsystem: Creative Labs Gameport Joystick > Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- Latency: 32 > Region 0: I/O ports at 7800 [size=8] > Capabilities: [dc] Power Management version 1 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 01:00.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo 3 (rev 01) (prog-if 00 [VGA]) > Subsystem: 3Dfx Interactive, Inc. Voodoo3 AGP > Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- Interrupt: pin A routed to IRQ 11 > Region 0: Memory at de000000 (32-bit, non-prefetchable) [size=32M] > Region 1: Memory at e2000000 (32-bit, prefetchable) [size=32M] > Region 2: I/O ports at d800 [size=256] > Expansion ROM at e1ff0000 [disabled] [size=64K] > Capabilities: [54] AGP version 1.0 > Status: RQ=7 SBA+ 64bit+ FW- Rate=x1,x2 > Command: RQ=0 SBA- AGP- 64bit- FW- Rate= > Capabilities: [60] Power Management version 1 > Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > > > [7.6.] SCSI information (from /proc/scsi/scsi) > > Attached devices: none > > > [7.7.] Other information that might be relevant to the problem > (please look in /proc and include all information that you > think to be relevant): > > /proc/tty/driver/serial > serinfo:1.0 driver:5.05c revision:2001-07-08 > 0: uart:16550A port:3F8 irq:4 baud:9600 tx:0 rx:0 > 1: uart:16550A port:2F8 irq:3 baud:9600 tx:0 rx:0 > 4: uart:16550A port:9000 irq:5 baud:9600 tx:0 rx:0 CTS|DSR > > /proc/tty/drivers > serial /dev/cua 5 64-127 serial:callout > serial /dev/ttyS 4 64-127 serial > pty_slave /dev/pts 136 0-255 pty:slave > pty_master /dev/ptm 128 0-255 pty:master > pty_slave /dev/ttyp 3 0-255 pty:slave > pty_master /dev/pty 2 0-255 pty:master > /dev/vc/0 /dev/vc/0 4 0 system:vtmaster > /dev/ptmx /dev/ptmx 5 2 system > /dev/console /dev/console 5 1 system:console > /dev/tty /dev/tty 5 0 system:/dev/tty > unknown /dev/vc/%d 4 1-63 console > > > > [X.] Other notes, patches, fixes, workarounds: > See description > > > ------------------------------------------------------------- > ------------------------------------------------------------- > ---------- PATCHED KERNEL ----------------------------------- > ------------------------------------------------------------- > ------------------------------------------------------------- > > The following is the output from the patched 2.4.19-rc2 kernel > per my patch in the description > > [7.] Environment > [7.1.] Software (add the output of the ver_linux script here) > > Linux delta 2.4.19-patch #6 Wed Jul 17 22:49:11 PDT 2002 i686 unknown > > Gnu C 2.95.3 > Gnu make 3.79.1 > binutils 2.11.90.0.19 > util-linux 2.11f > mount 2.11b > modutils 2.4.6 > e2fsprogs 1.27 > reiserfsprogs 3.x.0j > pcmcia-cs 3.1.26 > PPP 2.4.1 > Linux C Library 2.2.3 > Dynamic linker (ldd) 2.2.3 > Procps 2.0.7 > Net-tools 1.60 > Kbd 1.06 > Sh-utils 2.0 > Modules Loaded iptable_filter ip_nat_ftp iptable_nat > ip_conntrack_ftp ip_conntrack ip_tables apm ppp_deflate ppp_async > ppp_generic slhc rtc nls_iso8859-1 nls_cp437 vfat fat > > [7.2.] Processor information (from /proc/cpuinfo): > > processor : 0 > vendor_id : AuthenticAMD > cpu family : 6 > model : 2 > model name : AMD Athlon(tm) Processor > stepping : 1 > cpu MHz : 800.057 > cache size : 512 KB > fdiv_bug : no > hlt_bug : no > f00f_bug : no > coma_bug : no > fpu : yes > fpu_exception : yes > cpuid level : 1 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr syscall mmxext 3dnowext 3dnow > bogomips : 1595.80 > > > [7.3.] Module information (from /proc/modules): > > iptable_filter 1760 0 (autoclean) (unused) > ip_nat_ftp 2944 0 (unused) > iptable_nat 12880 1 [ip_nat_ftp] > ip_conntrack_ftp 3184 0 (unused) > ip_conntrack 13392 2 [ip_nat_ftp iptable_nat ip_conntrack_ftp] > ip_tables 10560 4 [iptable_filter iptable_nat] > apm 9440 1 > ppp_deflate 40160 0 (unused) > ppp_async 6576 0 (unused) > ppp_generic 15744 0 [ppp_deflate ppp_async] > slhc 4624 0 [ppp_generic] > rtc 6032 0 (autoclean) > nls_iso8859-1 2880 1 (autoclean) > nls_cp437 4400 1 (autoclean) > vfat 9456 1 (autoclean) > fat 29504 0 (autoclean) [vfat] > > [7.4.] Loaded driver and hardware information (/proc/ioports, /proc/iomem) > > 0000-001f : dma1 > 0020-003f : pic1 > 0040-005f : timer > 0060-006f : keyboard > 0070-007f : rtc > 0080-008f : dma page reg > 00a0-00bf : pic2 > 00c0-00df : dma2 > 00f0-00ff : fpu > 0170-0177 : ide1 > 01f0-01f7 : ide0 > 02f8-02ff : serial(auto) > 0376-0376 : ide1 > 03c0-03df : vga+ > 03f6-03f6 : ide0 > 03f8-03ff : serial(auto) > 0cf8-0cff : PCI conf1 > 7800-7807 : Creative Labs SB Live! MIDI/Game Port > 8000-801f : Creative Labs SB Live! EMU10k1 > 8400-8407 : Lucent Microelectronics Venus Modem (V90, 56KFlex) > 8800-88ff : Lucent Microelectronics Venus Modem (V90, 56KFlex) > 9000-90ff : Lucent Microelectronics Venus Modem (V90, 56KFlex) > 9000-9007 : serial(set) > 9400-947f : 3Com Corporation 3c905B 100BaseTX [Cyclone] > 9400-947f : 00:09.0 > b000-b01f : VIA Technologies, Inc. UHCI USB (#2) > b000-b01f : usb-uhci > b400-b41f : VIA Technologies, Inc. UHCI USB > b400-b41f : usb-uhci > b800-b80f : VIA Technologies, Inc. Bus Master IDE > b800-b807 : ide0 > b808-b80f : ide1 > d000-dfff : PCI Bus #01 > d800-d8ff : 3Dfx Interactive, Inc. Voodoo 3 > e400-e4ff : VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] > e800-e80f : VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] > > 00000000-0009fbff : System RAM > 0009fc00-0009ffff : reserved > 000a0000-000bffff : Video RAM area > 000c0000-000c7fff : Video ROM > 000f0000-000fffff : System ROM > 00100000-0fffbfff : System RAM > 00100000-00260e25 : Kernel code > 00260e26-002cc797 : Kernel data > 0fffc000-0fffefff : ACPI Tables > 0ffff000-0fffffff : ACPI Non-volatile Storage > dc800000-dc8000ff : Lucent Microelectronics Venus Modem (V90, 56KFlex) > dd000000-dd0fffff : Sigma Designs, Inc. REALmagic Hollywood Plus DVD Decoder > dd800000-dd80007f : 3Com Corporation 3c905B 100BaseTX [Cyclone] > de000000-e1dfffff : PCI Bus #01 > de000000-dfffffff : 3Dfx Interactive, Inc. Voodoo 3 > e1f00000-e3ffffff : PCI Bus #01 > e2000000-e3ffffff : 3Dfx Interactive, Inc. Voodoo 3 > e4000000-e7ffffff : VIA Technologies, Inc. VT82C693A/694x [Apollo PRO133x] > ffff0000-ffffffff : reserved > > > [7.5.] PCI information ('lspci -vvv' as root) > > 00:00.0 Host bridge: VIA Technologies, Inc. VT82C691 [Apollo PRO] (rev 02) > Subsystem: Asustek Computer, Inc.: Unknown device 8023 > Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Latency: 0 > Region 0: Memory at e4000000 (32-bit, prefetchable) [size=64M] > Capabilities: [a0] AGP version 2.0 > Status: RQ=31 SBA+ 64bit- FW- Rate=x1,x2 > Command: RQ=0 SBA- AGP- 64bit- FW- Rate= > > 00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598 [Apollo MVP3 AGP] (prog-if 00 [Normal decode]) > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Latency: 0 > Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 > I/O behind bridge: 0000d000-0000dfff > Memory behind bridge: de000000-e1dfffff > Prefetchable memory behind bridge: e1f00000-e3ffffff > BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B- > Capabilities: [80] Power Management version 2 > Flags: PMEClk- DSI+ D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super] (rev 22) > Subsystem: Asustek Computer, Inc.: Unknown device 8023 > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping+ SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Latency: 0 > > 00:04.1 IDE interface: VIA Technologies, Inc. VT82C586 IDE [Apollo] (rev 10) (prog-if 8a [Master SecP PriP]) > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping+ SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- Latency: 32 > Region 4: I/O ports at b800 [size=16] > Capabilities: [c0] Power Management version 2 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:04.2 USB Controller: VIA Technologies, Inc. VT82C586B USB (rev 10) (prog-if 00 [UHCI]) > Subsystem: Unknown device 0925:1234 > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Latency: 32, cache line size 08 > Interrupt: pin D routed to IRQ 7 > Region 4: I/O ports at b400 [size=32] > Capabilities: [80] Power Management version 2 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:04.3 USB Controller: VIA Technologies, Inc. VT82C586B USB (rev 10) (prog-if 00 [UHCI]) > Subsystem: Unknown device 0925:1234 > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Latency: 32, cache line size 08 > Interrupt: pin D routed to IRQ 7 > Region 4: I/O ports at b000 [size=32] > Capabilities: [80] Power Management version 2 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:04.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30) > Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- Interrupt: pin ? routed to IRQ 9 > Capabilities: [68] Power Management version 2 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:09.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30) > Subsystem: 3Com Corporation 3C905B Fast Etherlink XL 10/100 > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Latency: 32 (2500ns min, 2500ns max), cache line size 08 > Interrupt: pin A routed to IRQ 7 > Region 0: I/O ports at 9400 [size=128] > Region 1: Memory at dd800000 (32-bit, non-prefetchable) [size=128] > Expansion ROM at [disabled] [size=128K] > Capabilities: [dc] Power Management version 1 > Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:0a.0 Multimedia controller: Sigma Designs, Inc. REALmagic Hollywood Plus DVD Decoder (rev 02) > Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Latency: 32 > Interrupt: pin A routed to IRQ 10 > Region 0: Memory at dd000000 (32-bit, non-prefetchable) [size=1M] > Capabilities: [40] Power Management version 1 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:0b.0 Communication controller: Lucent Microelectronics Venus Modem (V90, 56KFlex) > Subsystem: Action Tec Electronics Inc: Unknown device 0500 > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- Latency: 0 (63000ns min, 3500ns max) > Interrupt: pin A routed to IRQ 5 > Region 0: Memory at dc800000 (32-bit, non-prefetchable) [size=256] > Region 1: I/O ports at 9000 [size=256] > Region 2: I/O ports at 8800 [size=256] > Region 3: I/O ports at 8400 [size=8] > Capabilities: [f8] Power Management version 2 > Flags: PMEClk- DSI+ D1- D2+ AuxCurrent=0mA PME(D0-,D1-,D2+,D3hot+,D3cold+) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:0d.0 Multimedia audio controller: Creative Labs SB Live! EMU10000 (rev 05) > Subsystem: Creative Labs CT4620 SBLive! > Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- Latency: 32 (500ns min, 5000ns max) > Interrupt: pin A routed to IRQ 7 > Region 0: I/O ports at 8000 [size=32] > Capabilities: [dc] Power Management version 1 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 00:0d.1 Input device controller: Creative Labs SB Live! (rev 05) > Subsystem: Creative Labs Gameport Joystick > Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- Latency: 32 > Region 0: I/O ports at 7800 [size=8] > Capabilities: [dc] Power Management version 1 > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > 01:00.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo 3 (rev 01) (prog-if 00 [VGA]) > Subsystem: 3Dfx Interactive, Inc. Voodoo3 AGP > Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- > Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- Interrupt: pin A routed to IRQ 11 > Region 0: Memory at de000000 (32-bit, non-prefetchable) [size=32M] > Region 1: Memory at e2000000 (32-bit, prefetchable) [size=32M] > Region 2: I/O ports at d800 [size=256] > Expansion ROM at e1ff0000 [disabled] [size=64K] > Capabilities: [54] AGP version 1.0 > Status: RQ=7 SBA+ 64bit+ FW- Rate=x1,x2 > Command: RQ=0 SBA- AGP- 64bit- FW- Rate= > Capabilities: [60] Power Management version 1 > Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- > > > [7.6.] SCSI information (from /proc/scsi/scsi) > > Attached devices: none > > [7.7.] Other information that might be relevant to the problem > (please look in /proc and include all information that you > think to be relevant): > > /proc/tty/driver/serial > > serinfo:1.0 driver:5.05a revision:2001-03-20 > 0: uart:16550A port:3F8 irq:4 baud:9600 tx:0 rx:0 > 1: uart:16550A port:2F8 irq:3 baud:9600 tx:0 rx:0 > 2: uart:16550A port:9000 irq:5 baud:9600 tx:0 rx:0 CTS|DSR > 3: uart:unknown port:2E8 irq:3 > 4: uart:unknown port:FFFFFFFF irq:0 > 5: uart:unknown port:1A0 irq:9 > 6: uart:unknown port:1A8 irq:9 > 7: uart:unknown port:1B0 irq:9 > 8: uart:unknown port:1B8 irq:9 > 9: uart:unknown port:2A0 irq:5 > 10: uart:unknown port:2A8 irq:5 > 11: uart:unknown port:2B0 irq:5 > 12: uart:unknown port:2B8 irq:5 > 13: uart:unknown port:330 irq:4 > 14: uart:unknown port:338 irq:4 > 15: uart:unknown port:0 irq:0 > 16: uart:unknown port:0 irq:0 > 17: uart:unknown port:100 irq:12 > 18: uart:unknown port:108 irq:12 > 19: uart:unknown port:110 irq:12 > 20: uart:unknown port:118 irq:12 > 21: uart:unknown port:120 irq:12 > 22: uart:unknown port:128 irq:12 > 23: uart:unknown port:130 irq:12 > 24: uart:unknown port:138 irq:12 > 25: uart:unknown port:140 irq:12 > 26: uart:unknown port:148 irq:12 > 27: uart:unknown port:150 irq:12 > 28: uart:unknown port:158 irq:12 > 29: uart:unknown port:160 irq:12 > 30: uart:unknown port:168 irq:12 > 31: uart:unknown port:170 irq:12 > 32: uart:unknown port:178 irq:12 > 33: uart:unknown port:0 irq:0 > 34: uart:unknown port:0 irq:0 > 35: uart:unknown port:0 irq:0 > 36: uart:unknown port:0 irq:0 > 37: uart:unknown port:0 irq:0 > 38: uart:unknown port:0 irq:0 > 39: uart:unknown port:0 irq:0 > 40: uart:unknown port:0 irq:0 > 41: uart:unknown port:0 irq:0 > 42: uart:unknown port:0 irq:0 > 43: uart:unknown port:0 irq:0 > 44: uart:unknown port:0 irq:0 > 45: uart:unknown port:0 irq:0 > 46: uart:unknown port:0 irq:0 > 47: uart:unknown port:0 irq:0 > 48: uart:unknown port:0 irq:0 > 49: uart:unknown port:0 irq:0 > 50: uart:unknown port:0 irq:0 > 51: uart:unknown port:0 irq:0 > 52: uart:unknown port:0 irq:0 > 53: uart:unknown port:0 irq:0 > 54: uart:unknown port:0 irq:0 > 55: uart:unknown port:0 irq:0 > 56: uart:unknown port:0 irq:0 > 57: uart:unknown port:0 irq:0 > 58: uart:unknown port:0 irq:0 > 59: uart:unknown port:0 irq:0 > 60: uart:unknown port:0 irq:0 > 61: uart:unknown port:0 irq:0 > 62: uart:unknown port:0 irq:0 > 63: uart:unknown port:0 irq:0 > > > /proc/tty/drivers > serial /dev/cua 5 64-127 serial:callout > serial /dev/ttyS 4 64-127 serial > pty_slave /dev/pts 136 0-255 pty:slave > pty_master /dev/ptm 128 0-255 pty:master > pty_slave /dev/ttyp 3 0-255 pty:slave > pty_master /dev/pty 2 0-255 pty:master > /dev/vc/0 /dev/vc/0 4 0 system:vtmaster > /dev/ptmx /dev/ptmx 5 2 system > /dev/console /dev/console 5 1 system:console > /dev/tty /dev/tty 5 0 system:/dev/tty > unknown /dev/vc/%d 4 1-63 console > > # > # Automatically generated by make menuconfig: don't edit > # > CONFIG_X86=y > CONFIG_ISA=y > # CONFIG_SBUS is not set > CONFIG_UID16=y > > # > # Code maturity level options > # > # CONFIG_EXPERIMENTAL is not set > > # > # Loadable module support > # > CONFIG_MODULES=y > # CONFIG_MODVERSIONS is not set > CONFIG_KMOD=y > > # > # Processor type and features > # > # 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_MPENTIUMIII is not set > # CONFIG_MPENTIUM4 is not set > # CONFIG_MK6 is not set > CONFIG_MK7=y > # CONFIG_MELAN is not set > # CONFIG_MCRUSOE is not set > # CONFIG_MWINCHIPC6 is not set > # CONFIG_MWINCHIP2 is not set > # CONFIG_MWINCHIP3D is not set > # CONFIG_MCYRIXIII is not set > CONFIG_X86_WP_WORKS_OK=y > CONFIG_X86_INVLPG=y > CONFIG_X86_CMPXCHG=y > CONFIG_X86_XADD=y > CONFIG_X86_BSWAP=y > CONFIG_X86_POPAD_OK=y > # CONFIG_RWSEM_GENERIC_SPINLOCK is not set > CONFIG_RWSEM_XCHGADD_ALGORITHM=y > CONFIG_X86_L1_CACHE_SHIFT=6 > CONFIG_X86_TSC=y > CONFIG_X86_GOOD_APIC=y > CONFIG_X86_USE_3DNOW=y > CONFIG_X86_PGE=y > CONFIG_X86_USE_PPRO_CHECKSUM=y > CONFIG_X86_MCE=y > # CONFIG_TOSHIBA is not set > # CONFIG_I8K is not set > # CONFIG_MICROCODE is not set > # CONFIG_X86_MSR is not set > # CONFIG_X86_CPUID is not set > CONFIG_NOHIGHMEM=y > # CONFIG_HIGHMEM4G is not set > # CONFIG_HIGHMEM64G is not set > # CONFIG_MATH_EMULATION is not set > CONFIG_MTRR=y > # CONFIG_SMP is not set > # CONFIG_X86_UP_APIC is not set > # CONFIG_X86_UP_IOAPIC is not set > > # > # General setup > # > CONFIG_NET=y > CONFIG_PCI=y > # CONFIG_PCI_GOBIOS is not set > # CONFIG_PCI_GODIRECT is not set > CONFIG_PCI_GOANY=y > CONFIG_PCI_BIOS=y > CONFIG_PCI_DIRECT=y > CONFIG_PCI_NAMES=y > # CONFIG_EISA is not set > # CONFIG_MCA is not set > CONFIG_HOTPLUG=y > > # > # PCMCIA/CardBus support > # > CONFIG_PCMCIA=y > CONFIG_CARDBUS=y > # CONFIG_TCIC is not set > # CONFIG_I82092 is not set > # CONFIG_I82365 is not set > > # > # PCI Hotplug Support > # > # CONFIG_HOTPLUG_PCI is not set > # CONFIG_HOTPLUG_PCI_COMPAQ is not set > # CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set > # CONFIG_HOTPLUG_PCI_ACPI is not set > CONFIG_SYSVIPC=y > # CONFIG_BSD_PROCESS_ACCT is not set > CONFIG_SYSCTL=y > CONFIG_KCORE_ELF=y > # CONFIG_KCORE_AOUT is not set > CONFIG_BINFMT_AOUT=y > CONFIG_BINFMT_ELF=y > CONFIG_BINFMT_MISC=y > CONFIG_PM=y > CONFIG_APM=m > # CONFIG_APM_IGNORE_USER_SUSPEND is not set > # CONFIG_APM_DO_ENABLE is not set > # CONFIG_APM_CPU_IDLE is not set > CONFIG_APM_DISPLAY_BLANK=y > # CONFIG_APM_RTC_IS_GMT is not set > # CONFIG_APM_ALLOW_INTS is not set > # CONFIG_APM_REAL_MODE_POWER_OFF is not set > > # > # Memory Technology Devices (MTD) > # > # CONFIG_MTD is not set > > # > # Parallel port support > # > # CONFIG_PARPORT is not set > > # > # Plug and Play configuration > # > CONFIG_PNP=y > CONFIG_ISAPNP=y > > # > # Block devices > # > CONFIG_BLK_DEV_FD=y > # CONFIG_BLK_DEV_XD is not set > # CONFIG_PARIDE is not set > # CONFIG_BLK_CPQ_DA is not set > # CONFIG_BLK_CPQ_CISS_DA is not set > # CONFIG_CISS_SCSI_TAPE is not set > # CONFIG_BLK_DEV_DAC960 is not set > # CONFIG_BLK_DEV_UMEM is not set > CONFIG_BLK_DEV_LOOP=m > CONFIG_BLK_DEV_NBD=m > CONFIG_BLK_DEV_RAM=y > CONFIG_BLK_DEV_RAM_SIZE=4096 > CONFIG_BLK_DEV_INITRD=y > > # > # Multi-device support (RAID and LVM) > # > # CONFIG_MD is not set > # CONFIG_BLK_DEV_MD is not set > # CONFIG_MD_LINEAR is not set > # CONFIG_MD_RAID0 is not set > # CONFIG_MD_RAID1 is not set > # CONFIG_MD_RAID5 is not set > # CONFIG_MD_MULTIPATH is not set > # CONFIG_BLK_DEV_LVM is not set > > # > # Networking options > # > CONFIG_PACKET=y > # CONFIG_PACKET_MMAP is not set > # CONFIG_NETLINK_DEV is not set > CONFIG_NETFILTER=y > # CONFIG_NETFILTER_DEBUG is not set > # CONFIG_FILTER is not set > CONFIG_UNIX=y > CONFIG_INET=y > CONFIG_IP_MULTICAST=y > # CONFIG_IP_ADVANCED_ROUTER is not set > # CONFIG_IP_PNP is not set > # CONFIG_NET_IPIP is not set > # CONFIG_NET_IPGRE is not set > # CONFIG_IP_MROUTE is not set > # CONFIG_INET_ECN is not set > # CONFIG_SYN_COOKIES is not set > > # > # IP: Netfilter Configuration > # > CONFIG_IP_NF_CONNTRACK=m > CONFIG_IP_NF_FTP=m > # CONFIG_IP_NF_IRC is not set > CONFIG_IP_NF_IPTABLES=m > CONFIG_IP_NF_MATCH_LIMIT=m > # CONFIG_IP_NF_MATCH_MAC is not set > # CONFIG_IP_NF_MATCH_MARK is not set > CONFIG_IP_NF_MATCH_MULTIPORT=m > CONFIG_IP_NF_MATCH_TOS=m > # CONFIG_IP_NF_MATCH_AH_ESP is not set > # CONFIG_IP_NF_MATCH_LENGTH is not set > # CONFIG_IP_NF_MATCH_TTL is not set > # CONFIG_IP_NF_MATCH_TCPMSS is not set > CONFIG_IP_NF_MATCH_STATE=m > CONFIG_IP_NF_FILTER=m > CONFIG_IP_NF_TARGET_REJECT=m > CONFIG_IP_NF_NAT=m > CONFIG_IP_NF_NAT_NEEDED=y > CONFIG_IP_NF_TARGET_MASQUERADE=m > CONFIG_IP_NF_TARGET_REDIRECT=m > # CONFIG_IP_NF_NAT_LOCAL is not set > CONFIG_IP_NF_NAT_FTP=m > # CONFIG_IP_NF_MANGLE is not set > CONFIG_IP_NF_TARGET_LOG=m > # CONFIG_IP_NF_TARGET_ULOG is not set > # CONFIG_IP_NF_TARGET_TCPMSS is not set > # CONFIG_IP_NF_ARPTABLES is not set > # CONFIG_IP_NF_COMPAT_IPCHAINS is not set > # CONFIG_IP_NF_COMPAT_IPFWADM is not set > # CONFIG_VLAN_8021Q is not set > # CONFIG_IPX is not set > # CONFIG_ATALK is not set > > # > # Appletalk devices > # > # CONFIG_DEV_APPLETALK is not set > # CONFIG_DECNET is not set > # CONFIG_BRIDGE is not set > > # > # QoS and/or fair queueing > # > # CONFIG_NET_SCHED is not set > > # > # Network testing > # > # CONFIG_NET_PKTGEN is not set > > # > # Telephony Support > # > # CONFIG_PHONE is not set > # CONFIG_PHONE_IXJ is not set > # CONFIG_PHONE_IXJ_PCMCIA is not set > > # > # ATA/IDE/MFM/RLL support > # > CONFIG_IDE=y > > # > # IDE, ATA and ATAPI Block devices > # > CONFIG_BLK_DEV_IDE=y > # CONFIG_BLK_DEV_HD_IDE is not set > # CONFIG_BLK_DEV_HD is not set > CONFIG_BLK_DEV_IDEDISK=y > # CONFIG_IDEDISK_MULTI_MODE is not set > # CONFIG_IDEDISK_STROKE is not set > # CONFIG_BLK_DEV_IDEDISK_VENDOR is not set > # CONFIG_BLK_DEV_IDEDISK_FUJITSU is not set > # CONFIG_BLK_DEV_IDEDISK_IBM is not set > # CONFIG_BLK_DEV_IDEDISK_MAXTOR is not set > # CONFIG_BLK_DEV_IDEDISK_QUANTUM is not set > # CONFIG_BLK_DEV_IDEDISK_SEAGATE is not set > # CONFIG_BLK_DEV_IDEDISK_WD is not set > # CONFIG_BLK_DEV_COMMERIAL is not set > # CONFIG_BLK_DEV_TIVO is not set > # CONFIG_BLK_DEV_IDECS 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_IDE_TASK_IOCTL is not set > CONFIG_BLK_DEV_CMD640=y > # CONFIG_BLK_DEV_CMD640_ENHANCED is not set > # CONFIG_BLK_DEV_ISAPNP is not set > CONFIG_BLK_DEV_RZ1000=y > CONFIG_BLK_DEV_IDEPCI=y > CONFIG_IDEPCI_SHARE_IRQ=y > CONFIG_BLK_DEV_IDEDMA_PCI=y > # CONFIG_BLK_DEV_OFFBOARD is not set > # CONFIG_BLK_DEV_IDEDMA_FORCED is not set > CONFIG_IDEDMA_PCI_AUTO=y > # CONFIG_IDEDMA_ONLYDISK is not set > CONFIG_BLK_DEV_IDEDMA=y > # CONFIG_IDEDMA_PCI_WIP is not set > # CONFIG_BLK_DEV_IDEDMA_TIMEOUT is not set > # CONFIG_IDEDMA_NEW_DRIVE_LISTINGS is not set > CONFIG_BLK_DEV_ADMA=y > # CONFIG_BLK_DEV_AEC62XX is not set > # CONFIG_AEC62XX_TUNING is not set > # CONFIG_BLK_DEV_ALI15X3 is not set > # CONFIG_WDC_ALI15X3 is not set > # CONFIG_BLK_DEV_AMD74XX is not set > # CONFIG_AMD74XX_OVERRIDE is not set > # CONFIG_BLK_DEV_CMD64X is not set > # CONFIG_BLK_DEV_CMD680 is not set > # CONFIG_BLK_DEV_CY82C693 is not set > # CONFIG_BLK_DEV_CS5530 is not set > # CONFIG_BLK_DEV_HPT34X is not set > # CONFIG_HPT34X_AUTODMA is not set > # CONFIG_BLK_DEV_HPT366 is not set > CONFIG_BLK_DEV_PIIX=y > CONFIG_PIIX_TUNING=y > # CONFIG_BLK_DEV_NS87415 is not set > # CONFIG_BLK_DEV_OPTI621 is not set > # CONFIG_BLK_DEV_PDC202XX is not set > # CONFIG_PDC202XX_BURST is not set > # CONFIG_PDC202XX_FORCE is not set > # CONFIG_BLK_DEV_SVWKS 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=y > # CONFIG_IDE_CHIPSETS is not set > CONFIG_IDEDMA_AUTO=y > # CONFIG_IDEDMA_IVB is not set > # CONFIG_DMA_NONPCI is not set > CONFIG_BLK_DEV_IDE_MODES=y > # CONFIG_BLK_DEV_ATARAID is not set > # CONFIG_BLK_DEV_ATARAID_PDC is not set > # CONFIG_BLK_DEV_ATARAID_HPT is not set > > # > # SCSI support > # > CONFIG_SCSI=y > # CONFIG_BLK_DEV_SD is not set > # CONFIG_CHR_DEV_ST is not set > # CONFIG_CHR_DEV_OSST is not set > CONFIG_BLK_DEV_SR=y > CONFIG_BLK_DEV_SR_VENDOR=y > CONFIG_SR_EXTRA_DEVS=2 > CONFIG_CHR_DEV_SG=y > CONFIG_SCSI_DEBUG_QUEUES=y > CONFIG_SCSI_MULTI_LUN=y > CONFIG_SCSI_CONSTANTS=y > # CONFIG_SCSI_LOGGING is not set > > # > # SCSI low-level drivers > # > # CONFIG_BLK_DEV_3W_XXXX_RAID is not set > # CONFIG_SCSI_7000FASST is not set > # CONFIG_SCSI_ACARD is not set > # CONFIG_SCSI_AHA152X is not set > # CONFIG_SCSI_AHA1542 is not set > # CONFIG_SCSI_AHA1740 is not set > # CONFIG_SCSI_AIC7XXX is not set > # CONFIG_SCSI_AIC7XXX_OLD is not set > # CONFIG_SCSI_DPT_I2O is not set > # CONFIG_SCSI_ADVANSYS is not set > # CONFIG_SCSI_IN2000 is not set > # CONFIG_SCSI_AM53C974 is not set > # CONFIG_SCSI_MEGARAID is not set > # CONFIG_SCSI_BUSLOGIC is not set > # CONFIG_SCSI_CPQFCTS is not set > # CONFIG_SCSI_DMX3191D is not set > # CONFIG_SCSI_DTC3280 is not set > # CONFIG_SCSI_EATA is not set > # CONFIG_SCSI_EATA_DMA is not set > # CONFIG_SCSI_EATA_PIO is not set > # CONFIG_SCSI_FUTURE_DOMAIN is not set > # CONFIG_SCSI_GDTH is not set > # CONFIG_SCSI_GENERIC_NCR5380 is not set > # CONFIG_SCSI_IPS is not set > # CONFIG_SCSI_INITIO is not set > # CONFIG_SCSI_INIA100 is not set > # CONFIG_SCSI_NCR53C406A is not set > # CONFIG_SCSI_NCR53C7xx is not set > # CONFIG_SCSI_SYM53C8XX_2 is not set > # CONFIG_SCSI_NCR53C8XX is not set > CONFIG_SCSI_SYM53C8XX=m > CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=4 > CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32 > CONFIG_SCSI_NCR53C8XX_SYNC=20 > # CONFIG_SCSI_NCR53C8XX_PROFILE is not set > # CONFIG_SCSI_NCR53C8XX_IOMAPPED is not set > # CONFIG_SCSI_NCR53C8XX_PQS_PDS is not set > # CONFIG_SCSI_PAS16 is not set > # CONFIG_SCSI_PCI2000 is not set > # CONFIG_SCSI_PCI2220I is not set > # CONFIG_SCSI_PSI240I is not set > # CONFIG_SCSI_QLOGIC_FAS is not set > # CONFIG_SCSI_QLOGIC_ISP is not set > # CONFIG_SCSI_QLOGIC_FC is not set > # CONFIG_SCSI_QLOGIC_1280 is not set > # CONFIG_SCSI_SEAGATE is not set > # CONFIG_SCSI_SIM710 is not set > # CONFIG_SCSI_SYM53C416 is not set > # CONFIG_SCSI_DC390T is not set > # CONFIG_SCSI_T128 is not set > # CONFIG_SCSI_U14_34F is not set > # CONFIG_SCSI_ULTRASTOR is not set > > # > # PCMCIA SCSI adapter support > # > # CONFIG_SCSI_PCMCIA is not set > > # > # Fusion MPT device support > # > # CONFIG_FUSION is not set > # CONFIG_FUSION_BOOT is not set > # CONFIG_FUSION_ISENSE is not set > # CONFIG_FUSION_CTL is not set > # CONFIG_FUSION_LAN is not set > > # > # I2O device support > # > # CONFIG_I2O is not set > # CONFIG_I2O_PCI is not set > # CONFIG_I2O_BLOCK is not set > # CONFIG_I2O_LAN is not set > # CONFIG_I2O_SCSI is not set > # CONFIG_I2O_PROC is not set > > # > # Network device support > # > CONFIG_NETDEVICES=y > > # > # ARCnet devices > # > # CONFIG_ARCNET is not set > CONFIG_DUMMY=m > # CONFIG_BONDING is not set > # CONFIG_EQUALIZER is not set > # CONFIG_TUN is not set > # CONFIG_NET_SB1000 is not set > > # > # Ethernet (10 or 100Mbit) > # > CONFIG_NET_ETHERNET=y > # CONFIG_SUNLANCE is not set > # CONFIG_HAPPYMEAL is not set > # CONFIG_SUNBMAC is not set > # CONFIG_SUNQE is not set > # CONFIG_SUNGEM is not set > CONFIG_NET_VENDOR_3COM=y > # CONFIG_EL1 is not set > # CONFIG_EL2 is not set > # CONFIG_ELPLUS is not set > # CONFIG_EL16 is not set > # CONFIG_EL3 is not set > # CONFIG_3C515 is not set > # CONFIG_ELMC is not set > # CONFIG_ELMC_II is not set > CONFIG_VORTEX=y > # CONFIG_LANCE is not set > # CONFIG_NET_VENDOR_SMC is not set > # CONFIG_NET_VENDOR_RACAL is not set > # CONFIG_AT1700 is not set > # CONFIG_DEPCA is not set > # CONFIG_HP100 is not set > # CONFIG_NET_ISA is not set > CONFIG_NET_PCI=y > # CONFIG_PCNET32 is not set > # CONFIG_ADAPTEC_STARFIRE is not set > # CONFIG_AC3200 is not set > # CONFIG_APRICOT is not set > # CONFIG_CS89x0 is not set > # CONFIG_TULIP is not set > # CONFIG_TC35815 is not set > # CONFIG_DE4X5 is not set > # CONFIG_DGRS is not set > # CONFIG_DM9102 is not set > CONFIG_EEPRO100=y > # CONFIG_LNE390 is not set > # CONFIG_FEALNX is not set > # CONFIG_NATSEMI is not set > # CONFIG_NE2K_PCI is not set > # CONFIG_NE3210 is not set > # CONFIG_ES3210 is not set > # CONFIG_8139CP is not set > # CONFIG_8139TOO is not set > # CONFIG_8139TOO_PIO is not set > # CONFIG_8139TOO_TUNE_TWISTER is not set > # CONFIG_8139TOO_8129 is not set > # CONFIG_8139_NEW_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_VIA_RHINE_MMIO is not set > # CONFIG_WINBOND_840 is not set > # CONFIG_NET_POCKET is not set > > # > # Ethernet (1000 Mbit) > # > # CONFIG_ACENIC is not set > # CONFIG_DL2K is not set > # CONFIG_MYRI_SBUS is not set > # CONFIG_NS83820 is not set > # CONFIG_HAMACHI is not set > # CONFIG_YELLOWFIN is not set > # CONFIG_SK98LIN is not set > # CONFIG_TIGON3 is not set > # CONFIG_FDDI is not set > # CONFIG_PLIP is not set > CONFIG_PPP=m > # CONFIG_PPP_MULTILINK is not set > # CONFIG_PPP_FILTER is not set > CONFIG_PPP_ASYNC=m > CONFIG_PPP_SYNC_TTY=m > CONFIG_PPP_DEFLATE=m > CONFIG_PPP_BSDCOMP=m > # CONFIG_PPPOATM is not set > # CONFIG_SLIP is not set > > # > # Wireless LAN (non-hamradio) > # > # CONFIG_NET_RADIO is not set > > # > # Token Ring devices > # > # CONFIG_TR is not set > # CONFIG_NET_FC is not set > > # > # Wan interfaces > # > # CONFIG_WAN is not set > > # > # PCMCIA network device support > # > # CONFIG_NET_PCMCIA is not set > > # > # Amateur Radio support > # > # CONFIG_HAMRADIO is not set > > # > # IrDA (infrared) support > # > # CONFIG_IRDA is not set > > # > # ISDN subsystem > # > # CONFIG_ISDN is not set > > # > # Old CD-ROM drivers (not SCSI, not IDE) > # > # CONFIG_CD_NO_IDESCSI is not set > > # > # Input core support > # > # CONFIG_INPUT is not set > # CONFIG_INPUT_KEYBDEV is not set > # CONFIG_INPUT_MOUSEDEV is not set > # CONFIG_INPUT_JOYDEV is not set > # CONFIG_INPUT_EVDEV is not set > > # > # Character devices > # > CONFIG_VT=y > CONFIG_VT_CONSOLE=y > CONFIG_SERIAL=y > # CONFIG_SERIAL_CONSOLE is not set > # CONFIG_SERIAL_EXTENDED is not set > CONFIG_SERIAL_NONSTANDARD=y > # CONFIG_COMPUTONE is not set > # CONFIG_ROCKETPORT is not set > # CONFIG_CYCLADES is not set > # CONFIG_DIGIEPCA is not set > # CONFIG_DIGI is not set > # CONFIG_ESPSERIAL is not set > # CONFIG_MOXA_INTELLIO is not set > # CONFIG_MOXA_SMARTIO is not set > # CONFIG_SYNCLINK is not set > CONFIG_N_HDLC=m > # CONFIG_RISCOM8 is not set > # CONFIG_SPECIALIX is not set > # CONFIG_SX is not set > # CONFIG_RIO is not set > # CONFIG_STALDRV is not set > CONFIG_UNIX98_PTYS=y > CONFIG_UNIX98_PTY_COUNT=256 > > # > # I2C support > # > # CONFIG_I2C is not set > > # > # Mice > # > # CONFIG_BUSMOUSE is not set > CONFIG_MOUSE=y > CONFIG_PSMOUSE=y > # CONFIG_82C710_MOUSE is not set > # CONFIG_PC110_PAD is not set > # CONFIG_MK712_MOUSE is not set > > # > # Joysticks > # > # CONFIG_INPUT_GAMEPORT is not set > # CONFIG_QIC02_TAPE is not set > > # > # Watchdog Cards > # > # CONFIG_WATCHDOG is not set > # CONFIG_AMD_RNG is not set > CONFIG_INTEL_RNG=m > # CONFIG_NVRAM is not set > CONFIG_RTC=m > # CONFIG_DTLK is not set > # CONFIG_R3964 is not set > # CONFIG_APPLICOM is not set > > # > # Ftape, the floppy tape device driver > # > # CONFIG_FTAPE is not set > CONFIG_AGP=y > CONFIG_AGP_INTEL=y > CONFIG_AGP_I810=y > CONFIG_AGP_VIA=y > CONFIG_AGP_AMD=y > CONFIG_AGP_SIS=y > CONFIG_AGP_ALI=y > # CONFIG_AGP_SWORKS is not set > CONFIG_DRM=y > # CONFIG_DRM_OLD is not set > CONFIG_DRM_NEW=y > CONFIG_DRM_TDFX=y > # CONFIG_DRM_R128 is not set > CONFIG_DRM_RADEON=y > # CONFIG_DRM_I810 is not set > # CONFIG_DRM_MGA is not set > # CONFIG_DRM_SIS is not set > > # > # PCMCIA character devices > # > # CONFIG_PCMCIA_SERIAL_CS is not set > # CONFIG_MWAVE is not set > > # > # Multimedia devices > # > # CONFIG_VIDEO_DEV is not set > > # > # File systems > # > # CONFIG_QUOTA is not set > # CONFIG_AUTOFS_FS is not set > CONFIG_AUTOFS4_FS=y > # CONFIG_REISERFS_FS is not set > # CONFIG_REISERFS_CHECK is not set > # CONFIG_REISERFS_PROC_INFO is not set > # CONFIG_ADFS_FS is not set > # CONFIG_ADFS_FS_RW is not set > # CONFIG_AFFS_FS is not set > # CONFIG_HFS_FS is not set > # CONFIG_BFS_FS is not set > CONFIG_EXT3_FS=y > CONFIG_JBD=y > CONFIG_JBD_DEBUG=y > CONFIG_FAT_FS=m > CONFIG_MSDOS_FS=m > # CONFIG_UMSDOS_FS is not set > CONFIG_VFAT_FS=m > # CONFIG_EFS_FS is not set > # CONFIG_JFFS_FS is not set > # CONFIG_JFFS2_FS is not set > # CONFIG_CRAMFS is not set > CONFIG_TMPFS=y > CONFIG_RAMFS=y > CONFIG_ISO9660_FS=y > CONFIG_JOLIET=y > # CONFIG_ZISOFS is not set > CONFIG_MINIX_FS=m > # CONFIG_VXFS_FS is not set > # CONFIG_NTFS_FS is not set > # CONFIG_NTFS_RW is not set > # CONFIG_HPFS_FS is not set > CONFIG_PROC_FS=y > # CONFIG_DEVFS_FS is not set > # CONFIG_DEVFS_MOUNT is not set > # CONFIG_DEVFS_DEBUG is not set > CONFIG_DEVPTS_FS=y > # CONFIG_QNX4FS_FS is not set > # CONFIG_QNX4FS_RW is not set > # CONFIG_ROMFS_FS is not set > CONFIG_EXT2_FS=y > # CONFIG_SYSV_FS is not set > # CONFIG_UDF_FS is not set > # CONFIG_UDF_RW is not set > # CONFIG_UFS_FS is not set > # CONFIG_UFS_FS_WRITE is not set > > # > # Network File Systems > # > # CONFIG_CODA_FS is not set > # CONFIG_INTERMEZZO_FS is not set > CONFIG_NFS_FS=y > CONFIG_NFS_V3=y > # CONFIG_ROOT_NFS is not set > CONFIG_NFSD=y > CONFIG_NFSD_V3=y > CONFIG_SUNRPC=y > CONFIG_LOCKD=y > CONFIG_LOCKD_V4=y > CONFIG_SMB_FS=m > # CONFIG_SMB_NLS_DEFAULT is not set > # CONFIG_NCP_FS is not set > # CONFIG_NCPFS_PACKET_SIGNING is not set > # CONFIG_NCPFS_IOCTL_LOCKING is not set > # CONFIG_NCPFS_STRONG is not set > # CONFIG_NCPFS_NFS_NS is not set > # CONFIG_NCPFS_OS2_NS is not set > # CONFIG_NCPFS_SMALLDOS is not set > # CONFIG_NCPFS_NLS is not set > # CONFIG_NCPFS_EXTRAS is not set > # CONFIG_ZISOFS_FS is not set > # CONFIG_ZLIB_FS_INFLATE is not set > > # > # Partition Types > # > # CONFIG_PARTITION_ADVANCED is not set > CONFIG_MSDOS_PARTITION=y > CONFIG_SMB_NLS=y > CONFIG_NLS=y > > # > # Native Language Support > # > 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 is not set > CONFIG_NLS_CODEPAGE_852=m > # 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=m > # 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_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 is not set > # CONFIG_NLS_KOI8_R is not set > # CONFIG_NLS_KOI8_U is not set > CONFIG_NLS_UTF8=m > > # > # Console drivers > # > CONFIG_VGA_CONSOLE=y > # CONFIG_VIDEO_SELECT is not set > > # > # Sound > # > CONFIG_SOUND=y > # CONFIG_SOUND_BT878 is not set > # CONFIG_SOUND_CMPCI is not set > CONFIG_SOUND_EMU10K1=m > # CONFIG_MIDI_EMU10K1 is not set > # CONFIG_SOUND_FUSION is not set > # CONFIG_SOUND_CS4281 is not set > # CONFIG_SOUND_ES1370 is not set > # CONFIG_SOUND_ES1371 is not set > # CONFIG_SOUND_ESSSOLO1 is not set > # CONFIG_SOUND_MAESTRO is not set > # CONFIG_SOUND_MAESTRO3 is not set > # CONFIG_SOUND_ICH is not set > # CONFIG_SOUND_RME96XX is not set > # CONFIG_SOUND_SONICVIBES is not set > # CONFIG_SOUND_TRIDENT is not set > # CONFIG_SOUND_MSNDCLAS is not set > # CONFIG_SOUND_MSNDPIN is not set > # CONFIG_SOUND_VIA82CXXX is not set > # CONFIG_MIDI_VIA82CXXX is not set > # CONFIG_SOUND_OSS is not set > # CONFIG_SOUND_TVMIXER is not set > > # > # USB support > # > CONFIG_USB=y > # CONFIG_USB_DEBUG is not set > # CONFIG_USB_DEVICEFS is not set > # CONFIG_USB_BANDWIDTH is not set > # CONFIG_USB_LONG_TIMEOUT is not set > # CONFIG_USB_EHCI_HCD is not set > CONFIG_USB_UHCI_ALT=y > # CONFIG_USB_OHCI is not set > # CONFIG_USB_AUDIO is not set > # CONFIG_USB_EMI26 is not set > # CONFIG_USB_BLUETOOTH is not set > # CONFIG_USB_STORAGE is not set > # 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_HP8200e is not set > # CONFIG_USB_STORAGE_SDDR09 is not set > # CONFIG_USB_STORAGE_JUMPSHOT is not set > # CONFIG_USB_ACM is not set > CONFIG_USB_PRINTER=m > # CONFIG_USB_HID is not set > # CONFIG_USB_HIDINPUT is not set > # CONFIG_USB_HIDDEV is not set > # CONFIG_USB_KBD is not set > # CONFIG_USB_MOUSE is not set > # CONFIG_USB_WACOM is not set > # CONFIG_USB_DC2XX is not set > # CONFIG_USB_MDC800 is not set > CONFIG_USB_SCANNER=m > # CONFIG_USB_MICROTEK is not set > # CONFIG_USB_HPUSBSCSI is not set > # CONFIG_USB_PEGASUS is not set > # CONFIG_USB_RTL8150 is not set > # CONFIG_USB_KAWETH is not set > # CONFIG_USB_CATC is not set > # CONFIG_USB_CDCETHER is not set > # CONFIG_USB_USBNET is not set > # CONFIG_USB_USS720 is not set > > # > # USB Serial Converter support > # > # CONFIG_USB_SERIAL is not set > # CONFIG_USB_SERIAL_GENERIC is not set > # CONFIG_USB_SERIAL_BELKIN is not set > # CONFIG_USB_SERIAL_WHITEHEAT is not set > # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set > # CONFIG_USB_SERIAL_EMPEG is not set > # CONFIG_USB_SERIAL_FTDI_SIO is not set > # CONFIG_USB_SERIAL_VISOR is not set > # CONFIG_USB_SERIAL_IPAQ is not set > # CONFIG_USB_SERIAL_IR is not set > # CONFIG_USB_SERIAL_EDGEPORT is not set > # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set > # CONFIG_USB_SERIAL_KEYSPAN is not set > # CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set > # CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set > # CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set > # CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set > # CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set > # CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set > # CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set > # CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set > # CONFIG_USB_SERIAL_MCT_U232 is not set > # CONFIG_USB_SERIAL_KLSI is not set > # CONFIG_USB_SERIAL_PL2303 is not set > # CONFIG_USB_SERIAL_CYBERJACK is not set > # CONFIG_USB_SERIAL_XIRCOM is not set > # CONFIG_USB_SERIAL_OMNINET is not set > # CONFIG_USB_RIO500 is not set > # CONFIG_USB_AUERSWALD is not set > # CONFIG_USB_BRLVGER is not set > > # > # Bluetooth support > # > # CONFIG_BLUEZ is not set > > # > # Kernel hacking > # > # CONFIG_DEBUG_KERNEL is not set -- -Steven In a time of universal deceit, telling the truth is a revolutionary act. -- George Orwell This concept of "wuv" confuses and infuriates us! -- Lur of Omicron Persei VIII - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/