Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ipw2200kernel2.6.19-r5 can't connect to access point[solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
djacober
n00b
n00b


Joined: 19 May 2004
Posts: 44
Location: Zurich, Switzerland

PostPosted: Sat Feb 03, 2007 6:48 pm    Post subject: ipw2200kernel2.6.19-r5 can't connect to access point[solved] Reply with quote

Hi all

Since my upgrade to kernel 2.6.19-r5 I can't connect my wireless card to my access point anymore.
The modules get loaded properly and I can see the access point when I make a scan but I can't connect.
When starting the wpa_supplicant with debugging I can see following message:
Code:

State: DISCONNECTED -> SCANNING
Starting AP scan (specific SSID)
Scan SSID - hexdump_ascii(len=4):
     6d 79 41 50                                       myAP
Trying to get current scan results first without requesting a new scan to speed up initial association
Received 0 bytes of scan results (0 BSSes)
Scan results: 0
Selecting BSS from priority group 0
No suitable AP found.
Setting scan request: 0 sec 0 usec
Starting AP scan (broadcast SSID)
Scan timeout - try to get results
Received 0 bytes of scan results (0 BSSes)
Scan results: 0


Here's the output of my loaded modules:
Code:

tux ~ # lsmod
Module                  Size  Used by
ieee80211_crypt_ccmp    10496  0
ieee80211_crypt_tkip    14336  0
arc4                    6016  0
libcrc32c               6656  0
aes_i586               37632  0
crypto_algapi          13440  2 arc4,aes_i586
ipw2200               174792  0
ieee80211              45036  1 ipw2200
ieee80211_crypt         8832  3 ieee80211_crypt_ccmp,ieee80211_crypt_tkip,ieee80211


and here's the output of dmesg:

Code:

tux ~ # dmesg|grep ipw2200
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.4kdmprq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Detected geography ZZD (13 802.11bg channels, 0 802.11a channels)
tux ~ # dmesg|grep 80211
ieee80211_crypt: registered algorithm 'NULL'
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
ieee80211_crypt: registered algorithm 'TKIP'
ieee80211_crypt: registered algorithm 'CCMP'


Here's the output of a scan.
Code:

tux ~ # iwlist eth1 scan
eth1      Scan completed :
          Cell 02 - Address: 00:09:5B:A2:A0:EF
                    ESSID:"myAP"
                    Protocol:IEEE 802.11bg
                    Mode:Master
                    Channel:11
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
                              11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Quality=88/100  Signal level=-41 dBm
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    Extra: Last beacon: 216ms ago

However I only get an output with iwlist when I start eth1 with the init-scripts.
When I take the interface up manually I don't get any output

This is my wpa_supplicant.conf
Code:

network={
        ssid="myAP"
        scan_ssid=1
        key_mgmt=WPA-PSK
        psk="password"
}

and my /etc/conf.d/net
Code:

tux ~ # cat /etc/conf.d/net
modules=( "wpa_supplicant" )
wpa_supplicant_eth1="-Dwext -dd"
config_eth1=( "10.189.47.130 netmask 255.255.255.0" )
routes_eth1=( "default gw 10.189.47.129" )


I already tried to connect to the access point without encryption but with the same result.
Has anyone seen this problem before?

Regards Daniel


Last edited by djacober on Sun Feb 04, 2007 4:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
djacober
n00b
n00b


Joined: 19 May 2004
Posts: 44
Location: Zurich, Switzerland

PostPosted: Sat Feb 03, 2007 6:51 pm    Post subject: Reply with quote

I forgot to mention that with my old kernel I can connect without any problem as well with other wireless devices.

Regards Daniel
Back to top
View user's profile Send private message
koziolek
n00b
n00b


Joined: 28 Jan 2007
Posts: 25
Location: Warsaw, Poland

PostPosted: Sat Feb 03, 2007 8:25 pm    Post subject: Reply with quote

