Greetings.
Two days ago I managed to install slackware (-spent most time finding out how to do it without CD-drive).
But now I'm stuck. I can't get my w-lan running.
Here's some Data:
- Acer Travelmate TM8371-352G16n
(wlan-card: WiFi Link 5100)
- Slackware 13 64
- AccessPoint uses WPA2 with AES
Everytime I have to use:
because without, the wifi-button does nothing. Took me some time to figure this one out.
But then I can use
Code:
iwlist wlan0 scanning
just fine. (typed per hand and shortened):
Quote:
wlan0 Scan completed:
Cell 01 - Address: 00:...:BB
ESSID "correct ESSID"
Mode: Master
Channel: 'correct channel'
Frequency 2.467 GHz (Channel 10)
....
Encryption key: on
IE: Unknown: 000B574C414E2D393631463932
IE: Unknown: 010882848B0C12961824
IE: Unknown: 03010A
IE: Unknown: 0...4 (~300 chars)
IE: IEEE 802.11i/WPA2 Version1
Group Cipher: CCMP
Pairwise Ciphers (1): CCMP
Authentication Suites (1): PSK
IE: Unknown: 2A0100
IE: Unknown: 32043048606C
IE: Unknown: ... (~80 chars)
Bit Rates: 1 Mb/s; 2 Mb/s; ... ; 54Mb/s
Extra: tsf=000000021c258a14
Extra: Last beacon: 1556ms ago
|
IE: Unknown: ...
returns:
Quote:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:...
TX packets: ...
RX bytes:0 (0.0 B)...
wlan0 Link encap:Ethernet HWaddr 00:22:fb:73:1f:aa
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 ...
...
wmaster0 Link encap:UNSPEC HWaddr 00-22-FB-73-1F-AA-00-...-00
UP BROADCAST MULTICAST MTU:1500 Metric:1
...
|
Here is my rc.inet1.conf (well the important part):
Quote:
# Config information for eth0:
#IPADDR[0]=""
...
# Config information for wlan
IFNAME[1]="wlan_home"
IPADDR[1]=""
NETMASK[1]=""
USE_DHCP[1]="yes"
#DHCP_HOSTNAME[1]="router_home"
DHCP_KEEPRESOLV[1]="yes"
DHCP_KEEPNTP[1]="yes"
DHCP_KEEPGW[1]="yes"
#DHCP_IPADDR[1]=""
WLAN_ESSID[1]=WLAN-961F92
WLAN_MODE[1]=Managed
WLAN_RATE[1]="54M auto"
WLAN_CHANNEL[1]="auto"
WLAN_KEY[1]="my_key in plain text"
WLAN_IWPRIV[1]="set AuthMode=WPA"PSK | set EncrypType=AES | set WPAPSK=my_key encrypted"
WLAN_WPA[1]="wpa_supplicant"
#WLAN_WPADRIVER[1]="ndiswrapper"
WLAN_WPACONF[1]="/etc/wpa_supplicant.conf" # helps maybe(?)
...
|
So basically everthing is commented out, except the wlan-part.
I'm not sure, if I can enter my key in plain text under WLAN_KEY, but I think thats not the problem here. The last line were added after I read a post, mentioning the "Failed to connect to wpa supplicant"-problem - didn't help.
EDIT:
linuxquestions.org/questions/slackware-14/failed-to-connect-to-wpasupplicant-wpactrlopen-no-such-file-or-directory-611577/
Quote:
Could not connect to wpa_supplicant -retrying
|
It takes for ever. So tryed crtl+alt+Esc, but finaly had to reboot.
(Makes it complicated, when you have to look up how to scroll up, restart,... but I'm getting the drift
![Smilie](https://www.linuxquestions.org/questions/images/smilies/smile.gif)
)
works fine, but:
Quote:
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
|
So I searched a lot for "wpa_supplicant not found" and such, but did not come across something usefull.
I still don't get the whole plan, so I'm not even sure where to begin. I imagine something like this: The hardware was found and works fine with the preinstalled driver (e.g. no problems with scanning). Now the configuration for my network has to be looked up. Thats why I had to edit rc.inet1.conf .
But
displays:
Quote:
error fetching interface information: Device not found
|
On the other hand wlan0 works.
Although I wrote IFNAME[1]="wlan_home" . I'm not sure how it is determined wich description is selected ([0] or [1] ...). First working one wins?
Anyway, I also added my key and ssid in /etc/wpa_supplicant.conf today, but the problem remains the same.
In KDE: System settings -> Network settings
No devices are detected/listed. Instead an error pops up: "Could not parse XML()." Maybe not 1:1 but something like this.
Found 'WPA_GUI' right now. Looks nice, but also no adapter I could choose.
Well... thats quite a first post.
Guidance is always appreciated.
PS.: alien.slackbook.org/dokuwiki/doku.php?id=slackware:network
was very helpful so far