ALT Linux hardware support
 help / color / mirror / Atom feed
* [Hardware] проблемы с RT2500
@ 2008-04-14 16:59 Владимир
  2008-04-14 17:54 ` Михаил Якушин
  0 siblings, 1 reply; 11+ messages in thread
From: Владимир @ 2008-04-14 16:59 UTC (permalink / raw)
  To: Hardware

2.6.18-std-smp-alt12
02:00.0 Network controller: RaLink RT2500 802.11g Cardbus/mini-PCI (rev 01)

Вот такое устройство.
http://support.asus.com/download/download.aspx?SLanguage=ru-ru&model=WL-107g
определяться не захотело.

установил kernel-source-rt2500 - driver for wireless 802.11b and 802.11g cards 
that are based on the Ralink rt2500 chipset
собрал, загрузил модуль.

 cat /etc/net/ifaces/ra0/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
update_config=1

network={
        ssid="haw_home_wlan"
        bssid=00:17:9a:dc:5e:aa
        psk="3b5d3c7d207e37dceeedd301e3"
        proto=WPA
        key_mgmt=WPA-PSK
        pairwise=TKIP
        group=TKIP WEP104 WEP40
}

# wpa_supplicant -D wext -i ra0 -c /etc/net/ifaces/ra0/wpa_supplicant.conf -w
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 7 value 0x1 - ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x1 -
тут долго висим, делаем ctrl+c
CTRL-EVENT-TERMINATING - signal 2 received
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 7 value 0x0 - Failed to disable WPA in the driver.
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 -

 
Тут, вроде, тоже модуль только посвежее, может он всё поддерживает?
https://launchpad.net/ubuntu/hardy/+source/rt2x00/2.0.12+git20071103-3


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Hardware] проблемы с RT2500
  2008-04-14 16:59 [Hardware] проблемы с RT2500 Владимир
@ 2008-04-14 17:54 ` Михаил Якушин
  2008-04-14 19:38   ` Владимир
  0 siblings, 1 reply; 11+ messages in thread
From: Михаил Якушин @ 2008-04-14 17:54 UTC (permalink / raw)
  To: hardware

Владимир wrote:
> 2.6.18-std-smp-alt12
> 02:00.0 Network controller: RaLink RT2500 802.11g Cardbus/mini-PCI (rev 01)
> 
> Вот такое устройство.
> http://support.asus.com/download/download.aspx?SLanguage=ru-ru&model=WL-107g
> определяться не захотело.
> 
> установил kernel-source-rt2500 - driver for wireless 802.11b and 802.11g cards 
> that are based on the Ralink rt2500 chipset
> собрал, загрузил модуль.
> 
>  cat /etc/net/ifaces/ra0/wpa_supplicant.conf
> ctrl_interface=/var/run/wpa_supplicant
> update_config=1
> 
> network={
>         ssid="haw_home_wlan"
>         bssid=00:17:9a:dc:5e:aa
>         psk="3b5d3c7d207e37dceeedd301e3"
>         proto=WPA
>         key_mgmt=WPA-PSK
>         pairwise=TKIP
>         group=TKIP WEP104 WEP40
> }
> 
> # wpa_supplicant -D wext -i ra0 -c /etc/net/ifaces/ra0/wpa_supplicant.conf -w
> ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 7 value 0x1 - ioctl[SIOCSIWENCODEEXT]: Operation not supported
> ioctl[SIOCSIWENCODEEXT]: Operation not supported
> ioctl[SIOCSIWENCODEEXT]: Operation not supported
> ioctl[SIOCSIWENCODEEXT]: Operation not supported
> ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 5 value 0x1 -
> тут долго висим, делаем ctrl+c
> CTRL-EVENT-TERMINATING - signal 2 received
> ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 7 value 0x0 - Failed to disable WPA in the driver.
> ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 5 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 4 value 0x0 -
> 
>  
> Тут, вроде, тоже модуль только посвежее, может он всё поддерживает?
> https://launchpad.net/ubuntu/hardy/+source/rt2x00/2.0.12+git20071103-3
В kernel-image-std-def (это 2.6.24) этот модуль есть, можете попробовать 
обновить ядро из сизифа(можно только ядро)


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Hardware] проблемы с RT2500
  2008-04-14 17:54 ` Михаил Якушин
@ 2008-04-14 19:38   ` Владимир
  2008-04-14 19:42     ` Михаил Якушин
  0 siblings, 1 reply; 11+ messages in thread
From: Владимир @ 2008-04-14 19:38 UTC (permalink / raw)
  To: hardware

теперь интерфейс стал  wlan0

 ioctl[SIOCSIWAUTH]: Operation not supported
 WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
 WEXT auth param 5 value 0x1 -


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Hardware] проблемы с RT2500
  2008-04-14 19:38   ` Владимир
@ 2008-04-14 19:42     ` Михаил Якушин
  2008-04-15  4:43       ` Владимир
  0 siblings, 1 reply; 11+ messages in thread
From: Михаил Якушин @ 2008-04-14 19:42 UTC (permalink / raw)
  To: hardware

Владимир wrote:
> теперь интерфейс стал  wlan0
> 
>  ioctl[SIOCSIWAUTH]: Operation not supported
>  WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
>  WEXT auth param 5 value 0x1 -
А в dmesg что?
Я думаю что в bugzilla.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Hardware] проблемы с RT2500
  2008-04-14 19:42     ` Михаил Якушин
@ 2008-04-15  4:43       ` Владимир
  2008-04-15  4:49         ` Владимир
  2008-04-15  5:34         ` Михаил Якушин
  0 siblings, 2 replies; 11+ messages in thread
From: Владимир @ 2008-04-15  4:43 UTC (permalink / raw)
  To: hardware

# wpa_supplicant -D wext -i 
wlan1 -c /etc/net/ifaces/wlan1/wpa_supplicant.conf -w
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x1 - Trying to associate with 00:17:9a:dc:5e:aa 
(SSID='haw_home_wlan' freq=2412 MHz)
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x1 - Associated with 00:17:9a:dc:5e:aa
WPA: Key negotiation completed with 00:17:9a:dc:5e:aa [PTK=TKIP GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to 00:17:9a:dc:5e:aa completed (auth) [id=0 
id_str=]
CTRL-EVENT-TERMINATING - signal 2 received
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 -

#dmesg
ADDRCONF(NETDEV_UP): wlan1: link is not ready
wlan1: Initial auth_alg=0
wlan1: authenticate with AP 00:17:9a:dc:5e:aa
wlan1: RX authentication from 00:17:9a:dc:5e:aa (alg=0 transaction=2 status=0)
wlan1: authenticated
wlan1: associate with AP 00:17:9a:dc:5e:aa
wlan1: RX AssocResp from 00:17:9a:dc:5e:aa (capab=0x411 status=0 aid=1)
wlan1: invalid aid value 1; bits 15:14 not set
wlan1: associated
wlan1: switched to short barker preamble (BSSID=00:17:9a:dc:5e:aa)
ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
wlan1: switched to long barker preamble (BSSID=00:17:9a:dc:5e:aa)
wlan1: no IPv6 routers present
wlan1: deauthenticate(reason=3)


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Hardware] проблемы с RT2500
  2008-04-15  4:43       ` Владимир
@ 2008-04-15  4:49         ` Владимир
  2008-04-15  5:34         ` Михаил Якушин
  1 sibling, 0 replies; 11+ messages in thread
From: Владимир @ 2008-04-15  4:49 UTC (permalink / raw)
  To: hardware

wpa_supplicant.conf
взят с другого бука, там wifi интеловский, работает.


