You are not logged in.
Ok, I've been working on this problem for days now and have reached a brickwall so here I am. The problem that I'm having is that the wifi card on my old Toshiba Satellite L305D is seen, and seems to work fine, but I can't link to the AP using iw.
Currently, in this setup, I opened the AP so that I was sure that it was not a wpa issue. I'm using the RTL8187B Realtek Adapter.
[root@laptop /]$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether 00:1e:33:fe:6c:d0 brd ff:ff:ff:ff:ff:ff
3: wlp0s18f2u6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000
link/ether 70:1a:04:54:11:a4 brd ff:ff:ff:ff:ff:ffSo it looks like arch sees the wifi card and it's up
I can scan it.
[root@laptop /]# iw dev wlp0s18f2u6 scan
BSS 00:1d:7e:3a:74:a2(on wlp0s18f2u6)
TSF: 14721896442 usec (0d, 04:05:21)
freq: 2437
beacon interval: 100 TUs
capability: ESS ShortSlotTime (0x0401)
signal: -18.00 dBm
last seen: 890 ms ago
Information elements from Probe Response frame:
SSID: DNET
Supported rates: 1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0
DS Parameter set: channel 6
ERP: <no flags>
ERP D4.0: <no flags>
Extended supported rates: 6.0 9.0 12.0 48.0
HT capabilities:
Capabilities: 0x181e
HT20/HT40
SM Power Save disabled
RX Greenfield
No RX STBC
Max AMSDU length: 7935 bytes
DSSS/CCK HT40
Maximum RX AMPDU length 32767 bytes (exponent: 0x002)
Minimum RX AMPDU time spacing: 8 usec (0x06)
HT RX MCS rate indexes supported: 0-15
HT TX MCS rate indexes are undefined
HT operation:
* primary channel: 6
* secondary channel offset: above
* STA channel width: any
* RIFS: 1
* HT protection: no
* non-GF present: 0
* OBSS non-GF present: 0
* dual beacon: 0
* dual CTS protection: 0
* STBC beacon: 0
* L-SIG TXOP Prot: 0
* PCO active: 0
* PCO phase: 0
WMM: * Parameter version 1
* BE: CW 15-1023, AIFSN 3
* BK: CW 15-1023, AIFSN 7
* VI: CW 7-15, AIFSN 2, TXOP 3008 usec
* VO: CW 3-7, AIFSN 2, TXOP 1504 usecIt looks like it sees my AP so I'll try to link it now.
[root@laptop /]# iw dev wlp0s18f2u6 link
Not connected.Ok, so I'll try to connect
[root@laptop /]# iw dev wlp0s18f2u6 connect -w DNET
wlp0s18f2u6 (phy #0): failed to connect to 00:1d:7e:3a:74:a2, status: 1: Unspecified failureI have another laptop connected to this same AP and it works fine, so I know that it's not in the router. This laptop was working fine before I whipped out the old OS and put Arch on so I know that it shouldn't be an hardware issue. I tried both wifi-menu (which always seems to work everywhere else) and wicd but neither worked. Not really sure where I should go from here.
Offline