Hmmm... Radio off? Try this file:
http://www.kozik.net.pl/unix/bin/radio_onoff
Code:
# radio_onoff
# radio_onoff on

_________________
WWW
Beer is proof that God loves us and wants us to be happy. (Benjamin Franklin)
Back to top
View user's profile Send private message
djacober
n00b
n00b


Joined: 19 May 2004
Posts: 44
Location: Zurich, Switzerland

PostPosted: Sat Feb 03, 2007 8:57 pm    Post subject: Reply with quote

Thank you now I'm having the same behaviour when starting with the init-scripts and starting it manually.
The problem is I still can't connect:

This is the debugging output. I have to admit I'm having troubles to understand what's happening.
Code:

tux downloads # wpa_supplicant -i eth1 -c /etc/wpa_supplicant.conf -D wext -dd
Initializing interface 'eth1' conf '/etc/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
ctrl_interface_group=10 (from group name 'wheel')
eapol_version=1
ap_scan=1
fast_reauth=1
Line: 265 - start of a new network block
ssid - hexdump_ascii(len=4):
     6d 79 41 50                                       myAP
scan_ssid=1 (0x1)
key_mgmt: 0x2
PSK (ASCII passphrase) - hexdump_ascii(len=9): [REMOVED]
PSK (from passphrase) - hexdump(len=32): [REMOVED]
Priority group 0
   id=0 ssid='myAP'
Initializing interface (2) 'eth1'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
SIOCGIWRANGE: WE(compiled)=21 WE(source)=18 enc_capa=0xf
  capabilities: key_mgmt 0xf enc 0xf
WEXT: Operstate: linkmode=1, operstate=5
Own MAC address: 00:13:ce:10:63:94
wpa_driver_wext_set_wpa
wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_countermeasures
wpa_driver_wext_set_drop_unencrypted
Setting scan request: 0 sec 100000 usec
Added interface eth1
Wireless event: cmd=0x8b06 len=8
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
Wireless event: cmd=0x8b19 len=8
Received 728 bytes of scan results (3 BSSes)
Scan results: 3
Selecting BSS from priority group 0
0: 00:09:5b:a2:a0:ef ssid='myAP' wpa_ie_len=26 rsn_ie_len=0 caps=0x11
   selected based on WPA IE
Trying to associate with 00:09:5b:a2:a0:ef (SSID='myAP' freq=0 MHz)
Cancelling scan request
WPA: clearing own WPA/RSN IE
Automatic auth_alg selection: 0x1
WPA: using IEEE 802.11i/D3.0
WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2
WPA: set AP WPA IE - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
WPA: clearing AP RSN IE
WPA: using GTK TKIP
WPA: using PTK TKIP
WPA: using KEY_MGMT WPA-PSK
WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
No keys have been configured - skip key clearing
wpa_driver_wext_set_drop_unencrypted
State: DISCONNECTED -> ASSOCIATING
WEXT: Operstate: linkmode=-1, operstate=5
wpa_driver_wext_associate
Setting authentication timeout: 10 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
Wireless event: cmd=0x8b06 len=8
Wireless event: cmd=0x8b1a len=12
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 00:09:5b:a2:a0:ef
State: ASSOCIATING -> ASSOCIATED
WEXT: Operstate: linkmode=-1, operstate=5
Associated to a new BSS: BSSID=00:09:5b:a2:a0:ef
No keys have been configured - skip key clearing
Associated with 00:09:5b:a2:a0:ef
WPA: Association event - clear replay counter
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
EAPOL: External notification - portEnabled=1
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: SUPP_BE entering state IDLE
Setting authentication timeout: 10 sec 0 usec
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
RX EAPOL from 00:09:5b:a2:a0:ef
RX EAPOL - hexdump(len=107): 01 03 00 5f fe 00 89 00 20 00 00 00 00 00 00 0f 04 0d 05 fb 8d c2 a6 69 59 a2 1b 43 0f f9 42 3e c2 ab b1 6e 4f e2 a6 f2 82 5e ab 55 89 2b 06 25 f0 c2 ab b1 6e 4f e2 a6 f2 82 5e ab 55 89 2b 06 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 95 f5 80 c2 ed e3 ee 14
Setting authentication timeout: 10 sec 0 usec
IEEE 802.1X RX: version=1 type=3 length=95
  EAPOL-Key type=254
  key_info 0x89 (ver=1 keyidx=0 rsvd=0 Pairwise Ack)
  key_length=32 key_data_length=0
  replay_counter - hexdump(len=8): 00 00 00 00 00 00 0f 04
  key_nonce - hexdump(len=32): 0d 05 fb 8d c2 a6 69 59 a2 1b 43 0f f9 42 3e c2 ab b1 6e 4f e2 a6 f2 82 5e ab 55 89 2b 06 25 f0
  key_iv - hexdump(len=16): c2 ab b1 6e 4f e2 a6 f2 82 5e ab 55 89 2b 06 25
  key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_mic - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
WPA: RX EAPOL-Key - hexdump(len=107): 01 03 00 5f fe 00 89 00 20 00 00 00 00 00 00 0f 04 0d 05 fb 8d c2 a6 69 59 a2 1b 43 0f f9 42 3e c2 ab b1 6e 4f e2 a6 f2 82 5e ab 55 89 2b 06 25 f0 c2 ab b1 6e 4f e2 a6 f2 82 5e ab 55 89 2b 06 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 95 f5 80 c2 ed e3 ee 14
WPA: ignoring 8 bytes after the IEEE 802.1X data
State: ASSOCIATED -> 4WAY_HANDSHAKE
WPA: RX message 1 of 4-Way Handshake from 00:09:5b:a2:a0:ef (ver=1)
WPA: Renewed SNonce - hexdump(len=32): 62 d3 27 aa 92 19 79 d0 cd a9 93 50 e7 59 3f f3 b6 9f 3a ea 00 ec b2 f6 02 ad 94 f5 e3 72 17 4e
WPA: PMK - hexdump(len=32): [REMOVED]
WPA: PTK - hexdump(len=64): [REMOVED]
WPA: WPA IE for msg 2/4 - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
WPA: Sending EAPOL-Key 2/4
WPA: TX EAPOL-Key - hexdump(len=123): 01 03 00 77 fe 01 09 00 20 00 00 00 00 00 00 0f 04 62 d3 27 aa 92 19 79 d0 cd a9 93 50 e7 59 3f f3 b6 9f 3a ea 00 ec b2 f6 02 ad 94 f5 e3 72 17 4e 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 07 80 c2 8c 33 34 c9 fc 8d d2 dc bd a1 de 81 4a 00 18 dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
RX EAPOL from 00:09:5b:a2:a0:ef
RX EAPOL - hexdump(len=133): 01 03 00 79 fe 01 c9 00 20 00 00 00 00 00 00 0f 05 0d 05 fb 8d c2 a6 69 59 a2 1b 43 0f f9 42 3e c2 ab b1 6e 4f e2 a6 f2 82 5e ab 55 89 2b 06 25 f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 8b 3e 43 55 88 65 e5 f0 f9 5e b0 1b f2 66 f1 f3 00 1a dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00 2d 40 75 44 51 14 5e 54
IEEE 802.1X RX: version=1 type=3 length=121
  EAPOL-Key type=254
  key_info 0x1c9 (ver=1 keyidx=0 rsvd=0 Pairwise Install Ack MIC)
  key_length=32 key_data_length=26
  replay_counter - hexdump(len=8): 00 00 00 00 00 00 0f 05
  key_nonce - hexdump(len=32): 0d 05 fb 8d c2 a6 69 59 a2 1b 43 0f f9 42 3e c2 ab b1 6e 4f e2 a6 f2 82 5e ab 55 89 2b 06 25 f0
  key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
  key_mic - hexdump(len=16): 8b 3e 43 55 88 65 e5 f0 f9 5e b0 1b f2 66 f1 f3
