Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo 2006.0 + SpeedTouch 110 Wireless PC card
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
lukiw
n00b
n00b


Joined: 29 Oct 2005
Posts: 25
Location: Poland

PostPosted: Thu Jul 13, 2006 7:01 pm    Post subject: Gentoo 2006.0 + SpeedTouch 110 Wireless PC card Reply with quote

Witam,
dostalem za free karte WLAN PCMCIA (tak jak w tytule) i staram sie ja uruchomic.
Juz mnie krew zalewa.
Jak ustawie siec bez WPA czy innych bajerow to elegancko wszystko wstaje jednak jak ustawilem WPA-PSK,TKIP
zaczely sie schody.
Mozecie pomoc mi z tym starociem, a moze to nie ma sensu??
Dodam ze pod winda karta dziala z WPA jako 0104(drivers'y).
Ponizej wklejam ligi i info z plikow konfiguracyjnych.

/etc/wpa_supplicant.conf:
Code:
ctrl_interface=/var/run/wpa_supplicant
network={
   ssid="Sloneczko"
   proto=WPA
   key_mgmt=WPA-PSK
   pairwise=TKIP
   group=TKIP
   psk="XXXXXXXX"
}



/etc/conf.d/net:
Code:
modules=( "wpa_supplicant")
wpa_supplicant_eth1="-Dhostap"


Code:
Jul 13 20:36:07 localhost kernel: pcmcia: registering new device pcmcia0.0
Jul 13 20:36:08 localhost kernel: orinoco 0.15rc3 (David Gibson <hermes@gibson.dropbear.id.au>, Pavel Roskin <proski@gnu.org>, et al)
Jul 13 20:36:08 localhost kernel: orinoco_cs 0.15rc3 (David Gibson <hermes@gibson.dropbear.id.au>, Pavel Roskin <proski@gnu.org>, et al)
Jul 13 20:36:08 localhost kernel: eth1: Hardware identity 0001:0004:0005:0000
Jul 13 20:36:08 localhost kernel: eth1: Station identity  001f:0001:0008:002a
Jul 13 20:36:08 localhost kernel: eth1: Firmware determined as Lucent/Agere 8.42
Jul 13 20:36:08 localhost kernel: eth1: Ad-hoc demo mode supported
Jul 13 20:36:08 localhost kernel: eth1: IEEE standard IBSS ad-hoc mode supported
Jul 13 20:36:08 localhost kernel: eth1: WEP supported, 104-bit key
Jul 13 20:36:08 localhost kernel: eth1: MAC address 00:02:2D:9D:9C:6B
Jul 13 20:36:08 localhost kernel: eth1: Station name "HERMES I"
Jul 13 20:36:08 localhost kernel: eth1: ready
Jul 13 20:36:08 localhost kernel: eth1: index 0x01: Vcc 5.0, irq 11, io 0x0100-0x013f
Jul 13 20:36:10 localhost kernel: eth1: Force scheduling reset!
Jul 13 20:37:15 localhost last message repeated 4 times



Code:
laptop init.d # ./net.eth1 start
 * Starting eth1
 *   Starting wpa_supplicant on eth1 ...
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Failed to set encryption.
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Failed to set encryption.
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Failed to set encryption.
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Failed to set encryption.               


Wielkie DZIEKI

od raku: używaj znaczników code!
Back to top
View user's profile Send private message
milu
Bodhisattva
Bodhisattva


Joined: 03 May 2004
Posts: 1122
Location: Poland, Konstancin-Jeziorna

PostPosted: Thu Jul 13, 2006 9:22 pm    Post subject: Reply with quote

Jak generujesz psk? Za pomocą wpa_passphrase?
_________________
Pozdrawiam,
Milu
------------------------------------
Registered Linux User: #246079

Zanim zadasz pytanie przeczytaj to dokładnie!!
Back to top
View user's profile Send private message
lukiw
n00b
n00b


Joined: 29 Oct 2005
Posts: 25
Location: Poland

PostPosted: Fri Jul 14, 2006 3:34 pm    Post subject: Reply with quote

milu wrote:
Jak generujesz psk? Za pomocą wpa_passphrase?

psk probowalem wygenerowac przez wpa_passphrase i wpisywalem recznie.

Wylaczylem automatyczne ladowanie modulow i zaladowalem je recznie z nastepujacymi opcjami:
modprobe hermes
modprobe orinoco force_monitor=5
modprobe orinoco_cs

w syslog'u pojawily sie nastepujace informacje:
Code:

Jul 14 17:22:16 localhost cardmgr[6014]: unsupported card in socket 0
Jul 14 17:22:16 localhost cardmgr[6014]:   product info: "Agere Systems", "Wireless PC Card Model 0104", "Version 01.01", ""
Jul 14 17:22:16 localhost cardmgr[6014]:   manfid: 0x0156, 0x0002  function: 6 (network)
Jul 14 17:22:16 localhost cardmgr[6014]: unsupported card in socket 0
Jul 14 17:22:17 localhost cardmgr[6014]:   product info: "Agere Systems", "Wireless PC Card Model 0104", "Version 01.01", ""
Jul 14 17:22:17 localhost cardmgr[6014]:   manfid: 0x0156, 0x0002  function: 6 (network)


Dodam, ze probowalem skompilowac driver wl_lkm_722_abg.tar.gz razem z pcmcia-cs-3.2.8.tar.gz,
jednak podczas wykonywania skryptu ./Build dostaje nastepujace bledy:

Code:

/usr/src/linux/include/asm/semaphore.h:155: error: syntax error before "KBUILD_BASENAME"
/usr/src/linux/include/asm/semaphore.h: In function `up':
/usr/src/linux/include/asm/semaphore.h:179: error: syntax error before "KBUILD_BASENAME"
In file included from /usr/src/linux/include/linux/module.h:23,
                 from ../include/static/linux/module.h:6,
                 from ../include/pcmcia/k_compat.h:61,
                 from ../include/wireless/wl_version.h:162,
                 from ../include/hcf/hcfcfg.h:797,
                 from ../hcf/fw_h2.c:28:
/usr/src/linux/include/asm/module.h:60:2: #error unknown processor family
../hcf/fw_h2.c: At top level:
../hcf/fw_h2.c:4468: warning: missing braces around initializer
../hcf/fw_h2.c:4468: warning: (near initialization for `fw_image_infocompat[3].var_rec[0]')
make[1]: *** [wlags49_h2_cs.o] Błąd 1
make[1]: Leaving directory `/usr/src/pcmcia-cs/wireless'
make: *** [wlags49_h2_cs] Błąd 2


Macie moze jakies pomysly ...
Mnie sie juz wszystkie wyczerpaly :(
Back to top
View user's profile Send private message
argasek
Bodhisattva
Bodhisattva


Joined: 06 May 2004
Posts: 1121
Location: Sol [0,0], Poland, Kraków

PostPosted: Mon Nov 13, 2006 11:20 pm    Post subject: Reply with quote

Moved from Polish to Instalacja i sprzęt.
_________________
RLU #137109 | http://soundcloud.com/argasek
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum