On Sat, May 19, 2007 at 01:58:41PM +0300, Gennadiy Redko wrote: > Anatol B. Bazyukin пишет: > > > Взял Asus(WL-500) и забыл о существовании роутера (0,5 года). > > Внутри Linux и есть альтернативные прошивки. > > > А порты эзернет эта железка видит как отдельные интерфейсы? > Умеет статические маршруты? root@frosty:~# ip li 1: lo: mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eth0: mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:11:d8:22:ad:0d brd ff:ff:ff:ff:ff:ff 3: eth1: mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:11:d8:22:ad:0d brd ff:ff:ff:ff:ff:ff 4: br0: mtu 1500 qdisc noqueue link/ether 00:11:d8:22:ad:0d brd ff:ff:ff:ff:ff:ff 5: vlan0: mtu 1500 qdisc noqueue link/ether 00:11:d8:22:ad:0d brd ff:ff:ff:ff:ff:ff 6: vlan1: mtu 1500 qdisc noqueue link/ether 00:11:d8:22:ad:0d brd ff:ff:ff:ff:ff:ff root@frosty:~# vlan1 -- "наружнее", br0 -- "внутреннее". root@frosty:~# brctl show bridge name bridge id STP enabled interfaces br0 8000.0011d822ad0d no vlan0 eth1 root@frosty:~# ip ro | wc -l 43 root@frosty:~# ipkg list_installed base-files - 9 - OpenWrt filesystem structure and scripts base-files-brcm - 2 - Board/architecture specific files bridge - 1.0.6-1 - Ethernet bridging tools busybox - 1.00-5 - Core utilities for embedded Linux systems dnsmasq - 2.35-1 - A lightweight DNS and DHCP server dropbear - 0.48.1-1 - a small SSH 2 server/client designed for small memory environments. ebtables - 2.0.8-rc2-1 - Ethernet bridge firewalling software haserl - 0.8.0-1 - a CGI wrapper to embed shell scripts in HTML documents ip - 2.6.11-050330-1 - iproute2 routing control utility ipkg - 0.99.149-2 - lightweight package management system iptables - 1.3.3-2 - The netfilter firewalling software for IPv4 iwlib - 28.pre7-1 - Library for setting up WiFi cards using the Wireless Extension kernel - 2.4.30-brcm-4 - kmod-bluetooth - 2.4.30-brcm-5 - Bluetooth stack kernel modules kmod-bluetooth-hciusb - 2.4.30-brcm-5 - Bluetooth HCI USB driver kmod-brcm-wl - 2.4.30-brcm-5 - Proprietary driver for Broadcom Wireless chipsets kmod-crypto - 2.4.30-brcm-5 - CryptoAPI kernel modules kmod-diag - 2.4.30-brcm-5 - Kernel modules for LEDs and buttons kmod-ebtables - 2.4.30-brcm-5 - Ethernet bridge firewalling kernel modules kmod-gre - 2.4.30-brcm-5 - Kernel GRE tunneling support kmod-mppe - 2.4.30-brcm-5 - Microsoft PPP Encryption/Compression support kmod-ppp - 2.4.30-brcm-5 - PPP support kmod-switch - 2.4.30-brcm-1 - switch driver for robo/admtek switch kmod-tun - 2.4.30-brcm-5 - Kernel TUN/TAP extension kmod-usb-core - 2.4.30-brcm-5 - Kernel Support for USB kmod-usb-ohci - 2.4.30-brcm-5 - Kernel driver for OHCI USB controllers kmod-usb-uhci - 2.4.30-brcm-5 - Kernel driver for UHCI USB controllers kmod-usb2 - 2.4.30-brcm-5 - Kernel driver for USB2 controllers kmod-wlcompat - 2.4.30-brcm-4 - Compatibility module for using the Wireless Extension with broadcom's wl libelf - 0.8.5-1 - a library for accessing ELF objects libgcc - 3.4.4-9 - GCC support library libnetsnmp - 5.1.2-2 - SNMP shared libraries libopenssl - 0.9.8d-1 - OpenSSL (Secure Socket Layer) libraries libpcap - 0.9.4-1 - a low-level packet capture library libpcre - 5.0-3 - a Perl Compatible Regular Expression library libpthread - 0.9.27-1 - POSIX threads library libusb - 0.1.10a-1 - a Library for accessing Linux USB devices lsusb - 0.71-1 - A program to list USB devices mtd - 5 - Tool for modifying the flash chip nas - 3.90.37-17 - Proprietary Broadcom WPA Authenticator/Supplicant ntpclient - 2003_194-2 - NTP client for setting system time from NTP servers. nvram - 1 - NVRAM utility and libraries for Broadcom hardware pciutils - 2.2.1-1 - Linux PCI Utilities ppp - 2.4.3-7 - a PPP (Point-to-Point Protocol) daemon (with MPPE/MPPC support) pptp - 1.6.0-3 - a Point-to-Point Tunneling Protocol (PPTP) client pptpd - 1.3.0-2 - a Point-to-Point Tunneling Protocol (PPTP) server snmpd - 5.1.2-2 - SNMP agent tcpdump - 3.9.4-1 - A tool for network monitoring and data acquisition. uclibc - 0.9.27-9 - Standard C library for embedded Linux systems webif - 0.2-1 - A modular, extensible web interface for OpenWrt. wificonf - 6 - Replacement utility for wlconf wireless-tools - 28.pre7-1 - Tools for setting up WiFi cards using the Wireless Extension wl - 3.90.37-1 - Proprietary Broadcom utility for setting wireless driver parameters Successfully terminated. root@frosty:~# cat /proc/cpuinfo system type : Broadcom BCM947XX processor : 0 cpu model : BCM3302 V0.7 BogoMIPS : 199.47 wait instruction : no microsecond timers : yes tlb_entries : 32 extra interrupt vector : no hardware watchpoint : no VCED exceptions : not available VCEI exceptions : not available root@frosty:~# uname -a Linux frosty 2.4.30 #1 mar nov 7 00:30:44 CET 2006 mips unknown root@frosty:~# uptime 17:13:26 up 102 days, 17:13, load average: 2.44, 2.10, 2.03 -- > Ни разу не встречал работающий bt-audio :) В особенности btaudio, работающий на saa7134 ;) -- vsu in hardware@