Pirelli DRG A226M, install wireless card driver problem. HELP!

https://openwrt.org/toh/pirelli/drg_a226m
i installed the driver using this command opkg install kmod-rt61-pci, and it was successfully installed.
But still, the LUCI interface doesn't have the "wireless" section.

I think that i should edit the /etc/config/wireless file, but don't now how to do it.
anyone knows how to do it?

Did you reboot the system after installing the module?
Then delete the /etc/config/wireless file, if it exists, and recreate it with wifi config

Executed wifi config, but the new created wireless file is empty.

Is the module loaded? Check with lsmod

mac80211              497433  2 rt2x00pci,rt2x00lib
nf_conntrack           63861 12 nf_conntrack_ipv6,ipt_MASQUERADE,xt_state,xt_nat,xt_conntrack,xt_REDIRECT,nf_nat_masquerade_ipv4,nf_conntrack_ipv4,nf_nat_ipv4,nf_nat,nf_flow_table,nf_conntrack_rtcache
nf_conntrack_ipv4       4416 11
nf_conntrack_ipv6       4656  5
nf_conntrack_rtcache    2736  0
nf_defrag_ipv4          1062  1 nf_conntrack_ipv4
nf_defrag_ipv6          5262  1 nf_conntrack_ipv6
nf_flow_table          14031  2 xt_FLOWOFFLOAD,nf_flow_table_hw
nf_flow_table_hw        2240  1
nf_log_common           2687  2 nf_log_ipv4,nf_log_ipv6
nf_log_ipv4             3472  0
nf_log_ipv6             4192  0
nf_nat                 13675  4 xt_nat,nf_nat_redirect,nf_nat_masquerade_ipv4,nf_nat_ipv4
nf_nat_ipv4             3361  1 iptable_nat
nf_nat_masquerade_ipv4    1772  1 ipt_MASQUERADE
nf_nat_redirect         1579  1 xt_REDIRECT
nf_reject_ipv4          2131  1 ipt_REJECT
nf_reject_ipv6          2552  1 ip6t_REJECT
nls_base                5440  1 usbcore
ohci_hcd               29618  1 ohci_platform
ohci_platform           3600  0
ppp_async               7072  0
ppp_generic            23570  3 pppoe,ppp_async,pppox
pppoe                   8752  0
pppox                   1402  1 pppoe
rt2x00lib              37027  3 rt61pci,rt2x00pci,rt2x00mmio
rt2x00mmio              2544  1 rt61pci
rt2x00pci               2082  1 rt61pci
rt61pci                21248  0
slhc                    5211  1 ppp_generic
usb_common              2583  1 usbcore
usbcore               135699  5 ledtrig_usbport,ohci_platform,ohci_hcd,ehci_platform,ehci_hcd
x_tables               14559 23 ipt_REJECT,ipt_MASQUERADE,xt_time,xt_tcpudp,xt_state,xt_nat,xt_multiport,xt_mark,xt_mac,xt_limit,xt_conntrack,xt_comment,xt_TCPMSS,xt_REDIRECT,xt_LOG,xt_FLOWOFFLOAD,iptable_mangle,iptable_filter,ip_tables,ip6table_mangle,ip6table_filter,ip6_tables,ip6t_REJECT
xt_FLOWOFFLOAD          3088  0
xt_LOG                   816  0
xt_REDIRECT              752  0
xt_TCPMSS               2816  2
xt_comment               528125
xt_conntrack            2368 14
xt_limit                1344 20
xt_mac                   672  0
xt_mark                  720  0
xt_multiport            1328  0
xt_nat                  1584  0
xt_state                 768  0
xt_tcpudp               1808 10
xt_time                 1840  0

It's loaded, what about iw list ?

Nothing happens

Ok, I replugged the wifi and executed wifi config.now it works. Thank you!

I suppose you did not reboot the router earlier.

I rebooted may times...
anyway, now i have another problem that there is no switch function. I edited the /etc/config/network as the webpage suggested, but got an error message.

Them maybe the dongle was not properly inserted in the usb port and re plugging it fixed that.

Better mark this thread as solved and open a new one for the other problem.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.