Search results for

smb big sur

11,740 results found

Post

Replies

Boosts

Views

Activity

Downgrading from Big Sur to Catalina - locked disc (?)
Greetings everyone, A few days ago I downloaded Big Sur to give it a try. As it is still in Beta it is really buggy at some points and I could not work on my art works, that is why I decided to go back to Catalina and wait until Big Sur will release. I used Option+Command+R to get in the recovery mode for Catalina version. I agreed to terms and when I needed to choose a disc - I could not do it because my disc was locked. How do I unlock that disc?
2
0
930
Jul ’20
Ad-hoc network creation fails on Big Sur
Before macOS Big Sur, one could create an ad-hoc WiFi network using CWInterface's -startIBSSModeWithSSID: security: channel: password: error: But this appears to no longer function on Big Sur: The operation couldn’t be completed. (com.apple.coreWLAN.error error -3930.) What is the Big Sur way of programmatically establishing an ad-hoc network?
1
0
884
Aug ’21
Virtual Memory in Big Sur
Is there a new way in Big Sur, running on an M1, to enable and utilize large memory pages? I've done a lot of searching on the internet and many tests, but haven't been able to figure it out. Closest I've come to insight is thinking there might be a conflict with JIT preventing the usage of it? This is what used to work in C++: void *mem = mmap(0, size, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON, VM_FLAGS_SUPERPAGE_SIZE_2MB, 0); Also tried: void *p = mmap((void *) 0x000200000000, 8 * 1024 * 1024, PROT_READ | PROT_WRITE, MAP_ANON | MAP_FIXED | MAP_PRIVATE, VM_FLAGS_SUPERPAGE_SIZE_2MB, 0); Maybe there's an alternative way to accomplish Huge pages.
0
0
1.2k
Apr ’21
Internet Slow on macbook pro with Big Sur
I have three computers, two running Mojave with no problems and one new macbook pro with Big Sur. The internet speeds on the Big Sur computer are ~8Mbps while on the others ~100Mbps. The router is new, other devices are fine, just the macbook. I reinstalled the OS and did all the checking and troubleshooting advised on other message boards, but still no solution. I don't have a VPN, etc. I'm at a complete loss. Has anyone else been able to solve this issue?
1
0
317
Jan ’21
any Big Sur update for Battery problem?
I have MBP 2018 and upgraded to Big Sur, immediately problem with battery. the battery run out from 100% to 50% only took 30 Minutes and the MBP temperature was getting hot. Apple has to fix the problem immediately. I think many other thousands got affected due to the same problem and dissapointed on this product.
0
0
200
Nov ’20
self.needsDisplayInRect BROKEN in Big Sur
The entire view is erased whatever rect is passed to self.needsDisplayInRect thus making this call totally useless. If the view is set top non opaque, then its the windows that erases everything. This is a VERY SERIOUS BUG and makes Appkit almost UNUSABLE for efficient graphics/ redraws. Already starting 10.14 the OS was erasing all View behind our back. But at least one could make a cleaver use of needsDisplayInRect to still be able to do partial redraws. Now on Big Sur even that doesn’t work, forcing us to either redraw everything all the time or to use an extra buffer which is obviously a huge waste of CPU and memory. Plus my experience with that solution is performances gets catastrophic on huge screens… If anybody knows a work around... Eric Wenger, Bryce,Metasynth,ArtMatic father
2
0
848
Feb ’21
Big Sur Mail stuck on Mail Upgrade
After installing Big Sur Public Beta 4, Mail was stuck perpetually at Mail Upgrade. Fixed the problem by going to folder ~Library/Mail and renaming the directory for the mailboxes from V7, which was Catalina's version to V8 which apparently was what Big Sur mail was looking for. Apparently the rename didn't occur during the Upgrade. Restarted Mail and it then completed the Upgrade, went to Optimizing, and Mail loaded and is functioning properly.
0
0
1.7k
Aug ’20