-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kobo Glo: Cannot get WiFi working #18
Comments
Is |
sdio_wifi_pwr does load, after you attempt to enable wifi. (I got that wrong a sec ago.) will follow up with dmesg. |
Possible relevant bits here: brcmfmac: brcmf_sdio_get_fw: Unknown chipid 43362 [0] |
That's the WiFi driver complaining that it doesn't support the WiFi chipset. However, I'm pretty sure my devices have the same chipset and that it's supported by the brcmfmac driver distributed with okreader (compiled from |
Hrm. So I confirmed compat.ko was in the /lib/modules/2.6.35.3.-850-gbc67621+ directory I did a "modprobe compat" and "lsmod" ahead of enabling wifi, and confirmed it was loaded in memory. Got the error message again. "Failed to connect to wpa_supplicant control socket: /var/run/wpa_supplicant/eth0" |
Sorry, bit of a misunderstanding there. What I was saying is that |
Gotcha. I did a clean restart, enabled wifi through the GUI. Error message recurred. lsmod reports compat was loaded after I tried to enable wifi. It was not loaded prior. A list of all currently loaded modules after trying to enable wifi: sdio_wifi_pwr |
Hmm. Can you confirm the |
It matches freakishly enough. |
Alright, I'll need to get back to you on this. I'll try to see if any of my Kobos use the same WiFi chipset and check whether it works with that build of okreader. It might take me some time. Please remind me if I don't get back to you in a week or so. |
Fair enough and thanks! Ill also try and do a complete reinstall tonight, on the offchance ive botched something non-obvious on my end. |
This problem still persists over here. Were you able to reproduce @lgeek ? |
Trying to build this for the Aura H2O.
Firmware exists:
Loading fails with Error -2 (ENOENT?).
|
I had the wierd partition structure mentioned here: #12 and here #14.
Any attempt to create a new ext4 filesystem in partition 1 resulted in no boot. So I opted to resize the existing ext4 partition 1, leaving the 9.5mb of free space at the beginning intact, and just deleted the contents of the existing rootfs with a rm -rf *. I then extracted the rootfs.tar.gz into partition 1.
uBoot uImage rootfs taken from the provided a9bf918_build.
USB, backlight and etc all seem to be working fine except for WiFi.
Any attempts to enable wifi at the GUI result in "Failed to connect to wpa_supplicant control socket: /var/run/wpa_supplicant/eth0"
/var/run/wpa_supplicant does not exist.
lsmod does list brcmfmac
I've extracted the firmware and modules .debs from a9bf918_build release and their contents do appear to be on the sdcard.
uname -a reports a kernel version that matches the /lib/modules folder.
EDIT:
Output of enable-wifi.sh
rfkill: Cannot open RFKILL control device
Could not read interface wlan0 flags: No such device
WEXT: Could not set interface 'wlan0' UP
wlan0: Failed to initialize driver interface
The text was updated successfully, but these errors were encountered: