How do I install Linux driver on the Pandora?


Hồng Thất Công

Đả Cẩu Bổng Pháp
Joined
Dec 19, 2012
Messages
4,386
Location
Cái Bang
Today I bought the Linksys wireless adapter AC580 model AE6000 for my windows laptop.  It works great there.  But I would like to try and see if it works on the Pandora so I plugged it in but nothing happen.  So I guess this thing cannot just be plugged and played like the Edimax Wifi dongle Ed sells.  I did some googling and found that the AC580 has a chipset MT7610U from MediaTek (http://wikidevi.com/wiki/Linksys_AE6000).  On this page, I downloaded the Linux driver for this dongle.  The question is how do I install this on the Pandora.  The file is attached.

Thanks advance for any help.

Shenmue

mt7610u_wifi_sta_v3001_dpo_20130725.zip
 

Attachments

  • mt7610u_wifi_sta_v3001_dpo_20130725.zip
    1.7 MB · Views: 164
Last edited by a moderator:
To test, anywhere.

sudo insmod mt7650u_sta.ko

You may have to enable wifi first.

Check dmesg and report if things doesn't work.
 
Tried it.  Didn't work.  Here's what I did.  See if I get this right:

  1. Download the mt7650u_sta.ko, put it on one of the SD cards in the Pandora (psd2)
  2. Enable WiFi (did that but why?  My Linksys dongle is inserted into the USB host, so what does enabling Wifi has to do with this?)
  3. Open terminal and sudo /media/psd2/mt7650u_sta.ko
  4. Enter the required password.  After this I disabled WiFi to see if the Linksys dongle works, but no it doesn't work.
  5. dmesg it and the output is shown below.


shenmue:~$ dmesg
[    0.000000] Linux version 3.2.45 (notaz@pixelinis) (gcc version 4.5.2 (Sourcery G++ Lite 2011.03-41) ) #894 Sat Jul 6 17:22:45 EEST 2013
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Pandora Handheld Console
[    0.000000] Initialized persistent memory from 80fe0000-80ffffff
[    0.000000] cma: CMA: reserved 16 MiB at 9f000000
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c05b4854, node_mem_map c05e7000
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 130048 pages, LIFO batch:31
[    0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
[    0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/600 MHz
[    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: 130048
[    0.000000] Kernel command line: ubi.mtd=4 ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs rw rootflags=bulk_read vram=6272K omapfb.vram=0:3000K mmc_core.removable=0 quiet
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 512MB = 512MB total
[    0.000000] Memory: 497168k/497168k available, 27120k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xf8000000   ( 376 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0545a84   (5367 kB)
[    0.000000]       .init : 0xc0546000 - 0xc0578000   ( 200 kB)
[    0.000000]       .data : 0xc0578000 - 0xc05b4fc0   ( 244 kB)
[    0.000000]        .bss : 0xc05b4fe4 - 0xc05e61e0   ( 197 kB)
[    0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:410
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
[    0.000000] Total of 96 interrupts on 1 active controller
[    0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[    0.000000] Console: colour dummy device 80x30
[    0.000000] console [tty0] enabled
[    0.000152] Calibrating delay loop... 597.64 BogoMIPS (lpj=2334720)
[    0.039093] pid_max: default: 32768 minimum: 301
[    0.039337] Mount-cache hash table entries: 512
[    0.039733] Initializing cgroup subsys devices
[    0.039794] CPU: Testing write buffer coherency: ok
[    0.039978] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
[    0.040069] Setting up static identity map for 0x803e8348 - 0x803e83a0
[    0.040679] devtmpfs: initialized
[    0.055664] print_constraints: dummy:
[    0.056915] NET: Registered protocol family 16
[    0.058624] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.059020] GPMC revision 5.0
[    0.062042] OMAP GPIO hardware version 2.5
[    0.065368] omap_mux_init: Add partition: #1: core, flags: 0
[    0.071960] Reprogramming SDRC clock to 400000000 Hz
[    0.074157] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.081054]  omap-mcbsp.2: alias fck already exists
[    0.081359]  omap-mcbsp.3: alias fck already exists
[    0.082794] OMAP DMA hardware revision 5.0
[    0.097930] bio: create slab <bio-0> at 0
[    0.099060] print_constraints: vwlan: 1800 mV
[    0.100585] SCSI subsystem initialized
[    0.102966] usbcore: registered new interface driver usbfs
[    0.103210] usbcore: registered new interface driver hub
[    0.103454] usbcore: registered new device driver usb
[    0.117279] omap_i2c omap_i2c.1: bus 1 rev1.4.0 at 2600 kHz
[    0.120452] twl4030: PIH (irq 7) chaining IRQs 368..375
[    0.120544] twl4030: power (irq 373) chaining IRQs 376..383
[    0.121063] twl4030: gpio (irq 368) chaining IRQs 384..401
[    0.121520] _omap_mux_init_gpio: Could not set gpio192
[    0.122589] _omap_mux_init_gpio: Could not set gpio193
[    0.125183] print_constraints: VUSB1V5: 1500 mV normal standby
[    0.125823] print_constraints: VUSB1V8: 1800 mV normal standby
[    0.126434] print_constraints: VUSB3V1: 3100 mV normal standby
[    0.187591] twl4030_usb twl4030_usb: Initialized TWL4030 USB module
[    0.188903] print_constraints: vdd_mpu_iva: 600 <--> 1450 mV normal
[    0.189514] print_constraints: vdd_core: 600 <--> 1450 mV normal
[    0.190185] print_constraints: VMMC1: 1850 <--> 3150 mV at 3150 mV normal standby
[    0.190856] print_constraints: VDAC: 1800 mV normal standby
[    0.191528] print_constraints: VAUX2: 1800 mV normal standby
[    0.192199] print_constraints: VPLL2: 1800 mV normal standby
[    0.192901] print_constraints: VMMC2: 1850 <--> 3150 mV at 3150 mV normal standby
[    0.193572] print_constraints: VSIM: 2800 mV normal standby
[    0.194183] print_constraints: VAUX1: 3000 mV normal standby
[    0.194854] print_constraints: VAUX4: 3000 mV normal standby
[    0.203216] omap_i2c omap_i2c.3: bus 3 rev1.4.0 at 100 kHz
[    0.205444] omap-iommu omap-iommu.0: isp registered
[    0.205993] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.206817] Switching to clocksource 32k_counter
[    0.228912] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    0.234313] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[    0.234344] musb-hdrc: MHDRC RTL version 1.800
[    0.234375] musb-hdrc: setup fifo_mode 4
[    0.234375] musb-hdrc: 28/31 max ep, 16384/16384 memory
[    0.234893] musb-hdrc musb-hdrc: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
[    0.235626] NET: Registered protocol family 2
[    0.235778] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.236053] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.236419] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[    0.236633] TCP: Hash tables configured (established 16384 bind 16384)
[    0.236633] TCP reno registered
[    0.236663] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.236663] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.236938] NET: Registered protocol family 1
[    0.237152] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.242767] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.258178] VFS: Disk quotas dquot_6.5.2
[    0.258666] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.263580] msgmni has been set to 1003
[    0.265380] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.265411] io scheduler noop registered
[    0.265411] io scheduler deadline registered
[    0.265441] io scheduler cfq registered (default)
[    0.280334] OMAP DSS rev 2.0
[    0.283569] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.285736] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
[    0.286163] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
[    0.286560] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
[    0.286956] omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
[    0.298614] brd: module loaded
[    0.304473] loop: module loaded
[    0.304534] OMAP overclocker loaded.
[    0.306671] omap2-nand driver initializing
[    0.306823] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xbc (Micron NAND 512MiB 1,8V 16-bit)
[    0.307281] Creating 5 MTD partitions on "omap2-nand.0":
[    0.307281] 0x000000000000-0x000000080000 : "xloader"
[    0.308013] 0x000000080000-0x000000260000 : "uboot"
[    0.309020] 0x000000260000-0x000000280000 : "uboot-env"
[    0.309631] 0x000000280000-0x000000c80000 : "boot"
[    0.311981] 0x000000c80000-0x000020000000 : "rootfs"
[    0.401214] UBI: attaching mtd4 to ubi0
[    1.375823] UBI: scanning is finished
[    1.390136] UBI: attached mtd4 (name "rootfs", size 499 MiB) to ubi0
[    1.390136] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[    1.390167] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[    1.390167] UBI: VID header offset: 512 (aligned 512), data offset: 2048
[    1.390197] UBI: good PEBs: 3996, bad PEBs: 0, corrupted PEBs: 0
[    1.390197] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
[    1.390228] UBI: max/mean erase counter: 306/39, WL threshold: 4096, image sequence number: 192838839
[    1.390228] UBI: available PEBs: 0, total reserved PEBs: 3996, PEBs reserved for bad PEB handling: 39
[    1.390289] UBI: attaching mtd3 to ubi1
[    1.390655] UBI: background thread "ubi_bgt0d" started, PID 572
[    1.410430] UBI: scanning is finished
[    1.417266] UBI: attached mtd3 (name "boot", size 10 MiB) to ubi1
[    1.417266] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[    1.417297] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[    1.417297] UBI: VID header offset: 512 (aligned 512), data offset: 2048
[    1.417327] UBI: good PEBs: 80, bad PEBs: 0, corrupted PEBs: 0
[    1.417327] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
[    1.417358] UBI: max/mean erase counter: 67/27, WL threshold: 4096, image sequence number: 1074390406
[    1.417358] UBI: available PEBs: 0, total reserved PEBs: 80, PEBs reserved for bad PEB handling: 2
[    1.417541] UBI: background thread "ubi_bgt1d" started, PID 577
[    1.417663] usbcore: registered new interface driver libusual
[    1.418334] mousedev: PS/2 mouse device common for all mice
[    1.418945] input: keypad as /devices/platform/omap_i2c.1/i2c-1/1-004a/twl4030_keypad/input/input0
[    1.423217] input: power-button as /devices/platform/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input1
[    1.424468] input: nub0 as /devices/platform/omap_i2c.3/i2c-3/3-0066/input/input2
[    1.425781] input: nub1 as /devices/platform/omap_i2c.3/i2c-3/3-0067/input/input3
[    1.432006] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[    1.433074] i2c /dev entries driver
[    1.437561] bq27x00-battery 3-0055: support ver. 1.2.0 enabled
[    1.461395] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[    1.461853] twl4030_wdt twl4030_wdt: Failed to register misc device
[    1.461914] twl4030_wdt: probe of twl4030_wdt failed with error -16
[    1.462554] cpuidle: using governor ladder
[    1.462554] cpuidle: using governor menu
[    1.695190] Registered led device: pandora::sd1
[    1.695434] Registered led device: pandora::sd2
[    1.695678] Registered led device: pandora::bluetooth
[    1.695922] Registered led device: pandora::wifi
[    1.697326] Registered led device: pandora::keypad_bl
[    1.698364] Registered led device: pandora::power
[    1.701080] Registered led device: pandora::charger
[    1.702331] usbcore: registered new interface driver usbhid
[    1.702331] usbhid: USB HID core driver
[    1.702575] persistent_ram: uncorrectable error in header
[    1.702606] persistent_ram: no valid data in buffer (sig = 0x7bf77fef)
[    1.703216] console [ram-1] enabled
[    1.705566] OMAP3 Pandora SoC init
[    1.787170] asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
[    1.788696] asoc: twl4030-hifi <-> omap-mcbsp-dai.3 mapping ok
[    1.791015] ALSA device list:
[    1.791046]   #0: omap3pandora
[    1.791198] TCP cubic registered
[    1.791229] NET: Registered protocol family 17
[    1.791290] NET: Registered protocol family 15
[    1.791290] Registering the dns_resolver key type
[    1.791381] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    1.791412] ThumbEE CPU extension supported.
[    1.791442] Registering SWP/SWPB emulation handler
[    1.797882] clock: disabling unused clocks to save power
[    1.799072] registered taskstats version 1
[    1.814117] Console: switching to colour frame buffer device 100x30
[    2.002929] input: gpio-keys as /devices/platform/gpio-keys/input/input4
[    2.004455] twl_rtc twl_rtc: setting system clock to 2013-09-11 19:59:32 UTC (1378929572)
[    2.006072] UBIFS: background thread "ubifs_bgt0_0" started, PID 673
[    2.070190] UBIFS: mounted UBI device 0, volume 0, name "rootfs"(null)
[    2.070220] UBIFS: LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    2.070251] UBIFS: FS size: 508612608 bytes (485 MiB, 3942 LEBs), journal size 9033728 bytes (8 MiB, 71 LEBs)
[    2.070251] UBIFS: reserved for root: 0 bytes (0 KiB)
[    2.070281] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 3234489E-AD5D-47B1-9185-67A86C6B3788, small LPT model
[    2.072814] VFS: Mounted root (ubifs filesystem) on device 0:14.
[    2.074371] devtmpfs: mounted
[    2.074615] Freeing init memory: 200K
[    2.327972] mmc0: host does not support reading read-only switch. assuming write-enable.
[    2.329864] mmc0: new high speed SDXC card at address b368
[    2.333160] mmcblk0: mmc0:b368 SD64G 59.6 GiB
[    2.335479]  mmcblk0: p1
[    2.842864] mmc1: host does not support reading read-only switch. assuming write-enable.
[    2.844818] mmc1: new high speed SDXC card at address b368
[    2.853363] mmcblk1: mmc1:b368 SD64G 59.6 GiB
[    2.854888]  mmcblk1: p1
[    2.957397] mmc2: card claims to support voltages below the defined range. These will be ignored.
[    2.958404] mmc2: new SDIO card at address 0001
[    3.095611] udev: starting version 151
[    3.096221] udevd (729): /proc/729/oom_adj is deprecated, please use /proc/729/oom_score_adj instead.
[    3.615051] alignment: ignoring faults is unsafe on this CPU.  Defaulting to fixup mode.
[    6.535614] ads7846 spi1.0: touchscreen, irq 254
[    6.536437] input: touchscreen as /devices/platform/omap2_mcspi.1/spi_master/spi1/spi1.0/input/input5
[    6.613128] fuse init (API version 7.17)
[    7.074188] NET: Registered protocol family 10
[    7.129119] FAT-fs (mmcblk1): invalid media value (0x00)
[    7.129272] FAT-fs (mmcblk1): Can't find a valid FAT filesystem
[    7.221588] FAT-fs (mmcblk0): invalid media value (0x00)
[    7.221801] FAT-fs (mmcblk0): Can't find a valid FAT filesystem
[    7.545349] zram: module is from the staging directory, the quality is unknown, you have been warned.
[    7.547424] zram: num_devices not specified. Using default: 1
[    7.547454] zram: Creating 1 devices ...
[    7.839874] UBIFS: background thread "ubifs_bgt1_0" started, PID 1335
[    7.959899] UBIFS: mounted UBI device 1, volume 0, name "boot"(null)
[    7.959899] UBIFS: LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    7.959930] UBIFS: FS size: 8386560 bytes (7 MiB, 65 LEBs), journal size 1032193 bytes (0 MiB, 6 LEBs)
[    7.959960] UBIFS: reserved for root: 396117 bytes (386 KiB)
[    7.959960] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 703DA063-6E8F-4D94-B9F4-5D83F51676D3, small LPT model
[    8.041076] FAT-fs (mmcblk1): invalid media value (0x00)
[    8.041198] FAT-fs (mmcblk1): Can't find a valid FAT filesystem
[    8.135223] FAT-fs (mmcblk0): invalid media value (0x00)
[    8.135437] FAT-fs (mmcblk0): Can't find a valid FAT filesystem
[    8.736755] EXT4-fs (mmcblk1p1): Unrecognized mount option "umask=0" or missing value
[    8.746765] EXT4-fs (mmcblk0p1): Unrecognized mount option "umask=0" or missing value
[    8.817962] EXT4-fs (mmcblk1p1): warning: maximal mount count reached, running e2fsck is recommended
[    8.818237] EXT4-fs (mmcblk0p1): warning: mounting fs with errors, running e2fsck is recommended
[    8.833465] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[    8.837005] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
[    8.989196] zram: disk size not provided. You can use disksize_kb module param to specify size.
[    8.989227] Using default: (25% of RAM).
[    8.989593] FAT-fs (zram0): bogus number of reserved sectors
[    8.989807] FAT-fs (zram0): Can't find a valid FAT filesystem
[    9.453186] FAT-fs (zram0): bogus number of reserved sectors
[    9.453308] FAT-fs (zram0): Can't find a valid FAT filesystem
[   12.238525] platform mpu.0: max OPP set to 4
[   12.493469] input: nub0 as /devices/platform/omap_i2c.3/i2c-3/3-0066/input/input6
[   12.542877] input: nub1 as /devices/platform/omap_i2c.3/i2c-3/3-0067/input/input7
[   12.609008] Adding 128432k swap on /dev/zram0.  Priority:5 extents:1 across:128432k SS
[   13.182250] SGX clock rate: 200000000
[   13.514221] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   14.519439] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[   14.521942] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[   14.525512] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[   14.535095] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[   14.535186] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   14.535217] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.535217] usb usb1: Product: OMAP-EHCI Host Controller
[   14.535217] usb usb1: Manufacturer: Linux 3.2.45 ehci_hcd
[   14.535247] usb usb1: SerialNumber: ehci-omap.0
[   14.536987] hub 1-0:1.0: USB hub found
[   14.537017] hub 1-0:1.0: 3 ports detected
[   14.791534]  gadget: using random self ethernet address
[   14.791564]  gadget: using random host ethernet address
[   14.794342] usb0: MAC 62:bc:f1:89:1b:01
[   14.794342] usb0: HOST MAC ce:30:d7:aa:80:c4
[   14.808044]  gadget: CDC Composite Gadget, version: King Kamehameha Day 2008
[   14.808074]  gadget: g_cdc ready
[   14.813903] musb-hdrc musb-hdrc: MUSB HDRC host driver
[   14.813995] musb-hdrc musb-hdrc: new USB bus registered, assigned bus number 2
[   14.814086] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   14.814086] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.814086] usb usb2: Product: MUSB HDRC host driver
[   14.814117] usb usb2: Manufacturer: Linux 3.2.45 musb-hcd
[   14.814117] usb usb2: SerialNumber: musb-hdrc
[   14.815887] hub 2-0:1.0: USB hub found
[   14.815917] hub 2-0:1.0: 1 port detected
[   14.863281] usb 1-2: new high-speed USB device number 2 using ehci-omap
[   15.040466] usb 1-2: New USB device found, idVendor=13b1, idProduct=003e
[   15.040466] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   15.040466] usb 1-2: Product: Linksys AE6000
[   15.040496] usb 1-2: Manufacturer: Cisco
[   15.040496] usb 1-2: SerialNumber: 0009
[   38.493835] Bluetooth: Core ver 2.16
[   38.519592] NET: Registered protocol family 31
[   38.519622] Bluetooth: HCI device and connection manager initialized
[   38.519653] Bluetooth: HCI socket layer initialized
[   38.519653] Bluetooth: L2CAP socket layer initialized
[   38.521881] Bluetooth: SCO socket layer initialized
[   41.307037] Bluetooth: HCI UART driver ver 2.2
[   41.307037] Bluetooth: HCI H4 protocol initialized
[   41.307037] Bluetooth: HCILL protocol initialized
[   42.434265] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   42.434295] Bluetooth: BNEP filters: protocol multicast
[   43.761749] Bluetooth: RFCOMM TTY layer initialized
[   43.761779] Bluetooth: RFCOMM socket layer initialized
[   43.761779] Bluetooth: RFCOMM ver 1.11
[   44.780609] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   52.041290] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   52.183471] aufs 3.2-20120109
[   52.185852] aufs test_add:261:mount[2362]: uid/gid/perm /mnt/pnd/op_wifi 1000/1000/0755, 0/0/0777
[   53.462280] cfg80211: Calling CRDA to update world regulatory domain
[   53.698730] wl1251: using dedicated interrupt line
[   53.785430] ieee80211 phy0: Selected rate control algorithm 'pid'
[   53.785949] wl1251: loaded
[   53.786254] wl1251: initialized
[   54.996246] wl1251: 154 tx blocks at 0x3b788, 35 rx blocks at 0x3a780
[   54.996337] wl1251: firmware booted (Rev 6.0.4.235)
[   55.044372] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   77.521820] wlan0: deauthenticating from 00:26:62:42:d4:73 by local choice (reason=3)
[   77.566802] wlan0: authenticate with 00:26:62:42:d4:73 (try 1)
[   77.569763] wlan0: authenticated
[   77.644866] wlan0: associate with 00:26:62:42:d4:73 (try 1)
[   77.648498] wlan0: RX AssocResp from 00:26:62:42:d4:73 (capab=0x431 status=0 aid=3)
[   77.648529] wlan0: associated
[   77.661102] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   88.503875] wlan0: no IPv6 routers present
[  112.558624] rtusb init rt2870 --->
[  112.560516] usbcore: registered new interface driver rt2870
 
Did you do it the way you type it your post? or the way Linux-Swat showed you?..

If you did it the way in your post it's wrong. you need to : sudo insmod mt7650u_sta.ko
 
Last edited by a moderator:
The driver might need a firmware file.

- Copy file 'RT2870STA.dat' from the archive to directory '/etc/Wireless/RT2870STA/'

- Shutdown internal wifi

- load module as before

- type "sudo ifconfig ra0 inet <your ip address> up"

- see, if it works :)  (check dmesg again)
 
Last edited by a moderator:
The driver might need a firmware file.

- Copy file 'RT2870STA.dat' from the archive to directory '/etc/Wireless/RT2870STA/'

- Shutdown internal wifi

- load module as before

- type "sudo ifconfig ra0 inet <your ip address> up"

- see, if it works :)  (check dmesg again)
When I do "sudo ifconfig ra0 inet <router ip address> up" I go the following message:

[SIZE=11.818181991577148px][/SIZE]

[SIZE=11.818181991577148px]SIOCSIFADDR:  No such device[/SIZE]

[SIZE=11.818181991577148px]ra0:  unknown interface:  No such device[/SIZE]

[SIZE=11.818181991577148px]ra0:  unknown interface:  No such device[/SIZE]

[SIZE=11.818181991577148px][/SIZE]
 
What's the output of:

sudo ifconfig -a
Here's the output of ifconfig -a

shenmue:/media/psd2$ sudo ifconfig -a

lo        Link encap:Local Loopback 

          inet addr:127.0.0.1  Mask:255.0.0.0

          inet6 addr: ::1/128 Scope:Host

          UP LOOPBACK RUNNING  MTU:16436  Metric:1

          RX packets:16 errors:0 dropped:0 overruns:0 frame:0

          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:840 (840.0 B)   TX bytes:840 (840.0 B)

usb0      Link encap:Ethernet  HWaddr A6:32:EF:4E:2B:C7 

          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)
 
sudo iwconfig gives:

lo               no wireless extensions

usb0          no wireless extensions

lsmod gives:

Module                  Size  Used by

sg                     20790  0

usb_storage            29325  0

mt7650u_sta           938155  0

bluetooth             135962  0

g_cdc                  31842  0

ehci_hcd               37272  0

bufferclass_ti          4380  0

omaplfb                 7576  0

pvrsrvkm              150682  2 bufferclass_ti,omaplfb

zram                   10170  1

snd_seq                47225  0

snd_seq_device          4491  1 snd_seq

snd_pcm_oss            37481  0

snd_mixer_oss          13864  1 snd_pcm_oss

ipv6                  231159  10

