Couple of devices gone walk-about

Mike Klinke lsomike at futzin.com
Thu Aug 26 04:42:17 UTC 2004


 
>
> Seems that somewhere between kernel-2.6.7-1.517 and
> kernel-2.6.8-1.526 I seem to have lost the ability to use the
> cdrom/dvd player on my VAIO laptop. The /dev/cdrom and /dev/sr0
> files which were created under the 517 kernel are no longer
> created under the 526 kernel.  If I go back to the 517 kernel as
> is well. Is this a known problem or does it need to be
> investigated further?
 

OK, narrowing it down a bit, everything seems to have gone haywire 
between kernel-2.6.8-1.524 and kernel-2.6.8-1.525.  I suspect it 
has something to do with:

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130746

but since English is my native language I'm not sure what's going on 
there but I get the sense that something's gone haywire with 
autoloading of modules and sure enough, a diff of "lsmod" between 
the 524 and 525 kernels shows there definitely a problem here:

23:31:03 # diff 524-Modules.txt 525-Modules.txt
2,13d1
< snd_mixer_oss          14017  2
< snd_intel8x0           30829  3
< snd_ac97_codec         58693  1 snd_intel8x0
< snd_pcm                82377  1 snd_intel8x0
< snd_timer              25029  1 snd_pcm
< snd_page_alloc          8137  2 snd_intel8x0,snd_pcm
< gameport                3777  1 snd_intel8x0
< snd_mpu401_uart         7232  1 snd_intel8x0
< snd_rawmidi            21605  1 snd_mpu401_uart
< snd_seq_device          6345  1 snd_rawmidi
< snd                    44453  10 
snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
< soundcore               7457  3 snd
16,19d3
< parport_pc             21249  1
< lp                      9133  0
< parport                35337  2 parport_pc,lp
< usbserial              22057  0
32,34d15
< floppy                 53873  0
< sg                     28257  0
< sr_mod                 14181  0
43c24
< ext3                   92585  2
---
> ext3                   95401  2
49c30
< scsi_mod              103953  5 sg,sr_mod,usb_storage,sbp2,sd_mod
---
> scsi_mod              103953  3 usb_storage,sbp2,sd_mod





More information about the fedora-test-list mailing list