USB CD 驱动器未作为 cdrom 安装

USB CD 驱动器未作为 cdrom 安装

我有一个外置 USB CD 驱动器:

# lsusb
Bus 001 Device 006: ID 13fd:1140 Initio Corporation <-- 
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 
Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

但它没有作为 /dev/cdrom 或其他东西安装,而只是作为 /dev/sg0 和 /dev/sda 安装。

usb 1-1.5: new high-speed USB device number 5 using dwc_otg
usb 1-1.5: New USB device found, idVendor=13fd, idProduct=0840
usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1.5: Product: External
usb 1-1.5: Manufacturer: Generic
usb 1-1.5: SerialNumber: 303030303030303030303030
usb-storage 1-1.5:1.0: USB Mass Storage device detected
scsi host0: usb-storage 1-1.5:1.0
scsi 0:0:0:0: Direct-Access     Generic  External         1.14 PQ: 0 ANSI: 4
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] Attached SCSI removable disk

无法访问:

# wodim -dev=/dev/sg0 --devices
wodim: Overview of accessible drives (0 found) :
-------------------------------------------------------------------------
-------------------------------------------------------------------------
# wodim -dev=/dev/sda --devices
wodim: Overview of accessible drives (0 found) :
-------------------------------------------------------------------------
-------------------------------------------------------------------------


# sudo lshw -c disk
*-disk                  
   description: SCSI Disk
   physical id: 0.0.0
   bus info: scsi@1:0.0.0
   logical name: /dev/sda
   configuration: logicalsectorsize=512 sectorsize=512

我该怎么做才能让它被识别为 cddrive?

相关内容