Re: [gentoo-user] no CD or DVD but "rules" seem correct-FIXED-no, really

2007-05-12 Thread maxim wexler
> > Awesome! Eyes must have glazed over when I got to > that > > part. > > Does this mean it helped? Yes, thanks a lot. Maxim Ready for the edge of your seat? Check out tonight's top picks on Yahoo! T

Re: [gentoo-user] no CD or DVD but "rules" seem correct-FIXED-no, really

2007-05-12 Thread Dirk Heinrichs
Am Samstag, 12. Mai 2007 schrieb maxim wexler: > > Maybe you should try adding OPTIONS+="last_rule" to > > stop device node > > generations for CD/DVD devices after your rules. > > Awesome! Eyes must have glazed over when I got to that > part. Does this mean it helped? > > > udev-104-r12 > > > >

Re: [gentoo-user] no CD or DVD but "rules" seem correct-FIXED-no, really

2007-05-12 Thread maxim wexler
--- Dirk Heinrichs <[EMAIL PROTECTED]> wrote: > Am Freitag, 11. Mai 2007 schrieb maxim wexler: > > > Can you post the relevant lines from > 10.local.rules. > > > > [EMAIL PROTECTED] ~ $ cat /etc/udev/rules.d/10* > > BUS=="ide", KERNEL=="hdc", SYMLINK+="cdrom", > > GROUP="cdrom" > > BUS=="ide",

Re: [gentoo-user] no CD or DVD but "rules" seem correct-FIXED-or, not

2007-05-11 Thread Dirk Heinrichs
Am Freitag, 11. Mai 2007 schrieb maxim wexler: > > Can you post the relevant lines from 10.local.rules. > > [EMAIL PROTECTED] ~ $ cat /etc/udev/rules.d/10* > BUS=="ide", KERNEL=="hdc", SYMLINK+="cdrom", > GROUP="cdrom" > BUS=="ide", KERNEL=="hdd", SYMLINK+="dvd", > GROUP="cdrom" > [EMAIL PROTECTE

Re: [gentoo-user] no CD or DVD but "rules" seem correct-FIXED-or, not

2007-05-11 Thread maxim wexler
> Can you post the relevant lines from 10.local.rules. [EMAIL PROTECTED] ~ $ cat /etc/udev/rules.d/10* BUS=="ide", KERNEL=="hdc", SYMLINK+="cdrom", GROUP="cdrom" BUS=="ide", KERNEL=="hdd", SYMLINK+="dvd", GROUP="cdrom" [EMAIL PROTECTED] ~ $ see http://www.reactivated.net/writing_udev_rules

Re: [gentoo-user] no CD or DVD but "rules" seem correct-FIXED-or, not

2007-05-11 Thread Dirk Heinrichs
Am Freitag, 11. Mai 2007 schrieb maxim wexler: > Problem is persistent-CD.rules that keeps getting > re-written every boot. Hmm that's strange. Doesn't happen on my system(s). > I've already written a > 10-local.rules to handle my _one_ CD, /dev/cdrom-> > /dev/hdc and _one_ DVD, /dev/dvd-> /dev

Re: [gentoo-user] no CD or DVD but "rules" seem correct-FIXED-or, not

2007-05-11 Thread maxim wexler
> And if you use the new one, you have to be aware > that it is attached to the > SCSI subsystem now. This means that you have to > enable SCSI as well as > support for SCSI disks (CONFIG_BLK_DEV_SD=y) and > SCSI cdroms > (CONFIG_BLK_DEV_SR=m => sr_mod.ko), just as you > would do with SATA. Tha

Re: [gentoo-user] no CD or DVD but "rules" seem correct-FIXED-or, not

2007-05-10 Thread Dirk Heinrichs
Am Freitag, 11. Mai 2007 schrieb ext Dan Farrell: > Secondly, in addition to some kind of driver for IDE, either generic or > specific, you need the cdrom driver (module: cdrom.ko) for cdrom > support. > > My guess is, you upgraded the kernel and fell into the commonly > experienced PATA driver bu

Re: [gentoo-user] no CD or DVD but "rules" seem correct-FIXED-or, not

2007-05-10 Thread maxim wexler
> My guess is, you upgraded the kernel and fell into > the commonly > experienced PATA driver burn -- there's two driver > sets now, an > experimental one and the old ones, and you have to > make sure to get the > right one for your configuration. What I did was write a 10-local.rules file follo

Re: [gentoo-user] no CD or DVD but "rules" seem correct-FIXED-or, not

2007-05-10 Thread Dan Farrell
On Thu, 10 May 2007 08:50:34 -0700 (PDT) maxim wexler <[EMAIL PROTECTED]> wrote: > > --- Alan McKinnon <[EMAIL PROTECTED]> wrote: > > > On Wednesday 09 May 2007, maxim wexler wrote: > > > lrwxrwxrwx 1 rootroot 3 May 9 08:25 > > > cdrom -> hdc > > > lrwxrwxrwx 1 rootroot

Re: [gentoo-user] no CD or DVD but "rules" seem correct-FIXED-or, not

2007-05-10 Thread maxim wexler
--- Alan McKinnon <[EMAIL PROTECTED]> wrote: > On Wednesday 09 May 2007, maxim wexler wrote: > > lrwxrwxrwx 1 rootroot 3 May 9 08:25 > > cdrom -> hdc > > lrwxrwxrwx 1 rootroot 3 May 9 08:25 > > cdrom1 -> hdd > > lrwxrwxrwx 1 rootroot 3 May 9 08:25 > cdrw

Re: [gentoo-user] no CD or DVD but "rules" seem correct-FIXED

2007-05-10 Thread Alan McKinnon
On Wednesday 09 May 2007, maxim wexler wrote: > lrwxrwxrwx  1 root    root         3 May  9 08:25 > cdrom -> hdc > lrwxrwxrwx  1 root    root         3 May  9 08:25 > cdrom1 -> hdd > lrwxrwxrwx  1 root    root         3 May  9 08:25 cdrw > -> hdc > > appear since loading ide-generic.ko > > [EMAIL P

Re: [gentoo-user] no CD or DVD but "rules" seem correct-FIXED

2007-05-09 Thread maxim wexler
> > CONFIG_M586=y > Nothing to do with your disks, but why this setting? > You seem to have a 64bit Opteron, not a MkI pentium CPU is an AMD product, sempron3100, 32bit. It's based on the 3200 64bit. > > CONFIG_IDE_GENERIC=m > > is this module loaded? Overlooked this one. I loaded it and the

Re: [gentoo-user] no CD or DVD but "rules" seem correct

2007-05-09 Thread Alan McKinnon
On Wednesday 09 May 2007, maxim wexler wrote: > --- Alan McKinnon <[EMAIL PROTECTED]> wrote: > > On Wednesday 09 May 2007, maxim wexler wrote: > > > Hi group, > > > > > > After upgrading from 2.6.16 to 2.6.20 kernel I no > > > longer can access CD or DVD. > > > > LOTS of kernel config changes relat

Re: [gentoo-user] no CD or DVD but "rules" seem correct

2007-05-09 Thread maxim wexler
--- Alan McKinnon <[EMAIL PROTECTED]> wrote: > On Wednesday 09 May 2007, maxim wexler wrote: > > Hi group, > > > > After upgrading from 2.6.16 to 2.6.20 kernel I no > > longer can access CD or DVD. > > LOTS of kernel config changes related to > ATA/SATA/PATA/IDE/libata > changed in 2.6.18 and 2

RE: [gentoo-user] no CD or DVD but "rules" seem correct

2007-05-09 Thread gummnmi-live
I can't even manually make the link cause there's no more /dev/hdc or /dev/hdd under $ls /dev. Nor do these devices appear in dmesg. Maybe you didn't built your kernel with IDE support. This might be the case if you use SATA harddisks. Try this command: zgrep IDE= /proc/config.gz;zgrep -w BLK_DE

Re: [gentoo-user] no CD or DVD but "rules" seem correct

2007-05-09 Thread Alan McKinnon
On Wednesday 09 May 2007, maxim wexler wrote: > Hi group, > > After upgrading from 2.6.16 to 2.6.20 kernel I no > longer can access CD or DVD. LOTS of kernel config changes related to ATA/SATA/PATA/IDE/libata changed in 2.6.18 and 2.6.19 - menus moved around, the code was refactored, selection n

Re: [gentoo-user] no CD or DVD but "rules" seem correct

2007-05-08 Thread Dirk Heinrichs
Am Mittwoch, 9. Mai 2007 schrieb ext maxim wexler: > Hi group, > > After upgrading from 2.6.16 to 2.6.20 kernel I no > longer can access CD or DVD. Did you change anything in the setup? Forgot CDRom support, maybe? > I can't even manually make the link cause there's no > more /dev/hdc or /dev/hdd

[gentoo-user] no CD or DVD but "rules" seem correct

2007-05-08 Thread maxim wexler
Hi group, After upgrading from 2.6.16 to 2.6.20 kernel I no longer can access CD or DVD. Here's the rules.d file: localhost heathen # cat /etc/udev/rules.d/70*cd.rules # This file was automatically generated by the /lib/udev/write_cd_rules # program, probably run by the cd-aliases-generator.rule