Skip to content
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

Unknown filesystem type #9

Open
phodina opened this issue Aug 13, 2023 · 1 comment
Open

Unknown filesystem type #9

phodina opened this issue Aug 13, 2023 · 1 comment

Comments

@phodina
Copy link

phodina commented Aug 13, 2023

Hi,
I'm attempting to debug modem crashes on the SDM845 qcom SoC on the akatsuki platform (Sony Xperia XZ3).

When running the commands from the README I get this error

groot:~$ zcat /proc/config.gz | grep CONFIG_CONFIGFS_FS
CONFIG_CONFIGFS_FS=y
groot:~$ zcat /proc/config.gz | grep CONFIG_USB_CONFIGFS_F_FS
CONFIG_USB_CONFIGFS_F_FS=y
groot:~$ ls /dev/ffs-diag/ -al
total 0
drwxr-xr-x    2 root     root            40 Jan 22 17:08 .
drwxr-xr-x   17 root     root          4460 Jan 22 17:08 ..
groot:~$ sudo mount -t functionfs diag /dev/ffs-diag
mount: /dev/ffs-diag: unknown filesystem type 'functionfs'.
       dmesg(1) may have more information after failed mount system call.

Any idea what might be missing in the kernel or what's the cause?

@konradybcio
Copy link
Member

You need CONFIG_USB_F_FS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants