On Wednesday 07 February 2007 19:00, Prismatic Plasma wrote: > On Wednesday 07 February 2007 17:44, Andrew Sackville-West wrote: > > On Wed, Feb 07, 2007 at 04:54:52PM -0500, Prismatic Plasma wrote: > > > On Wednesday 07 February 2007 16:27, Douglas Allan Tutty wrote: > > > > On Wed, Feb 07, 2007 at 04:22:18PM -0500, Prismatic Plasma wrote: > > > > > On Wednesday 07 February 2007 15:28, Douglas Allan Tutty wrote: > > > > > > On Wed, Feb 07, 2007 at 03:20:55PM -0500, Prismatic Plasma wrote: > > > > > > > I started with a net installed etch rc1 for amd64. I have ASUS > > > > > > > M2N-MX mobo with SATA harddrive and IDE dvd writer. Install > > > > > > > went okay, but no sound. Made a custom 2.6.20 kernel. Now I > > > > > > > have sound but no cdrom! The trouble shows up in udev, but I'm > > > > > > > not sure if that's the root of the problem. > > > > > > > > > > > > Have you installed all the alsa- packages and run alsaconf? Do > > > > > > you mean that you did this with the stock 2.6.18 kernel? > > > > > > > > > > Yes, first with the stock kernel, then repeated it when I installed > > > > > the custom kernel. > > > > > > > > Have you opened a mixer and raised the volume and unmuted? Alsa > > > > starts out with everything muted. > > > > > > alsaconf did that for me. I checked it anyway, though. The stock kernel > > > didn't have the driver for the onboard audio. That's why I made a > > > custom one. No problem with volume there. The problem with the custom > > > kernel is that I can't mount a data cd. I can get an audio cd to mount, > > > but only through a weird process. > > > > have you diff'ed your kernel config's looking for cd stuff that might > > be different? > > Nothing stands out. I didn't find anything that seemed to relate to the cd. > There are some differences I'm not sure about. In General Setup the stock > kernel has: > CONFIG_POSIX_MSQUEUE=y > CONFIG_AUDIT=y > > I didn't set them for the custom kernel. Also, the stock kernel has the > following from Kernel Hacking: > CONFIG_MAGIC_SYSRQ=y > CONFIG_UNUSED_SYMBOLS=y > CONFIG_DEBUG_KERNEL=y > CONFIG_DETECT_SOFTLOCKUP=y > > I said no to these for the custom kernel. Could there be something in > CONFIG_UNUSED_SYMBOLS that I need?
I created another kernel, adding the following to my previous custom kernel: General Setup: POSIX_MQUEUE SYSFS_DPRECATED Kernel Hacking: UNUSED_SYMBOLS Things still aren't right, but it's better. I can mount both data and audio cds, but it's still awkward. The first time I put a disk in, nothing happens. No links get created in /dev. However, with root I can mount /dev/.static/dev/hda -t iso9660 /mnt/cdrom Then everything's fine until I reboot. Autodetect works when I change cds. So now the question is: Why don't the links get created when I put in a disk for the first time? For some reason, I have to manually mount it (or run cdplay) as root. I know why it has to be root -- because /dev/.static is accessible only to root. I have a feeling the rest of this fix is a one-liner. It's either in the kernel configuration or some command I need to run. Is there a clever guru out there with the magic answer? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]