Triffgits
Posts: 16
Joined: Mon Sep 07, 2015 7:31 pm

Updating the raspberry pi model B to kernel 4.2+?

Sun Jan 10, 2016 5:18 pm

The title pretty much summarizes my means to an end. I'm trying to get native support for a USB dongle running the MT7601u chip. I've been told to update to kernel 4.2+ as it has a maintained and ready driver for my chip. I've tried running a few update commands I've found online (in order: sudo apt-get update, sudo apt-get upgrade, sudo rpi-update) but that's only gotten me as far as 4.1.15+. I tried downloading the "latest" kernel and building it from source but I guess I downloaded the wrong one because after installation it still says I'm on 4.1.15+. Any ideas?

Triffgits
Posts: 16
Joined: Mon Sep 07, 2015 7:31 pm

Re: Updating the raspberry pi model B to kernel 4.2+?

Sun Jan 10, 2016 5:20 pm

Moments after posting this, I revisited the github page and noticed you could change the branch to 4.2 and beyond. This is embarrassing. Is there something I have to do to close a thread?

User avatar
DougieLawson
Posts: 39303
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Updating the raspberry pi model B to kernel 4.2+?

Sun Jan 10, 2016 5:25 pm

If you use BRANCH=next sudo rpi-update you can update the kernel to 4.4.0-rc8

It looks like that's the next move for the RPF since they are planning to jump from 4.1.15 to 4.4.0.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

MrEngman
Posts: 4037
Joined: Fri Feb 03, 2012 2:17 pm
Location: Southampton, UK

Re: Updating the raspberry pi model B to kernel 4.2+?

Sun Jan 10, 2016 6:31 pm

Triffgits wrote:The title pretty much summarizes my means to an end. I'm trying to get native support for a USB dongle running the MT7601u chip. I've been told to update to kernel 4.2+ as it has a maintained and ready driver for my chip. I've tried running a few update commands I've found online (in order: sudo apt-get update, sudo apt-get upgrade, sudo rpi-update) but that's only gotten me as far as 4.1.15+. I tried downloading the "latest" kernel and building it from source but I guess I downloaded the wrong one because after installation it still says I'm on 4.1.15+. Any ideas?
The mt7601u driver is included in the 4.1.15+ kernel. You probably just need to install the firmware to get it to work.

Install the firmware using command

Code: Select all

sudo wget https://github.com/porjo/mt7601/raw/master/src/mcu/bin/MT7601.bin -O /lib/firmware/mt7601u.bin


MrEngman
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra

Please post ALL technical questions on the forum. Please Do Not send private messages.

Return to “Beginners”