BUG IncrediblePi Update 22 (status)

RPi-Fan

Member
Joined
Jun 8, 2014
Messages
85
Reaction score
13
The new status installed by update 22 attempts to detect Raspberry Pi models A, B, and B+:

TEST=`lsusb | grep 9514`
if [ -z "$TEST" ]; then
TEST=`lsusb | grep 9512`
if [ -z "$TEST" ]; then
BOARD="A"
else
BOARD="B"
fi
else
BOARD="B+"
fi

I have two model B Raspberry Pi's which were purchased around the beginning of the year. The lsusb from each is:

#1: Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
#2:Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.

#2 is incorrectly identified as a model B+.

The 9514 part was obviously used on the model B prior to the introduction of the model B+. Consequently, this is not a satisfactory test for a model B+.
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,168
Reaction score
5,199
Just pretend you have a B+. Call it a feature. :)

When there's a better way to identify the boards, we'll push out an update. In the meantime, enjoy your B+.
 
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top