Guest Takmadeus Posted September 14, 2003 Share Posted September 14, 2003 as many of you may already know, the linux kernel was updated some days ago, to version 2.4.22..... now... has any of you tested it already?.... i say so because I upgraded (via full sources, not patching) and I got a problem...... my CDrom drive is crazy..... when, say i pop a cd in the CD-RW drive, it reads it as normally would do, but when I do the same with my normal cdrom unit, it does not respond, it just acts crazy..... saying that I must specify the filesystem type...... when I specify at /etc/fstab, it saysd "wrong option, blablabla or too many mounted filesystems" that would happen if you had a worng filesystem in fstab (like supermount on a non patched kernel) now, here goes my fstab: /dev/scd0 /mnt/cdrom auto noauto,user,ro,sync,dev,exec 0 0 /dev/scd1 /mnt/cdrom2 auto noauto,user,sync,dev,exec 0 0 /dev/hda1 /mnt/nt ntfs noauto,user,ro,sync,dev,exec 0 0 now, about the linux ans swap stuff.... well, I don't need to post them, just this..... scd0 is my normal cdrom drive, scd1 my CD-RW onw, and hda1 my winXP partition...... this eetting always worked when I used 2.4.20.... but now not, shall i get back to the old kernel?... or is there any other solution? Link to comment Share on other sites More sharing options...
Ixthusdan Posted September 15, 2003 Share Posted September 15, 2003 What you are describing seems more like a problem with supermount, which I do not use because of unpredictable weird behaviour. The kernel is in the 9.2rc2, and I have had no problems related to the kernel. Link to comment Share on other sites More sharing options...
tyme Posted September 15, 2003 Share Posted September 15, 2003 why is your nomal cdrom drive setup as a scsi device? Link to comment Share on other sites More sharing options...
Guest Takmadeus Posted September 15, 2003 Share Posted September 15, 2003 >What you are describing seems more like a problem with supermount, which I do not use because of unpredictable weird behaviour. The kernel is in the 9.2rc2, and I have had no problems related to the kernel. I DO not use supermount (no good with scsi emulation....) >why is your nomal cdrom drive setup as a scsi device? so i can burn CDs on the fly with xcdroast.... with an atapi interface it screws up my cds Link to comment Share on other sites More sharing options...
tyme Posted September 15, 2003 Share Posted September 15, 2003 burning cd's only requires that your cd burning be scsi, not the normal cdrom drive...unless you mean copying... Link to comment Share on other sites More sharing options...
Steve Scrimpshire Posted September 15, 2003 Share Posted September 15, 2003 For most CD burning software, it won't see the regular CD ROM you want to copy from unless you use scsi emulation. Try this arrangement: /dev/scd0 /mnt/cdrom auto user,umask=0,exec,codepage=850,ro,noauto 0 0 Instead of: /dev/scd0 /mnt/cdrom auto noauto,user,ro,sync,dev,exec 0 0 Link to comment Share on other sites More sharing options...
Guest Takmadeus Posted September 15, 2003 Share Posted September 15, 2003 thanks guys..... i already solved the problem.... just went back to 2.4.20... now it runs like a charm, and all my hardware is working perfectly..... maybe it is a 2.4.22 bug... PS: udes exactly the same configuration I used for 2.4.22 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now