I have not gotten wifi in order yet. Not that I have tried very hard, but today I did some experimenting and concluded that something is indeed a bit wrong. No matter whether I use the firmware driver or the experimental beta driver, I cannot turn on the wifi system. Wifi led does not come on. A bit of dmesg gives me this, which looks a bit troubling:
	
	
	
		
It finds the card, then gets a bunch of failed reads (can't read the MAC adress?), then does what looks like reasonable things, then says "Unsupported chip", then requests firmware, then gets a hardware timeout? Half of this looks to me like I have some sort of broken driver (failed download or something), whilst other things - timeouts, failed reads - looks like hardware trouble. Anybody who can shed some light on it for me?
(Oh, and if someone should say "You broke it while opening it" - Nope, it was like this from the start)
				
			
		Code:
	
	[   33.541137] Pandora WiFi: Probe started
[   33.570678] Sending insert event for MMC3...
[   33.575012] Pandora WiFi: Probe done
[   33.625976] mmc2: card claims to support voltages below the defined range. These will be ignored.
[   33.634979] mmc2: SDIO card claims to support the incompletely defined 'low voltage range'. This will be ignored.
[   33.648498] mmc2: new SDIO card at address 0001
[   33.688415] wl1251: using dedicated interrupt line
[   33.688507] mmci-omap mmci-omap.2: MMC IRQ 0x208003 : CC TC ERRI DCRC
[   33.688690] wl1251: ERROR sdio write failed (-84)
[   33.711303] mmci-omap mmci-omap.2: MMC IRQ 0x208003 : CC TC ERRI DCRC
[   33.711456] wl1251: ERROR sdio read failed (-84)
[   33.727050] mmci-omap mmci-omap.2: MMC IRQ 0x208003 : CC TC ERRI DCRC
[   33.727111] wl1251: ERROR sdio read failed (-84)
[   33.742523] mmci-omap mmci-omap.2: MMC IRQ 0x208003 : CC TC ERRI DCRC
[   33.742889] wl1251: ERROR sdio read failed (-84)
[   33.758178] mmci-omap mmci-omap.2: MMC IRQ 0x208003 : CC TC ERRI DCRC
[   33.758636] wl1251: ERROR sdio read failed (-84)
[   33.773742] mmci-omap mmci-omap.2: MMC IRQ 0x208003 : CC TC ERRI DCRC
[   33.773895] wl1251: ERROR sdio read failed (-84)
[   33.789428] mmci-omap mmci-omap.2: MMC IRQ 0x208003 : CC TC ERRI DCRC
[   33.789611] wl1251: ERROR sdio read failed (-84)
[   33.824981] mmci-omap mmci-omap.2: MMC IRQ 0x208003 : CC TC ERRI DCRC
[   33.825134] wl1251: ERROR sdio read failed (-84)
[   33.829864] wl1251: WARNING failed to read MAC address from EEPROM
[   34.151397] phy0: Selected rate control algorithm 'minstrel'
[   34.152252] wl1251: loaded
[   34.154998] wl1251: initialized
[   34.480834] udev: renamed network interface wlan0 to wlan12
[   34.726928] sdio_reset_comm():
[   34.759490] mmci-omap mmci-omap.2: MMC IRQ 0x208003 : CC TC ERRI DCRC
[   34.760070] wl1251: ERROR sdio read failed (-84)
[   34.764739] wl1251: ERROR unsupported chip id: 0x22222222
[   34.922180] sdio_reset_comm():
[   34.931823] wl1251_sdio mmc2:0001:1: firmware: requesting wl1251-fw.bin
[   38.838348] wl1251: ERROR timeout waiting for the hardware to complete initialization
	It finds the card, then gets a bunch of failed reads (can't read the MAC adress?), then does what looks like reasonable things, then says "Unsupported chip", then requests firmware, then gets a hardware timeout? Half of this looks to me like I have some sort of broken driver (failed download or something), whilst other things - timeouts, failed reads - looks like hardware trouble. Anybody who can shed some light on it for me?
(Oh, and if someone should say "You broke it while opening it" - Nope, it was like this from the start)
	