Creating "/dev/gdl/0" on CE4100
#1
Hello ,
I am able to compile XBMC(the-unibranch) onto CE4100 .
when i try to run XBMC i am getting the following error.
ipc.c:ipc_init_client_session:ERROR: Failed to open /dev/gdl/0
libgdl.c:_gdl_init:ERROR: ERROR initializing IPC client session
ERROR: Unable to create application. Exiting

# cat /proc/devices | grep gdl
244 gdl_track
245 gdl


i have inserted gdl_mm.ko module , but how do we create a device node for GDL ?

# mknod /dev/gdl/0 c 245 0
mknod: /dev/gdl/0: No such file or directory

Please let me know how we can create a device node.
Thanks,
John
Reply
#2
Hi Team,
I was able to solve this.
I was mounting the Root through NFS. So while in exportfs file i mentioned "no_root_squash" and restarted the service.
Device nodes were created automatically,
Thanks,
John.
Reply

Logout Mark Read Team Forum Stats Members Help
Creating "/dev/gdl/0" on CE41000