Tiny Core Base > piCore Test Releases

piCore 6.0 rc1

<< < (7/9) > >>

Paul_123:

--- Quote from: Paul_123 on January 10, 2015, 10:40:00 PM ---3) Having problems with squeezelite recognizing the USB DAC....but aplay does.  so I need to investigate this a bit more.

--- End quote ---

Was missing alsa-config.tcz     I'm not sure what the desired dependency is....


Also, can you add ffmpeg development extensions to the repo.  (And all of the libavxxxxxx-dev)

sodface:

--- Quote from: Paul_123 on January 10, 2015, 10:40:00 PM ---2) unable to mount cifs (smb) shares.   cifs kernel module is loading on demand  (The share is mounted just fine on older piCore devices)  This error is in dmesg

--- Code: ---[  306.469540] CIFS VFS: could not allocate crypto hmacmd5
[  306.469562] CIFS VFS: could not crypto alloc hmacmd5 rc -2
[  306.469572] CIFS VFS: Error -2 during NTLMSSP authentication
[  306.469586] CIFS VFS: Send error in SessSetup = -2

--- End code ---

--- End quote ---

Yes, I ran into this yesterday.  Made the mistake of trying to fix it on the other end by adding the NFS role on my WHS2011 box which I never got working either.

bmarkus:

--- Quote from: Paul_123 on January 10, 2015, 10:40:00 PM ---
2) unable to mount cifs (smb) shares.   cifs kernel module is loading on demand  (The share is mounted just fine on older piCore devices)  This error is in dmesg

--- Code: ---[  306.469540] CIFS VFS: could not allocate crypto hmacmd5
[  306.469562] CIFS VFS: could not crypto alloc hmacmd5 rc -2
[  306.469572] CIFS VFS: Error -2 during NTLMSSP authentication
[  306.469586] CIFS VFS: Send error in SessSetup = -2

--- End code ---


--- End quote ---

Try


--- Code: ---sudo modprobe md5
--- End code ---

before mounting.

BTW, which extension are you using to work with CIFS?

Paul_123:

--- Quote from: bmarkus on January 11, 2015, 10:59:29 AM ---Try


--- Code: ---sudo modprobe md5
--- End code ---

before mounting.

BTW, which extension are you using to work with CIFS?

--- End quote ---

same result
I have filesystems-3.12.35-piCore+.tcz which also loads raid-dm-3.12.35-piCore+.tcz

here are the current modules loaded.

--- Code: ---Module                  Size  Used by    Not tainted
nls_utf8                1235  0
cifs                  285421  0
md5                     1784  0
i2c_dev                 5657  2
snd_usb_audio         118129  0
8192cu                537925  0
snd_soc_tas5713         5739  0
snd_soc_pcm512x         9034  0
snd_soc_wm8804          8098  0
snd_usbmidi_lib        19231  1 snd_usb_audio
snd_rawmidi            21760  1 snd_usbmidi_lib
snd_soc_bcm2708_i2s     6298  0
snd_seq_device          6481  1 snd_rawmidi
snd_soc_core          128665  4 snd_soc_tas5713,snd_soc_pcm512x,snd_soc_wm8804,snd_soc_bcm2708_i2s
snd_pcm_dmaengine       5529  1 snd_soc_core
snd_pcm                82413  3 snd_usb_audio,snd_soc_core,snd_pcm_dmaengine
leds_gpio               2083  0
snd_hwdep               5854  1 snd_usb_audio
led_class               4110  1 leds_gpio
snd_page_alloc          5140  1 snd_pcm
snd_timer              20541  1 snd_pcm
snd_compress            8323  1 snd_soc_core
snd                    62326  9 snd_usb_audio,snd_usbmidi_lib,snd_rawmidi,snd_seq_device,snd_soc_core,snd_pcm,snd_hwdep,snd_timer,snd_compress
regmap_i2c              1661  4 snd_soc_tas5713,snd_soc_pcm512x,snd_soc_wm8804,snd_soc_core
regmap_spi              1909  3 snd_soc_pcm512x,snd_soc_wm8804,snd_soc_core
regmap_mmio             2826  1 snd_soc_bcm2708_i2s
evdev                  10477  0
spi_bcm2708             4864  0
i2c_bcm2708             4743  0

--- End code ---

patrikg:
What type of mount options do you use ??
And what type of share are you trying to mount ? Guest, User, Anonymous ??
Maybe you just to try to use option sec=ntlm
mount.cifs //cifs-server/share /localfolder -o guest,sec=ntlm

Have you tested some of this, like openwrt ??

http://wiki.openwrt.org/doc/howto/cifs.client

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version