|
当我插盘片到光驱中的时候,我希望它自动播放。桌面环境:gnome。但是光驱始终无法挂载。/dev下没有cdrom,也没有sr0,sd0等设备。
dmesg的输出结果:
[ 0.546350] ide0: BM-DMA at 0xf000-0xf007
[ 0.546568] Probing IDE interface ide0...
[ 1.524015] hdb: PHILIPS SPD2417T, ATAPI CD/DVD-ROM drive (这是光驱)
[ 1.524335] hdb: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[ 1.524495] hdb: UDMA/66 mode selected
[ 1.524923] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[ 1.525315] ide-gd driver 1.18
[ 1.526028] sata_nv 0000:00:08.0: version 3.5
[ 1.526388] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
[ 1.526596] alloc irq_desc for 23 on node 0
[ 1.526599] alloc kstat_irqs on node 0
ls /dev 的输出结果:
adsp loop ptmx sda tty18 tty4 tty61 vcs7
audio loop0 pts sda1 tty19 tty40 tty62 vcs8
autofs loop1 ram0 sda2 tty2 tty41 tty63 vcs9
block loop2 ram1 sda3 tty20 tty42 tty7 vcsa
bsg loop3 ram10 sequencer tty21 tty43 tty8 vcsa1
bus loop4 ram11 sequencer2 tty22 tty44 tty9 vcsa10
char loop5 ram12 sg0 tty23 tty45 ttyS0 vcsa11
console loop6 ram13 shm tty24 tty46 ttyS1 vcsa12
core loop7 ram14 snapshot tty25 tty47 ttyS2 vcsa2
cpu mapper ram15 snd tty26 tty48 ttyS3 vcsa3
cpu_dma_latency mcelog ram2 stderr tty27 tty49 urandom vcsa4
disk md ram3 stdin tty28 tty5 usbmon0 vcsa5
dsp md0 ram4 stdout tty29 tty50 usbmon1 vcsa6
fd mem ram5 tty tty3 tty51 usbmon2 vcsa7
full mixer ram6 tty0 tty30 tty52 vcs vcsa8
gpmctl network_latency ram7 tty1 tty31 tty53 vcs1 vcsa9
hidraw0 network_throughput ram8 tty10 tty32 tty54 vcs10 zero
hidraw1 null ram9 tty11 tty33 tty55 vcs11
hpet nvidia0 random tty12 tty34 tty56 vcs12
initctl nvidiactl rd tty13 tty35 tty57 vcs2
input nvram rfkill tty14 tty36 tty58 vcs3
kmem oldmem root tty15 tty37 tty59 vcs4
kmsg port rtc tty16 tty38 tty6 vcs5
log ppp rtc0 tty17 tty39 tty60 vcs6
怎么办?? |
|