WPA: RX EAPOL-Key - hexdump(len=133): 01 03 00 79 fe 01 c9 00 20 00 00 00 00 00 00 0f 05 0d 05 fb 8d c2 a6 69 59 a2 1b 43 0f f9 42 3e c2 ab b1 6e 4f e2 a6 f2 82 5e ab 55 89 2b 06 25 f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 8b 3e 43 55 88 65 e5 f0 f9 5e b0 1b f2 66 f1 f3 00 1a dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00 2d 40 75 44 51 14 5e 54
WPA: ignoring 8 bytes after the IEEE 802.1X data
State: 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
WPA: RX message 3 of 4-Way Handshake from 00:09:5b:a2:a0:ef (ver=1)
WPA: IE KeyData - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
WPA: Sending EAPOL-Key 4/4
WPA: TX EAPOL-Key - hexdump(len=99): 01 03 00 5f fe 01 09 00 20 00 00 00 00 00 00 0f 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5c 86 64 8e 4b 75 3e d9 b2 e6 f0 c3 b7 d4 1a 31 00 00
WPA: Installing PTK to the driver.
WPA: RSC - hexdump(len=6): 00 00 00 00 00 00
wpa_driver_wext_set_key: alg=2 key_idx=0 set_tx=1 seq_len=6 key_len=32
ioctl[SIOCSIWENCODEEXT]: Invalid argument
Driver did not support SIOCSIWENCODEEXT
WPA: Failed to set PTK to the driver.
State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
EAPOL: startWhen --> 0
EAPOL: SUPP_PAE entering state CONNECTING
EAPOL: txStart
WPA: drop TX EAPOL in non-IEEE 802.1X mode (type=1 len=0)
Authentication with 00:09:5b:a2:a0:ef timed out.
Added BSSID 00:09:5b:a2:a0:ef into blacklist
State: GROUP_HANDSHAKE -> DISCONNECTED
WEXT: Operstate: linkmode=-1, operstate=5
wpa_driver_wext_disassociate
wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
EAPOL: External notification - portEnabled=0
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: SUPP_BE entering state INITIALIZE
EAPOL: External notification - portValid=0
Setting scan request: 0 sec 0 usec
State: DISCONNECTED -> SCANNING
Starting AP scan (specific SSID)
Scan SSID - hexdump_ascii(len=4):
     6d 79 41 50                                       myAP


The interface is comming up but I can see a lot of errors on the link and no IP get's configured.
The number of dropped packages is very high.
Code:

tux downloads # ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 00:13:CE:10:63:94
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:8182 errors:5220 dropped:5220 overruns:0 frame:0
          TX packets:1013 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:254821 (248.8 Kb)  TX bytes:156128 (152.4 Kb)
          Interrupt:19 Base address:0x8000 Memory:dfcfd000-dfcfdfff

tux downloads #                                                                 
Back to top
View user's profile Send private message
koziolek
n00b
n00b


Joined: 28 Jan 2007
Posts: 25
Location: Warsaw, Poland

PostPosted: Sat Feb 03, 2007 9:13 pm    Post subject: Reply with quote

Errors:
Code:
WPA: Installing PTK to the driver.
WPA: RSC - hexdump(len=6): 00 00 00 00 00 00
wpa_driver_wext_set_key: alg=2 key_idx=0 set_tx=1 seq_len=6 key_len=32
ioctl[SIOCSIWENCODEEXT]: Invalid argument
Driver did not support SIOCSIWENCODEEXT
WPA: Failed to set PTK to the driver.

A good HANDSHAKE could look like this (with CCMP):
Code:
WPA: Installing PTK to the driver.
wpa_driver_wext_set_key: alg=3 key_idx=0 set_tx=1 seq_len=6 key_len=16
EAPOL: External notification - portValid=1
State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
RSN: received GTK in pairwise handshake - hexdump(len=34): [REMOVED]
WPA: Group Key - hexdump(len=32): [REMOVED]
WPA: Installing GTK to the driver (keyidx=1 tx=0).
WPA: RSC - hexdump(len=6): 90 09 03 00 00 00
wpa_driver_wext_set_key: alg=2 key_idx=1 set_tx=0 seq_len=6 key_len=32
WPA: Key negotiation completed with 00:XX:XX:XX:XX:XX [PTK=CCMP GTK=TKIP]
Cancelling authentication timeout
State: GROUP_HANDSHAKE -> COMPLETED


Try newer version of ipw2200 drivers (for example - from kernel 2.6.19 or 2.6.20) and newer wpa_supplicant (eg. 0.5.7 - remember that configuration file was moved to /etc/wpa_supplicant/wpa_supplicant.conf).
_________________
WWW
Beer is proof that God loves us and wants us to be happy. (Benjamin Franklin)
Back to top
View user's profile Send private message
djacober
n00b
n00b


Joined: 19 May 2004
Posts: 44
Location: Zurich, Switzerland

PostPosted: Sat Feb 03, 2007 10:02 pm    Post subject: Reply with quote

Still no joy. I use Kernel 2.6.19-r5 and wpa_supplicant 0.5.4 has anyone tried 0.5.7 from the testing tree?
It's not yet release for stable.

What is wiered in the whole story is that not even an IP - adress gets configured

Regards Daniel
Back to top
View user's profile Send private message
koziolek
n00b
n00b


Joined: 28 Jan 2007
Posts: 25
Location: Warsaw, Poland

PostPosted: Sat Feb 03, 2007 10:22 pm    Post subject: Reply with quote

djacober wrote:
has anyone tried 0.5.7 from the testing tree?

Yes, I use it.
- suspend2-sources-2.6.19
- ipw2200 from kernel (version: 1.1.4kmprq)
- wpa_supplicant 0.5.7
And everything works - WPA-PSK and WPA-EAP, CCMP and TKIP.
_________________
WWW
Beer is proof that God loves us and wants us to be happy. (Benjamin Franklin)
Back to top
View user's profile Send private message
djacober
n00b
n00b


Joined: 19 May 2004
Posts: 44
Location: Zurich, Switzerland

PostPosted: Sat Feb 03, 2007 11:09 pm    Post subject: Reply with quote

Still same behavour. Maybe I should try the driver that is not in the kernel
What do you think?
Back to top
View user's profile Send private message
koziolek
n00b
n00b


Joined: 28 Jan 2007
Posts: 25
Location: Warsaw, Poland

PostPosted: Sun Feb 04, 2007 9:31 am    Post subject: Reply with quote

Google says:
- Try setting "options ipw2200 hwcrypto=0" (/etc/modules.d/ipw2200 and then modules-update);
- Did you enabled MICHAEL_MIC in kernel (Cryptographic options, can be module);

And try using CCMP, not TKIP (if you can change AccessPoint settings).
_________________
WWW
Beer is proof that God loves us and wants us to be happy. (Benjamin Franklin)
Back to top
View user's profile Send private message
djacober
n00b
n00b


Joined: 19 May 2004
Posts: 44
Location: Zurich, Switzerland

PostPosted: Sun Feb 04, 2007 3:43 pm    Post subject: Reply with quote

I set those options but it still doesn't work. MICHAEL_MIC is enabled as a modules but it doesn't help neither.
The thing I don't understand in my previous kernels (2.6.16-r7 and 2.6.18-r6) it works without any problems.
And without any further optimiziation.

I will now try the latest kernel from the Morten tree (2.6.20-rc6-mm3). Lets see what happens

Regards Daniel
Back to top
View user's profile Send private message
djacober
n00b
n00b


Joined: 19 May 2004
Posts: 44
Location: Zurich, Switzerland

PostPosted: Sun Feb 04, 2007 4:27 pm    Post subject: Reply with quote

Kernel 2.6.20-r6-mm3 works again.
Don't know what happend

I compiled it with the same optiones like 2.6.19.

Regards Daniel
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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