ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Сергей <psv@gdnet.dp.ua>
To: Juveman <community@altlinux.ru>
Subject: Re: [Comm] Настройка беспроводного соединения
Date: Mon, 20 Sep 2004 05:44:10 +0300
Message-ID: <1599196705.20040920054410@gdnet.dp.ua> (raw)
In-Reply-To: <785067616.20040913190044@atom.ru>

Здравствуйте, Juveman.

Вы писали 13 сентября 2004 г., 18:00:44:

J> Здравствуйте,

J> Если кто-нибудь сталкивался с настройкой беспроводных соединений,
J> помогите пожалуйста.
J> Имеется беспроводная сетевая карта D-Link DWL-g520+, подключенная к
J> роутеру DI-624+. В винде все работает отлично. Более того, если
J> использовать Linuxant Driverloader, то и в линухе соединение работает.
J> Но платить 20 баксов очень уж не хочется за лицензию, решил поставить
J> драйвера с acx100.sourceforge.net. Вроде все поставилось нормально,
J> модуль грузится, но вот самого соединения с роутером не происходит
J> почему-то.
J> При выполнении команды iwconfig wlan0 вместо MAC-адреса роутера
J> высвечиваются нули 00:00:00:00:00:00. Все остальные параметры
J> настраиваются правильно.
J> При этом, если выполнить команду iwlist scan, то он находит роутер и
J> абсолютно правильно выдает его MAC-адрес и остальные параметры.
J> В чем может быть проблема и куда мне рыть дальше??

А настройки для карты какие давал?
Значит по шагам после удачной загрузки модулей acx100:
1. дать команды последовательно:
   iwconfig wlan0 mode managed
   iwconfig wlan0 essid "YOUR ISP"
   iwconfig wlan0 rate 11M
   где wlan0 -- имя твоего интерфейса,
   YOUR ISP -- essid точки доступа
2. если после этих команд увидишь точку доступа и модуль нормально
грузится при старте из /etc/modules.conf, то эти папраметры можно
передать скриптом /etc/sysconfig/network-scripts/ifcfg-wlan0 с префиксом
WIRELESS_ вместе с обычными параметрами для эзернет карт например:

DEVICE=wlan0
BOOTPROTO=static
IPADDRESS=192.168.0.1
NETWORK=192.168.0.0
NETMASK=255.255.255.0
BROADCAST=192.168.0.255
ONBOOT=yes
WIRELESS_MODE=managed
WIRELESS_ESSID="YOUR ISP"
WIRELESS_RATE=11M


-- 
С уважением,
 Сергей                          mailto:psv@gdnet.dp.ua



      reply	other threads:[~2004-09-20  2:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-13 15:00 Juveman
2004-09-20  2:44 ` Сергей [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1599196705.20040920054410@gdnet.dp.ua \
    --to=psv@gdnet.dp.ua \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git