Closed Bug 1072522 Opened 10 years ago Closed 10 years ago

Ensure wifi bringup on fxpi

Categories

(Firefox OS Graveyard :: Wifi, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: cjones, Unassigned)

References

Details

Wifi is trickier on RPi than on normal phone-class devices, because RPi doesn't have integrated wifi.  RPi users instead use wifi dongles.  In theory these dongles can have any old wifi chip, but the most common one seems to be the Realtek 8172.  If we have to "standardize" around that for now, I wouldn't lose any sleep.  (They're super super cheap.)

The driver for that chip is definitely in the RPi kernel tree, but I'm not sure whether it's built as a module or integrated.  I also don't know if the chip needs firmware loaded, or where that firmware may be.  FFOS also makes no attempt to define a wpa_supplicant.conf at the moment.

This isn't blocked on graphics.
Component: General → Wifi
This should be the last of the kernel-side changes required, I think the remaining issues are in userspace

https://github.com/cgjones/linux/commit/9fe13f1bd5e638387f58967b68e76876b69ffd8b
Two notes for the record

> I also don't know if the chip needs firmware loaded, or where that firmware may be.

Turns out that firmware is compiled into the driver, which is quite convenient.

Also, I didn't test putting the chip into AP mode, and it's fairly likely that that doesn't work.  gal and I tried to set that up in Raspbian and it was a huge PITA.  But maybe we'll be lucky going through the android back door.
You need to log in before you can comment on or make changes to this bug.