Wi-Fi сетевуха.
Гость 13 февраля, 2006 - 21:28
Купил сетевую Wi-Fi адаптер D-Link DWL-G510. Для настройки использую
ndiswrapper+родные драйвера с прилогающегося диска(под WinXP).
Выполняю команды:
# ndiswrapper -i NetA3AB.inf
# ndiswrapper -l
Installed ndis drivers:
neta3ab driver present, hardware present
# depmod -a
# modprobe ndiswrapper
При этом компьютер зависает на пертво(даже не отображается курсор мыши не отображается !)
Подскажите пожалуста что делать.Заранее благодарен.
»
- Для комментирования войдите или зарегистрируйтесь
http://www.realtek.com.tw/downloads/downloads1-3.aspx?Keyword=8180
Попробуй дравера от сюда (линуховые и виндовые с ndiswrapper'ом)
_________________
Toshiba Portege 3490CT
Pentium 3 (Coppermine) 733 Mhz, 256 Mb RAM, 20 Gb HD
Kernel: 2.6.15.1 (Suspend2 patch)
Gentoo Base System 1.12.0-pre15
Enlightenment DR 17 (cvs head)
Apparently, there are 2
Apparently, there are 2 versions of this card, one that uses the Marvell W8300 chipset, and the other uses the Atheros chipset. I have the one that uses the Atheros chipset.
lspci outputs:
02:01.0 Ethernet controller: Atheros Communications, Inc.: Unknown device 001a (rev 01)
There were a few problems at first, but only because I chose to use ndiswrapper at first. If you have this card with this chipset, DONT USE NDIS WRAPPER. everytime you modprobe ndiswrapper, everything locked up.
Взято отсюда:http://www.linuxquestions.org/hcl/showproduct.php/product/2386/sort/2/cat/all/page/1
У меня у самого было карта на чипсете atheros и все работало через madwifi, есть в портежах.Сначала ставишь wireless-tools, потом mdwifi-driver. В /etc/conf.d/net прописываешь загрузку модуля iwconfig... в общем по /etc/conf.d/net.example можно настроить.
RE:Wi-Fi сетевуха
Поставил madwifi-tools и madwifi-driver.Загрузил модуль wlan
после этого сообщение ядра:
wlan: 0.8.4.2 (Atheros/multi-bss)
Но сетевой интерфейс не был создан. Модуль iwconfig не существует.
Что делать?
Почитай
Почитай /etc/conf.d/wireless.example
мой скрипт:
iwconfig ставиться из madwifi-tools
мой скрипт:
start() {
modprobe ath_pci
IFACE=wan
wlan=/usr/local/bin/wlanconfig
XXX="$($wlan $IFACE create wlandev wifi0 wlanmode adhoc)"
iwconfig $XXX mode ad-hoc channel 13 essid xxx rate 11M
ifconfig $XXX 10.0.1.1 broadcast 10.0.1.255 netmask 255.255.255.0 up
ifconfig wifi0 up
}
А каким образом
А каким образом удалось завести сетевуху на 13-ом канале? Неужели дело в дровах?