You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have built the following kernel and firmware for a T31L board Linux openipc-t31 3.10.14__isvp_swan_1.0__ #2 PREEMPT Tue Dec 10 15:11:37 EST 2024 mips GNU/Linux
It boots fine and the wifi board appears visible after setting GPIO 6. If I use the atbm603x_wifi_usb.ko that ships with openipc, the wlan0 interface is never created.If I use the atbm603x_wifi_usb.ko that shipped with the original firmware, the wlan0 interface is created and I can see networks.
root@openipc-t31:~# gpio set 6
Setting GPIO-6 to HI
root@openipc-t31:~# modprobe cfg80211
root@openipc-t31:~# insmod /mnt/mmcblk0p1/atbm603x_wifi_usb.ko
root@openipc-t31:~# dmesg | tail
[ 131.585758] [atbm_log]:[phy0-ble_xmit] start
[ 131.585976] [atbm_log]:ble_platform_probe(81440880)
[ 131.586006] [atbm_log]:is registered as 'phy0'
[ 131.586041] [atbm_log]:apollo wifi : can't open /tmp/atbm_txpwer_dcxo_cfg.txt
[ 131.586064] [atbm_log]:apollo wifi : can't open /tmp/set_rate_power.txt
[ 131.586466] [atbm_log]:open_auto_cfo:ppm_buf:cfo 1 0 , buf_len:8
[ 131.586630] [atbm_log]:get chip id [834][10][0]
[ 131.586642] [atbm_log]:current chiptype 6012B-X
[ 131.586652] [atbm_log]:[atbm_wtd]:set wtd_probe = 1
[ 131.589808] usbcore: registered new interface driver atbm_wlan
If I try to join I get the following messages repeated over and over again in dmesg.
Has anyone else come across the timeouts for authentication before? I've also tried joining an open network and still can't associate. I get NO CARRIER on wlan0 after attempting to join.
root@openipc-t31:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: tunl0: <NOARP> mtu 0 qdisc noop state DOWN
link/ipip 0.0.0.0 brd 0.0.0.0
3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
link/ether 20:98:ed:xx:xx:xx brd ff:ff:ff:ff:ff:ff
4: p2p0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 22:98:ed:xx:xx:xx brd ff:ff:ff:ff:ff:ff
The text was updated successfully, but these errors were encountered:
I have built the following kernel and firmware for a T31L board
Linux openipc-t31 3.10.14__isvp_swan_1.0__ #2 PREEMPT Tue Dec 10 15:11:37 EST 2024 mips GNU/Linux
It boots fine and the wifi board appears visible after setting GPIO 6. If I use the atbm603x_wifi_usb.ko that ships with openipc, the wlan0 interface is never created.If I use the atbm603x_wifi_usb.ko that shipped with the original firmware, the wlan0 interface is created and I can see networks.
If I try to join I get the following messages repeated over and over again in dmesg.
Has anyone else come across the timeouts for authentication before? I've also tried joining an open network and still can't associate. I get NO CARRIER on wlan0 after attempting to join.
The text was updated successfully, but these errors were encountered: