Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Cdrecording doesn't work with 2.6.8

  1. #1
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323

    Cdrecording doesn't work with 2.6.8

    Ran 2.6.8 quite happily for a while until I tried to burn a CD, didn't work. I tried every kernel parameter for the device in lilo I could think of with no joy, so I compiled a 2.6.7 and cdrecording ran immediately.
    Is there some patch I could use for 2.6.8 or is it better to just wait for a working kernel?

  2. #2
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900

    Re: Cdrecording doesn't work with 2.6.8

    Quote Originally Posted by Markus
    tried every kernel parameter for the device in lilo I
    You don't need anything in lilo. SCSI emu is no longer necessary w/ 2.6.* kernels. Simply access the device with it's normal name.

    Code:
    cdrecord dev=/dev/hdb blah....
    None the less, which 2.6.8 kernel are you using?

  3. #3
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323

    Re: Cdrecording doesn't work with 2.6.8

    Quote Originally Posted by mzilikazi
    Quote Originally Posted by Markus
    tried every kernel parameter for the device in lilo I
    You don't need anything in lilo. SCSI emu is no longer necessary w/ 2.6.* kernels. Simply access the device with it's normal name.
    Tried without also but then I got nothing from cdrecord -scanbus , even so I tried recording, nada.

    Code:
    cdrecord dev=/dev/hdb blah....
    Tried dev=0,0,0 ATA:... ATAPI:... hdc... nada again.

    None the less, which 2.6.8 kernel are you using?
    Apt-getted 2.6.8-5 source and compiled starting with oldconfig. Perhaps I'll try kernel.org next but as 2.6.7 from the same config is working fine, I think I'll enjoy it for at least a week

    There also seems to be quite a lot of posts like this: http://lists.debian.org/debian-kerne.../msg00613.html

  4. #4
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900

    Re: Cdrecording doesn't work with 2.6.8

    Well that looks like a serious Debian bug. Get one of Kano's kernels or roll your own.

    Quote Originally Posted by Markus
    Tried without also but then I got nothing from cdrecord -scanbus
    That'll never work, cdrecord is scanning the SCSI BUS. Schilly (author of cdrecord) wants only to write cdrecord for a SCSI interface. That's why you get a complaint from cdrecord when using dev=/dev/hdb about it not being an official version and not to contact him about problems.

    I use a custom 2.6.8.1 and cdrecord works fine. Certainly cdrecord also works fine on Kano's latest: http://kanotix.com/files/kernel/kern...-kanotix-5.zip

    *NOTE* You might want to /j #kanotix and clarify how to install this kernel.

    I have heard of some problems with Kanos kernels on Knoppix but given the fact that they work just fine on a bootstrap I'd tend to think it's a Knoppix problem and not the other way around.

  5. #5
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323

    Re: Cdrecording doesn't work with 2.6.8

    Quote Originally Posted by mzilikazi
    Well that looks like a serious Debian bug. Get one of Kano's kernels or roll your own.
    I think I'll just try kernel.org next.

    Quote Originally Posted by Markus
    Tried without also but then I got nothing from cdrecord -scanbus
    That'll never work, cdrecord is scanning the SCSI BUS. Schilly (author of cdrecord) wants only to write cdrecord for a SCSI interface. That's why you get a complaint from cdrecord when using dev=/dev/hdb about it not being an official version and not to contact him about problems.
    Ah. Thanks for clarifying that. I was wondering why I with some configurations get output, but with others none.

    I use a custom 2.6.8.1 and cdrecord works fine. Certainly cdrecord also works fine on Kano's latest: http://kanotix.com/files/kernel/kern...-kanotix-5.zip
    Ok, thanks again. Not a kernel problem then.

    I have heard of some problems with Kanos kernels on Knoppix but given the fact that they work just fine on a bootstrap I'd tend to think it's a Knoppix problem and not the other way around.
    Actually I run BH5 now and used to run kanos kernel on Knoppix 3.3, heard the same thing about 3.4.

  6. #6
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Well, compiled 2.6.8.1 from kernel.org and now I can burn with "kdesu k3b" or by running cdrecord as root from a VT. As user it doesn't work even with device and cdrecord suid to root.
    Aaargh. I suppose I have to live with this minor annoyance while the kernel seems to be running fine in other aspects. Not about to delete that 2.6.7 though.

    Found some more reading if anyone's interested:
    https://lwn.net/Articles/98405/
    http://lists.berlios.de/pipermail/cd...er/003809.html
    http://bugzilla.kernel.org/show_bug.cgi?id=3263
    http://www.uwsg.iu.edu/hypermail/lin...08.3/0824.html

  7. #7
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    I tried to use k3b once but it is far too complicated for a simple guy like me. I did find this tho:

    Do not use Kernel 2.6.8

    A patch that was introduced into the kernel shortly before the 2.6.8 release makes K3b and also the dvd+rw-tools unusable on Linux (unless run as root but that is not recommended). The very important GET CONFIGURATION MMC command is rejected by the kernel for reasons I cannot see and writing commands like MODE SELECT also fail (K3b cannot detect CD writers without it) even when the device is opened O_RDWR. Until this issue has been solved I strongly recommend to stick to kernel version 2.6.7.

    Update: The kernel guys are currently fixing the problem so the next kernel release should work again.

    Update 2: The problem is NOT fixed in 2.6.8.1

    Update 3: Be aware that kernel 2.6.8 also contains the memory leak which makes it impossible to write audio cds, even as root.
    I say B.S.! 2.6.8.1 works fine for me. I also happen to know that cdrecord works fine w/ 2.6.8.1 from Kanotix. Mebbe try k3b there. Oh and BTW....
    BH08 is out! http://www.knoppix.net/forum/viewtopic.php?t=13527

  8. #8
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Did some more compiling, 2.6.9-rc2 this time. Now k3b works and I've realised that my cdrecord package is broken, or the config is borked. I can blank cd's with:
    cdrecord -v dev=/dev/hdc blank=fast but recording doesn't work even as root from a VT.
    Oh, well, I'll just use k3b and see if cdrecord is updated sometimes soon. K3b seems to use mkisofs, cdrdao and growisofs for burning so at least I can burn, I'll just miss my burning script.
    And yes, I did a reinstall on cdrecord 2.0+a38-1 , and a dpkg-reconfigure just to be on the safe side

    As a sidenote, running lilo or shutdown doesn't work with 2.6.9-rc2, so it's 2.6.7 for now.

  9. #9
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    If anyone happens to dig up this thread the problem with cdrecord (whatever it was) is solved in 2.6.9 final. Nothing wrong with the packages for burning.
    Even shutdown works

  10. #10
    Senior Member
    Join Date
    Nov 2003
    Posts
    171
    You should also chmod -s /usr/bin/cdrecord

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 1
    Last Post: 02-28-2005, 12:32 AM
  2. Soundcard Yamaha don't work under K3.3, work under K3.2
    By Mokoshi in forum Hardware & Booting
    Replies: 3
    Last Post: 02-17-2004, 04:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


