From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michal Kolesar" Date: Tue, 19 Jun 2001 10:38:21 +0000 Subject: [LARTC] RTNETLINK answers: Invalid argument MIME-Version: 1 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0019_01C0F8BC.B9AFA510" Message-Id: List-Id: To: lartc@vger.kernel.org This is a multi-part message in MIME format. ------=_NextPart_000_0019_01C0F8BC.B9AFA510 Content-Type: multipart/alternative; boundary="----=_NextPart_001_001A_01C0F8BC.B9AFA510" ------=_NextPart_001_001A_01C0F8BC.B9AFA510 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Hi all, I have installed 2.4.5 kernel, Debian Potato. my tc script: #!/bin/bash tc qdisc add dev eth1 root handle 20: cbq bandwidth 10Mbit avpkt 1000 echo root tc class add dev eth1 parent 20:0 classid 20:1 cbq bandwidth 10Mbit rate = \ 10Mbit allot 1514 weight 1Mbit prio 8 maxburst 20 avpkt 1000 echo class tc class add dev eth1 parent 20:1 classid 20:100 cbq bandwidth 10Mbit = rate \ 5Mbit allot 1514 weight 500Kbit prio 5 maxburst 20 avpkt 1000 \ bounded echo 100 tc class add dev eth1 parent 20:1 classid 20:200 cbq bandwidth 10Mbit = rate \ 5Mbit allot 1514 weight 500Kbit prio 5 maxburst 20 avpkt 1000 \ bounded echo 200 tc qdisc add dev eth1 parent 20:100 sfq quantum 1514b perturb 15 echo sfq100 tc qdisc add dev eth1 parent 20:200 sfq quantum 1514b perturb 15 echo sfq200 tc filter add dev eth1 parent 20:0 prio 25 u32 match ip src 192.168.0.7 = flowid 20:100 echo filter100 tc filter add dev eth1 parent 20:0 prio 50 u32 match ip src = 192.168.0.0/24 flowid 20:100 echo filter200 after running my tc script: 0 root@gateway:/root# source /etc/init.d/tc root class 100 200 sfq100 sfq200 RTNETLINK answers: Invalid argument filter100 RTNETLINK answers: Invalid argument filter200 my kernel .config file is attached. Thank you for help! kolisko ------=_NextPart_001_001A_01C0F8BC.B9AFA510 Content-Type: text/html; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable
Hi all,
 
I have installed 2.4.5 kernel, Debian = Potato.
 
my tc script:
#!/bin/bash
 
tc qdisc add dev eth1 root handle 20: cbq bandwidth = 10Mbit=20 avpkt 1000
echo root
tc class add dev eth1 parent 20:0 classid = 20:1 cbq=20 bandwidth 10Mbit rate \
10Mbit allot 1514 weight 1Mbit prio 8 = maxburst 20=20 avpkt 1000
echo class
tc class add dev eth1 parent 20:1 classid = 20:100 cbq=20 bandwidth 10Mbit rate \
5Mbit allot 1514 weight 500Kbit prio 5 = maxburst 20=20 avpkt 1000 \
bounded
echo 100
tc class add dev eth1 parent 20:1 = classid=20 20:200 cbq bandwidth 10Mbit rate \
5Mbit allot 1514 weight 500Kbit = prio 5=20 maxburst 20 avpkt 1000 \
bounded
echo 200
tc qdisc add dev eth1 = parent=20 20:100 sfq quantum 1514b perturb 15
echo sfq100
tc qdisc add dev = eth1=20 parent 20:200 sfq quantum 1514b perturb 15
echo sfq200
tc filter = add dev=20 eth1 parent 20:0 prio 25 u32 match ip src 192.168.0.7 flowid = 20:100
echo=20 filter100
tc filter add dev eth1 parent 20:0 prio 50 u32 match ip src = 192.168.0.0/24 flowid 20:100
echo filter200
 
 
after running my tc script:
0 root@gateway:/root# source=20 /etc/init.d/tc
root
class
100
200
sfq100
sfq200
RTNE= TLINK=20 answers: Invalid argument
filter100
RTNETLINK answers: Invalid=20 argument
filter200
 
my kernel .config file is attached.
 
Thank you for help!
 
