On mangOH Rev8 with WP8548 mounted, I plugged in USB-serial device into USB host receptacle and got this from dmesg:
[ 2164.701693] usb 1-1.3.2: new full-speed USB device number 8 using msm_hsic_host
[ 2164.759560] ftdi_sio 1-1.3.2:1.0: FTDI USB Serial Device converter detected
[ 2164.772378] usb 1-1.3.2: Detected FT232RL
[ 2164.775461] usb 1-1.3.2: Number of endpoints 2
[ 2164.779795] usb 1-1.3.2: Endpoint 1 MaxPacketSize 64
[ 2164.785411] usb 1-1.3.2: Endpoint 2 MaxPacketSize 64
[ 2164.789714] usb 1-1.3.2: Setting MaxPacketSize 64
[ 2164.802441] usb 1-1.3.2: FTDI USB Serial Device converter now attached to ttyUSB1
and follow by lsusb:
Bus 001 Device 008: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
However, I don’t have /dev/ttyUSB1 shown up. Instead, I just have /sys/class/tty/ttyUSB1 shown up.
Question is, how to create that device nod as /dev/ttyUSB1?