fuse                   57975  2

ads7846                 8481  0

hwmon                    964  1 ads7846
 
Ok, so it seems that although the driver is well loaded, the hardware is not usable.

Maybe the firmware is not correctly uploaded into the device.

Usually, dmesg reports something, like "trying to load firmware from /lib/firmware/" .
 
Here's the dmesg.  Looks like it sees the device (starting at line 23.168243)..... but not connecting? 

shenmue:/media/psd2$ dmesg
[    0.000000] Linux version 3.2.45 (notaz@pixelinis) (gcc version 4.5.2 (Sourcery G++ Lite 2011.03-41) ) #894 Sat Jul 6 17:22:45 EEST 2013
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Pandora Handheld Console
[    0.000000] Initialized persistent memory from 80fe0000-80ffffff
[    0.000000] cma: CMA: reserved 16 MiB at 9f000000
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c05b4854, node_mem_map c05e7000
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 130048 pages, LIFO batch:31
[    0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
[    0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/600 MHz
[    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: 130048
[    0.000000] Kernel command line: ubi.mtd=4 ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs rw rootflags=bulk_read vram=6272K omapfb.vram=0:3000K mmc_core.removable=0 quiet
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 512MB = 512MB total
[    0.000000] Memory: 497168k/497168k available, 27120k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xf8000000   ( 376 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0545a84   (5367 kB)
[    0.000000]       .init : 0xc0546000 - 0xc0578000   ( 200 kB)
[    0.000000]       .data : 0xc0578000 - 0xc05b4fc0   ( 244 kB)
[    0.000000]        .bss : 0xc05b4fe4 - 0xc05e61e0   ( 197 kB)
[    0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:410
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
[    0.000000] Total of 96 interrupts on 1 active controller
[    0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[    0.000000] Console: colour dummy device 80x30
[    0.000000] console [tty0] enabled
[    0.000152] Calibrating delay loop... 597.64 BogoMIPS (lpj=2334720)
[    0.039093] pid_max: default: 32768 minimum: 301
[    0.039337] Mount-cache hash table entries: 512
[    0.039733] Initializing cgroup subsys devices
[    0.039794] CPU: Testing write buffer coherency: ok
[    0.039978] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
[    0.040069] Setting up static identity map for 0x803e8348 - 0x803e83a0
[    0.040679] devtmpfs: initialized
[    0.046630] print_constraints: dummy:
[    0.047912] NET: Registered protocol family 16
[    0.049591] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.049957] GPMC revision 5.0
[    0.053039] OMAP GPIO hardware version 2.5
[    0.056335] omap_mux_init: Add partition: #1: core, flags: 0
[    0.062927] Reprogramming SDRC clock to 400000000 Hz
[    0.065124] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.072021]  omap-mcbsp.2: alias fck already exists
[    0.072326]  omap-mcbsp.3: alias fck already exists
[    0.073760] OMAP DMA hardware revision 5.0
[    0.088867] bio: create slab <bio-0> at 0
[    0.090026] print_constraints: vwlan: 1800 mV
[    0.091583] SCSI subsystem initialized
[    0.093963] usbcore: registered new interface driver usbfs
[    0.094207] usbcore: registered new interface driver hub
[    0.094421] usbcore: registered new device driver usb
[    0.109466] omap_i2c omap_i2c.1: bus 1 rev1.4.0 at 2600 kHz
[    0.112640] twl4030: PIH (irq 7) chaining IRQs 368..375
[    0.112762] twl4030: power (irq 373) chaining IRQs 376..383
[    0.113281] twl4030: gpio (irq 368) chaining IRQs 384..401
[    0.113739] _omap_mux_init_gpio: Could not set gpio192
[    0.114807] _omap_mux_init_gpio: Could not set gpio193
[    0.117401] print_constraints: VUSB1V5: 1500 mV normal standby
[    0.118041] print_constraints: VUSB1V8: 1800 mV normal standby
[    0.118652] print_constraints: VUSB3V1: 3100 mV normal standby
[    0.179779] twl4030_usb twl4030_usb: Initialized TWL4030 USB module
[    0.181121] print_constraints: vdd_mpu_iva: 600 <--> 1450 mV normal
[    0.181732] print_constraints: vdd_core: 600 <--> 1450 mV normal
[    0.182403] print_constraints: VMMC1: 1850 <--> 3150 mV at 3150 mV normal standby
[    0.183074] print_constraints: VDAC: 1800 mV normal standby
[    0.183776] print_constraints: VAUX2: 1800 mV normal standby
[    0.184417] print_constraints: VPLL2: 1800 mV normal standby
[    0.185089] print_constraints: VMMC2: 1850 <--> 3150 mV at 3150 mV normal standby
[    0.185760] print_constraints: VSIM: 2800 mV normal standby
[    0.186370] print_constraints: VAUX1: 3000 mV normal standby
[    0.187011] print_constraints: VAUX4: 3000 mV normal standby
[    0.195404] omap_i2c omap_i2c.3: bus 3 rev1.4.0 at 100 kHz
[    0.197601] omap-iommu omap-iommu.0: isp registered
[    0.198211] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.199005] Switching to clocksource 32k_counter
[    0.221008] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    0.226348] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[    0.226379] musb-hdrc: MHDRC RTL version 1.800
[    0.226409] musb-hdrc: setup fifo_mode 4
[    0.226409] musb-hdrc: 28/31 max ep, 16384/16384 memory
[    0.226928] musb-hdrc musb-hdrc: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
[    0.227661] NET: Registered protocol family 2
[    0.227844] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.228118] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.228485] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[    0.228668] TCP: Hash tables configured (established 16384 bind 16384)
[    0.228698] TCP reno registered
[    0.228698] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.228729] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.228973] NET: Registered protocol family 1
[    0.229187] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.234802] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.250274] VFS: Disk quotas dquot_6.5.2
[    0.250671] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.255523] msgmni has been set to 1003
[    0.257324] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.257354] io scheduler noop registered
[    0.257354] io scheduler deadline registered
[    0.257415] io scheduler cfq registered (default)
[    0.272308] OMAP DSS rev 2.0
[    0.275512] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.277679] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
[    0.278106] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
[    0.278503] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
[    0.278900] omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
[    0.290527] brd: module loaded
[    0.296356] loop: module loaded
[    0.296417] OMAP overclocker loaded.
[    0.298553] omap2-nand driver initializing
[    0.298706] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xbc (Micron NAND 512MiB 1,8V 16-bit)
[    0.299133] Creating 5 MTD partitions on "omap2-nand.0":
[    0.299163] 0x000000000000-0x000000080000 : "xloader"
[    0.299865] 0x000000080000-0x000000260000 : "uboot"
[    0.300872] 0x000000260000-0x000000280000 : "uboot-env"
[    0.301483] 0x000000280000-0x000000c80000 : "boot"
[    0.303833] 0x000000c80000-0x000020000000 : "rootfs"
[    0.393005] UBI: attaching mtd4 to ubi0
[    1.367553] UBI: scanning is finished
[    1.381835] UBI: attached mtd4 (name "rootfs", size 499 MiB) to ubi0
[    1.381866] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[    1.381896] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[    1.381896] UBI: VID header offset: 512 (aligned 512), data offset: 2048
[    1.381927] UBI: good PEBs: 3996, bad PEBs: 0, corrupted PEBs: 0
[    1.381927] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
[    1.381958] UBI: max/mean erase counter: 306/39, WL threshold: 4096, image sequence number: 192838839
[    1.381958] UBI: available PEBs: 0, total reserved PEBs: 3996, PEBs reserved for bad PEB handling: 39
[    1.381988] UBI: attaching mtd3 to ubi1
[    1.382385] UBI: background thread "ubi_bgt0d" started, PID 572
[    1.402130] UBI: scanning is finished
[    1.408966] UBI: attached mtd3 (name "boot", size 10 MiB) to ubi1
[    1.408966] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[    1.408996] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[    1.408996] UBI: VID header offset: 512 (aligned 512), data offset: 2048
[    1.409027] UBI: good PEBs: 80, bad PEBs: 0, corrupted PEBs: 0
[    1.409027] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
[    1.409027] UBI: max/mean erase counter: 67/27, WL threshold: 4096, image sequence number: 1074390406
[    1.409057] UBI: available PEBs: 0, total reserved PEBs: 80, PEBs reserved for bad PEB handling: 2
[    1.409240] UBI: background thread "ubi_bgt1d" started, PID 577
[    1.409332] usbcore: registered new interface driver libusual
[    1.409973] mousedev: PS/2 mouse device common for all mice
[    1.410644] input: keypad as /devices/platform/omap_i2c.1/i2c-1/1-004a/twl4030_keypad/input/input0
[    1.414947] input: power-button as /devices/platform/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input1
[    1.416168] input: nub0 as /devices/platform/omap_i2c.3/i2c-3/3-0066/input/input2
[    1.417449] input: nub1 as /devices/platform/omap_i2c.3/i2c-3/3-0067/input/input3
[    1.423675] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[    1.424743] i2c /dev entries driver
[    1.429199] bq27x00-battery 3-0055: support ver. 1.2.0 enabled
[    1.463623] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[    1.464019] twl4030_wdt twl4030_wdt: Failed to register misc device
[    1.464080] twl4030_wdt: probe of twl4030_wdt failed with error -16
[    1.464721] cpuidle: using governor ladder
[    1.464721] cpuidle: using governor menu
[    1.695159] Registered led device: pandora::sd1
[    1.695434] Registered led device: pandora::sd2
[    1.695678] Registered led device: pandora::bluetooth
[    1.695922] Registered led device: pandora::wifi
[    1.697326] Registered led device: pandora::keypad_bl
[    1.698364] Registered led device: pandora::power
[    1.701080] Registered led device: pandora::charger
[    1.702484] usbcore: registered new interface driver usbhid
[    1.702484] usbhid: USB HID core driver
[    1.702728] persistent_ram: uncorrectable error in header
[    1.702758] persistent_ram: no valid data in buffer (sig = 0x3df57fee)
[    1.703369] console [ram-1] enabled
[    1.705749] OMAP3 Pandora SoC init
[    1.789306] asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
[    1.790832] asoc: twl4030-hifi <-> omap-mcbsp-dai.3 mapping ok
[    1.793243] ALSA device list:
[    1.793273]   #0: omap3pandora
[    1.793426] TCP cubic registered
[    1.793457] NET: Registered protocol family 17
[    1.793518] NET: Registered protocol family 15
[    1.793518] Registering the dns_resolver key type
[    1.793609] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    1.793640] ThumbEE CPU extension supported.
[    1.793670] Registering SWP/SWPB emulation handler
[    1.800018] clock: disabling unused clocks to save power
[    1.801300] registered taskstats version 1
[    1.816284] Console: switching to colour frame buffer device 100x30
[    2.001007] input: gpio-keys as /devices/platform/gpio-keys/input/input4
[    2.002349] twl_rtc twl_rtc: setting system clock to 2013-09-12 19:04:46 UTC (1379012686)
[    2.004028] UBIFS: background thread "ubifs_bgt0_0" started, PID 672
[    2.062561] UBIFS: mounted UBI device 0, volume 0, name "rootfs"(null)
[    2.062591] UBIFS: LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    2.062622] UBIFS: FS size: 508612608 bytes (485 MiB, 3942 LEBs), journal size 9033728 bytes (8 MiB, 71 LEBs)
[    2.062622] UBIFS: reserved for root: 0 bytes (0 KiB)
[    2.062652] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 3234489E-AD5D-47B1-9185-67A86C6B3788, small LPT model
[    2.065185] VFS: Mounted root (ubifs filesystem) on device 0:14.
[    2.067230] devtmpfs: mounted
[    2.067504] Freeing init memory: 200K
[    2.328002] mmc0: host does not support reading read-only switch. assuming write-enable.
[    2.330017] mmc0: new high speed SDXC card at address b368
[    2.332397] mmcblk0: mmc0:b368 SD64G 59.6 GiB
[    2.335052]  mmcblk0: p1
[    2.842864] mmc1: host does not support reading read-only switch. assuming write-enable.
[    2.844787] mmc1: new high speed SDXC card at address b368
[    2.852905] mmcblk1: mmc1:b368 SD64G 59.6 GiB
[    2.854461]  mmcblk1: p1
[    2.957397] mmc2: card claims to support voltages below the defined range. These will be ignored.
[    2.958374] mmc2: new SDIO card at address 0001
[    3.095275] udev: starting version 151
[    3.095916] udevd (728): /proc/728/oom_adj is deprecated, please use /proc/728/oom_score_adj instead.
[    3.732910] alignment: ignoring faults is unsafe on this CPU.  Defaulting to fixup mode.
[    6.520019] ads7846 spi1.0: touchscreen, irq 254
[    6.520843] input: touchscreen as /devices/platform/omap2_mcspi.1/spi_master/spi1/spi1.0/input/input5
[    6.637268] fuse init (API version 7.17)
[    7.047454] NET: Registered protocol family 10
[    7.133575] FAT-fs (mmcblk0): invalid media value (0x00)
[    7.133697] FAT-fs (mmcblk0): Can't find a valid FAT filesystem
[    7.201965] FAT-fs (mmcblk1): invalid media value (0x00)
[    7.202209] FAT-fs (mmcblk1): Can't find a valid FAT filesystem
[    7.523773] zram: module is from the staging directory, the quality is unknown, you have been warned.
[    7.525848] zram: num_devices not specified. Using default: 1
[    7.525848] zram: Creating 1 devices ...
[    7.833740] UBIFS: background thread "ubifs_bgt1_0" started, PID 1335
[    7.954040] UBIFS: mounted UBI device 1, volume 0, name "boot"(null)
[    7.954071] UBIFS: LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    7.954071] UBIFS: FS size: 8386560 bytes (7 MiB, 65 LEBs), journal size 1032193 bytes (0 MiB, 6 LEBs)
[    7.954101] UBIFS: reserved for root: 396117 bytes (386 KiB)
[    7.954132] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 703DA063-6E8F-4D94-B9F4-5D83F51676D3, small LPT model
[    8.034179] FAT-fs (mmcblk0): invalid media value (0x00)
[    8.034301] FAT-fs (mmcblk0): Can't find a valid FAT filesystem
[    8.072448] FAT-fs (mmcblk1): invalid media value (0x00)
[    8.072662] FAT-fs (mmcblk1): Can't find a valid FAT filesystem
[    8.772308] EXT4-fs (mmcblk1p1): Unrecognized mount option "umask=0" or missing value
[    8.772674] EXT4-fs (mmcblk0p1): Unrecognized mount option "umask=0" or missing value
[    8.850219] EXT4-fs (mmcblk1p1): warning: maximal mount count reached, running e2fsck is recommended
[    8.850463] EXT4-fs (mmcblk0p1): warning: mounting fs with errors, running e2fsck is recommended
[    8.867889] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[    8.871520] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
[    8.969238] zram: disk size not provided. You can use disksize_kb module param to specify size.
[    8.969238] Using default: (25% of RAM).
[    8.969604] FAT-fs (zram0): bogus number of reserved sectors
[    8.969848] FAT-fs (zram0): Can't find a valid FAT filesystem
[    9.435363] FAT-fs (zram0): bogus number of reserved sectors
[    9.435516] FAT-fs (zram0): Can't find a valid FAT filesystem
[   12.222900] platform mpu.0: max OPP set to 4
[   12.477752] input: nub0 as /devices/platform/omap_i2c.3/i2c-3/3-0066/input/input6
[   12.527008] input: nub1 as /devices/platform/omap_i2c.3/i2c-3/3-0067/input/input7
[   12.593383] Adding 128432k swap on /dev/zram0.  Priority:5 extents:1 across:128432k SS
[   13.179718] SGX clock rate: 200000000
[   13.486358] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   14.496002] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[   14.498657] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[   14.513122] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[   14.527343] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[   14.527435] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   14.527465] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.527465] usb usb1: Product: OMAP-EHCI Host Controller
[   14.527465] usb usb1: Manufacturer: Linux 3.2.45 ehci_hcd
[   14.527496] usb usb1: SerialNumber: ehci-omap.0
[   14.529205] hub 1-0:1.0: USB hub found
[   14.529235] hub 1-0:1.0: 3 ports detected
[   14.769714]  gadget: using random self ethernet address
[   14.769744]  gadget: using random host ethernet address
[   14.772460] usb0: MAC 46:02:eb:b9:73:c9
[   14.772460] usb0: HOST MAC e2:b0:7c:b4:07:e6
[   14.785186]  gadget: CDC Composite Gadget, version: King Kamehameha Day 2008
[   14.785217]  gadget: g_cdc ready
[   14.791046] musb-hdrc musb-hdrc: MUSB HDRC host driver
[   14.791137] musb-hdrc musb-hdrc: new USB bus registered, assigned bus number 2
[   14.791198] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   14.791229] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.791229] usb usb2: Product: MUSB HDRC host driver
[   14.791229] usb usb2: Manufacturer: Linux 3.2.45 musb-hcd
[   14.791259] usb usb2: SerialNumber: musb-hdrc
[   14.793060] hub 2-0:1.0: USB hub found
[   14.793090] hub 2-0:1.0: 1 port detected
[   14.859497] usb 1-2: new high-speed USB device number 2 using ehci-omap
[   15.013580] usb 1-2: New USB device found, idVendor=7392, idProduct=7811
[   15.013610] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   15.013610] usb 1-2: Product: 802.11n WLAN Adapter
[   15.013610] usb 1-2: Manufacturer: Realtek
[   15.013610] usb 1-2: SerialNumber: 00e04c000001
[   15.316650]
[   15.316650] rtw driver version=v3.1.2590.20110922
[   15.318298] register rtw_netdev_ops to netdev_ops
[   15.318328] CHIP TYPE: RTL8188C_8192C
[   15.318328]
[   15.318328] usb_endpoint_descriptor(0):
[   15.318328] bLength=7
[   15.318328] bDescriptorType=5
[   15.318359] bEndpointAddress=81
[   15.318359] wMaxPacketSize=200
[   15.318359] bInterval=0
[   15.318359] RT_usb_endpoint_is_bulk_in = 1
[   15.318389]
[   15.318389] usb_endpoint_descriptor(1):
[   15.318389] bLength=7
[   15.318389] bDescriptorType=5
[   15.318389] bEndpointAddress=2
[   15.318389] wMaxPacketSize=200
[   15.318389] bInterval=0
[   15.318420] RT_usb_endpoint_is_bulk_out = 2
[   15.318420]
[   15.318420] usb_endpoint_descriptor(2):
[   15.318420] bLength=7
[   15.318420] bDescriptorType=5
[   15.318420] bEndpointAddress=3
[   15.318420] wMaxPacketSize=200
[   15.318450] bInterval=0
[   15.318450] RT_usb_endpoint_is_bulk_out = 3
[   15.318450]
[   15.318450] usb_endpoint_descriptor(3):
[   15.318450] bLength=7
[   15.318450] bDescriptorType=5
[   15.318450] bEndpointAddress=84
[   15.318481] wMaxPacketSize=40
[   15.318481] bInterval=1
[   15.318481] RT_usb_endpoint_is_int_in = 4, Interval = 1
[   15.318481] nr_endpoint=4, in_num=2, out_num=2
[   15.318481]
[   15.318481] USB_SPEED_HIGH
[   15.318969] Chip Version ID: VERSION_NORMAL_TSMC_CHIP_88C.
[   15.318969] RF_Type is 3!!
[   15.319885] EEPROM type is E-FUSE
[   15.319885] ====> ReadAdapterInfo8192C
[   15.320190] Boot from EFUSE, Autoload OK !
[   15.564117] EEPROMVID = 0x7392
[   15.564117] EEPROMPID = 0x7811
[   15.564117] EEPROMCustomerID : 0x00
[   15.564147] EEPROMSubCustomerID: 0x00
[   15.564147] RT_CustomerID: 0x00
[   15.564147] _ReadMACAddress MAC Address from EFUSE = 80:1f:02:b6:ce:27
[   15.564147] EEPROMRegulatory = 0x0
[   15.564178] _ReadBoardType(0)
[   15.564178] BT Coexistance = disable
[   15.564178] RT_ChannelPlan: 0x00
[   15.564178] _ReadPSSetting...bHWPwrPindetect(0)-bHWPowerdown(0) ,bSupportRemoteWakeup(0)
[   15.564178] ### PS params=>  power_mgnt(1),usbss_enable(0) ###
[   15.564208] ### AntDivCfg(0)
[   15.564208] readAdapterInfo_8192CU(): REPLACEMENT = 1
[   15.564208] <==== ReadAdapterInfo8192C in 242 ms
[   15.564666] rtw_macaddr_cfg MAC Address  = 80:1f:02:b6:ce:27
[   15.564666] MAC Address from pnetdev->dev_addr= 80:1f:02:b6:ce:27
[   15.565460] bDriverStopped:1, bSurpriseRemoved:0, bup:0, hw_init_completed:0
[   15.566833] usbcore: registered new interface driver rtl8192cu
[   15.684509] udev: renamed network interface wlan0 to wlan3
[   15.751068] bDriverStopped=1
[   15.762451] +871x_drv - drv_open, bup=0
[   15.847595]  ===> FirmwareDownload91C() fw:Rtl819XFwImageArray_TSMC
[   15.847625] fw_ver=v75, fw_subver=0, sig=0x88c0
[   15.871795] fw download ok!
[   15.871826] Set RF Chip ID to RF_6052 and RF type to 1T1R.
[   16.207061] ==>  _InitAntenna_Selection ....
[   16.207550] IQK:Start!!!
[   16.221923] Path A IQK Success!!
[   16.231536] Path A IQK Success!!
[   16.237060] IQK: final_candidate is 0
[   16.237060] IQK: RegE94=103 RegE9C=12 RegEA4=ff RegEAC=3ff RegEB4=0 RegEBC=0 RegEC4=0 RegECC=0
[   16.237060]  Path A IQ Calibration Success !
[   16.355346] pdmpriv->TxPowerTrackControl = 1
[   16.362670] MAC Address from REG_MACID = 80:1f:02:b6:ce:27
[   16.362701] MAC Address = 80:1f:02:b6:ce:27
[   16.368438] -871x_drv - drv_open, bup=1
[   16.368621] ADDRCONF(NETDEV_UP): wlan3: link is not ready
[   16.371063] set_mode = IW_MODE_INFRA
[   16.381805] [rtw_wx_set_pmkid] IW_PMKSA_FLUSH!
[   16.381835] set_mode = IW_MODE_INFRA
[   16.382781] =>rtw_wx_set_essid
[   16.382781] ssid=gisQJ)F|TvZ.c3, len=32
[   16.876556] [rtw_wx_set_pmkid] IW_PMKSA_FLUSH!
[   17.299346] usb 1-2: USB disconnect, device number 2
[   17.299682] ###=> usb_read_port_complete => urb status(-108)
[   17.299682] usb_read_port_complete()-1341: RX Warning!
[   17.299713] usb_read_port_complete()-1341: RX Warning!
[   17.299713] usb_read_port_complete()-1341: RX Warning!
[   17.299743] +rtw_dev_remove
[   17.299743] rtw_sta_flush
[   17.299804] (2)871x_drv - drv_close, bup=1, hw_init_completed=1
[   17.299804] -871x_drv - drv_close, bup=1
[   17.304870] ===> rtw_dev_unload
[   17.304901] usb_read_port_cancel
[   17.304901] usb_write_port_cancel
[   17.304931] ###> rtw_cmd_thread break.................
[   17.304992] <=== rtw_dev_unload
[   17.304992] +r871xu_dev_remove, hw_init_completed=1
[   17.305114] ehci-omap ehci-omap.0: dma_pool_free buffer-2048, df03f000/9f03f000 (bad dma)
[   17.305267] ehci-omap ehci-omap.0: dma_pool_free buffer-2048, df03e000/9f03e000 (bad dma)
[   17.305419] ehci-omap ehci-omap.0: dma_pool_free buffer-2048, df037000/9f037000 (bad dma)
[   17.305480] ehci-omap ehci-omap.0: dma_pool_free buffer-2048, df036000/9f036000 (bad dma)
[   17.305664] free_recv_skb_queue not empty, 4
[   17.305694] =====> rtl8192c_free_hal_data =====
[   17.305694] <===== rtl8192c_free_hal_data =====
[   17.305725] -r871xu_dev_remove, done
[   23.168243] usb 1-2: new high-speed USB device number 3 using ehci-omap
[   23.346069] usb 1-2: New USB device found, idVendor=13b1, idProduct=003e
[   23.346099] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   23.346099] usb 1-2: Product: Linksys AE6000
[   23.346099] usb 1-2: Manufacturer: Cisco
[   23.346130] usb 1-2: SerialNumber: 0009

