Jump to content

LyonLeBrun

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by LyonLeBrun

  1. What a relief. It's working. (I suspect the Wi-fi switch made the difference). Here's what I did... I rebooted and checked the BIOS: Wireless Switch there are four checkboxes: WWAN, WiGig, WLAN, Bluetooth® - all are checked Wireless Device Enable: Three checkboxes: WWAN, Bluetooth®, WLAN/WiGig - all are checked. The switch on the side *was* showing red. I switched it back (on, not red). After a reboot, wireless started up, just as it's supposed to. To summarize this incredibly long journey (with huge thanks to you), these are the steps that seem to have mattered: The Solution for Catalina on Dell Latitude E7440 laptop with AzureWave AW-CE123H wireless card: Use the OpenCore EFI folder for Dell Latitude E7440 (https://osxlatitude.com/forums/topic/13155-solved-e7440-no-usb-port-working-with-opencore/?do=findComment&comment=101900) Replace that original config.plist with the one from a few posts ago (https://osxlatitude.com/applications/core/interface/file/attachment.php?id=28462) Ensure all the Wireless boxes are checked in the BIOS Install Catalina 10.15.6 - it seems OK with the AzureWave card Since no kext's were replaced, there was so no need to repair permission or rebuild cache TURN ON WIFI SWITCH on the right side of the laptop I used these OpenCore-safe tools: MountEFI and ProperTree and IORegistryExplorer when needed. Thank you again!
  2. I should also note the my internal drive's top-level /EFI folder has a number of files seemingly created for each boot with a filename of opencore-yyyy-mm-dd-hhmmss.txt, with this data in them: 00:000 00:000 Dependency com.apple.iokit.IOHIDSystem fallback to com.apple.iokit.IOHIDFamily succeeded. Please fix your kext! 00:185 00:185 Dependency com.apple.iokit.IOHIDSystem fallback to com.apple.iokit.IOHIDFamily succeeded. Please fix your kext! opencore-2020-09-14-163048.txt.zip
  3. Yes. See the Network Preferences movie on Youtube. I was slightly surprised to see the OpenWrt5 SSID listed - this installation has never successfully been on Wi-Fi, yet that's one (of *two* SSIDs at my home...) Thanks.
  4. No change to the behavior (I still have the black outline icon. Choosing "Turn Wi-Fi On" causes it to go to grey fan, then the black outline again.) I used Utilities -> Terminal from Recovery mode to disable SIP (with csrutil disable), then booted back to Catalina disk and ran the kextcache command. I ran three variations on the kextcache command, since the first didn't seem as if it worked right: sudo kextcache -u / (gave Warning: /AppleInternal/Library/Extensions: No such file or directory) sudo kextcache -Boot -U / (gave message that everything was up to date - I will note that earlier invocations also gave this same "up to date" result) and sudo kextcache -i / (appears to have worked without incident) (I am hopeful that the second and third commands didn't cancel out the first...) Here's the output: richb@Richs-MacBook-Pro github % sudo kextcache -u / kextcache -u / Warning: /AppleInternal/Library/Extensions: No such file or directory richb@Richs-MacBook-Pro github % sudo kextcache -Boot -U / kextcache -Boot -U / kext allow list already up-to-date for boot FDFD814E-85FB-47D0-9042-6CC5576BE60C richb@Richs-MacBook-Pro github % sudo kextcache -i / kextcache -i / kextcache -arch x86_64 -local-root -all-loaded -kernel /System/Library/Kernels/kernel -prelinked-kernel /Library/Apple/System/Library/PrelinkedKernels/prelinkedkernel -volume-root / /Library/Extensions /AppleInternal/Library/Extensions /Library/Apple/System/Library/Extensions /System/Library/Extensions KernelCache ID: E9A7E7FBE6144200232AC43CBC44FB07 richb@Richs-MacBook-Pro github % I then rebooted back to recovery mode, used csrutil enable, and then rebooted back to Catalina. That's where things stand with the black-outline Wi-Fi icon. I'm still game to try other solutions/dig out other troubleshooting info. Thanks again.
  5. Thanks for the advice and updated config.plist. Wireless still doesn't work, but the symptoms have changed. Now the Wi-Fi icon is a black-outlined fan shape. Selecting "Turn Wi-Fi On" causes it to go to grey fan for a few seconds before turn to a black-outline fan again. System Preferences -> Network - Wi-Fi shows a "Turn Wi-Fi on" button, but that has no effect. I attach the latest IORegistryExplorer output. Here's what I did: Removed IO80211Family.kext from /L/E Verified that both IO80211Family.kext and IO80211FamilyV2.kext (untouched) are present in /S/L/E Repaired permissions, rebuilt caches Restarted When the OC Picker came up, used Reset NVRAM Copied your newest config.pilst to /EFI/EFI/OC (Note: the only changes from your original OC EFI version seem to be s/Compatible/compatible/, s/14e4,43b1/pci14e4,43a0/, s/BCM4331/BCM4352/ in "model", and to move the "AirportBrcmFixup.kext" bundle path above the "AirportBrcmFixup.kext/Contents/Plugins/AirPortBrcm4360_Injector.kext". Is this correct?) Restarted - and now have the behavior described above I agree the problem could be elsewhere - what other information can I provide? Many thanks. Rich's Dell E7440-14Sep2020.ioreg.zip
  6. Here's the Save... output from IORegistryExplorer. Thanks. Rich’s MacBook-Dell-E7440.ioreg
  7. Alas... Replacing the /EFI/EFI/OC/config.plist with that file, then restarting did not change anything. Having worked as a software engineer for 40 years (writing assembly driver code for macOS back in the day), this tells me that SOMETHING ELSE IS WRONG. (I confirmed that the wireless card is indeed an AzureWave AW-CE123H, and that it was connected properly.) I am happy to start examining log files, searching for error messages, etc. but I need a hint about where to start looking. Thank you again for your patience.
  8. Oh dear. I just realized that I have only installed Catalina 10.15.1 on this computer. Does this invalidate all the tests I've done? I will try upgrading...
  9. This didn't work. (But you hear this all the time...) I would feel really bad if I wasn't following your instructions carefully, so I wanted to document the exact steps I have followed: 1. I re-downloaded Jake Lo's E7440 EFI folder and used its contents to replace BOOT and OC folders the internal disk's EFI folder. (I used Clover Configurator 5.15.2.0 to Mount EFI, then copied unzipped contents from Jake Lo's archive. I rebooted, and the computer started up OK.) 2. I then re-downloaded the 10.14.6_IO80211Family.kext.zip from the Wireless Inventory #2 . I unzipped it and copied it to /Library/Extensions. (I had to supply my password.) 3. I used the following script to repair permissions and rebuild cache, and then restarted the computer. #!/bin/bash sudo echo 'Password Accepted: Fixing Kext Cache.' sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo kextcache -Boot -U / sudo kextcache -i / echo 'Done fixing kext cache' The result was: richb@Richs-MBP Desktop % sudo sh permission-E7440.sh Password: Password Accepted: Fixing Kext Cache. kextcache -Boot -U / kext allow list already up-to-date for boot 1381DFE9-B6EF-4E1D-AE99-F6E947E61C48 kextcache -i / kextcache -arch x86_64 -local-root -all-loaded -kernel /System/Library/Kernels/kernel -prelinked-kernel /Library/Apple/System/Library/PrelinkedKernels/prelinkedkernel -volume-root / /Library/Extensions /AppleInternal/Library/Extensions /Library/Apple/System/Library/Extensions /System/Library/Extensions KernelCache ID: 2829D03E8F958FF77117B46A9FD2AE79 Done fixing kext cache richb@Richs-MBP Desktop % 4. I used IORegistryExplorer.app to review the IO devices in my Dell. I wasn't quite sure what to look for, but when I searched for "Brcm" I found the "FakeBrcm" at the PCI address you mentioned (it matches the screen shot) and the IONameMatched is 'pci14e4,43b1' as expected. 5. I could not open the image "CC Devices.jpg..." in the post above, but... 6. I used Clover Configurator (same version) to a) Mount EFI, b) open /EFI/EFI/OC/config.plist 7. In Clover Configurator, I went to "Devices" on the sidebar, and added an item to the "List of PCI Devices" (at the bottom) with this value: PciRoot(0x0)/Pci(0x1C,0x3)/Pci(0x0,0x0) and set the Property "compatible" to the STRING "14e4,43a0" 8. I then used Save (not Save As...) and saw that the EFI's config.plist was changed within the last minute. 9. I rebooted. The Wi-Fi menu item is a grey fan, and opening System Preferences -> Network -> Wi-Fi gives a button that says, <do not loc> briefly before it changes to "Turn Wi-Fi On" Clicking the button has no effect. 10. Because of the differences between the screen shots and the advice from Thursday, I repeated Steps 6,7,8 above with the following choices. - "Compatible" and STRING "14e4,43a0" - "compatible" and STRING "pci14e4,43a0" - "Compatible" and STRING "pci14e4,43a0" 10. All four choices (of "compatible/Compatible" and "14e4,43a0"/"pci14e4,43a0") had the same behavior. Am I misinterpreting the instructions? Many thanks as always.
  10. Thank you for addressing my questions. I have the luxury of being able to blow away and re-install from scratch, so I am starting over with Catalina, using Jake Lo's E7440 EFI and it has booted fine. Now I want to get wireless running using the AW-CE123H. I see that Note 5 of the 2nd Wireless Inventory says that I can do a `DSDT/kext patch` on the 10.14.6_IO80211Family.kext.zip kext. If I understand the page correctly, I have two options: Patch one of the Plugins within the IO80211Family.kext. ("Show Package Contents" on the top level .kext, then open one of those plugins with "Show Package Contents" and add "14e4-43b1" to the IONameMatch array for the plugin's Info.plist. Then save, and copy the entire .kext file either to /L/E or /S/L/E, repair permissions and rebuild cache and reboot. This is straightforward, but may need to be re-done after an update. Three questions: a) Is this procedure correct? b) Are there any other steps? c) Which of the three plugins (AirPortBrcm4331, AirPortBrcm4360, or AirPortBrcmNIC) should get the "14e4-43b1"? Modify the DSDT This would likely not need to be re-done if I upgrade the OS (Is that correct?) But my search of the OSXLatitude site doesn't turn up a clear description of how to do this. I see the "json-like" key-value file on the Inventory page, but don't know what tool to use to view/edit that data. Could you provide a link? As always, many thanks.
  11. It does seem to happen when I am logged in. Here is more troubleshooting info... I logged out of OSXLatitude. I then went into Firefox preferences and removed all cookies for "OSXLatitude". I was able to go to the front page and then click through to the Catalina 10.15.6 article as expected. I then logged into my account on OSXLatitude. I went back to the home page, and clicked the Catalina 10.15.6 article. The info below comes from Firefox 80.0 Network inspector and shows the request for that link. What other information could I provide? Many thanks. Disable Cache 16 requests 1.13 MB / 54.14 KB transferred Finish: 1.86 s DOMContentLoaded: 1.69 s load: 1.75 s GET https://osxlatitude.com/articles/news/macos-catalina-10156-is-out-r22/ Status500 Internal Server Error VersionHTTP/2 Transferred47.44 KB (46.73 KB size) Referrer Policyno-referrer-when-downgrade alt-svc h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400 cache-control no-store, no-cache, must-revalidate cf-cache-status DYNAMIC cf-ray 5d12165318ddf049-EWR cf-request-id 051f2c47ef0000f0498ca17200000001 content-type text/html;charset=UTF-8 date Fri, 11 Sep 2020 14:30:33 GMT expect-ct max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" expires Thu, 19 Nov 1981 08:52:00 GMT pragma no-cache server cloudflare strict-transport-security max-age=2592000; includeSubDomains; preload vary cookie, Accept-Encoding X-Firefox-Spdy h2 x-frame-options sameorigin x-ips-loggedin 1 x-xss-protection 0 Accept text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 Accept-Encoding gzip, deflate, br Accept-Language en-US,en;q=0.5 Connection keep-alive Cookie __cfduid=dcc095e7b945d7b15b78532a81539a3a31599834579; ips4_IPSSessionFront=j8cbrjlpp9g8i1sdeaveq9pccb; ips4_guestTime=1599834619; ips4_ipsTimezone=America/New_York; ips4_hasJS=true; ips4_device_key=5a22414c1f28b076f9d3d72ff6ef402a; ips4_member_id=135780; ips4_loggedIn=1 Host osxlatitude.com Referer https://osxlatitude.com/?_fromLogin=1 TE [ ... this little bit left off the "code" section ... ] Trailers Upgrade-Insecure-Requests 1 User-Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0
  12. Curiouser and curiouser... When I sign off, can go to those three home-page articles. But when signed on (using Firefox and Safari on macOS 10.15.5) I get those error messages. I have tried refreshing browser/force reloading. But... I still see those errors for the other links: (I used Chrome, was signed off, used Force Reload) * Categories -> Feedback https://osxlatitude.com/bugtracker/forums/ * Report Bug -> Forum bug https://osxlatitude.com/bugtracker/forums/ What other information could I provide? Thanks.
  13. Thanks for the speedy response. I did see that "Supported/Unsupported Wireless Inventory" page before I posted, and saw this note: My search queries did not turn up a page that describes/links to this procedure. There are a zillion responses, all telling me to do this, or to refer to Hervé's Guide (which I was also unable to locate). But none tell how to do it. NB: I have ProperTree and can see the Info.plist in the kext. I just need a hint of what to add... Thanks again.
  14. Also... 3. Categories -> Feedback gives this error: Thanks.
  15. [Not sure where to report this] 1. Clicking on any of the three "featured articles" ("MacOS Catalina 10.15.6 is out", "Driver for Realtek RTS Card Readers", or "Broadcom BCM4350 Wireless Cards") on the home page gives this message: 2. Going to Report Bug -> Forum Bug gives this message: Thanks for this great forum...
  16. I am new to this site, but I am really coming to appreciate the depth of knowledge and the responsiveness to questions. In response to my comment about the AW-CE123H stopping working after a Mojave update, I was told: Ahah. That's quite likely (I wasn't really sure what I was doing that first time 'round). I didn't know about the OSX Latitude site earlier. A search might have helped me find the problem. But... It sounds as if dropping back to Mojave might be a different workaround. I did re-install with Mojave using Jake Lo's EFI folder for Latitude E7440 posted here. Wireless still doesn't. (In fact the Wi-Fi menu icon is a greyed-out fan with an "X", and it says, "Wi-Fi: No hardware installed" I'm new to all this, but I understood you to say: - Copy that Mojave kext (10.14.6_IO80211Family.kext) file to /Library/Extensions - Repair permissions and rebuild cache as per the process detailed here - Restart (couldn't hurt) This didn't work - perhaps I'm misinterpreting. What else should I check? Many thanks.
  17. A while back, I used Clover to install macOS Mojave on my Dell Latitude E7440. I installed an AzureWave AW-CE123H card (BCM94352HMB chip) for wireless. Everything was working great. But Wi-Fi stopped working, perhaps after (my stupidity) allowing an OS upgrade from 10.14.? to ?+1. (Bluetooth stopped working as well.) So I bought another AzureWave AW-CE123H Wi-Fi card, thinking that the hardware might have failed. No dice. But otherwise, the computer continues to work well (I just use Ethernet when I want the internet). I had always wanted to play with OpenCore, so I installed Catalina using Jake Lo's OC 0.6.0 EFI files (https://osxlatitude.com/forums/topic/13155-solved-e7440-no-usb-port-working-with-opencore/?_fromLogin=1) Wireless still doesn't work. Symptoms are: System Preferences:Network Sidebar shows "Wi-Fi off" with a red dot. I click "Turn Wi-Fi On" and the "Network Name" popup flashes, but remains set to 'Wi-Fi Off" Click the "Advanced" button, Wi-Fi tab shows one of the local SSIDs, but no connection is made System Report app Bluetooth "No information found" Network:Wi-Fi - see below On the off-chance that the wireless card had "worked loose", I removed and re-installed it. Mechanically, everything looks fine. My question: How could I debug this? What other information could I collect? Many thanks! System Report for Wi-Fi: Software Versions: CoreWLAN: 13.0 ((null)) CoreWLANKit: 13.0 ((null)) Menu Extra: 13.0 ((null)) System Information: 12.0 (1355) IO80211 Family: 12.0 (1200.12.2b1) Diagnostics: 1.0 (910) AirPort Utility: Not Installed Interfaces: en1: Card Type: AirPort Extreme (0x14E4, 0x2B23) Firmware Version: Broadcom BCM43xx 1.0 (7.77.106.3 AirPortDriverBrcmNIC-1435.3) MAC Address: 40:e2:30:42:88:d8 Locale: FCC Country Code: US Supported PHY Modes: 802.11 a/b/g/n/ac Supported Channels: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 132, 136, 140, 144, 149, 153, 157, 161, 165 AirDrop: Supported AirDrop Channel: 0 Auto Unlock: Supported Status: Off
  18. BINGO! That was the problem - I hadn't realized that the /EFI volume needs to have a top level EFI folder to contain both Boot and OC. The Boot Sequence page now includes UEFI: SanDisk (above), and after pressing Return, I got to the OpenCore partition picker (below). Choosing "Install macOS Catalina" got me to the macOS Utilities screen, and I was off to the races, formatting my disk and installing Catalina. THANK YOU!
  19. Hmm... I agree that I expected to see the USB drive, but it wasn't listed when I initially chose UEFI options. I think you're correct, but I don't know what keeps the USB from being identified. Here's what I did to make the USB drive visible when I clicked the "UEFI" button... Or is this a red herring? Is there some other reason that the USB drive wasn't recognized? In any event, the first image shows the original set of options, and me using "Add Boot Option" to select the USB device (top item in File System List) I then used the up/down arrows to move "USB OC" to the top of the list, clicked Apply, and then exit. The laptop then rebooted, and F12 gave me this screen: It shows the Boot Sequence page and my selection of "USB OC" just before I pressed Return. The result was that the laptop still booted from the Mac OS X drive, ignoring the USB. I
  20. No, I never got to the OpenCore picker. In the interest of full disclosure, in the Boot Sequence page, the USB was not listed when I checked the "UEFI" button. I had to click Add Boot Option and select the USB choice from the File System List (it had "USB" in the text). I gave it the Boot Option Name of "USB". Should I enter anything into the File Name field? Thanks.
  21. Thanks for this speedy response. I'll ensure Legacy Option ROMs are enabled. (Yes, they were.) But which "installer" might have the problem: the macOS installer or the USB drive itself? And what information could I collect to debug this? Thanks again.
  22. My Latitude e7440 won't boot from an OpenCore installer USB stick. Here's what I've done: 1. I created the USB stick by formatting the entire USB device in macOS (Catalina) to be GUID Partition Map and Mac OS Extended (Journaled) file system. I used createinstallmedia to copy Catalina onto the USB drive. I also copied Jake Lo's OC 0.6.0 folder from the post below into the EFI partition (I used MountEFI to make the EFI partition visible in the Finder). 2. I plugged the USB drive into my Latitude E7440, and got to Boot Options. I set the USB drive to be first in the list, and used Hervé's list to configure the rest of my E7440 BIOS Settings. 3. Each time I boot, the USB drive is skipped/ignored, and the laptop boots from the internal drive. What should I investigate to make the computer boot OpenCore from the USB drive? PS I don't think it would matter, but I should note that the laptop has a previous macOS install based on Clover. Once I get OpenCore booting, my plan is to erase the entire internal drive and do a clean install of macOS Catalina ... Thanks!
×
×
  • Create New...