1 (edytowany przez jacekdob 2014-03-30 03:19:16)

Temat: Brak Wifi dla Edimax 3g-6200n

Witam,

po zainstalowaniu:
http://ecco.selfip.net/attitude_adjustm … pgrade.bin
2014-Mar-15 11:31:27    3.1M

Nie ma w ogóle interfejsu radiowego Wifi.
Dioda Wifi się nie pali.
W Luci nie ma zakładki Wifi.

Przy oryginalnym sofcie producenta oczywiście wifi działa.

Z góry dziękuję za pomoc.

root@OpenWrt:~# ifconfig -a
3g-wan    Link encap:Point-to-Point Protocol
          inet addr:213.158.209.24  P-t-P:10.64.64.64  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:34855 errors:8 dropped:0 overruns:0 frame:0
          TX packets:27159 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:33485122 (31.9 MiB)  TX bytes:11948016 (11.3 MiB)

br-lan    Link encap:Ethernet  HWaddr 00:11:22:33:44:55
          inet addr:192.168.2.1  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:30217 errors:0 dropped:258 overruns:0 frame:0
          TX packets:36451 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:12527674 (11.9 MiB)  TX bytes:34776214 (33.1 MiB)

eth0      Link encap:Ethernet  HWaddr 00:11:22:33:44:55
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:30330 errors:0 dropped:20 overruns:0 frame:0
          TX packets:36452 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:13101960 (12.4 MiB)  TX bytes:34961776 (33.3 MiB)
          Interrupt:5

eth0.1    Link encap:Ethernet  HWaddr 00:11:22:33:44:55
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:30221 errors:0 dropped:3 overruns:0 frame:0
          TX packets:36451 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:12527858 (11.9 MiB)  TX bytes:34776214 (33.1 MiB)

eth1      Link encap:Ethernet  HWaddr 00:01:02:03:04:05
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:385 errors:0 dropped:0 overruns:0 frame:0
          TX packets:385 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:31775 (31.0 KiB)  TX bytes:31775 (31.0 KiB)
