Интерфейс eth0 поднимается, модуль ядра sis190 загружен, но пинги не идут, кроме как на собственный IP. Под виндой же все нормально.
Подключение - обычный NAT (прописываю себя, шлюз и маску), проверка IP по MAC-адресу, так что прописываю MAC той сетевухи, что раньше использовал.
Прописал, как где-то советовали, MTU меньше 1500 (конкретно 1400) - не помогает.
uname -a
Код: Выделить всё
Linux mitya 2.6.26-1-686 #1 SMP Mon Dec 15 18:15:07 UTC 2008 i686 GNU/Linuxcat /etc/network/interfaces
Код:
# 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
# xai11
auto eth0
iface eth0 inet static
address 172.16.116.247
netmask 255.255.254.0
gateway 172.16.116.1
hwaddress ether 00:30:4f:51:89:2c
mtu 1400
# The primary network interface
allow-hotplug wlan0
iface wlan0 inet static
address 192.168.1.18
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# wireless-* options are implemented by the wireless-tools package
wireless-mode ad-hoc
wireless-essid home
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1ifconfig eth0
Код: Выделить всё
eth0 Link encap:Ethernet HWaddr 00:30:4f:51:89:2c
inet addr:172.16.116.247 Bcast:172.16.117.255 Mask:255.255.254.0
UP BROADCAST RUNNING MULTICAST MTU:1400 Metric:1
RX packets:20593 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1340590 (1.2 MiB) TX bytes:336 (336.0 B)
Interrupt:19 Base address:0xdeadroute -n
Код: Выделить всё
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
172.16.116.0 0.0.0.0 255.255.254.0 U 0 0 0 eth0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
0.0.0.0 172.16.116.1 0.0.0.0 UG 0 0 0 eth0lspci -k
Код:
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 671MX
Kernel driver in use: agpgart-sis
Kernel modules: sis-agp
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge)
Kernel modules: shpchp
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS968 [MuTIOL Media IO] (rev 01)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
Kernel driver in use: ohci_hcd
Kernel modules: ohci-hcd
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
Kernel driver in use: ohci_hcd
Kernel modules: ohci-hcd
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter (rev 02)
Kernel driver in use: sis190
Kernel modules: sis190
00:05.0 IDE interface: Silicon Integrated Systems [SiS] SATA Controller / IDE mode (rev 03)
Kernel driver in use: sata_sis
Kernel modules: sata_sis
00:06.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
Kernel driver in use: pcieport-driver
Kernel modules: shpchp
00:07.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
Kernel driver in use: pcieport-driver
Kernel modules: shpchp
00:0d.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b4)
Kernel driver in use: yenta_cardbus
Kernel modules: yenta_socket
00:0d.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 18)
Kernel driver in use: sdhci
Kernel modules: sdhci
00:0d.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 09)
Kernel driver in use: ricoh-mmc
Kernel modules: ricoh_mmc
00:0d.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev ff)
00:0f.0 Audio device: Silicon Integrated Systems [SiS] Azalia Audio Controller
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
02:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
Kernel driver in use: ath5k_pci
Kernel modules: ath5kАналогичная проблема, кстати говоря, со звуком: карта видна, модуль загружен, в alsamixer'е все как надо, но звука нет. Под виндой, опять же, есть.