/dev/ttyUSB0 missing after doing modprobe usbserial

reddy

New Member
Joined
Apr 11, 2022
Messages
2
Reaction score
0
Credits
21
hi ,

i was trying a serial communication between two am57xx board.

1) i tried cdc-acm as host contoller driver by doing modprobe cdc-acm i was able to get /dev/ttyACM0. no issue in this case.

2) now iam trying same but instead of cdc-acm now iam using Generic USB Serial Driver. so for that

iam doing modprobe usbserial ----> on one am57xx processor

and modprobe g-serial ---> on another am57xx processor

But in /dev iam not getting /dev/ttyUSB0 on host side. am i missing something here. please let me know quick responses really appreciable, on where iam going wrong !!!

thanks in advance!!
 


You could consider creating the device:
Code:
mknod -m 666 /dev/ttyUSB0 c 188 0
and see if that helps.
 
mknod -m 666 /dev/ttyUSB0 c 188 0
hi ,
thanks for ur reply , i tried that before it create the node but when i try to use it throws an error "can't open '/dev/ttyUSB0': No such device or address"
 

Staff online

Members online


Top