kolisko
------=_NextPart_001_001A_01C0F8BC.B9AFA510-- ------=_NextPart_000_0019_01C0F8BC.B9AFA510 Content-Type: application/octet-stream; name=".config" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=".config" #=0A= # Automatically generated by make menuconfig: don't edit=0A= #=0A= CONFIG_X86=3Dy=0A= CONFIG_ISA=3Dy=0A= # CONFIG_SBUS is not set=0A= CONFIG_UID16=3Dy=0A= =0A= #=0A= # Code maturity level options=0A= #=0A= CONFIG_EXPERIMENTAL=3Dy=0A= =0A= #=0A= # Loadable module support=0A= #=0A= CONFIG_MODULES=3Dy=0A= CONFIG_MODVERSIONS=3Dy=0A= CONFIG_KMOD=3Dy=0A= =0A= #=0A= # Processor type and features=0A= #=0A= # CONFIG_M386 is not set=0A= # CONFIG_M486 is not set=0A= # CONFIG_M586 is not set=0A= # CONFIG_M586TSC is not set=0A= # CONFIG_M586MMX is not set=0A= # CONFIG_M686 is not set=0A= CONFIG_MPENTIUMIII=3Dy=0A= # CONFIG_MPENTIUM4 is not set=0A= # CONFIG_MK6 is not set=0A= # CONFIG_MK7 is not set=0A= # CONFIG_MCRUSOE is not set=0A= # CONFIG_MWINCHIPC6 is not set=0A= # CONFIG_MWINCHIP2 is not set=0A= # CONFIG_MWINCHIP3D is not set=0A= # CONFIG_MCYRIXIII is not set=0A= CONFIG_X86_WP_WORKS_OK=3Dy=0A= CONFIG_X86_INVLPG=3Dy=0A= CONFIG_X86_CMPXCHG=3Dy=0A= CONFIG_X86_XADD=3Dy=0A= CONFIG_X86_BSWAP=3Dy=0A= CONFIG_X86_POPAD_OK=3Dy=0A= # CONFIG_RWSEM_GENERIC_SPINLOCK is not set=0A= CONFIG_RWSEM_XCHGADD_ALGORITHM=3Dy=0A= CONFIG_X86_L1_CACHE_SHIFT=3D5=0A= CONFIG_X86_TSC=3Dy=0A= CONFIG_X86_GOOD_APIC=3Dy=0A= CONFIG_X86_PGE=3Dy=0A= CONFIG_X86_USE_PPRO_CHECKSUM=3Dy=0A= # CONFIG_TOSHIBA is not set=0A= # CONFIG_MICROCODE is not set=0A= # CONFIG_X86_MSR is not set=0A= # CONFIG_X86_CPUID is not set=0A= CONFIG_NOHIGHMEM=3Dy=0A= # CONFIG_HIGHMEM4G is not set=0A= # CONFIG_HIGHMEM64G is not set=0A= # CONFIG_MATH_EMULATION is not set=0A= # CONFIG_MTRR is not set=0A= # CONFIG_SMP is not set=0A= # CONFIG_X86_UP_IOAPIC is not set=0A= =0A= #=0A= # General setup=0A= #=0A= CONFIG_NET=3Dy=0A= # CONFIG_VISWS is not set=0A= CONFIG_PCI=3Dy=0A= # CONFIG_PCI_GOBIOS is not set=0A= # CONFIG_PCI_GODIRECT is not set=0A= CONFIG_PCI_GOANY=3Dy=0A= CONFIG_PCI_BIOS=3Dy=0A= CONFIG_PCI_DIRECT=3Dy=0A= CONFIG_PCI_NAMES=3Dy=0A= # CONFIG_EISA is not set=0A= # CONFIG_MCA is not set=0A= CONFIG_HOTPLUG=3Dy=0A= =0A= #=0A= # PCMCIA/CardBus support=0A= #=0A= # CONFIG_PCMCIA is not set=0A= CONFIG_SYSVIPC=3Dy=0A= CONFIG_BSD_PROCESS_ACCT=3Dy=0A= CONFIG_SYSCTL=3Dy=0A= CONFIG_KCORE_ELF=3Dy=0A= # CONFIG_KCORE_AOUT is not set=0A= CONFIG_BINFMT_AOUT=3Dy=0A= CONFIG_BINFMT_ELF=3Dy=0A= CONFIG_BINFMT_MISC=3Dy=0A= # CONFIG_PM is not set=0A= # CONFIG_ACPI is not set=0A= # CONFIG_APM is not set=0A= =0A= #=0A= # Memory Technology Devices (MTD)=0A= #=0A= # CONFIG_MTD is not set=0A= =0A= #=0A= # Parallel port support=0A= #=0A= # CONFIG_PARPORT is not set=0A= =0A= #=0A= # Plug and Play configuration=0A= #=0A= CONFIG_PNP=3Dy=0A= CONFIG_ISAPNP=3Dy=0A= =0A= #=0A= # Block devices=0A= #=0A= CONFIG_BLK_DEV_FD=3Dy=0A= # CONFIG_BLK_DEV_XD is not set=0A= # CONFIG_PARIDE is not set=0A= # CONFIG_BLK_CPQ_DA is not set=0A= # CONFIG_BLK_CPQ_CISS_DA is not set=0A= # CONFIG_BLK_DEV_DAC960 is not set=0A= CONFIG_BLK_DEV_LOOP=3Dm=0A= CONFIG_BLK_DEV_NBD=3Dm=0A= CONFIG_BLK_DEV_RAM=3Dm=0A= CONFIG_BLK_DEV_RAM_SIZE=3D4096=0A= # CONFIG_BLK_DEV_INITRD is not set=0A= =0A= #=0A= # Multi-device support (RAID and LVM)=0A= #=0A= CONFIG_MD=3Dy=0A= CONFIG_BLK_DEV_MD=3Dm=0A= CONFIG_MD_LINEAR=3Dm=0A= CONFIG_MD_RAID0=3Dm=0A= CONFIG_MD_RAID1=3Dm=0A= CONFIG_MD_RAID5=3Dm=0A= CONFIG_BLK_DEV_LVM=3Dm=0A= =0A= #=0A= # Networking options=0A= #=0A= CONFIG_PACKET=3Dy=0A= # CONFIG_PACKET_MMAP is not set=0A= CONFIG_NETLINK=3Dy=0A= CONFIG_RTNETLINK=3Dy=0A= CONFIG_NETLINK_DEV=3Dy=0A= CONFIG_NETFILTER=3Dy=0A= CONFIG_NETFILTER_DEBUG=3Dy=0A= CONFIG_FILTER=3Dy=0A= CONFIG_UNIX=3Dy=0A= CONFIG_INET=3Dy=0A= CONFIG_IP_MULTICAST=3Dy=0A= CONFIG_IP_ADVANCED_ROUTER=3Dy=0A= CONFIG_RTNETLINK=3Dy=0A= CONFIG_NETLINK=3Dy=0A= CONFIG_IP_MULTIPLE_TABLES=3Dy=0A= CONFIG_IP_ROUTE_FWMARK=3Dy=0A= CONFIG_IP_ROUTE_NAT=3Dy=0A= CONFIG_IP_ROUTE_MULTIPATH=3Dy=0A= CONFIG_IP_ROUTE_TOS=3Dy=0A= CONFIG_IP_ROUTE_VERBOSE=3Dy=0A= CONFIG_IP_ROUTE_LARGE_TABLES=3Dy=0A= # CONFIG_IP_PNP is not set=0A= CONFIG_NET_IPIP=3Dm=0A= CONFIG_NET_IPGRE=3Dm=0A= CONFIG_NET_IPGRE_BROADCAST=3Dy=0A= CONFIG_IP_MROUTE=3Dy=0A= CONFIG_IP_PIMSM_V1=3Dy=0A= CONFIG_IP_PIMSM_V2=3Dy=0A= # CONFIG_ARPD is not set=0A= # CONFIG_INET_ECN is not set=0A= CONFIG_SYN_COOKIES=3Dy=0A= =0A= #=0A= # IP: Netfilter Configuration=0A= #=0A= CONFIG_IP_NF_CONNTRACK=3Dy=0A= CONFIG_IP_NF_FTP=3Dy=0A= # CONFIG_IP_NF_QUEUE is not set=0A= CONFIG_IP_NF_IPTABLES=3Dy=0A= CONFIG_IP_NF_MATCH_LIMIT=3Dy=0A= CONFIG_IP_NF_MATCH_MAC=3Dy=0A= CONFIG_IP_NF_MATCH_MARK=3Dy=0A= CONFIG_IP_NF_MATCH_MULTIPORT=3Dy=0A= CONFIG_IP_NF_MATCH_TOS=3Dy=0A= CONFIG_IP_NF_MATCH_TCPMSS=3Dy=0A= CONFIG_IP_NF_MATCH_STATE=3Dy=0A= # CONFIG_IP_NF_MATCH_UNCLEAN is not set=0A= # CONFIG_IP_NF_MATCH_OWNER is not set=0A= CONFIG_IP_NF_FILTER=3Dy=0A= CONFIG_IP_NF_TARGET_REJECT=3Dy=0A= # CONFIG_IP_NF_TARGET_MIRROR is not set=0A= CONFIG_IP_NF_NAT=3Dy=0A= CONFIG_IP_NF_NAT_NEEDED=3Dy=0A= CONFIG_IP_NF_TARGET_MASQUERADE=3Dy=0A= CONFIG_IP_NF_TARGET_REDIRECT=3Dy=0A= CONFIG_IP_NF_NAT_FTP=3Dy=0A= CONFIG_IP_NF_MANGLE=3Dy=0A= CONFIG_IP_NF_TARGET_TOS=3Dy=0A= CONFIG_IP_NF_TARGET_MARK=3Dy=0A= CONFIG_IP_NF_TARGET_LOG=3Dy=0A= CONFIG_IP_NF_TARGET_TCPMSS=3Dy=0A= # CONFIG_IPV6 is not set=0A= # CONFIG_KHTTPD is not set=0A= # CONFIG_ATM is not set=0A= # CONFIG_IPX is not set=0A= # CONFIG_ATALK is not set=0A= # CONFIG_DECNET is not set=0A= # CONFIG_BRIDGE is not set=0A= # CONFIG_X25 is not set=0A= # CONFIG_LAPB is not set=0A= # CONFIG_LLC is not set=0A= # CONFIG_NET_DIVERT is not set=0A= # CONFIG_ECONET is not set=0A= # CONFIG_WAN_ROUTER is not set=0A= # CONFIG_NET_FASTROUTE is not set=0A= # CONFIG_NET_HW_FLOWCONTROL is not set=0A= =0A= #=0A= # QoS and/or fair queueing=0A= #=0A= CONFIG_NET_SCHED=3Dy=0A= CONFIG_NETLINK=3Dy=0A= CONFIG_RTNETLINK=3Dy=0A= CONFIG_NET_SCH_CBQ=3Dy=0A= CONFIG_NET_SCH_CSZ=3Dy=0A= CONFIG_NET_SCH_PRIO=3Dy=0A= CONFIG_NET_SCH_RED=3Dy=0A= CONFIG_NET_SCH_SFQ=3Dy=0A= CONFIG_NET_SCH_TEQL=3Dy=0A= CONFIG_NET_SCH_TBF=3Dy=0A= CONFIG_NET_SCH_GRED=3Dy=0A= CONFIG_NET_SCH_DSMARK=3Dy=0A= CONFIG_NET_SCH_INGRESS=3Dy=0A= CONFIG_NET_QOS=3Dy=0A= CONFIG_NET_ESTIMATOR=3Dy=0A= CONFIG_NET_CLS=3Dy=0A= CONFIG_NET_CLS_TCINDEX=3Dy=0A= CONFIG_NET_CLS_ROUTE4=3Dy=0A= CONFIG_NET_CLS_ROUTE=3Dy=0A= CONFIG_NET_CLS_FW=3Dy=0A= CONFIG_NET_CLS_U32=3Dy=0A= CONFIG_NET_CLS_RSVP=3Dy=0A= CONFIG_NET_CLS_RSVP6=3Dy=0A= CONFIG_NET_CLS_POLICE=3Dy=0A= =0A= #=0A= # Telephony Support=0A= #=0A= # CONFIG_PHONE is not set=0A= # CONFIG_PHONE_IXJ is not set=0A= =0A= #=0A= # ATA/IDE/MFM/RLL support=0A= #=0A= CONFIG_IDE=3Dy=0A= =0A= #=0A= # IDE, ATA and ATAPI Block devices=0A= #=0A= CONFIG_BLK_DEV_IDE=3Dy=0A= # CONFIG_BLK_DEV_HD_IDE is not set=0A= # CONFIG_BLK_DEV_HD is not set=0A= CONFIG_BLK_DEV_IDEDISK=3Dy=0A= # CONFIG_IDEDISK_MULTI_MODE is not set=0A= # CONFIG_BLK_DEV_IDEDISK_VENDOR is not set=0A= # CONFIG_BLK_DEV_IDEDISK_FUJITSU is not set=0A= # CONFIG_BLK_DEV_IDEDISK_IBM is not set=0A= # CONFIG_BLK_DEV_IDEDISK_MAXTOR is not set=0A= # CONFIG_BLK_DEV_IDEDISK_QUANTUM is not set=0A= # CONFIG_BLK_DEV_IDEDISK_SEAGATE is not set=0A= # CONFIG_BLK_DEV_IDEDISK_WD is not set=0A= # CONFIG_BLK_DEV_COMMERIAL is not set=0A= # CONFIG_BLK_DEV_TIVO is not set=0A= # CONFIG_BLK_DEV_IDECS is not set=0A= CONFIG_BLK_DEV_IDECD=3Dy=0A= # CONFIG_BLK_DEV_IDETAPE is not set=0A= # CONFIG_BLK_DEV_IDEFLOPPY is not set=0A= # CONFIG_BLK_DEV_IDESCSI is not set=0A= CONFIG_BLK_DEV_CMD640=3Dy=0A= # CONFIG_BLK_DEV_CMD640_ENHANCED is not set=0A= # CONFIG_BLK_DEV_ISAPNP is not set=0A= CONFIG_BLK_DEV_RZ1000=3Dy=0A= CONFIG_BLK_DEV_IDEPCI=3Dy=0A= CONFIG_IDEPCI_SHARE_IRQ=3Dy=0A= # CONFIG_BLK_DEV_IDEDMA_PCI is not set=0A= # CONFIG_BLK_DEV_OFFBOARD is not set=0A= # CONFIG_IDEDMA_PCI_AUTO is not set=0A= # CONFIG_BLK_DEV_IDEDMA is not set=0A= # CONFIG_IDEDMA_PCI_WIP is not set=0A= # CONFIG_IDEDMA_NEW_DRIVE_LISTINGS is not set=0A= # CONFIG_BLK_DEV_AEC62XX is not set=0A= # CONFIG_AEC62XX_TUNING is not set=0A= # CONFIG_BLK_DEV_ALI15X3 is not set=0A= # CONFIG_WDC_ALI15X3 is not set=0A= # CONFIG_BLK_DEV_AMD7409 is not set=0A= # CONFIG_AMD7409_OVERRIDE is not set=0A= # CONFIG_BLK_DEV_CMD64X is not set=0A= # CONFIG_BLK_DEV_CY82C693 is not set=0A= # CONFIG_BLK_DEV_CS5530 is not set=0A= # CONFIG_BLK_DEV_HPT34X is not set=0A= # CONFIG_HPT34X_AUTODMA is not set=0A= # CONFIG_BLK_DEV_HPT366 is not set=0A= # CONFIG_BLK_DEV_PIIX is not set=0A= # CONFIG_PIIX_TUNING is not set=0A= # CONFIG_BLK_DEV_NS87415 is not set=0A= # CONFIG_BLK_DEV_OPTI621 is not set=0A= # CONFIG_BLK_DEV_PDC202XX is not set=0A= # CONFIG_PDC202XX_BURST is not set=0A= # CONFIG_BLK_DEV_OSB4 is not set=0A= # CONFIG_BLK_DEV_SIS5513 is not set=0A= # CONFIG_BLK_DEV_SLC90E66 is not set=0A= # CONFIG_BLK_DEV_TRM290 is not set=0A= # CONFIG_BLK_DEV_VIA82CXXX is not set=0A= # CONFIG_IDE_CHIPSETS is not set=0A= # CONFIG_IDEDMA_AUTO is not set=0A= # CONFIG_DMA_NONPCI is not set=0A= CONFIG_BLK_DEV_IDE_MODES=3Dy=0A= =0A= #=0A= # SCSI support=0A= #=0A= # CONFIG_SCSI is not set=0A= =0A= #=0A= # IEEE 1394 (FireWire) support=0A= #=0A= # CONFIG_IEEE1394 is not set=0A= =0A= #=0A= # I2O device support=0A= #=0A= # CONFIG_I2O is not set=0A= # CONFIG_I2O_PCI is not set=0A= # CONFIG_I2O_BLOCK is not set=0A= # CONFIG_I2O_LAN is not set=0A= # CONFIG_I2O_SCSI is not set=0A= # CONFIG_I2O_PROC is not set=0A= =0A= #=0A= # Network device support=0A= #=0A= CONFIG_NETDEVICES=3Dy=0A= =0A= #=0A= # ARCnet devices=0A= #=0A= # CONFIG_ARCNET is not set=0A= CONFIG_DUMMY=3Dm=0A= # CONFIG_BONDING is not set=0A= # CONFIG_EQUALIZER is not set=0A= # CONFIG_TUN is not set=0A= # CONFIG_ETHERTAP is not set=0A= # CONFIG_NET_SB1000 is not set=0A= =0A= #=0A= # Ethernet (10 or 100Mbit)=0A= #=0A= CONFIG_NET_ETHERNET=3Dy=0A= CONFIG_NET_VENDOR_3COM=3Dy=0A= # CONFIG_EL1 is not set=0A= # CONFIG_EL2 is not set=0A= # CONFIG_ELPLUS is not set=0A= # CONFIG_EL16 is not set=0A= # CONFIG_EL3 is not set=0A= # CONFIG_3C515 is not set=0A= # CONFIG_ELMC is not set=0A= # CONFIG_ELMC_II is not set=0A= CONFIG_VORTEX=3Dy=0A= # CONFIG_LANCE is not set=0A= # CONFIG_NET_VENDOR_SMC is not set=0A= # CONFIG_NET_VENDOR_RACAL is not set=0A= # CONFIG_AT1700 is not set=0A= # CONFIG_DEPCA is not set=0A= # CONFIG_HP100 is not set=0A= # CONFIG_NET_ISA is not set=0A= # CONFIG_NET_PCI is not set=0A= # CONFIG_NET_POCKET is not set=0A= =0A= #=0A= # Ethernet (1000 Mbit)=0A= #=0A= # CONFIG_ACENIC is not set=0A= # CONFIG_HAMACHI is not set=0A= # CONFIG_YELLOWFIN is not set=0A= # CONFIG_SK98LIN is not set=0A= # CONFIG_FDDI is not set=0A= # CONFIG_HIPPI is not set=0A= # CONFIG_PPP is not set=0A= # CONFIG_SLIP is not set=0A= =0A= #=0A= # Wireless LAN (non-hamradio)=0A= #=0A= # CONFIG_NET_RADIO is not set=0A= =0A= #=0A= # Token Ring devices=0A= #=0A= # CONFIG_TR is not set=0A= # CONFIG_NET_FC is not set=0A= # CONFIG_RCPCI is not set=0A= CONFIG_SHAPER=3Dm=0A= =0A= #=0A= # Wan interfaces=0A= #=0A= # CONFIG_WAN is not set=0A= =0A= #=0A= # Amateur Radio support=0A= #=0A= # CONFIG_HAMRADIO is not set=0A= =0A= #=0A= # IrDA (infrared) support=0A= #=0A= # CONFIG_IRDA is not set=0A= =0A= #=0A= # ISDN subsystem=0A= #=0A= # CONFIG_ISDN is not set=0A= =0A= #=0A= # Old CD-ROM drivers (not SCSI, not IDE)=0A= #=0A= # CONFIG_CD_NO_IDESCSI is not set=0A= =0A= #=0A= # Input core support=0A= #=0A= # CONFIG_INPUT is not set=0A= =0A= #=0A= # Character devices=0A= #=0A= CONFIG_VT=3Dy=0A= CONFIG_VT_CONSOLE=3Dy=0A= CONFIG_SERIAL=3Dy=0A= # CONFIG_SERIAL_CONSOLE is not set=0A= # CONFIG_SERIAL_EXTENDED is not set=0A= # CONFIG_SERIAL_NONSTANDARD is not set=0A= CONFIG_UNIX98_PTYS=3Dy=0A= CONFIG_UNIX98_PTY_COUNT=3D256=0A= =0A= #=0A= # I2C support=0A= #=0A= # CONFIG_I2C is not set=0A= =0A= #=0A= # Mice=0A= #=0A= # CONFIG_BUSMOUSE is not set=0A= CONFIG_MOUSE=3Dy=0A= CONFIG_PSMOUSE=3Dy=0A= # CONFIG_82C710_MOUSE is not set=0A= # CONFIG_PC110_PAD is not set=0A= =0A= #=0A= # Joysticks=0A= #=0A= # CONFIG_JOYSTICK is not set=0A= # CONFIG_QIC02_TAPE is not set=0A= =0A= #=0A= # Watchdog Cards=0A= #=0A= # CONFIG_WATCHDOG is not set=0A= # CONFIG_INTEL_RNG is not set=0A= # CONFIG_NVRAM is not set=0A= # CONFIG_RTC is not set=0A= # CONFIG_DTLK is not set=0A= # CONFIG_R3964 is not set=0A= # CONFIG_APPLICOM is not set=0A= =0A= #=0A= # Ftape, the floppy tape device driver=0A= #=0A= # CONFIG_FTAPE is not set=0A= CONFIG_AGP=3Dy=0A= CONFIG_AGP_INTEL=3Dy=0A= CONFIG_AGP_I810=3Dy=0A= CONFIG_AGP_VIA=3Dy=0A= CONFIG_AGP_AMD=3Dy=0A= CONFIG_AGP_SIS=3Dy=0A= CONFIG_AGP_ALI=3Dy=0A= CONFIG_DRM=3Dy=0A= CONFIG_DRM_TDFX=3Dy=0A= # CONFIG_DRM_GAMMA is not set=0A= # CONFIG_DRM_R128 is not set=0A= CONFIG_DRM_RADEON=3Dy=0A= # CONFIG_DRM_I810 is not set=0A= # CONFIG_DRM_MGA is not set=0A= =0A= #=0A= # Multimedia devices=0A= #=0A= # CONFIG_VIDEO_DEV is not set=0A= =0A= #=0A= # File systems=0A= #=0A= # CONFIG_QUOTA is not set=0A= # CONFIG_AUTOFS_FS is not set=0A= CONFIG_AUTOFS4_FS=3Dy=0A= CONFIG_REISERFS_FS=3Dm=0A= CONFIG_REISERFS_CHECK=3Dy=0A= # CONFIG_ADFS_FS is not set=0A= # CONFIG_ADFS_FS_RW is not set=0A= # CONFIG_AFFS_FS is not set=0A= # CONFIG_HFS_FS is not set=0A= # CONFIG_BFS_FS is not set=0A= CONFIG_FAT_FS=3Dm=0A= CONFIG_MSDOS_FS=3Dm=0A= # CONFIG_UMSDOS_FS is not set=0A= CONFIG_VFAT_FS=3Dm=0A= # CONFIG_EFS_FS is not set=0A= # CONFIG_JFFS_FS is not set=0A= # CONFIG_CRAMFS is not set=0A= CONFIG_TMPFS=3Dy=0A= # CONFIG_RAMFS is not set=0A= CONFIG_ISO9660_FS=3Dy=0A= CONFIG_JOLIET=3Dy=0A= # CONFIG_MINIX_FS is not set=0A= # CONFIG_VXFS_FS is not set=0A= CONFIG_NTFS_FS=3Dm=0A= # CONFIG_NTFS_RW is not set=0A= # CONFIG_HPFS_FS is not set=0A= CONFIG_PROC_FS=3Dy=0A= # CONFIG_DEVFS_FS is not set=0A= # CONFIG_DEVFS_MOUNT is not set=0A= # CONFIG_DEVFS_DEBUG is not set=0A= CONFIG_DEVPTS_FS=3Dy=0A= # CONFIG_QNX4FS_FS is not set=0A= # CONFIG_QNX4FS_RW is not set=0A= # CONFIG_ROMFS_FS is not set=0A= CONFIG_EXT2_FS=3Dy=0A= # CONFIG_SYSV_FS is not set=0A= # CONFIG_SYSV_FS_WRITE is not set=0A= # CONFIG_UDF_FS is not set=0A= # CONFIG_UDF_RW is not set=0A= # CONFIG_UFS_FS is not set=0A= # CONFIG_UFS_FS_WRITE is not set=0A= =0A= #=0A= # Network File Systems=0A= #=0A= # CONFIG_CODA_FS is not set=0A= CONFIG_NFS_FS=3Dy=0A= # CONFIG_NFS_V3 is not set=0A= # CONFIG_ROOT_NFS is not set=0A= CONFIG_NFSD=3Dy=0A= # CONFIG_NFSD_V3 is not set=0A= CONFIG_SUNRPC=3Dy=0A= CONFIG_LOCKD=3Dy=0A= # CONFIG_SMB_FS is not set=0A= # CONFIG_NCP_FS is not set=0A= # CONFIG_NCPFS_PACKET_SIGNING is not set=0A= # CONFIG_NCPFS_IOCTL_LOCKING is not set=0A= # CONFIG_NCPFS_STRONG is not set=0A= # CONFIG_NCPFS_NFS_NS is not set=0A= # CONFIG_NCPFS_OS2_NS is not set=0A= # CONFIG_NCPFS_SMALLDOS is not set=0A= # CONFIG_NCPFS_NLS is not set=0A= # CONFIG_NCPFS_EXTRAS is not set=0A= =0A= #=0A= # Partition Types=0A= #=0A= # CONFIG_PARTITION_ADVANCED is not set=0A= CONFIG_MSDOS_PARTITION=3Dy=0A= # CONFIG_SMB_NLS is not set=0A= CONFIG_NLS=3Dy=0A= =0A= #=0A= # Native Language Support=0A= #=0A= CONFIG_NLS_DEFAULT=3D"iso8859-1"=0A= # CONFIG_NLS_CODEPAGE_437 is not set=0A= # CONFIG_NLS_CODEPAGE_737 is not set=0A= # CONFIG_NLS_CODEPAGE_775 is not set=0A= # CONFIG_NLS_CODEPAGE_850 is not set=0A= CONFIG_NLS_CODEPAGE_852=3Dm=0A= # CONFIG_NLS_CODEPAGE_855 is not set=0A= # CONFIG_NLS_CODEPAGE_857 is not set=0A= # CONFIG_NLS_CODEPAGE_860 is not set=0A= # CONFIG_NLS_CODEPAGE_861 is not set=0A= # CONFIG_NLS_CODEPAGE_862 is not set=0A= # CONFIG_NLS_CODEPAGE_863 is not set=0A= # CONFIG_NLS_CODEPAGE_864 is not set=0A= # CONFIG_NLS_CODEPAGE_865 is not set=0A= # CONFIG_NLS_CODEPAGE_866 is not set=0A= # CONFIG_NLS_CODEPAGE_869 is not set=0A= # CONFIG_NLS_CODEPAGE_936 is not set=0A= # CONFIG_NLS_CODEPAGE_950 is not set=0A= # CONFIG_NLS_CODEPAGE_932 is not set=0A= # CONFIG_NLS_CODEPAGE_949 is not set=0A= # CONFIG_NLS_CODEPAGE_874 is not set=0A= # CONFIG_NLS_ISO8859_8 is not set=0A= # CONFIG_NLS_CODEPAGE_1251 is not set=0A= # CONFIG_NLS_ISO8859_1 is not set=0A= CONFIG_NLS_ISO8859_2=3Dm=0A= # CONFIG_NLS_ISO8859_3 is not set=0A= # CONFIG_NLS_ISO8859_4 is not set=0A= # CONFIG_NLS_ISO8859_5 is not set=0A= # CONFIG_NLS_ISO8859_6 is not set=0A= # CONFIG_NLS_ISO8859_7 is not set=0A= # CONFIG_NLS_ISO8859_9 is not set=0A= # CONFIG_NLS_ISO8859_13 is not set=0A= # CONFIG_NLS_ISO8859_14 is not set=0A= # CONFIG_NLS_ISO8859_15 is not set=0A= # CONFIG_NLS_KOI8_R is not set=0A= # CONFIG_NLS_KOI8_U is not set=0A= # CONFIG_NLS_UTF8 is not set=0A= =0A= #=0A= # Console drivers=0A= #=0A= CONFIG_VGA_CONSOLE=3Dy=0A= # CONFIG_VIDEO_SELECT is not set=0A= # CONFIG_MDA_CONSOLE is not set=0A= =0A= #=0A= # Frame-buffer support=0A= #=0A= # CONFIG_FB is not set=0A= =0A= #=0A= # Sound=0A= #=0A= # CONFIG_SOUND is not set=0A= =0A= #=0A= # USB support=0A= #=0A= # CONFIG_USB is not set=0A= =0A= #=0A= # Kernel hacking=0A= #=0A= # CONFIG_MAGIC_SYSRQ is not set=0A= ------=_NextPart_000_0019_01C0F8BC.B9AFA510-- _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/