[   41.759399] Bluetooth: Core ver 2.16
[   41.804809] NET: Registered protocol family 31
[   41.804840] Bluetooth: HCI device and connection manager initialized
[   41.804840] Bluetooth: HCI socket layer initialized
[   41.804840] Bluetooth: L2CAP socket layer initialized
[   41.806030] Bluetooth: SCO socket layer initialized
[   56.900756] Bluetooth: HCI UART driver ver 2.2
[   56.900787] Bluetooth: HCI H4 protocol initialized
[   56.900787] Bluetooth: HCILL protocol initialized
[   57.310119] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   57.310150] Bluetooth: BNEP filters: protocol multicast
[   57.853515] Bluetooth: RFCOMM TTY layer initialized
[   57.853546] Bluetooth: RFCOMM socket layer initialized
[   57.853546] Bluetooth: RFCOMM ver 1.11
[   58.163085] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   68.335449] input: Microsoft Bluetooth Notebook Mouse 5000 as /devices/platform/omap_uart.0/tty/ttyO0/hci0/hci0:1/input8
[   68.336273] generic-bluetooth 0005:045E:0700.0001: input,hidraw0: BLUETOOTH HID v1.00 Mouse [Microsoft Bluetooth Notebook Mouse 5000] on 00:23:D4:D5:AF:50
[  104.372344]  gadget: high-speed config #1: CDC Composite (ECM + ACM)
[  179.838531] rtusb init rt2870 --->
[  179.840606] usbcore: registered new interface driver rt2870
[  211.334960]  gadget: high-speed config #1: CDC Composite (ECM + ACM)
[  310.004180] EXT4-fs (mmcblk0p1): error count: 742
[  310.004180] EXT4-fs (mmcblk0p1): initial error at 1368219534: ext4_journal_start_sb:349
[  310.004211] EXT4-fs (mmcblk0p1): last error at 1379020590: ext4_mb_generate_buddy:739
shenmue:/media/psd2$
 
Last edited by a moderator:
Back
Top