Summary: | CDROM drive doesn't work on acer aspire 9412 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ewoud Canniere <alcoholica666> |
Component: | [OLD] Core system | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | major | CC: | zzam |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Kernel config
My FSTAB Listing from /dev DMESG output /dev listing with SCSI CDROM-driver enabled Kernel config DMESG from kernel with SCSI cd support + Probe for all LUN's + Vendor specific... Newest kernel config |
Description
Ewoud Canniere
2007-04-27 12:26:16 UTC
Created attachment 117397 [details]
Kernel config
Created attachment 117399 [details]
My FSTAB
Created attachment 117401 [details]
Listing from /dev
I think you miss the SCSI cdrom driver. Having this activated will give you your cdrom as /dev/sr0. Created attachment 117402 [details]
DMESG output
I tried to enable the SCSI CDROM-driver but still i got no device in /dev. (See attachment). Created attachment 117404 [details]
/dev listing with SCSI CDROM-driver enabled
Created attachment 117405 [details]
Kernel config
Perhaps you should activate CONFIG_BLK_DEV_SR_VENDOR or CONFIG_SCSI_MULTI_LUN. But your dmesg output just tells me you have a scsi CD-Device. Please attach a dmesg created with your new kernel with scsi-cd-support enabled. Please also post "uname -v" output while booted into that new kernel. This is what uname -v gives booted in my new kernel: alcoholica@Leviathan ~ $ uname -v #1 SMP Thu Apr 19 15:19:49 CEST 2007 Created attachment 117936 [details]
DMESG from kernel with SCSI cd support + Probe for all LUN's + Vendor specific...
Created attachment 117938 [details]
Newest kernel config
Your kernel config and dmesg output is not consistent! Are you sure you compiled that kernel and use it? Your kernel-config does have scsi disk switched of, and dmesg tells me you booted from sda. Also dmesg tells me kernel is from "Thu Apr 19 15:19:49 CEST 2007", but kernel config is from "Wed May 2 12:35:22 2007". You must also compile and install the new configured kernel! Well i did compile the kernel and copied it to /boot. SCSI disk support is indeed switched off because i don't need it. I use the ata_piix driver under SATA drivers (see http://bugs.gentoo.org/show_bug.cgi?id=165944). I'm no currently recompiling my kernel. Ok my bad, i had a wrong entry in my grub.conf. Thats why the dates didn't match. Also the problem of my cd-rom drive is fixed now by enabling SCSI-cd-support + probe for all LUN's and the vendor specific stuff. Thanx for helping me out with this problem. It's a really strange notebook. It has a PATA drive but needs a SATA driver... Whatever, my CD-ROM works now. Thank you all |