-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please enable CONFIG_CIFS_UPCALL #968
Comments
See: #397 kernel: bcm2835-sdhost: Adding overclocking option kernel: bcm2835-mmc: Adding overclocking option See: http://forum.kodi.tv/showthread.php?tid=224025&pid=2005396#pid2005396 kernel: config: Add CONFIG_CIFS_UPCALL See: raspberrypi/linux#968 kernel: config: Add CONFIG_FB_SSD1307=m See: raspberrypi/linux#969 firmware: di_adv: Fix memory leak of converted buffers See: #429 firmware: arm_display: Fix initialisation of framebuffer struct when framebuffer base is passed in firmware: hdmi: Tweak hdmi_mai_thresh for 192kHz audio See: https://discourse.osmc.tv/t/rp2-multichannel-flac-playback/2627/28 firmware: vcsm: Update to header from kernel side
See: raspberrypi/firmware#397 kernel: bcm2835-sdhost: Adding overclocking option kernel: bcm2835-mmc: Adding overclocking option See: http://forum.kodi.tv/showthread.php?tid=224025&pid=2005396#pid2005396 kernel: config: Add CONFIG_CIFS_UPCALL See: raspberrypi/linux#968 kernel: config: Add CONFIG_FB_SSD1307=m See: raspberrypi/linux#969 firmware: di_adv: Fix memory leak of converted buffers See: raspberrypi/firmware#429 firmware: arm_display: Fix initialisation of framebuffer struct when framebuffer base is passed in firmware: hdmi: Tweak hdmi_mai_thresh for 192kHz audio See: https://discourse.osmc.tv/t/rp2-multichannel-flac-playback/2627/28 firmware: vcsm: Update to header from kernel side
Added in latest rpi-update firmware. Please test. |
Works for me:
Thank you! |
@XECDesign may be able to answer that. |
There aren't any plan to bump the bootloader package before the jessie image, which is still some time off. In the meanwhile, if you need the latest firmware in a .deb package, you could use this repo http://nightly.raspberrypi.org/nightlyfirmware-v2/pool/main/r/raspberrypi-firmware/ |
OK, many thanks. |
See: raspberrypi#397 kernel: bcm2835-sdhost: Adding overclocking option kernel: bcm2835-mmc: Adding overclocking option See: http://forum.kodi.tv/showthread.php?tid=224025&pid=2005396#pid2005396 kernel: config: Add CONFIG_CIFS_UPCALL See: raspberrypi/linux#968 kernel: config: Add CONFIG_FB_SSD1307=m See: raspberrypi/linux#969 firmware: di_adv: Fix memory leak of converted buffers See: raspberrypi#429 firmware: arm_display: Fix initialisation of framebuffer struct when framebuffer base is passed in firmware: hdmi: Tweak hdmi_mai_thresh for 192kHz audio See: https://discourse.osmc.tv/t/rp2-multichannel-flac-playback/2627/28 firmware: vcsm: Update to header from kernel side
rust: doctests: Mark generated rustdoc kunit tests extern "C"
What led up to the situation?
I wanted to mount a CIFS share using kerberos authentication.
What exactly did you do (or not do) that was effective (or ineffective)?
What was the outcome of this action?
The following error messages were printed in the console:
In addition to that dmesg contained this information:
What outcome did you expect instead?
Successful completion of the
mount
command without any error messages.The text was updated successfully, but these errors were encountered: