tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

status updates for malo(4), rum(4), run(4), and uath(4)



hi

I've added module glue to rum(4), run(4), and uath(4). dependency is not
resolved, so required functions must be compiled in kernel.

see Makefile before compiling.

----
run(4) hardware encryption/decryption is working now!

only 1st key is working on WEP. you should use ifconfig nwkey 1:xxx or
wep_tx_keyidx=0 for wpa_supplicant.

WPA-PSK + AES-CCMP works well. TKIP is not tested.

run(4) may hang with endless "RX status=6" messages. (I said interrupt
storm in previous mail)

it happens by setting IPv4 address while running state, e.g.

  1. run wpa_supplicant or ifconfig ssid xxx nwkey yyy up
  2. link up
  3. run dhcpcd or ifconfig run0 inet your_address

workaround is

  1. run ifconfig run0 inet 0.0.0.0 /* or something else */
  2. run wpa_supplicant or ifconfig ssid xxx nwkey yyy up
  3. link up
  4. run dhcpcd or ifconfig run0 inet your_address
  5. run ifconfig run0 inet 0.0.0.0 -alias

----
no update for malo(4).

--
FUKAUMI Naoki


Home | Main Index | Thread Index | Old Index