On Tue, Jul 18, 2017 at 1:09 PM, Robert Nelson <[email protected]> wrote: > On Tue, Jul 18, 2017 at 10:27 AM, Sebastián Sáez <[email protected]> wrote: >> Sorry Robert, some remote machines were left with that kernel. >> >> Here ./version of a machine with kernel 4.4.9-ti-r25, >> >>> root@beaglebone:/opt/scripts/tools# ./version.sh >>> git:/opt/scripts/:[07e88961f99035b71b44c36dda6cd6cbdc98210c] >>> eeprom:[A335BNLTGW1ABBGW16051023] >>> dogtag:[BeagleBoard.org Debian Image 2016-05-27] >>> bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot >>> 2016.03-00001-gd12d09f] >>> kernel:[4.4.9-ti-r25] >>> nodejs:[v0.12.18] >>> pkg:[bb-cape-overlays]:[4.1.20170106-0rcnee1~bpo80+20170106+1] >>> pkg:[bb-wl18xx-firmware]:[1.20170113-0rcnee1~bpo80+20170113+1] >> >> >> With kernel 4.4.9-ti-r25 if I update to kernel --lts-4_9 the wifi die > > Okay this was tricky, in the end it was simple, back in 2016-05-27 > time frame, the package firmware-ti-connectivity was not installed by > default: > > sudo apt update > sudo apt install firmware-ti-connectivity > sudo reboot > > debian@beaglebone:~$ uname -r > 4.9.38-ti-r48 > debian@beaglebone:~$ dmesg | grep wlcore > [ 32.406553] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11) > [ 32.621944] wlcore: loaded > [ 33.115989] wlcore: PHY firmware version: Rev 8.2.0.0.236 > [ 33.156566] wlcore: firmware booted (Rev 8.9.0.0.69) > [ 33.496444] wlcore: down > [ 34.490706] wlcore: down > [ 36.680577] wlcore: down > [ 36.707126] wlcore: down > [ 37.369167] wlcore: PHY firmware version: Rev 8.2.0.0.236 > [ 37.414004] wlcore: firmware booted (Rev 8.9.0.0.69) > [ 38.361339] wlcore: down
and i added a check: https://github.com/RobertCNelson/boot-scripts/commit/a6e52fdbb7f0d94c04f3973725a85fc4d99a7858 so the next time this comes up, it's easy to fix. ;) Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYikLJQfhT7rBp%3D72GT_%2BELfEf%3DM0wXESKu2OuSBbTVcQw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
