Jump to content

Recommended Posts

Posted

Hello!

 

I have faced with following issue on CubieBoard. After upgrade from 5.11 to 5.23 I can't mount cifs remote drive (Apple Time Capsule). There is only one log in syslog during mount attempt.

sun4i-ss 1c15000.crypto-engine: ERROR: Empty IV

Is it known issue?

Posted

Hello!

 

I have tested @gTS2 solution. Cifs mount works fine with sun4i_ss in blacklist. What I miss with this option?

 

@Igor, I will test daily and dev kernels later.

Posted

Hi, Igor!

 

I have tested 4.9.0 kernel on my Cubieboard (A10, Debian jessie). The same issue:

root@cubieboard:~# mount.cifs //10.0.1.1/Data /mnt/cifs -o sec=ntlm
Password for root@//10.0.1.1/Data:  ********
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
root@cubieboard:~# uname -a
Linux cubieboard 4.9.0-sunxi #6 SMP Sun Oct 23 16:00:06 CEST 2016 armv7l GNU/Linux
root@cubieboard:~# tail /var/log/messages
Nov  1 21:50:32 localhost kernel: [   47.234972] vdd-cpu: ramp_delay not set
Nov  1 21:50:32 localhost kernel: [   47.485529] vdd-cpu: ramp_delay not set
Nov  1 21:50:32 localhost kernel: [   47.785429] vdd-cpu: ramp_delay not set
Nov  1 21:50:42 localhost kernel: [   57.796352] vdd-cpu: ramp_delay not set
Nov  1 21:50:43 localhost kernel: [   58.355434] vdd-cpu: ramp_delay not set
Nov  1 21:50:49 localhost kernel: [   64.115095] vdd-cpu: ramp_delay not set
Nov  1 21:50:49 localhost kernel: [   64.595420] vdd-cpu: ramp_delay not set
Nov  1 21:50:55 localhost kernel: [   71.020496] Key type cifs.idmap registered
Nov  1 21:50:55 localhost kernel: [   71.026614] vdd-cpu: ramp_delay not set
Nov  1 21:50:56 localhost kernel: [   71.785428] vdd-cpu: ramp_delay not set
root@cubieboard:~# tail /var/log/syslog
Nov  1 21:50:32 localhost kernel: [   47.485529] vdd-cpu: ramp_delay not set
Nov  1 21:50:32 localhost kernel: [   47.785429] vdd-cpu: ramp_delay not set
Nov  1 21:50:42 localhost kernel: [   57.796352] vdd-cpu: ramp_delay not set
Nov  1 21:50:43 localhost kernel: [   58.355434] vdd-cpu: ramp_delay not set
Nov  1 21:50:49 localhost kernel: [   64.115095] vdd-cpu: ramp_delay not set
Nov  1 21:50:49 localhost kernel: [   64.595420] vdd-cpu: ramp_delay not set
Nov  1 21:50:55 localhost kernel: [   71.020496] Key type cifs.idmap registered
Nov  1 21:50:55 localhost kernel: [   71.026614] vdd-cpu: ramp_delay not set
Nov  1 21:50:55 localhost kernel: [   71.030719] sun4i-ss 1c15000.crypto-engine: ERROR: Empty IV
Nov  1 21:50:56 localhost kernel: [   71.785428] vdd-cpu: ramp_delay not set

Also I have tried to downgrade to 3.4 kernel. But I received unbootable image. Board just switch off after "Starting kernel". The same issue after clean install 5.20 with legacy 3.4 kernel.

 

It seems module blacklist is the only option now.

Posted

I think as a new bug on the allwinner security system sun4i-ss kernel module (maybe new version in armbian) or something changed on the armbian kernel that conflicts with this module.

 

I have come to the same problem with ecryptfs, which internally uses ss.

sun4i-ss 1c15000.crypto-engine: ERROR: Empty IV

 

I have tested the same solution (blacklisting module) and it works. You just lose hardware acceleration (=slower)

Posted

hello i have a same problem, 

 

mount.cifs //192.168.1.10/Elements /media/elements/

Password for root@//192.168.1.10/Elements:  

mount error(22): Invalid argument

Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

 

uname -a

Linux bananapi 4.8.4-sunxi #6 SMP Sun Oct 23 15:55:47 CEST 2016 armv7l armv7l armv7l GNU/Linux

 

 

how can fix problem??

 

thx

Posted

You need to provide option to specify username, look at the man page. Also you can avoid calling mount.cifs directly and use traditional mount :

mount -t cifs //server/share /mnt --verbose -o user=username
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines