LINUX.ORG.RU
ФорумAdmin

ИНтернет на Debian Squeezy

 


0

1

Такая проблема У меня на Debian почему-то плохо работает интернет,при ping-е до 50% потерянных пакетов бывает,хотя на винде все впорядке. при этом в целом интернет работает Почему такое присходит и как решить проблему? КАкие логи интересуют и файлы конфигурации пишите я вышлю СЕть работает с помощью dhcp

Заранее спасибо!


Ответ на: комментарий от anonymous

eth0 Link encap:Ethernet HWaddr 14:da:e9:1f:9f:88 inet addr:93.175.3.99 Bcast:93.175.3.255 Mask:255.255.255.0 inet6 addr: fec0::a:16da:e9ff:fe1f:9f88/64 Scope:Site inet6 addr: 2002:5daf:3bf:a:16da:e9ff:fe1f:9f88/64 Scope:Global inet6 addr: 2002:5daf:3b2:a:16da:e9ff:fe1f:9f88/64 Scope:Global inet6 addr: 2002:5daf:37f:a:16da:e9ff:fe1f:9f88/64 Scope:Global inet6 addr: fe80::16da:e9ff:fe1f:9f88/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:630272 errors:0 dropped:630272 overruns:0 frame:630272 TX packets:305302 errors:0 dropped:313 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:714123431 (681.0 MiB) TX bytes:23586057 (22.4 MiB) Interrupt:30 Base address:0x2000

lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:23 errors:0 dropped:0 overruns:0 frame:0 TX packets:23 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2503 (2.4 KiB) TX bytes:2503 (2.4 KiB)

aarexer
() автор топика
Ответ на: комментарий от aarexer

не надо сносить, скачай драйвер, собери и make install

Sonsee
()
Ответ на: комментарий от N

Это не критично,главное надо сеть настроить Вообщем надо перестаивть драйвер,буду пробовать А как удалить драйвер в linux?

aarexer
() автор топика
Ответ на: комментарий от aarexer

вот lspci -k

00:00.0 Host bridge: Intel Corporation Sandy Bridge DRAM Controller (rev 09) Subsystem: ASUSTeK Computer Inc. Device 844d 00:01.0 PCI bridge: Intel Corporation Sandy Bridge PCI Express Root Port (rev 09) Kernel driver in use: pcieport 00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04) Subsystem: ASUSTeK Computer Inc. Device 844d 00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 05) Subsystem: ASUSTeK Computer Inc. Device 844d Kernel driver in use: ehci_hcd 00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 05) Subsystem: ASUSTeK Computer Inc. Device 8445 Kernel driver in use: snd_hda_intel 00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b5) Kernel driver in use: pcieport 00:1c.1 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 2 (rev b5) Kernel driver in use: pcieport 00:1c.2 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 3 (rev b5) Kernel driver in use: pcieport 00:1c.3 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 4 (rev b5) Kernel driver in use: pcieport 00:1c.4 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5) 00:1c.5 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 6 (rev b5) Kernel driver in use: pcieport 00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 05) Subsystem: ASUSTeK Computer Inc. Device 844d Kernel driver in use: ehci_hcd 00:1f.0 ISA bridge: Intel Corporation Cougar Point LPC Controller (rev 05) Subsystem: ASUSTeK Computer Inc. Device 844d 00:1f.2 IDE interface: Intel Corporation Cougar Point 4 port SATA IDE Controller (rev 05) Subsystem: ASUSTeK Computer Inc. Device 844d Kernel driver in use: ata_piix 00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 05) Subsystem: ASUSTeK Computer Inc. Device 844d Kernel driver in use: i801_smbus 00:1f.5 IDE interface: Intel Corporation Cougar Point 2 port SATA IDE Controller (rev 05) Subsystem: ASUSTeK Computer Inc. Device 844d Kernel driver in use: ata_piix 01:00.0 VGA compatible controller: ATI Technologies Inc Device 68ba Subsystem: Hightech Information System Ltd. Device 2312 Kernel driver in use: fglrx_pci 01:00.1 Audio device: ATI Technologies Inc Juniper HDMI Audio [Radeon HD 5700 Series] Subsystem: Hightech Information System Ltd. Device aa58 Kernel driver in use: snd_hda_intel 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06) Subsystem: ASUSTeK Computer Inc. Device 8432 Kernel driver in use: r8169 06:00.0 PCI bridge: Device 1b21:1080 (rev 01)

aarexer
() автор топика
Ответ на: комментарий от aarexer

А как удалить драйвер в linux?

Если он в пакете с именем firmware-*, то

# apt-get remove <название пакета>

Если вкомпилен в ядро и нет желания его пересобирать без него, то

# modprobe -r <название модуля>
# echo "blacklist <название модуля>" >> /path/to/blacklist.conf
N
()
Ответ на: комментарий от aarexer

Если поместить эту кашу между тегами [ code ] и [ /code ] (без пробелов), то будет понятнее и никто не будет ругаться.

N
()
Ответ на: комментарий от N

Прошу прощения,тупанул

00:00.0 Host bridge: Intel Corporation Sandy Bridge DRAM Controller (rev 09) Subsystem: ASUSTeK Computer Inc. Device 844d 00:01.0 PCI bridge: Intel Corporation Sandy Bridge PCI Express Root Port (rev 09) Kernel driver in use: pcieport 00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04) Subsystem: ASUSTeK Computer Inc. Device 844d 00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 05) Subsystem: ASUSTeK Computer Inc. Device 844d Kernel driver in use: ehci_hcd 00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 05) Subsystem: ASUSTeK Computer Inc. Device 8445 Kernel driver in use: snd_hda_intel 00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b5) Kernel driver in use: pcieport 00:1c.1 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 2 (rev b5) Kernel driver in use: pcieport 00:1c.2 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 3 (rev b5) Kernel driver in use: pcieport 00:1c.3 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 4 (rev b5) Kernel driver in use: pcieport 00:1c.4 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5) 00:1c.5 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 6 (rev b5) Kernel driver in use: pcieport 00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 05) Subsystem: ASUSTeK Computer Inc. Device 844d Kernel driver in use: ehci_hcd 00:1f.0 ISA bridge: Intel Corporation Cougar Point LPC Controller (rev 05) Subsystem: ASUSTeK Computer Inc. Device 844d 00:1f.2 IDE interface: Intel Corporation Cougar Point 4 port SATA IDE Controller (rev 05) Subsystem: ASUSTeK Computer Inc. Device 844d Kernel driver in use: ata_piix 00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 05) Subsystem: ASUSTeK Computer Inc. Device 844d Kernel driver in use: i801_smbus 00:1f.5 IDE interface: Intel Corporation Cougar Point 2 port SATA IDE Controller (rev 05) Subsystem: ASUSTeK Computer Inc. Device 844d Kernel driver in use: ata_piix 01:00.0 VGA compatible controller: ATI Technologies Inc Device 68ba Subsystem: Hightech Information System Ltd. Device 2312 Kernel driver in use: fglrx_pci 01:00.1 Audio device: ATI Technologies Inc Juniper HDMI Audio [Radeon HD 5700 Series] Subsystem: Hightech Information System Ltd. Device aa58 Kernel driver in use: snd_hda_intel 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06) Subsystem: ASUSTeK Computer Inc. Device 8432 Kernel driver in use: r8169 06:00.0 PCI bridge: Device 1b21:1080 (rev 01)

aarexer
() автор топика
Ответ на: комментарий от aarexer

А ты погугли. С открытым модулем 8169 он работал очень нестабильно.

gadfly ★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.