root@OpenWrt:~# uci show wireless
uci: Entry not found
root@OpenWrt:~# uci show
dhcp.@dnsmasq[0]=dnsmasq
dhcp.@dnsmasq[0].domainneeded=1
dhcp.@dnsmasq[0].boguspriv=1
dhcp.@dnsmasq[0].localise_queries=1
dhcp.@dnsmasq[0].rebind_protection=1
dhcp.@dnsmasq[0].rebind_localhost=1
dhcp.@dnsmasq[0].local=/lan/
dhcp.@dnsmasq[0].domain=lan
dhcp.@dnsmasq[0].expandhosts=1
dhcp.@dnsmasq[0].authoritative=1
dhcp.@dnsmasq[0].readethers=1
dhcp.@dnsmasq[0].leasefile=/tmp/dhcp.leases
dhcp.@dnsmasq[0].resolvfile=/tmp/resolv.conf.auto
dhcp.lan=dhcp
dhcp.lan.interface=lan
dhcp.lan.start=100
dhcp.lan.limit=150
dhcp.lan.leasetime=12h
dhcp.wan=dhcp
dhcp.wan.interface=wan
dhcp.wan.ignore=1
dropbear.@dropbear[0]=dropbear
dropbear.@dropbear[0].PasswordAuth=on
dropbear.@dropbear[0].Port=22
firewall.@defaults[0]=defaults
firewall.@defaults[0].syn_flood=1
firewall.@defaults[0].input=ACCEPT
firewall.@defaults[0].output=ACCEPT
firewall.@defaults[0].forward=REJECT
firewall.@zone[0]=zone
firewall.@zone[0].name=lan
firewall.@zone[0].input=ACCEPT
firewall.@zone[0].output=ACCEPT
firewall.@zone[0].forward=REJECT
firewall.@zone[0].network=lan
firewall.@zone[1]=zone
firewall.@zone[1].name=wan
firewall.@zone[1].input=REJECT
firewall.@zone[1].output=ACCEPT
firewall.@zone[1].forward=REJECT
firewall.@zone[1].masq=1
firewall.@zone[1].mtu_fix=1
firewall.@zone[1].network=wan wan6
firewall.@forwarding[0]=forwarding
firewall.@forwarding[0].src=lan
firewall.@forwarding[0].dest=wan
firewall.@rule[0]=rule
firewall.@rule[0].name=Allow-DHCP-Renew
firewall.@rule[0].src=wan
firewall.@rule[0].proto=udp
firewall.@rule[0].dest_port=68
firewall.@rule[0].target=ACCEPT
firewall.@rule[0].family=ipv4
firewall.@rule[1]=rule
firewall.@rule[1].name=Allow-Ping
firewall.@rule[1].src=wan
firewall.@rule[1].proto=icmp
firewall.@rule[1].icmp_type=echo-request
firewall.@rule[1].family=ipv4
firewall.@rule[1].target=ACCEPT
firewall.@rule[2]=rule
firewall.@rule[2].name=Allow-DHCPv6
firewall.@rule[2].src=wan
firewall.@rule[2].proto=udp
firewall.@rule[2].src_ip=fe80::/10
firewall.@rule[2].src_port=547
firewall.@rule[2].dest_ip=fe80::/10
firewall.@rule[2].dest_port=546
firewall.@rule[2].family=ipv6
firewall.@rule[2].target=ACCEPT
firewall.@rule[3]=rule
firewall.@rule[3].name=Allow-ICMPv6-Input
firewall.@rule[3].src=wan
firewall.@rule[3].proto=icmp
firewall.@rule[3].icmp_type=echo-request echo-reply destination-unreachable packet-too-big time-exceeded bad-header unknown-header-type router-solicitation neighbour-solicitation router-advertisement neighbour-advertisement
firewall.@rule[3].limit=1000/sec
firewall.@rule[3].family=ipv6
firewall.@rule[3].target=ACCEPT
firewall.@rule[4]=rule
firewall.@rule[4].name=Allow-ICMPv6-Forward
firewall.@rule[4].src=wan
firewall.@rule[4].dest=*
firewall.@rule[4].proto=icmp
firewall.@rule[4].icmp_type=echo-request echo-reply destination-unreachable packet-too-big time-exceeded bad-header unknown-header-type
firewall.@rule[4].limit=1000/sec
firewall.@rule[4].family=ipv6
firewall.@rule[4].target=ACCEPT
firewall.@include[0]=include
firewall.@include[0].path=/etc/firewall.user
fstab.automount=global
fstab.automount.from_fstab=1
fstab.automount.anon_mount=1
fstab.autoswap=global
fstab.autoswap.from_fstab=1
fstab.autoswap.anon_swap=0
fstab.@mount[0]=mount
fstab.@mount[0].target=/overlay
fstab.@mount[0].device=/dev/sda98
fstab.@mount[0].fstype=ext4
fstab.@mount[0].options=rw,noatime
fstab.@mount[0].enabled_fsck=0
fstab.@mount[0].enabled=0
fstab.@swap[0]=swap
fstab.@swap[0].device=/dev/sda99
fstab.@swap[0].enabled=0
luci.main=core
luci.main.lang=auto
luci.main.mediaurlbase=/luci-static/openwrt.org
luci.main.resourcebase=/luci-static/resources
luci.flash_keep=extern
luci.flash_keep.uci=/etc/config/
luci.flash_keep.dropbear=/etc/dropbear/
luci.flash_keep.openvpn=/etc/openvpn/
luci.flash_keep.passwd=/etc/passwd
luci.flash_keep.opkg=/etc/opkg.conf
luci.flash_keep.firewall=/etc/firewall.user
luci.flash_keep.uploads=/lib/uci/upload/
luci.languages=internal
luci.languages.en=English
luci.sauth=internal
luci.sauth.sessionpath=/tmp/luci-sessions
luci.sauth.sessiontime=3600
luci.ccache=internal
luci.ccache.enable=1
luci.themes=internal
luci.themes.OpenWrt=/luci-static/openwrt.org
network.loopback=interface
network.loopback.ifname=lo
network.loopback.proto=static
network.loopback.ipaddr=127.0.0.1
network.loopback.netmask=255.0.0.0
network.lan=interface
network.lan.ifname=eth0.1
network.lan.type=bridge
network.lan.proto=static
network.lan.netmask=255.255.255.0
network.lan.macaddr=00:11:22:33:44:55
network.lan.ipaddr=192.168.2.1
network.@switch[0]=switch
network.@switch[0].name=rt305x
network.@switch[0].reset=1
network.@switch[0].enable_vlan=1
network.@switch_vlan[0]=switch_vlan
network.@switch_vlan[0].device=rt305x
network.@switch_vlan[0].vlan=1
network.@switch_vlan[0].ports=0 1 2 3 5  6t
network.@switch_vlan[1]=switch_vlan
network.@switch_vlan[1].device=rt305x
network.@switch_vlan[1].vlan=2
network.@switch_vlan[1].ports=4  6t
network.wan=interface
network.wan._orig_ifname=wwan0
network.wan._orig_bridge=false
network.wan.proto=3g
network.wan.service=umts
network.wan.apn=eranet
network.wan.device=/dev/ttyUSB0
system.@system[0]=system
system.@system[0].hostname=OpenWrt
system.@system[0].timezone=CET-1CEST,M3.5.0,M10.5.0/3
system.@system[0].zonename=Europe/Warsaw
system.ntp=timeserver
system.ntp.server=0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org
system.ntp.enable_server=0
system.wifi_button=button
system.wifi_button.button=wps
system.wifi_button.action=released
system.wifi_button.handler=/sbin/wifionoff
system.wifi_button.min=0
system.wifi_button.max=2
system.reboot_button=button
system.reboot_button.button=reset
system.reboot_button.action=released
system.reboot_button.handler=reboot
system.reboot_button.min=3
system.reboot_button.max=10
system.reset_button=button
system.reset_button.button=reset
system.reset_button.action=released
system.reset_button.handler=/sbin/firstboot ; reboot
system.reset_button.min=11
system.reset_button.max=90
system.led_wifi_led=led
system.led_wifi_led.name=wifi
system.led_wifi_led.sysfs=edimax:amber:wlan
system.led_wifi_led.trigger=netdev
system.led_wifi_led.dev=wlan0
system.led_wifi_led.mode=link tx rx
system.led_usb=led
system.led_usb.name=USB
system.led_usb.sysfs=edimax:blue:3g
system.led_usb.trigger=usbdev
system.led_usb.dev=1-1
system.led_usb.interval=50
ucitrack.@network[0]=network
ucitrack.@network[0].init=network
ucitrack.@network[0].affects=dhcp radvd
ucitrack.@wireless[0]=wireless
ucitrack.@wireless[0].affects=network
ucitrack.@firewall[0]=firewall
ucitrack.@firewall[0].init=firewall
ucitrack.@firewall[0].affects=luci-splash qos miniupnpd
ucitrack.@olsr[0]=olsr
ucitrack.@olsr[0].init=olsrd
ucitrack.@dhcp[0]=dhcp
ucitrack.@dhcp[0].init=dnsmasq
ucitrack.@dropbear[0]=dropbear
ucitrack.@dropbear[0].init=dropbear
ucitrack.@httpd[0]=httpd
ucitrack.@httpd[0].init=httpd
ucitrack.@fstab[0]=fstab
ucitrack.@fstab[0].init=fstab
ucitrack.@qos[0]=qos
ucitrack.@qos[0].init=qos
ucitrack.@system[0]=system
ucitrack.@system[0].init=led
ucitrack.@system[0].affects=luci_statistics
ucitrack.@luci_splash[0]=luci_splash
ucitrack.@luci_splash[0].init=luci_splash
ucitrack.@upnpd[0]=upnpd
ucitrack.@upnpd[0].init=miniupnpd
ucitrack.@ntpclient[0]=ntpclient
ucitrack.@ntpclient[0].init=ntpclient
ucitrack.@samba[0]=samba
ucitrack.@samba[0].init=samba
ucitrack.@tinyproxy[0]=tinyproxy
ucitrack.@tinyproxy[0].init=tinyproxy
uhttpd.main=uhttpd
uhttpd.main.listen_http=0.0.0.0:80
uhttpd.main.listen_https=0.0.0.0:443
uhttpd.main.home=/www
uhttpd.main.rfc1918_filter=1
uhttpd.main.max_requests=3
uhttpd.main.cert=/etc/uhttpd.crt
uhttpd.main.key=/etc/uhttpd.key
uhttpd.main.cgi_prefix=/cgi-bin
uhttpd.main.script_timeout=60
uhttpd.main.network_timeout=30
uhttpd.main.tcp_keepalive=1
uhttpd.px5g=cert
uhttpd.px5g.days=730
uhttpd.px5g.bits=1024
uhttpd.px5g.country=DE
uhttpd.px5g.state=Berlin
uhttpd.px5g.location=Berlin
uhttpd.px5g.commonname=OpenWrt
root@OpenWrt:~# dmesg
[    0.000000] Linux version 3.3.8 (cezary@eko.one.pl) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #2 Sat Mar 15 11:29:43 CET 2014
[    0.000000] prom: fw_arg0=00000001, fw_arg1=01f57fb0, fw_arg2=01f583b0, fw_arg3=00000000
[    0.000000] env[0]: memsize=32
[    0.000000] env[1]: initrd_start=0x00000000
[    0.000000] env[2]: initrd_size=0x0
[    0.000000] env[3]: flash_start=0xBFC00000
[    0.000000] env[4]: flash_size=0x400000
[    0.000000] env[0]: memsize=32
[    0.000000] env[1]: initrd_start=0x00000000
[    0.000000] env[2]: initrd_size=0x0
[    0.000000] env[3]: flash_start=0xBFC00000
[    0.000000] env[4]: flash_size=0x400000
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU revision is: 0001964c (MIPS 24KEc)
[    0.000000] Ralink RT3052 id:1 rev:2 running at 320.00 MHz
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 02000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Zone PFN ranges:
[    0.000000]   Normal   0x00000000 -> 0x00002000
[    0.000000] Movable zone start PFN for each node
[    0.000000] Early memory PFN ranges
[    0.000000]     0: 0x00000000 -> 0x00002000
[    0.000000] On node 0 totalpages: 8192
[    0.000000] free_area_init_node: node 0, pgdat 80258750, node_mem_map 81000000
[    0.000000]   Normal zone: 64 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 8128 pages, LIFO batch:0
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8128
[    0.000000] Kernel command line:  board=3G-6200N console=ttyS1,57600 mtdparts=physmap-flash.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,896k(kernel),2752k(rootfs),128k@0x3e0000(cimage)ro,3648k@0x50000(firmware) rootfstype=squashfs,jffs2
[    0.000000] PID hash table entries: 128 (order: -3, 512 bytes)
[    0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes
[    0.000000] Writing ErrCtl register=0004a370
[    0.000000] Readback ErrCtl register=0004a370
[    0.000000] Memory: 29652k/32768k available (2059k kernel code, 3116k reserved, 343k data, 176k init, 0k highmem)
[    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:48
[    0.000000] console [ttyS1] enabled, bootconsole disabled
[    0.010000] Calibrating delay loop... 212.58 BogoMIPS (lpj=1062912)
[    0.090000] pid_max: default: 32768 minimum: 301
[    0.090000] Mount-cache hash table entries: 512
[    0.100000] NET: Registered protocol family 16
[    0.110000] MIPS: machine is Edimax 3g-6200n
[    0.120000] gpiochip_add: registered GPIOs 0 to 23 on device: RT305X-GPIO0
[    0.130000] gpiochip_add: registered GPIOs 24 to 39 on device: RT305X-GPIO1
[    0.140000] gpiochip_add: registered GPIOs 40 to 51 on device: RT305X-GPIO2
[    0.170000] bio: create slab <bio-0> at 0
[    0.180000] Switching to clocksource MIPS
[    0.190000] NET: Registered protocol family 2
[    0.200000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.220000] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
[    0.230000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.250000] TCP: Hash tables configured (established 1024 bind 1024)
[    0.260000] TCP reno registered
[    0.260000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.280000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.290000] NET: Registered protocol family 1
[    0.340000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.360000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.380000] msgmni has been set to 57
[    0.390000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    0.400000] io scheduler noop registered
[    0.410000] io scheduler deadline registered (default)
[    0.420000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.440000] serial8250: ttyS0 at MMIO 0x10000500 (irq = 13) is a 16550A
[    0.450000] serial8250: ttyS1 at MMIO 0x10000c00 (irq = 20) is a 16550A
[    0.480000] physmap platform flash device: 00800000 at bf000000
[    0.490000] physmap-flash.0: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0022a8
[    0.510000] physmap-flash.0: Found an alias at 0x400000 for the chip at 0x0
[    0.510000] Amd/Fujitsu Extended Query Table at 0x0040
[    0.520000]   Amd/Fujitsu Extended Query version 1.1.
[    0.530000] number of CFI chips: 1
[    0.540000] 7 cmdlinepart partitions found on MTD device physmap-flash.0
[    0.550000] Creating 7 MTD partitions on "physmap-flash.0":
[    0.570000] 0x000000000000-0x000000030000 : "u-boot"
[    0.580000] 0x000000030000-0x000000040000 : "u-boot-env"
[    0.600000] 0x000000040000-0x000000050000 : "factory"
[    0.610000] 0x000000050000-0x000000130000 : "kernel"
[    0.620000] 0x000000130000-0x0000003e0000 : "rootfs"
[    0.640000] mtd: partition "rootfs" set to be root filesystem
[    0.650000] mtd: partition "rootfs_data" created automatically, ofs=360000, len=80000
[    0.670000] 0x000000360000-0x0000003e0000 : "rootfs_data"
[    0.680000] 0x0000003e0000-0x000000400000 : "cimage"
[    0.700000] 0x000000050000-0x0000003e0000 : "firmware"
[    0.720000] ramips-wdt ramips-wdt: timeout value must be 0 < timeout <= 40, using 40
[    0.740000] TCP cubic registered
[    0.750000] NET: Registered protocol family 17
[    0.760000] Bridge firewalling registered
[    0.770000] 8021q: 802.1Q VLAN Support v1.8
[    0.780000] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
[    0.800000] Freeing unused kernel memory: 176k freed
[    3.400000] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
[    3.550000] Button Hotplug driver version 0.4.1
[    3.800000] Registered led device: edimax:green:power
[    3.800000] Registered led device: edimax:amber:wlan
[    3.800000] Registered led device: edimax:blue:3g
[    7.160000] JFFS2 notice: (395) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 8 of xref (0 dead, 3 orphan) found.
[    8.260000] SCSI subsystem initialized
[    8.460000] usbcore: registered new interface driver usbfs
[    8.470000] usbcore: registered new interface driver hub
[    8.480000] usbcore: registered new device driver usb
[    8.960000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    9.000000] dwc_otg: version 2.72a 24-JUN-2008
[    9.010000] dwc_otg: Core Release: 2.66a
[    9.220000] dwc_otg: Periodic Transfer Interrupt Enhancement - disabled
[    9.230000] dwc_otg: Multiprocessor Interrupt Enhancement - disabled
[    9.240000] dwc_otg: Using DMA mode
[    9.250000] dwc_otg: Device using Buffer DMA mode
[    9.260000] dwc_otg dwc_otg.0: DWC OTG Controller
[    9.270000] dwc_otg dwc_otg.0: new USB bus registered, assigned bus number 1
[    9.280000] dwc_otg dwc_otg.0: irq 26, io mem 0x101c0000
[    9.290000] dwc_otg: Init: Port Power? op_state=1
[    9.300000] dwc_otg: Init: Power Port (0)
[    9.310000] hub 1-0:1.0: USB hub found
[    9.320000] hub 1-0:1.0: 1 port detected
[    9.350000] Initializing USB Mass Storage driver...
[    9.360000] usbcore: registered new interface driver usb-storage
[    9.380000] USB Mass Storage support registered.
[    9.710000] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    9.930000] scsi0 : usb-storage 1-1:1.3
[    9.940000] scsi1 : usb-storage 1-1:1.4
[   10.930000] scsi 0:0:0:0: CD-ROM            HUAWEI   Mass Storage     2.31 PQ: 0 ANSI: 2
[   10.950000] scsi 1:0:0:0: Direct-Access     HUAWEI   TF CARD Storage  2.31 PQ: 0 ANSI: 2
[   10.970000] sd 1:0:0:0: [sda] 7744512 512-byte logical blocks: (3.96 GB/3.69 GiB)
[   11.000000] sd 1:0:0:0: [sda] Write Protect is off
[   11.010000] sd 1:0:0:0: [sda] Mode Sense: 0f 00 00 00
[   11.010000] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.040000]  sda: sda1
[   11.060000] sd 1:0:0:0: [sda] Attached SCSI removable disk
[   30.240000] EXT4-fs (sda1): recovery complete
[   30.250000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   31.730000] Loading modules backported from Linux version master-2014-01-23-0-g62c147d
[   31.750000] Backport generated by backports.git backports-20140124-0-g1256d3e
[   32.020000] cfg80211: Calling CRDA to update world regulatory domain
[   32.040000] cfg80211: World regulatory domain updated:
[   32.050000] cfg80211:  DFS Master region: unset
[   32.060000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   32.070000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   32.090000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   32.100000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   32.120000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
[   32.140000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
[   32.150000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[   33.630000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
[   33.840000] PPP generic driver version 2.4.2
[   34.340000] ip_tables: (C) 2000-2006 Netfilter Core Team
[   34.740000] NET: Registered protocol family 24
[   34.970000] nf_conntrack version 0.5.0 (466 buckets, 1864 max)
[   35.620000] usbcore: registered new interface driver huawei_ether
[   35.730000] usbcore: registered new interface driver usbserial
[   35.750000] USB Serial support registered for generic
[   35.760000] usbserial_generic 1-1:1.0: generic converter detected
[   35.770000] usb 1-1: generic converter now attached to ttyUSB0
[   35.780000] usbserial_generic 1-1:1.1: generic converter detected
[   35.790000] usb 1-1: generic converter now attached to ttyUSB1
[   35.810000] usbcore: registered new interface driver usbserial_generic
[   35.820000] usbserial: USB Serial Driver core
[   35.910000] usbcore: registered new interface driver cdc_wdm
[   35.960000] usbcore: registered new interface driver cdc_ether
[   36.060000] usbcore: registered new interface driver cdc_ncm
[   36.100000] usbcore: registered new interface driver qmi_wwan
[   36.220000] USB Serial support registered for GSM modem (1-port)
[   36.230000] usbcore: registered new interface driver option
[   36.240000] option: v0.7.2:USB Driver for GSM modems
[   44.380000] device eth0.1 entered promiscuous mode
[   44.390000] device eth0 entered promiscuous mode
[   44.410000] br-lan: port 1(eth0.1) entered forwarding state
[   44.420000] br-lan: port 1(eth0.1) entered forwarding state
[   46.420000] br-lan: port 1(eth0.1) entered forwarding state
[   58.210000] ramips-wdt: timeout value 60 must be 0 < timeout <= 40, using 40
root@OpenWrt:~# cat /proc/cpuinfo
system type             : Ralink RT3052 id:1 rev:2
machine                 : Edimax 3g-6200n
processor               : 0
cpu model               : MIPS 24KEc V4.12
BogoMIPS                : 212.58
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
ASEs implemented        : mips16 dsp
shadow register sets    : 1
kscratch registers      : 0
core                    : 0
VCED exceptions         : not available
VCEI exceptions         : not available
root@OpenWrt:~# mount
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,noatime)
sysfs on /sys type sysfs (rw,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime,size=14916k)
tmpfs on /dev type tmpfs (rw,noatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,noatime,mode=600)
/dev/sda1 on /overlay type ext4 (rw,noatime,user_xattr,barrier=1,data=ordered)
overlayfs:/overlay on / type overlayfs (rw,relatime,lowerdir=/,upperdir=/overlay)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
none on /proc/bus/usb type usbfs (rw,relatime)
root@OpenWrt:~# cat /proc/modules
option 15120 0 - Live 0x80e94000
qmi_wwan 3888 0 - Live 0x80d0b000
cdc_ncm 6240 0 - Live 0x80e84000
usb_wwan 6560 1 option, Live 0x80e80000
cdc_ether 2960 0 - Live 0x80e61000
cdc_wdm 6928 1 qmi_wwan, Live 0x80e64000
usbserial 23664 5 option,usb_wwan, Live 0x80df8000
usbnet 12016 3 qmi_wwan,cdc_ncm,cdc_ether, Live 0x80df0000
hw_cdc_driver 26480 0 - Live 0x80e68000 (O)
ledtrig_usbdev 2032 0 - Live 0x80d0c000
nf_nat_irc 816 0 - Live 0x80d7f000
nf_conntrack_irc 2480 1 nf_nat_irc, Live 0x80d08000
nf_nat_ftp 992 0 - Live 0x80d7b000
nf_conntrack_ftp 4448 1 nf_nat_ftp, Live 0x80d06000
ipt_MASQUERADE 976 1 - Live 0x80d70000
iptable_nat 2528 1 - Live 0x80d78000
nf_nat 10368 4 nf_nat_irc,nf_nat_ftp,ipt_MASQUERADE,iptable_nat, Live 0x80d00000
pppoe 7504 0 - Live 0x80d7c000
xt_conntrack 2080 3 - Live 0x80d74000
xt_CT 1216 0 - Live 0x80d72000
xt_NOTRACK 448 0 - Live 0x80d73000
iptable_raw 560 1 - Live 0x80d6e000
xt_state 608 0 - Live 0x80db8000
nf_conntrack_ipv4 4368 6 iptable_nat,nf_nat, Live 0x80d6c000
nf_defrag_ipv4 640 1 nf_conntrack_ipv4, Live 0x80db2000
nf_conntrack 38208 12 nf_nat_irc,nf_conntrack_irc,nf_nat_ftp,nf_conntrack_ftp,ipt_MASQUERADE,iptable_nat,nf_nat,xt_conntrack,xt_CT,xt_NOTRACK,xt_state,nf_conntrack_ipv4, Live 0x80d60000
pppox 1152 1 pppoe, Live 0x80d1a000
ipt_REJECT 1680 2 - Live 0x80db7000
xt_TCPMSS 2560 1 - Live 0x80db0000
ipt_LOG 6096 0 - Live 0x80db4000
xt_comment 400 99 - Live 0x80d14000
xt_multiport 1120 0 - Live 0x80d16000
xt_mac 528 0 - Live 0x80e5c000
xt_limit 944 1 - Live 0x80e5e000
iptable_mangle 816 1 - Live 0x80e5d000
iptable_filter 592 1 - Live 0x80e57000
ip_tables 9424 4 iptable_nat,iptable_raw,iptable_mangle,iptable_filter, Live 0x80d10000
xt_tcpudp 1616 84 - Live 0x80cf4000
x_tables 9984 18 ipt_MASQUERADE,iptable_nat,xt_conntrack,xt_CT,xt_NOTRACK,iptable_raw,xt_state,ipt_REJECT,xt_TCPMSS,ipt_LOG,xt_comment,xt_multiport,xt_mac,xt_limit,iptable_mangle,iptable_filter,ip_tables,xt_tcpudp, Live 0x80e58000
ppp_async 5984 1 - Live 0x80d5e000
ppp_generic 18880 7 pppoe,pppox,ppp_async, Live 0x80e50000
slhc 4144 1 ppp_generic, Live 0x80d1c000
vfat 7728 0 - Live 0x80d42000
fat 41376 1 vfat, Live 0x80d50000
nls_iso8859_1 2800 0 - Live 0x80d47000
nls_cp437 4336 0 - Live 0x80d40000
rt2x00lib 29808 0 - Live 0x80d48000 (O)
mac80211 318544 1 rt2x00lib, Live 0x80e00000 (O)
crc_itu_t 944 0 - Live 0x80d44000
crc_ccitt 944 1 ppp_async, Live 0x80cf2000
eeprom_93cx6 1632 0 - Live 0x80ceb000
cfg80211 184496 2 rt2x00lib,mac80211, Live 0x80d80000 (O)
compat 7376 2 mac80211,cfg80211, Live 0x80cf6000 (O)
arc4 768 0 - Live 0x80cf1000
aes_generic 29600 0 - Live 0x80cf8000
usb_storage 32880 1 - Live 0x80cc0000
dwc_otg 58592 0 - Live 0x80c70000
ehci_hcd 29296 0 - Live 0x80c38000
sd_mod 22784 2 - Live 0x81b80000
ext4 230144 1 - Live 0x80c80000
jbd2 37776 1 ext4, Live 0x80c10000
mbcache 3504 1 ext4, Live 0x81bab000
usbcore 97456 14 option,qmi_wwan,cdc_ncm,usb_wwan,cdc_ether,cdc_wdm,usbserial,usbnet,hw_cdc_driver,ledtrig_usbdev,usb_storage,dwc_otg,ehci_hcd, Live 0x80c40000
usb_common 480 1 usbcore, Live 0x81bd7000
scsi_mod 69856 2 usb_storage,sd_mod, Live 0x80c20000
nls_base 4672 5 vfat,fat,nls_iso8859_1,nls_cp437,usbcore, Live 0x81b46000
crc16 944 1 ext4, Live 0x81b78000
crypto_algapi 9216 2 arc4,aes_generic, Live 0x81b74000
leds_gpio 1552 0 - Live 0x81b6a000
button_hotplug 2688 0 - Live 0x81bf2000 (O)
gpio_keys_polled 2064 0 - Live 0x81bda000
input_polldev 1696 1 gpio_keys_polled, Live 0x81b40000
input_core 20000 4 button_hotplug,gpio_keys_polled,input_polldev, Live 0x81ba0000

2

Odp: Brak Wifi dla Edimax 3g-6200n

zrób

wifi detect

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

3

Odp: Brak Wifi dla Edimax 3g-6200n

Robiłem,

niestety nic:

root@OpenWrt:~# wifi detect
root@OpenWrt:~#

4

Odp: Brak Wifi dla Edimax 3g-6200n

Sprawdzę wieczorem na swoim jak wrócę do domu.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

5

Odp: Brak Wifi dla Edimax 3g-6200n

Wifi detect bez redirecta do pliku rzadko kiedy coś zwraca. Zrób coś takiego:

rm /etc/config/wireless
wifi detect > /etc/config/wireless

6

Odp: Brak Wifi dla Edimax 3g-6200n

Nie ma znaczenia.

Trzeba doinstalować kmod-rt2800-lib, kmod-rt2x00-mmio, kmod-rt2800-mmio i kmod-rt2800-soc.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

7

Odp: Brak Wifi dla Edimax 3g-6200n

Dziękuję.

Po zainstalowaniu ruszyło od razu.

Pozdrawiam.

PS.

Może warto dorzucić do builda?

8

Odp: Brak Wifi dla Edimax 3g-6200n

Już dawno jest.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

9

Odp: Brak Wifi dla Edimax 3g-6200n

Miałem na myśli do binarki...

10

Odp: Brak Wifi dla Edimax 3g-6200n

I dokładnie to samo ja miałem na myśli.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.