faq обучение настройка
Текущее время: Сб авг 02, 2025 13:09

Часовой пояс: UTC + 3 часа




Начать новую тему Ответить на тему  [ Сообщений: 8 ] 
Автор Сообщение
 Заголовок сообщения: Драйвера для DWL-G520 для Ubuntu
СообщениеДобавлено: Ср июн 16, 2010 20:08 
Не в сети

Зарегистрирован: Ср июн 16, 2010 20:05
Сообщений: 5
Где можно найти драйвера для DWL-G520 для Ubuntu 10.04


Вернуться наверх
 Профиль  
 
 Заголовок сообщения: Re: Драйвера для DWL-G520 для Ubuntu
СообщениеДобавлено: Ср июн 16, 2010 21:03 
Не в сети

Зарегистрирован: Пн фев 04, 2008 08:41
Сообщений: 1553
Откуда: Ryazan'
Spectrum87 писал(а):
Где можно найти драйвера для DWL-G520 для Ubuntu 10.04

А использование написанных именно под линукс драйверов так критично? А если использовать ndiswrapper и под него подсунуть win-драйвер для этой карточки? Такой вариант не подойдёт? :roll:

PS: У меня так DWA-120 с убунтой "подружилась" :)


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Чт июн 17, 2010 00:53 
Не в сети

Зарегистрирован: Ср июн 16, 2010 20:05
Сообщений: 5
Спс попробую


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Чт июн 17, 2010 11:31 
Не в сети

Зарегистрирован: Ср июн 16, 2010 20:05
Сообщений: 5
У меня чтот не хочет дружить) мож делаю чо не так?

sudo ndiswrapper -i /путь до файла/
sudo depmod -a
sudo modprobe ndiswrapper
sudo ndiswrapper -m
sudo gedit /etc/modules И дописываем строчку ndiswrapper


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Чт июн 17, 2010 14:59 
Не в сети

Зарегистрирован: Пн фев 04, 2008 08:41
Сообщений: 1553
Откуда: Ryazan'
Посмотрел, на какой базе слеплена эта G520... Таки Atheros... :( С драйверами для Unix у них - считай что никак. Так что, хошь-не-хошь, а вокруг ndiswrapper'а поплясать придётся. Я вообще-то через GNOME'овский GUI wrapper'а настраивал.
По lspci карточка видна?
Псмотрите http://www.opennet.ru/base/net/wifi_intro.txt.html мож чего и получится :)


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Чт июн 17, 2010 23:18 
Не в сети

Зарегистрирован: Ср июн 16, 2010 20:05
Сообщений: 5
Через lspci ее видит

Ethernet controller: Atheros Communications L1 Gigabit Ethernet Adapter (rev b0)

Ставлю дрова ребутаю не работает...
В Администрирование-Драйверы безпроводных устройств драйвер видно но написано обнаруженых устройств нет


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Пт июн 18, 2010 07:07 
Не в сети

Зарегистрирован: Пн фев 04, 2008 08:41
Сообщений: 1553
Откуда: Ryazan'
Похоже, что причина в этом:
Цитата:
Ethernet controller: Atheros Communications L1 Gigabit Ethernet Adapter (rev b0)

... т.е. система видит карточку как обычный сетевой адаптер, а ndiswrapper "заточен" под wi-fi оборудование :(
Посмотрите, например, тут: http://forum.lafox.net/index.php?showtopic=15566 , м.б. что и получится


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Вс июн 20, 2010 12:05 
Не в сети

Зарегистрирован: Ср июн 16, 2010 20:05
Сообщений: 5
Вот ток что нашел тут дрова
http://madberry.org/2008/11/how-to-get- ... epid-ibex/
При команде make ошибка(((

make
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.32-22-generic/build SUBDIRS=/home/vladimir/madwifi modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-generic'
CC [M] /home/vladimir/madwifi/ath/if_ath.o
In file included from /home/vladimir/madwifi/ath/../net80211/ieee80211_monitor.h:45,
from /home/vladimir/madwifi/ath/if_ath.c:71:
/home/vladimir/madwifi/ath/../ath/if_athvar.h:98: error: conflicting types for 'irqreturn_t'
include/linux/irqreturn.h:16: note: previous declaration of 'irqreturn_t' was here
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_attach':
/home/vladimir/madwifi/ath/if_ath.c:402: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c:678: error: 'struct net_device' has no member named 'open'
/home/vladimir/madwifi/ath/if_ath.c:679: error: 'struct net_device' has no member named 'stop'
/home/vladimir/madwifi/ath/if_ath.c:680: error: 'struct net_device' has no member named 'hard_start_xmit'
/home/vladimir/madwifi/ath/if_ath.c:681: error: 'struct net_device' has no member named 'tx_timeout'
/home/vladimir/madwifi/ath/if_ath.c:683: error: 'struct net_device' has no member named 'set_multicast_list'
/home/vladimir/madwifi/ath/if_ath.c:684: error: 'struct net_device' has no member named 'do_ioctl'
/home/vladimir/madwifi/ath/if_ath.c:685: error: 'struct net_device' has no member named 'get_stats'
/home/vladimir/madwifi/ath/if_ath.c:686: error: 'struct net_device' has no member named 'set_mac_address'
/home/vladimir/madwifi/ath/if_ath.c:687: error: 'struct net_device' has no member named 'change_mtu'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_detach':
/home/vladimir/madwifi/ath/if_ath.c:958: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c:1005: error: 'struct net_device' has no member named 'stop'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_vap_create':
/home/vladimir/madwifi/ath/if_ath.c:1014: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c:1084: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_vap_delete':
/home/vladimir/madwifi/ath/if_ath.c:1248: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_suspend':
/home/vladimir/madwifi/ath/if_ath.c:1350: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_resume':
/home/vladimir/madwifi/ath/if_ath.c:1359: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_intr':
/home/vladimir/madwifi/ath/if_ath.c:1652: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_bmiss_tasklet':
/home/vladimir/madwifi/ath/if_ath.c:1843: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_init':
/home/vladimir/madwifi/ath/if_ath.c:1886: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_stop_locked':
/home/vladimir/madwifi/ath/if_ath.c:2014: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_stop':
/home/vladimir/madwifi/ath/if_ath.c:2078: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_reset':
/home/vladimir/madwifi/ath/if_ath.c:2182: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_tx_startraw':
/home/vladimir/madwifi/ath/if_ath.c:2343: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_hardstart':
/home/vladimir/madwifi/ath/if_ath.c:2558: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_mgtstart':
/home/vladimir/madwifi/ath/if_ath.c:2875: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_key_alloc':
/home/vladimir/madwifi/ath/if_ath.c:3237: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_key_delete':
/home/vladimir/madwifi/ath/if_ath.c:3304: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_key_set':
/home/vladimir/madwifi/ath/if_ath.c:3380: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_key_update_begin':
/home/vladimir/madwifi/ath/if_ath.c:3395: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_key_update_end':
/home/vladimir/madwifi/ath/if_ath.c:3416: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_mode_init':
/home/vladimir/madwifi/ath/if_ath.c:3504: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_updateslot':
/home/vladimir/madwifi/ath/if_ath.c:3555: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_beacon_dturbo_config':
/home/vladimir/madwifi/ath/if_ath.c:3585: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_beacon_dturbo_update':
/home/vladimir/madwifi/ath/if_ath.c:3633: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_turbo_switch_mode':
/home/vladimir/madwifi/ath/if_ath.c:3776: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_bstuck_tasklet':
/home/vladimir/madwifi/ath/if_ath.c:4368: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_node_alloc':
/home/vladimir/madwifi/ath/if_ath.c:4820: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_node_cleanup':
/home/vladimir/madwifi/ath/if_ath.c:4855: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_node_free':
/home/vladimir/madwifi/ath/if_ath.c:4909: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_rx_capture':
/home/vladimir/madwifi/ath/if_ath.c:5404: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_tx_capture':
/home/vladimir/madwifi/ath/if_ath.c:5437: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_recv_mgmt':
/home/vladimir/madwifi/ath/if_ath.c:5502: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_rx_tasklet':
/home/vladimir/madwifi/ath/if_ath.c:5574: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_grppoll_start':
/home/vladimir/madwifi/ath/if_ath.c:6013: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_grppoll_stop':
/home/vladimir/madwifi/ath/if_ath.c:6226: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_wme_update':
/home/vladimir/madwifi/ath/if_ath.c:6441: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_uapsd_flush':
/home/vladimir/madwifi/ath/if_ath.c:6460: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_tx_start':
/home/vladimir/madwifi/ath/if_ath.c:6655: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_tx_tasklet_q0':
/home/vladimir/madwifi/ath/if_ath.c:7495: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_tx_tasklet_q0123':
/home/vladimir/madwifi/ath/if_ath.c:7516: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_tx_tasklet':
/home/vladimir/madwifi/ath/if_ath.c:7551: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_tx_timeout':
/home/vladimir/madwifi/ath/if_ath.c:7574: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_calibrate':
/home/vladimir/madwifi/ath/if_ath.c:7937: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_scan_start':
/home/vladimir/madwifi/ath/if_ath.c:8003: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_scan_end':
/home/vladimir/madwifi/ath/if_ath.c:8023: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_set_channel':
/home/vladimir/madwifi/ath/if_ath.c:8041: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_set_coverageclass':
/home/vladimir/madwifi/ath/if_ath.c:8057: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_mhz2ieee':
/home/vladimir/madwifi/ath/if_ath.c:8067: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_newstate':
/home/vladimir/madwifi/ath/if_ath.c:8082: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_setup_stationkey':
/home/vladimir/madwifi/ath/if_ath.c:8471: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_newassoc':
/home/vladimir/madwifi/ath/if_ath.c:8631: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_getchannels':
/home/vladimir/madwifi/ath/if_ath.c:8662: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_xr_rate_setup':
/home/vladimir/madwifi/ath/if_ath.c:8832: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_setup_subrates':
/home/vladimir/madwifi/ath/if_ath.c:8861: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_rate_setup':
/home/vladimir/madwifi/ath/if_ath.c:8904: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_getstats':
/home/vladimir/madwifi/ath/if_ath.c:9141: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_set_mac_address':
/home/vladimir/madwifi/ath/if_ath.c:9164: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_change_mtu':
/home/vladimir/madwifi/ath/if_ath.c:9196: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_ioctl':
/home/vladimir/madwifi/ath/if_ath.c:9283: error: 'struct net_device' has no member named 'priv'
cc1: warnings being treated as errors
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_sysctl_halparam':
/home/vladimir/madwifi/ath/if_ath.c:9370: error: passing argument 5 of 'proc_dointvec' from incompatible pointer type
include/linux/sysctl.h:985: note: expected 'loff_t *' but argument is of type 'size_t *'
/home/vladimir/madwifi/ath/if_ath.c:9370: error: too many arguments to function 'proc_dointvec'
/home/vladimir/madwifi/ath/if_ath.c:9562: error: passing argument 5 of 'proc_dointvec' from incompatible pointer type
include/linux/sysctl.h:985: note: expected 'loff_t *' but argument is of type 'size_t *'
/home/vladimir/madwifi/ath/if_ath.c:9562: error: too many arguments to function 'proc_dointvec'
/home/vladimir/madwifi/ath/if_ath.c: At top level:
/home/vladimir/madwifi/ath/if_ath.c:9574: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9580: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9586: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9592: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9598: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9604: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9610: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9616: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9623: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9630: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9636: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9642: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9648: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9654: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9660: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9667: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9673: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9680: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c:9686: error: initialization from incompatible pointer type
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_announce':
/home/vladimir/madwifi/ath/if_ath.c:9779: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c: In function 'ath_rcv_dev_event':
/home/vladimir/madwifi/ath/if_ath.c:9926: error: 'struct net_device' has no member named 'priv'
/home/vladimir/madwifi/ath/if_ath.c:9928: error: 'struct net_device' has no member named 'open'
make[3]: *** [/home/vladimir/madwifi/ath/if_ath.o] Error 1
make[2]: *** [/home/vladimir/madwifi/ath] Error 2
make[1]: *** [_module_/home/vladimir/madwifi] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-generic'
make: *** [modules] Ошибка 2


Вернуться наверх
 Профиль  
 
Показать сообщения за:  Сортировать по:  
Начать новую тему Ответить на тему  [ Сообщений: 8 ] 

Часовой пояс: UTC + 3 часа


Кто сейчас на форуме

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 11


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  
Создано на основе phpBB® Forum Software © phpBB Group
Русская поддержка phpBB