AMD EPYC 7282 CPU Processor 16 Cores 32 Threads 2.8GHZ up to 3.2GHZ 120W no lock picture

AMD EPYC 7282 CPU Processor 16 Cores 32 Threads 2.8GHZ up to 3.2GHZ 120W no lock

$75.00



Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc... picture

Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc...

$419.99



Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1 picture

Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1

$39.99



Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc... picture

Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc...

$619.99



Intel Quad Core i3-12100 3.3GHz 12MB LGA1700 12th Gen. CPU Processor SRL62 picture

Intel Quad Core i3-12100 3.3GHz 12MB LGA1700 12th Gen. CPU Processor SRL62

$46.03



AMD Ryzen 5 4500 6-Core 3.6GHz Socket AM4 65W CPU Desktop Processor picture

AMD Ryzen 5 4500 6-Core 3.6GHz Socket AM4 65W CPU Desktop Processor

$79.00



Intel Core i7-9700K Octa-Core 3.6 GHz Desktop CPU Processor picture

Intel Core i7-9700K Octa-Core 3.6 GHz Desktop CPU Processor

$165.00



Intel Core i9-14900KF Unlocked Desktop Processor picture

Intel Core i9-14900KF Unlocked Desktop Processor

$579.99



Intel Core i7-3770 3.40GHz 8MB Quad Core Socket LGA1155 CPU Processor SR0PK picture

Intel Core i7-3770 3.40GHz 8MB Quad Core Socket LGA1155 CPU Processor SR0PK

$35.00



Intel 16 Core i7-13700T DESKTOP processor TURBO Boost 4.90Ghz CM8071504820903 picture

Intel 16 Core i7-13700T DESKTOP processor TURBO Boost 4.90Ghz CM8071504820903

$269.00