Oliveira wrote: ↑Wed Jun 03, 2020 4:55 pm
I'm using ZTE MF79S and Ubuntu
Raspberry can see the device in
but the divice is a CD-ROM, not USB
I already change
and various commands since yesterday.
The USB port seems disconnect. I have found an article which teaches to modify the grub file, but It seems not exist in my Ubuntu.
Grub is a bootloader used by x86 Linux distros. A Pi doesn't work that way.
It's unclear what your actual question is. Lsusb will list all attached USB devices. A CD-ROM drive to use with a Pi would, indeed, most likely be a USB device. E.g.:
Note Bus 001 Device 005
Code: Select all
pi@ddc4A:~ $ lsusb
Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 0557:2213 ATEN International Co., Ltd CS682 2-Port USB 2.0 DVI KVM Switch
Bus 001 Device 004: ID 0409:005a NEC Corp. HighSpeed Hub
Bus 001 Device 005: ID 0e8d:1806 MediaTek Inc. Samsung SE-208 Slim Portable DVD Writer
Bus 001 Device 003: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
pi@ddc4A:~ $