How hard would it be to use a Catalina driver for an audio interface to create a driver for Monterey or Big Sur? Tascam discontinued updates for my two interfaces (same models, used as aggregate device)
Search results for
smb big sur
11,741 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello, We have developed AuthorizationPlugin to replace loginwindow:login, and it can work normally before macOS 10.15.6. But we tested the AuthorizationPlugin in Big Sur bata version and it didn't work. We cannot log into Big Sur beta 6 using the following API. SetContextValue(engineRef, kAuthorizationEnvironmentUsername, 1, &userNameValue); SetContextValue(engineRef, kAuthorizationEnvironmentPassword, 1, &userPasswordValue); SetResult(engineRef, kAuthorizationResultAllow); We are worried that the official version of Big Sur will have this problem.
Hi boococp I encounter a similar issue when connecting my Mac (Big Sur 11.2.3) to a NAS using SMB, but a workaround is available. It works for me, I found it here: https://developer.apple.com/forums/thread/661437 Open terminal and type the following command: sudo /usr/libexec/configureLocalKDC It also works for the other connected users. However it is not persistent, so after a reboot you need to type it again. It's referenced as a fix for a similar issue in a security update for macOS 10.13: https://support.apple.com/en-us/HT208317 Maybe somebody has a suggestion to make the change persistent ?
Topic:
App & System Services
SubTopic:
Hardware
Tags:
Hi, have installed macOS 10.15.6 and wants upgrade to Big Sur beta 3. download works after 2nd try (in the 1. I got en error after downloading “%s” want wrong) Now every time I try to install the beta the installation failed after 5min with the message “installation failed, you could try again” Any ideas what that could be? Security is set to High.
Hey guys, I have the problem that my 2013 MacBook crashes frequently since upgrading to Big Sur. This means that all of a sudden the screen freezes, the fans turn up and all of a sudden the MacBook is off. In Catalina, through research I found out that it's because of the Thunderbolt driver (AppleThunderboltNHI.Kext etc.), which I had always renamed in Catalina using recovery mode (... .kext.BAK). This solved the problem. But now since Big Sur I can't rename the Kext files anymore because I'm only in read-only mode. So I wanted to ask here if there is a possibility to rename the files again? Otherwise the MacBook still runs really well!
Hello, I would like to install IpadOS 14 on a mac OS Big Sur (macbook pro). I need to download ipad apps on my macbookpro. Do you think it's possible ? Thanks
Hallo, in our webapp there are implemented web push notifications for Safari users. Now we facing a problem after Update to Big Sur macOs, in Javascript we have a Code snippet to check if a popup should come and ask user if he want notifications but in Big Sur it's not working now. if ('safari' in window && 'pushNotification' in window.safari) { // Show popup } What should we change in this code to get it working in Safari Big Sur? Regards, Przemek Tranda
Hi, since macOS dark mode was originally offered, I've been using the following technique to detect the Dark/Light Desktop theme: defaults read -g AppleInterfaceStyle Recently with the upgrade to Big Sur, the menu bar and system tray area goes light/dark based on the wallpaper, NOT based on the Desktop preference. How do I detect this so that I can change my app's System Tray icon to match the os behavior?
I have a Lexmark E260 laser printer. It is not working now and a friend Epson SpR340 not working after downloading of Big Sur. My new Brother Laser is. Please when will there be a fix? thank you
When trying to connect to another Mac running Big Sur (beta 5) using file sharing (smb or afp), it won't accept the username/password. The dialog just shakes and won't connect. I could connect from a Mac running Bug Sur to another Mac running Catalina fine but not the other way around. Anyone got a workaround? Reported as FB8520247
I tried to update my MacBook Air to Big Sur Beta version. I downloaded the software two times but every time I finished download it gives me error configuration file #* is missing. which quits installation. Please help.
Hi, Im having a issue downloading Logisim to Mac OS Big Sur the system tells me to move it to the bin as the file is corrupted and not supported. I need this software for for my university exams please help me out with this issue. Thank you.
Topic:
Safari & Web
SubTopic:
General
Tags:
InstallerJS
Developer Tools
JavaScript
Developer Program
As the developer of Seashore, using [[NSGraphicsContext currentContext] setImageInterpolation:NSImageInterpolationNone]; no longer works as expected in Big Sur on a Retina display. The exact build works fine in Catalina. Small images seem to be first scaled using Medium or High interpolation to 2x, then scaled use 'None' to the desired size - causing blurriness. This the code to display and scale the image: [[NSGraphicsContext currentContext] setImageInterpolation:NSImageInterpolationNone]; [image drawInRect:alignedRect fromRect:copy operation:NSCompositeSourceOver fraction:1.0 respectFlipped:TRUE hints:NULL]; Any ideas for a fix?
I recently updated to Mac Big Sur on my MacBook pro 2015, and since then the System preferences has given me error in most of the windows I try to open. Can anyone help please?
This works fine in other browsers and versions of Safari before Big Sur. I am saving a pdf as a blob to memory and then referencing it in an object tag. The browser hangs. The pdf isn't shown.