В сообщении от 15 апреля 2008 Владимир написал(a):
> # wpa_supplicant -D wext -i
> wlan1 -c /etc/net/ifaces/wlan1/wpa_supplicant.conf -w
> ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 5 value 0x1 - Trying to associate with 00:17:9a:dc:5e:aa
> (SSID='haw_home_wlan' freq=2412 MHz)
> ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 5 value 0x1 - Associated with 00:17:9a:dc:5e:aa
> WPA: Key negotiation completed with 00:17:9a:dc:5e:aa [PTK=TKIP GTK=TKIP]
> CTRL-EVENT-CONNECTED - Connection to 00:17:9a:dc:5e:aa completed (auth)
> [id=0 id_str=]
> CTRL-EVENT-TERMINATING - signal 2 received
> ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 5 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 4 value 0x0 -
>
> #dmesg
> ADDRCONF(NETDEV_UP): wlan1: link is not ready
> wlan1: Initial auth_alg=0
> wlan1: authenticate with AP 00:17:9a:dc:5e:aa
> wlan1: RX authentication from 00:17:9a:dc:5e:aa (alg=0 transaction=2
> status=0) wlan1: authenticated
> wlan1: associate with AP 00:17:9a:dc:5e:aa
> wlan1: RX AssocResp from 00:17:9a:dc:5e:aa (capab=0x411 status=0 aid=1)
> wlan1: invalid aid value 1; bits 15:14 not set
> wlan1: associated
> wlan1: switched to short barker preamble (BSSID=00:17:9a:dc:5e:aa)
> ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
> wlan1: switched to long barker preamble (BSSID=00:17:9a:dc:5e:aa)
> wlan1: no IPv6 routers present
> wlan1: deauthenticate(reason=3)
> _______________________________________________
> Hardware mailing list
> Hardware@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/hardware




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Hardware] проблемы с RT2500
  2008-04-15  4:43       ` Владимир
  2008-04-15  4:49         ` Владимир
@ 2008-04-15  5:34         ` Михаил Якушин
  2008-04-15  7:21           ` Владимир
  1 sibling, 1 reply; 11+ messages in thread
From: Михаил Якушин @ 2008-04-15  5:34 UTC (permalink / raw)
  To: hardware

Владимир wrote:
> # wpa_supplicant -D wext -i 
> wlan1 -c /etc/net/ifaces/wlan1/wpa_supplicant.conf -w
> ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 5 value 0x1 - Trying to associate with 00:17:9a:dc:5e:aa 
> (SSID='haw_home_wlan' freq=2412 MHz)
> ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 5 value 0x1 - Associated with 00:17:9a:dc:5e:aa
> WPA: Key negotiation completed with 00:17:9a:dc:5e:aa [PTK=TKIP GTK=TKIP]
> CTRL-EVENT-CONNECTED - Connection to 00:17:9a:dc:5e:aa completed (auth) [id=0 
> id_str=]
> CTRL-EVENT-TERMINATING - signal 2 received
> ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 5 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 4 value 0x0 -
> 
> #dmesg
> ADDRCONF(NETDEV_UP): wlan1: link is not ready
> wlan1: Initial auth_alg=0
> wlan1: authenticate with AP 00:17:9a:dc:5e:aa
> wlan1: RX authentication from 00:17:9a:dc:5e:aa (alg=0 transaction=2 status=0)
> wlan1: authenticated
> wlan1: associate with AP 00:17:9a:dc:5e:aa
> wlan1: RX AssocResp from 00:17:9a:dc:5e:aa (capab=0x411 status=0 aid=1)
> wlan1: invalid aid value 1; bits 15:14 not set
> wlan1: associated
> wlan1: switched to short barker preamble (BSSID=00:17:9a:dc:5e:aa)
> ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
> wlan1: switched to long barker preamble (BSSID=00:17:9a:dc:5e:aa)
> wlan1: no IPv6 routers present
> wlan1: deauthenticate(reason=3)
Похоже на багу в драйвере, в багзилу пожалуйста


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Hardware] проблемы с RT2500
  2008-04-15  5:34         ` Михаил Якушин
@ 2008-04-15  7:21           ` Владимир
  2008-04-15  9:10             ` Михаил Якушин
  0 siblings, 1 reply; 11+ messages in thread
From: Владимир @ 2008-04-15  7:21 UTC (permalink / raw)
  To: hardware

подключил ко всему этому ASUS usb 106g 

Apr 15 11:17:35 haw_buk kernel: usb 1-2: new full speed USB device using 
ohci_hcd and address 2
Apr 15 11:17:36 haw_buk kernel: usb 1-2: configuration #1 chosen from 1 choice
Apr 15 11:17:36 haw_buk kernel: usbcore: registered new interface driver 
rt2500usb
Apr 15 11:17:37 haw_buk /etc/net: ERROR: /etc/net/scripts/ifup-removable: No 
TYPE is specified for iface 'wmaster0' and can't guess automatically. Please 
fix.
Apr 15 11:17:37 haw_buk /etc/net: ERROR: /etc/net/scripts/ifup-removable: 
USE_HOTPLUG is disabled for wlan1
Apr 15 11:17:37 haw_buk /etc/net: ERROR: /etc/net/scripts/ifup-common: No TYPE 
is specified for iface 'wmaster0' and can't guess automatically. Please fix.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Hardware] проблемы с RT2500
  2008-04-15  7:21           ` Владимир
@ 2008-04-15  9:10             ` Михаил Якушин
  2008-05-14 17:15               ` Владимир
  0 siblings, 1 reply; 11+ messages in thread
From: Михаил Якушин @ 2008-04-15  9:10 UTC (permalink / raw)
  To: hardware

Владимир wrote:
> подключил ко всему этому ASUS usb 106g 
> 
> Apr 15 11:17:35 haw_buk kernel: usb 1-2: new full speed USB device using 
> ohci_hcd and address 2
> Apr 15 11:17:36 haw_buk kernel: usb 1-2: configuration #1 chosen from 1 choice
> Apr 15 11:17:36 haw_buk kernel: usbcore: registered new interface driver 
> rt2500usb
> Apr 15 11:17:37 haw_buk /etc/net: ERROR: /etc/net/scripts/ifup-removable: No 
> TYPE is specified for iface 'wmaster0' and can't guess automatically. Please 
> fix.
> Apr 15 11:17:37 haw_buk /etc/net: ERROR: /etc/net/scripts/ifup-removable: 
> USE_HOTPLUG is disabled for wlan1
> Apr 15 11:17:37 haw_buk /etc/net: ERROR: /etc/net/scripts/ifup-common: No TYPE 
> is specified for iface 'wmaster0' and can't guess automatically. Please fix.
wmaster0 это интерфейс специального назначения, эти сообщения можно в 
принципе проигнорировать. А сетевуха то работает?


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Hardware] проблемы с RT2500
  2008-04-15  9:10             ` Михаил Якушин
@ 2008-05-14 17:15               ` Владимир
  2008-07-18 23:27                 ` Aleksey Avdeev
  0 siblings, 1 reply; 11+ messages in thread
From: Владимир @ 2008-05-14 17:15 UTC (permalink / raw)
  To: hardware

поставил с unsafe kernel-image-wks-smp-2.6.26-alt0.2 - RT2500 заработало с WPA


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Hardware] проблемы с RT2500
  2008-05-14 17:15               ` Владимир
@ 2008-07-18 23:27                 ` Aleksey Avdeev
  0 siblings, 0 replies; 11+ messages in thread
From: Aleksey Avdeev @ 2008-07-18 23:27 UTC (permalink / raw)
  To: hardware

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]

Владимир пишет:
> поставил с unsafe kernel-image-wks-smp-2.6.26-alt0.2 - RT2500 заработало с WPA

  У меня WPA2 заработало с 2.6.24-std-def-alt9, 2.6.25-std-def-alt7 и
2.6.26-wks-smp-alt1 (с unsafe.ru).

  Существенный момент: для надёжной работы пришлось NEVER_RMMOD=no
указать -- иначе wifi неработал после опускания/подъёма wlan0.

PS: WPA_DRIVER=wext

-- 

С уважением. Алексей.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 552 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-07-18 23:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-14 16:59 [Hardware] проблемы с RT2500 Владимир
2008-04-14 17:54 ` Михаил Якушин
2008-04-14 19:38   ` Владимир
2008-04-14 19:42     ` Михаил Якушин
2008-04-15  4:43       ` Владимир
2008-04-15  4:49         ` Владимир
2008-04-15  5:34         ` Михаил Якушин
2008-04-15  7:21           ` Владимир
2008-04-15  9:10             ` Михаил Якушин
2008-05-14 17:15               ` Владимир
2008-07-18 23:27                 ` Aleksey Avdeev

ALT Linux hardware support

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/hardware/0 hardware/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 hardware hardware/ http://lore.altlinux.org/hardware \
		hardware@altlinux.ru hardware@lists.altlinux.org hardware@lists.altlinux.ru hardware@lists.altlinux.com hardware@altlinux.org
	public-inbox-index hardware

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


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