Ralink 148f:7601

Hi everyone,
I’m new at all this thing, and I need some help.
My wifi usb device is detected by the raspberry pi as i give a lusb, but I can’t get the right driver AND I just can’t install it.

As I give the lusb command that’s what follows:
Bus 002 Device 005: ID 148f:7601 Ralink Technology, Corp.

So, I would like to ask your help to know where can I find it’s driver and install it.
Ps: I followed what was taught here Dynamode USB Wifi Dongle issues - Raspberry Pi Forums and it always comes up with errors, I could go until the “gzip -dc /proc/config.gz > .config” command line, but apparently config.gz file isn’t there, and I can’t find it. I believe raspbian and OSMC has different configurations, but as I’m pretty much new into it, I don’t know a lot.
Ps2: I also followed what’s in this link STICKY: WiFi Dongle Issues ? Start here ! - Raspberry Pi Forums
but when I try this code apt-get install firmware-ralink it doesn’t install all of it, and it gives and error.

Thank you.

We don’t put config in /proc/config.gz, it’s on /boot instead, so no need to get it that way.

What is your dmesg output?

Sam

Hey Sam, thank you for the help. Is there any config.gz file on OSMC?

So I did the dmesg output and that’s what I’ve got.

[ 0.000000] Booting Linux on physical CPU 0xf00
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.18.10-1-osmc (root@vero) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP PREEMPT Mon Apr 6 15:34:17 UTC 2015
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
[ 0.000000] cma: Reserved 8 MiB at 0x2e800000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 192512
[ 0.000000] free_area_init_node: node 0, pgdat 809abd40, node_mem_map ae213000
[ 0.000000] Normal zone: 1504 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 192512 pages, LIFO batch:31
[ 0.000000] [bcm2709_smp_init_cpus] enter (8640->f3003010)
[ 0.000000] [bcm2709_smp_init_cpus] ncores=4
[ 0.000000] PERCPU: Embedded 10 pages/cpu @ae1e1000 s12096 r8192 d20672 u40960
[ 0.000000] pcpu-alloc: s12096 r8192 d20672 u40960 alloc=10*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 191008
[ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1312 bcm2708_fb.fbheight=736 bcm2709.boardrev=0xa01041 bcm2709.serial=0xd94e1201 smsc95xx.macaddr=B8:27:EB:4E:12:01 bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 root=/dev/mmcblk0p6 osmcdev=rbp2 rootfstype=ext4 rootwait quiet
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 744108K/770048K available (7245K kernel code, 401K rwdata, 1864K rodata, 392K init, 763K bss, 25940K reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
vmalloc : 0xaf800000 - 0xff000000 (1272 MB)
lowmem : 0x80000000 - 0xaf000000 ( 752 MB)
modules : 0x7f000000 - 0x80000000 ( 16 MB)
.text : 0x80008000 - 0x808ed900 (9111 kB)
.init : 0x808ee000 - 0x80950000 ( 392 kB)
.data : 0x80950000 - 0x809b461c ( 402 kB)
.bss : 0x809b461c - 0x80a734d4 ( 764 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:608
[ 0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[ 0.000015] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 3579139424256ns
[ 0.000038] Switching to timer-based delay loop, resolution 52ns
[ 0.000322] Console: colour dummy device 80x30
[ 0.000527] console [tty0] enabled
[ 0.000553] Calibrating delay loop (skipped), value calculated using timer frequency… 38.40 BogoMIPS (lpj=192000)
[ 0.000579] pid_max: default: 32768 minimum: 301
[ 0.000968] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000991] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002212] Initializing cgroup subsys memory
[ 0.002265] Initializing cgroup subsys devices
[ 0.002291] Initializing cgroup subsys freezer
[ 0.002316] Initializing cgroup subsys net_cls
[ 0.002349] Initializing cgroup subsys blkio
[ 0.002429] CPU: Testing write buffer coherency: ok
[ 0.002507] ftrace: allocating 18147 entries in 54 pages
[ 0.046183] CPU0: update cpu_capacity 1024
[ 0.046223] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[ 0.046240] [bcm2709_smp_prepare_cpus] enter
[ 0.046380] Setting up static identity map for 0x6adf68 - 0x6adfc0
[ 0.106147] [bcm2709_boot_secondary] cpu:1 started (0) 17
[ 0.106452] CPU1: Booted secondary processor
[ 0.106461] [bcm2709_secondary_init] enter cpu:1
[ 0.106511] CPU1: update cpu_capacity 1024
[ 0.106519] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[ 0.126117] [bcm2709_boot_secondary] cpu:2 started (0) 18
[ 0.126369] CPU2: Booted secondary processor
[ 0.126375] [bcm2709_secondary_init] enter cpu:2
[ 0.126405] CPU2: update cpu_capacity 1024
[ 0.126413] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[ 0.146150] [bcm2709_boot_secondary] cpu:3 started (0) 16
[ 0.146387] CPU3: Booted secondary processor
[ 0.146394] [bcm2709_secondary_init] enter cpu:3
[ 0.146424] CPU3: update cpu_capacity 1024
[ 0.146432] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[ 0.146523] Brought up 4 CPUs
[ 0.146557] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.146568] CPU: All CPU(s) started in SVC mode.
[ 0.147558] devtmpfs: initialized
[ 0.171401] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.173432] pinctrl core: initialized pinctrl subsystem
[ 0.176363] NET: Registered protocol family 16
[ 0.181707] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[ 0.205954] cpuidle: using governor ladder
[ 0.235978] cpuidle: using governor menu
[ 0.236115] bcm2709.uart_clock = 3000000
[ 0.238920] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.238940] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.238973] mailbox: Broadcom VideoCore Mailbox driver
[ 0.239083] bcm2708_vcio: mailbox at f300b880
[ 0.239428] bcm_power: Broadcom power driver
[ 0.239448] bcm_power_open() -> 0
[ 0.239460] bcm_power_request(0, 8)
[ 0.740125] bcm_mailbox_read -> 00000080, 0
[ 0.740138] bcm_power_request -> 0
[ 0.740255] Serial: AMBA PL011 UART driver
[ 0.740390] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev3
[ 0.808515] SCSI subsystem initialized
[ 0.808769] usbcore: registered new interface driver usbfs
[ 0.808888] usbcore: registered new interface driver hub
[ 0.809036] usbcore: registered new device driver usb
[ 0.810680] Switched to clocksource arch_sys_counter
[ 0.838995] FS-Cache: Loaded
[ 0.839326] CacheFiles: Loaded
[ 0.851087] NET: Registered protocol family 2
[ 0.852421] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.852566] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.852760] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.852869] TCP: reno registered
[ 0.852893] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.852956] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.853440] NET: Registered protocol family 1
[ 0.853872] RPC: Registered named UNIX socket transport module.
[ 0.853890] RPC: Registered udp transport module.
[ 0.853900] RPC: Registered tcp transport module.
[ 0.853911] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.854364] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[ 0.854585] bcm2708_dma: DMA manager at f3007000
[ 0.854759] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[ 0.856380] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.856593] audit: initializing netlink subsys (disabled)
[ 0.856657] audit: type=2000 audit(0.829:1): initialized
[ 0.872454] VFS: Disk quotas dquot_6.5.2
[ 0.872832] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.875752] FS-Cache: Netfs ‘nfs’ registered for caching
[ 0.876766] NFS: Registering the id_resolver key type
[ 0.876876] Key type id_resolver registered
[ 0.876889] Key type id_legacy registered
[ 0.877917] msgmni has been set to 1469
[ 0.879871] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.880077] io scheduler noop registered
[ 0.880386] io scheduler bfq registered (default)
[ 0.880397] BFQ I/O-scheduler version: v7r7
[ 0.882875] BCM2708FB: allocated DMA memory eec00000
[ 0.882916] BCM2708FB: allocated DMA channel 0 @ f3007000
[ 0.899324] Console: switching to colour frame buffer device 164x46
[ 0.910415] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
[ 0.910749] uart-pl011 dev:f1: no DMA platform data
[ 0.911243] vc-cma: Videocore CMA driver
[ 0.911258] vc-cma: vc_cma_base = 0x00000000
[ 0.911271] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
[ 0.911282] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
[ 0.922737] brd: module loaded
[ 0.928529] loop: module loaded
[ 0.928837] vchiq: vchiq_init_state: slot_zero = 0xae800000, is_master = 0
[ 0.929642] Loading iSCSI transport class v2.0-870.
[ 0.930555] usbcore: registered new interface driver smsc95xx
[ 0.930630] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.131052] Core Release: 2.80a
[ 1.131074] Setting default values for core params
[ 1.131100] Finished setting default values for core params
[ 1.331505] Using Buffer DMA mode
[ 1.331522] Periodic Transfer Interrupt Enhancement - disabled
[ 1.331533] Multiprocessor Interrupt Enhancement - disabled
[ 1.331544] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 1.331562] Dedicated Tx FIFOs mode
[ 1.331935] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xaec14000 dma = 0xeec14000 len=9024
[ 1.331976] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
[ 1.332001] dwc_otg: Microframe scheduler enabled
[ 1.332070] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x804f836c
[ 1.332090] WARN::hcd_init_fiq:413: FIQ ASM at 0x804f86dc length 36
[ 1.332110] WARN::hcd_init_fiq:438: MPHI regs_base at 0xaf80a000
[ 1.332138] dwc_otg bcm2708_usb: DWC OTG Controller
[ 1.332190] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
[ 1.332238] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[ 1.332291] Init: Port Power? op_state=1
[ 1.332302] Init: Power Port (0)
[ 1.332605] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.332626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.332643] usb usb1: Product: DWC OTG Controller
[ 1.332658] usb usb1: Manufacturer: Linux 3.18.10-1-osmc dwc_otg_hcd
[ 1.332673] usb usb1: SerialNumber: bcm2708_usb
[ 1.333681] hub 1-0:1.0: USB hub found
[ 1.333747] hub 1-0:1.0: 1 port detected
[ 1.334286] dwc_otg: FIQ enabled
[ 1.334299] dwc_otg: NAK holdoff enabled
[ 1.334309] dwc_otg: FIQ split-transaction FSM enabled
[ 1.334349] Module dwc_common_port init
[ 1.334725] usbcore: registered new interface driver usb-storage
[ 1.334994] mousedev: PS/2 mouse device common for all mice
[ 1.335901] bcm2835-cpufreq: min=600000 max=900000
[ 1.336216] sdhci: Secure Digital Host Controller Interface driver
[ 1.336229] sdhci: Copyright© Pierre Ossman
[ 1.336408] DMA channels allocated for the MMC driver
[ 1.370713] Load BCM2835 MMC driver
[ 1.371010] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.375878] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.378227] hidraw: raw HID events driver © Jiri Kosina
[ 1.378544] usbcore: registered new interface driver usbhid
[ 1.378557] usbhid: USB HID core driver
[ 1.379939] TCP: cubic registered
[ 1.379962] Initializing XFRM netlink socket
[ 1.380001] NET: Registered protocol family 17
[ 1.380164] Key type dns_resolver registered
[ 1.382495] Registering SWP/SWPB emulation handler
[ 1.386656] registered taskstats version 1
[ 1.390237] vc-sm: Videocore shared memory driver
[ 1.390257] [vc_sm_connected_init]: start
[ 1.391159] [vc_sm_connected_init]: end - returning 0
[ 1.392195] Waiting for root device /dev/mmcblk0p6…
[ 1.420225] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.423785] mmc0: new high speed SDHC card at address aaaa
[ 1.424369] mmcblk0: mmc0:aaaa SU08G 7.40 GiB
[ 1.429222] mmcblk0: p1 p2 < p5 p6 p7 p8 > p3
[ 1.510292] EXT4-fs (mmcblk0p6): INFO: recovery required on readonly filesystem
[ 1.510315] EXT4-fs (mmcblk0p6): write access will be enabled during recovery
[ 1.530853] Indeed it is in host mode hprt0 = 00021501
[ 1.710789] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.710972] Indeed it is in host mode hprt0 = 00001101
[ 1.732001] EXT4-fs (mmcblk0p6): recovery complete
[ 1.740263] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
[ 1.740338] VFS: Mounted root (ext4 filesystem) readonly on device 179:6.
[ 1.742500] devtmpfs: mounted
[ 1.743165] Freeing unused kernel memory: 392K (808ee000 - 80950000)
[ 1.911122] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 1.911149] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.912163] hub 1-1:1.0: USB hub found
[ 1.912284] hub 1-1:1.0: 5 ports detected
[ 2.190950] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 2.291154] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 2.291185] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.294295] smsc95xx v1.0.4
[ 2.354600] smsc95xx 1-1.1:1.0 eth0: register ‘smsc95xx’ at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:4e:12:01
[ 2.430981] usb 1-1.4: new full-speed USB device number 4 using dwc_otg
[ 2.537350] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c52b
[ 2.537381] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.537398] usb 1-1.4: Product: USB Receiver
[ 2.537414] usb 1-1.4: Manufacturer: Logitech
[ 2.545686] input: Logitech USB Receiver as /devices/platform/bcm2708_usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C52B.0001/input/input0
[ 2.546044] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-bcm2708_usb-1.4/input0
[ 2.553877] input: Logitech USB Receiver as /devices/platform/bcm2708_usb/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0002/input/input1
[ 2.554821] hid-generic 0003:046D:C52B.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-bcm2708_usb-1.4/input1
[ 2.564253] hid-generic 0003:046D:C52B.0003: hiddev0,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-bcm2708_usb-1.4/input2
[ 2.640945] usb 1-1.5: new high-speed USB device number 5 using dwc_otg
[ 2.751904] usb 1-1.5: New USB device found, idVendor=148f, idProduct=7601
[ 2.751935] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.751952] usb 1-1.5: Product: 802.11 n WLAN
[ 2.751967] usb 1-1.5: Manufacturer: MediaTek
[ 2.751982] usb 1-1.5: SerialNumber: 1.0
[ 2.991012] usb 1-1.2: new low-speed USB device number 6 using dwc_otg
[ 3.112336] usb 1-1.2: New USB device found, idVendor=0518, idProduct=0002
[ 3.112366] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.112383] usb 1-1.2: Product: USB-compliant keyboard
[ 3.364885] random: systemd urandom read with 90 bits of entropy available
[ 3.431342] NET: Registered protocol family 10
[ 3.938244] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[ 3.938536] systemd[1]: Found ordering cycle on basic.target/start
[ 3.938568] systemd[1]: Found dependency on sysinit.target/start
[ 3.938597] systemd[1]: Found dependency on rpcbind.service/start
[ 3.938626] systemd[1]: Found dependency on network-online.target/start
[ 3.938654] systemd[1]: Found dependency on connman-wait-for-network.service/start
[ 3.938679] systemd[1]: Found dependency on basic.target/start
[ 3.938706] systemd[1]: Breaking ordering cycle by deleting job rpcbind.service/start
[ 3.938737] systemd[1]: Job rpcbind.service/start deleted to break ordering cycle starting with basic.target/start
[ 3.939079] systemd[1]: Found ordering cycle on basic.target/start
[ 3.939112] systemd[1]: Found dependency on sysinit.target/start
[ 3.939141] systemd[1]: Found dependency on kbd.service/start
[ 3.939170] systemd[1]: Found dependency on remote-fs.target/start
[ 3.939196] systemd[1]: Found dependency on remote-fs-pre.target/start
[ 3.939222] systemd[1]: Found dependency on connman.service/start
[ 3.939247] systemd[1]: Found dependency on basic.target/start
[ 3.939273] systemd[1]: Breaking ordering cycle by deleting job kbd.service/start
[ 3.939303] systemd[1]: Job kbd.service/start deleted to break ordering cycle starting with basic.target/start
[ 4.096248] fuse init (API version 7.23)
[ 4.194584] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
[ 4.496920] systemd-udevd[131]: starting version 215
[ 4.767224] random: nonblocking pool is initialized
[ 4.898098] input: USB-compliant keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:0518:0002.0004/input/input2
[ 4.898998] ezkey 0003:0518:0002.0004: input,hidraw3: USB HID v1.10 Keyboard [USB-compliant keyboard] on usb-bcm2708_usb-1.2/input0
[ 4.901019] input: USB-compliant keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:0518:0002.0005/input/input3
[ 4.902062] ezkey 0003:0518:0002.0005: input,hidraw4: USB HID v1.10 Device [USB-compliant keyboard] on usb-bcm2708_usb-1.2/input1
[ 5.404053] FAT-fs (mmcblk0p5): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 6.221604] systemd-journald[104]: Received request to flush runtime journal from PID 1
[ 6.415359] smsc95xx 1-1.1:1.0 eth0: hardware isn’t capable of remote wakeup
[ 6.415966] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6.961088] FAT-fs (mmcblk0p7): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 7.065809] EXT4-fs (mmcblk0p8): recovery complete
[ 7.065843] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
[ 7.157251] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 7.256492] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[ 8.002429] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 8.004502] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 8.025529] 8021q: 802.1Q VLAN Support v1.8
[ 11.754421] Console: switching to colour dummy device 80x30

Thank you.

Hi, as mentioned in previous post, the configuration file is in /boot. Just use uname -a to get your kernel version and match it to the appropriate configuration in /boot.

Sam

Hi Sam

First of all, thanks for the great work with osmc.

I am a newbie in linux and compiling modules and I guess you might have answered that before. I have a wifi dongle and having some issues to get it to work. It is the Ralink148f:mt7601. Below are details of some log extract. Grateful if you could provide some help:

lsusb:
Bus 001 Device 009: ID 0e8f:0016 GreenAsia Inc. 4 port USB 1.1 hub UH-174
Bus 001 Device 004: ID 0e8f:0016 GreenAsia Inc. 4 port USB 1.1 hub UH-174
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

lsmod:
Module Size Used by
mt7601u 94416 0
mac80211 678147 1 mt7601u
cfg80211 536771 2 mac80211,mt7601u
rfkill 22106 1 cfg80211
8021q 21366 0
garp 7422 1 8021q
stp 2187 1 garp
llc 5891 2 stp,garp
evdev 11534 1
uinput 9657 1
bcm2835_thermal 2716 0
uio_pdrv_genirq 3721 0
uio 10204 1 uio_pdrv_genirq
lirc_rpi 9347 3
lirc_dev 11400 1 lirc_rpi
rc_core 25765 1 lirc_dev
fuse 102189 1
ipv6 434017 42

dmesg extract:
[ 222.406845] usb 1-1.5.4.1: New USB device found, idVendor=148f, idProduct=7601
[ 222.796868] mt7601u 1-1.5.4.1:1.0: ASIC revision: 76010001 MAC revision: 76010500
[ 222.805900] mt7601u 1-1.5.4.1:1.0: Firmware Version: 0.1.00 Build: 7640 Build time: 201302052146____
[ 223.338319] mt7601u 1-1.5.4.1:1.0: Warning: unsupported EEPROM version 0d
[ 223.338343] mt7601u 1-1.5.4.1:1.0: EEPROM ver:0d fae:00
[ 223.829724] mt7601u 1-1.5.4.1:1.0: Warning: mt7601u_mcu_wait_resp retrying
[ 224.129715] mt7601u 1-1.5.4.1:1.0: Warning: mt7601u_mcu_wait_resp retrying
[ 224.429733] mt7601u 1-1.5.4.1:1.0: Warning: mt7601u_mcu_wait_resp retrying
[ 224.729733] mt7601u 1-1.5.4.1:1.0: Warning: mt7601u_mcu_wait_resp retrying
[ 225.029828] mt7601u 1-1.5.4.1:1.0: Warning: mt7601u_mcu_wait_resp retrying
[ 225.029868] mt7601u 1-1.5.4.1:1.0: Error: mt7601u_mcu_wait_resp timed out
[ 228.229792] mt7601u 1-1.5.4.1:1.0: Vendor request req:07 off:0080 failed:-110
[ 231.429778] mt7601u 1-1.5.4.1:1.0: Vendor request req:02 off:0080 failed:-110
[ 234.629854] mt7601u 1-1.5.4.1:1.0: Vendor request req:02 off:0080 failed:-110
[ 234.630017] mt7601u: probe of 1-1.5.4.1:1.0 failed with error -110
[ 234.630913] usbcore: registered new interface driver mt7601u

ifconfig:
eth0 Link encap:Ethernet HWaddr b8:27:eb:80:9f:0f
inet addr:192.168.137.50 Bcast:192.168.137.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST DYNAMIC MTU:1500 Metric:1
RX packets:517 errors:0 dropped:0 overruns:0 frame:0
TX packets:580 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:130673 (127.6 KiB) TX bytes:91756 (89.6 KiB)

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:65536 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:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

uname -a:
Linux osmc 4.1.5-1-osmc #1 SMP PREEMPT Wed Aug 19 18:37:30 UTC 2015 armv7l GNU/Linux

I compiled the driver from GitHub - kuba-moo/mt7601u: Linux mac80211-based driver for Mediatek MT7601U USB bgn WiFi dongle

Used both the firmware, mt7601u.bin from the manufacturer and from https://github.com/porjo/mt7601 but still not getting it to work.

Thanks for your help
Delvin