Слил на буку Benq R 22E последнюю сусю.
Выяснилось одно пренеприятное обстоятельство -- при работе с вайфаем через встроенную сетевуху rt2500 имеется крайне низкая скорость загрузки. При канале до провайдера толщиной в мегабит я вместо сотни с хвостиком килобайт в сек получаю лишь только около 30 килобайт в сек
А под виндами было все нормально
Курение содержимого инета не помогло. Полагаю, не хватает собственной квалификации в линуксе для полноценной настройки или дрова кривые
Проблема с сетевой карточкой rt2500 под SuSe 11
-
- Заглянувший
- Сообщения: 1
- Зарегистрирован: 14 янв 2009, 18:48
Re: Проблема с сетевой карточкой rt2500 под SuSe 11
У меня на Fujitsu Siemens 2035 Wi-Fi карточка хоть сразу правильно определилась как BCM4318 (В винде была просто Broadcom), но сразу не заработала. Нужно было еще firmware скачать, как описано на http://en.opensuse.org/Wireless_network_card#BCM43xx
Re: Проблема с сетевой карточкой rt2500 под SuSe 11
А разве при сетевой установке трех дистрибутивов на ноут (1. дебиан вай-фай не нашел, 2. федорра нашла, но тормозила, 3. попробовал сусю, но и в ней тормоза) фирмваре ни разуне стянулось?WhiteLaker писал(а):У меня на Fujitsu Siemens 2035 Wi-Fi карточка хоть сразу правильно определилась как BCM4318 (В винде была просто Broadcom), но сразу не заработала. Нужно было еще firmware скачать, как описано на http://en.opensuse.org/Wireless_network_card#BCM43xx
Линукс очень часто напоминает конструктор и в нем часто не хвататет завершенности, но пардоньте, хоть я и не самый крутой программер, но таких ляпов делаьт не привык.
Re: Проблема с сетевой карточкой rt2500 под SuSe 11
пока смог нарыть лишь то, что для чипа этой карточки, несмотря на наличие дров к линуху на сайте производителя, имеется стандартная проблема со скоростью, которая решается лишь с помощью ndiswrapper, позволяющего поддерживать виндусовые дрова в линухе...
Извращение, но времени переписывать дрова у меня нет
Извращение, но времени переписывать дрова у меня нет
- smart
- Увлекающийся
- Сообщения: 80
- Зарегистрирован: 06 сен 2008, 19:36
- Откуда: МИНСК
- Контактная информация:
Re: Проблема с сетевой карточкой rt2500 под SuSe 11
man iwconfig
iwconfig interface [essid X] [nwid N] [mode M] [freq F]
[channel C][sens S ][ap A ][nick NN ]
[rate R] [rts RT] [frag FT] [txpower T]
[enc E] [key K] [power P] [retry R]
[modu M] [commit]
rate/bit[rate]
For cards supporting multiple bit rates, set the bit-rate in b/s. The bit-rate is the speed at
which bits are transmitted over the medium, the user speed of the link is lower due to medium
sharing and various overhead.
You may append the suffix k, M or G to the value (decimal multiplier : 10^3, 10^6 and 10^9 b/s),
or add enough '0'. Values below 1000 are card specific, usually an index in the bit-rate list. Use
auto to select automatic bit-rate mode (fallback to lower rate on noisy channels), which is the
default for most cards, and fixed to revert back to fixed setting. If you specify a bit-rate value
and append auto, the driver will use all bit-rates lower and equal than this value.
Examples :
iwconfig eth0 rate 11M
iwconfig eth0 rate auto
iwconfig eth0 rate 5.5M auto
Slow network response with some wireless internet adapters (using the rt2500pci driver)
See also Image:bug_small.png Bug #42180. It has been reported that some wireless adapters which use the rt2500pci driver will connect at a very slow speed by default. To remedy this, re-configure the card using the Mandriva network configuration tool (available in the Mandriva Control Center). During configuration there is a field which allows you to enter "iwconfig command extra arguments". In this field, enter the following text:
rate 54M
This should cause the connection to work at full speed in future.
iwconfig interface [essid X] [nwid N] [mode M] [freq F]
[channel C][sens S ][ap A ][nick NN ]
[rate R] [rts RT] [frag FT] [txpower T]
[enc E] [key K] [power P] [retry R]
[modu M] [commit]
rate/bit[rate]
For cards supporting multiple bit rates, set the bit-rate in b/s. The bit-rate is the speed at
which bits are transmitted over the medium, the user speed of the link is lower due to medium
sharing and various overhead.
You may append the suffix k, M or G to the value (decimal multiplier : 10^3, 10^6 and 10^9 b/s),
or add enough '0'. Values below 1000 are card specific, usually an index in the bit-rate list. Use
auto to select automatic bit-rate mode (fallback to lower rate on noisy channels), which is the
default for most cards, and fixed to revert back to fixed setting. If you specify a bit-rate value
and append auto, the driver will use all bit-rates lower and equal than this value.
Examples :
iwconfig eth0 rate 11M
iwconfig eth0 rate auto
iwconfig eth0 rate 5.5M auto
Slow network response with some wireless internet adapters (using the rt2500pci driver)
See also Image:bug_small.png Bug #42180. It has been reported that some wireless adapters which use the rt2500pci driver will connect at a very slow speed by default. To remedy this, re-configure the card using the Mandriva network configuration tool (available in the Mandriva Control Center). During configuration there is a field which allows you to enter "iwconfig command extra arguments". In this field, enter the following text:
rate 54M
This should cause the connection to work at full speed in future.
- grub
- Неотъемлемая часть форума
- Сообщения: 849
- Зарегистрирован: 13 сен 2006, 10:29
- Откуда: Минск
- Контактная информация:
Re: Проблема с сетевой карточкой rt2500 под SuSe 11
До боли напоминает бородатую шутку про параметр "bugs=off" при загрузке Windows. ^)smart писал(а): In this field, enter the following text:
rate 54M
This should cause the connection to work at full speed in future.