Description of problem: Iâm unable to use my dvdrom driver (PHILIPS PBDV1640P) because the device does not seem to be detected and thus does not get /dev/sr0 created. Here is the output of lshw with debian: *-ide:0 description: IDE interface product: MCP51 IDE vendor: nVidia Corporation physical id: d bus info: pci@0000:00:0d.0 logical name: scsi2 version: a1 width: 32 bits clock: 66MHz capabilities: ide pm bus_master cap_list emulated configuration: driver=pata_amd latency=0 maxlatency=1 mingnt=3 resources: irq:0 ioport:1f0(size=8) ioport:3f6 ioport:170(size=8) ioport:376 ioport:f000(size=16) *-cdrom description: DVD writer product: PBDV1640P vendor: PHILIPS physical id: 0.0.0 bus info: scsi@2:0.0.0 logical name: /dev/cdrom logical name: /dev/cdrw logical name: /dev/dvd logical name: /dev/dvdrw logical name: /dev/scd0 logical name: /dev/sr0 version: B3.4 capabilities: removable audio cd-r cd-rw dvd dvd-r configuration: ansiversion=5 status=ready *-medium physical id: 0 logical name: /dev/cdrom Version-Release number of selected component (if applicable): 2.6.37-desktop-3.mga1 How reproducible: Always Steps to Reproduce: 1. boot mageia1 2. launch k3b 3. see it tell there is no cdrom found Reproducible: Steps to Reproduce:
modprobe pata_amd solves the problem here, but the question is why does not it get automatically loaded ?
Created attachment 106 [details] dmesg output line 726 is when I modprobed pata_amd
Created attachment 107 [details] output of lspcidrake -v
CC: (none) => thierry.vignaudSource RPM: kernel-2.6.37-3.mga1.src.rpm => udev
Assignee: bugsquad => dmorganec
Status: NEW => ASSIGNED
Status: ASSIGNED => NEW
can you test with new udev ? ( 166 )
as root can you do : udevadm control --log-priority=debug and then attach the logs from /var/log/syslog from udev when inserting a CD thanks.
Created attachment 167 [details] syslog after inserting a cd with debug messages You will find here the logs Hereâs what I did - issue the requested command - try inserting a cd (nothing showed up) - eject - modprobe pata_amd - inserting the cd again
Please attach /etc/modprobe.conf .
Keywords: (none) => NEEDINFOAssignee: dmorganec => bugsquadSource RPM: udev => module-init-tools
I think the RPM Package should be whatever creates /etc/modprobe.conf at install time (unfortunately I don't know which drakx* tool does that).
Created attachment 286 [details] modprobe.conf you will find here the requested /etc/modprobe.conf
Add: install scsi_hostadapter /sbin/modprobe pata_amd; /bin/true to /etc/modprobe.conf then rebuild the intrid. (c.f. http://forum.mandriva.com/en/viewtopic.php?f=10&t=126675)
CC: (none) => anssi.hannula, pterjan
Or easier, stick pata_amd in /etc/modprobe.preload c.f. https://bugs.mageia.org/show_bug.cgi?id=885#c8
CC: (none) => tmb
Attachment 167 mime type: application/octet-stream => text/plain
No reaction after comment 10 and 11, so closing
Status: NEW => RESOLVEDCC: (none) => m.van.waesResolution: (none) => OLD