apport information
** Attachment added: "Xrandr.txt"
https://bugs.edge.launchpad.net/bugs/293642/+attachment/1488622/+files/Xrandr.txt
--
[Intrepid - Karmic] Fn-key locks up computer
https://bugs.launchpad.net/bugs/293642
You received this bug notification because you are a member of Ubuntu
apport information
** Attachment added: "glxinfo.txt"
https://bugs.edge.launchpad.net/bugs/293642/+attachment/1488623/+files/glxinfo.txt
--
[Intrepid - Karmic] Fn-key locks up computer
https://bugs.launchpad.net/bugs/293642
You received this bug notification because you are a member of Ubunt
apport information
** Attachment added: "monitors.xml.txt"
https://bugs.edge.launchpad.net/bugs/293642/+attachment/1488624/+files/monitors.xml.txt
--
[Intrepid - Karmic] Fn-key locks up computer
https://bugs.launchpad.net/bugs/293642
You received this bug notification because you are a membe
apport information
** Attachment added: "setxkbmap.txt"
https://bugs.edge.launchpad.net/bugs/293642/+attachment/1488625/+files/setxkbmap.txt
--
[Intrepid - Karmic] Fn-key locks up computer
https://bugs.launchpad.net/bugs/293642
You received this bug notification because you are a member of U
apport information
** Attachment added: "xdpyinfo.txt"
https://bugs.edge.launchpad.net/bugs/293642/+attachment/1488626/+files/xdpyinfo.txt
--
[Intrepid - Karmic] Fn-key locks up computer
https://bugs.launchpad.net/bugs/293642
You received this bug notification because you are a member of Ubu
apport information
** Attachment added: "xkbcomp.txt"
https://bugs.edge.launchpad.net/bugs/293642/+attachment/1488627/+files/xkbcomp.txt
--
[Intrepid - Karmic] Fn-key locks up computer
https://bugs.launchpad.net/bugs/293642
You received this bug notification because you are a member of Ubunt
You're right, the drive reports the DVD+RW media as blank until it's
been formatted. Since then there is no way to "unformat" it, you can
just write zeroes to a couple of sectors at the beginning of the disc
and this may vary depending on the software you use. Generally the same
applies to DVD-RAM,
You're welcome!
Two minor omissions crept in:
- include DVD-RW (in Restricted Overwrite mode it's basically same as
DVD+RW, I finally found one that I could blank)
- if ((cd_media_dvd_plus_rw || cd_media_dvd_plus_rw_dl ||
cd_media_dvd_ram) && (header[2] & 3) > 1) {
+ if ((cd_media_d
One more little addition about -RW (and the last I think):
DVD-RW formatted into Sequential mode is seen as "0" (blank) if empty or "2"
(complete) if holds any data, needs no intervention here, works just like CD-RW
DVD-RW in Restricted Overwrite mode that's been written to, blanked or not is
"2
AFAIK, you can't. "Multisession" is done as extending the file system
within the single session. There is only something non-standard like
multi border DVD-R. The appendable status for DVD-RW simply means there
is no lead-out yet (but the one and only session exists), DVD+RW doesn't
care for legacy
But you're right, just in case someone does multi-border sequential
(exotic) we need to distinguish between Restricted Overwrite and
Sequential
** Attachment added: "patch"
http://launchpadlibrarian.net/53323405/patch
--
cdrom_id: Does not recognize reblanked DVD+RW and DVD-RAM
https://bugs.l
Yes, of course, in this sense blank DVD-RW Restricted Overwrite is
non-finalized, too. But multi-track aka multi-border DVD is something beyond
specs, AFAIK there is always a single track.
These statuses reported by the drive are valid, this is rather a dirty
(although working) patch, but they c
** Summary changed:
- cdrom_id: Does not recognize reblanked DVD+RW and DVD-RAM
+ cdrom_id: Does not recognize reblanked DVD+RW, DVD-RW and DVD-RAM
--
cdrom_id: Does not recognize reblanked DVD+RW, DVD-RW and DVD-RAM
https://bugs.launchpad.net/bugs/581925
You received this bug notification becau
Also thanks!
I hope this includes all scenarios, what about printing the original
status for debugging information, just to eat a cake and still have a
cake?
info(udev, "hardware disk status: %s\n", media_status[header[2] & 3]);
--
cdrom_id: Does not recognize reblanked DVD+RW, DVD-RW and DVD-R
Still the same, kernel 2.6.32-24. Hangs immediately after resume, no LCD
backlight, CPU fan spins continuously from what I presume it's stuck in
infinite loop. No trace can be found in syslog.
** Changed in: linux (Ubuntu)
Status: Expired => New
--
[TOSHIBA Satellite M70] suspend/resume f
Yet another fix:
no next session for "appendable" DVD-RW 13h, this fixes the aforementioned iso
burning bug:
- if ((header[2] & 3) < 2)
+ if ((header[2] & 3) < 2 && !cd_media_dvd_rw_ro)
cd_media_session_next = header[10] << 8 | header[5];
--
cdrom_id: Does not recogn
Your patch works for me, too. It was not compiling without it. Kernel
version 2.6.32. Ubuntu.
--
Won't compile if build is remote called (wrong path setting in
ubuntu/omnibook/Makefile)
https://bugs.launchpad.net/bugs/505420
You received this bug notification because you are a member of Ubuntu
B
By the way, thank you VERY MUCH for doing all the leg work to discover
the problem and write the patch. I don't know how you figured that out,
but it saved me a lot of time.
--
Won't compile if build is remote called (wrong path setting in
ubuntu/omnibook/Makefile)
https://bugs.launchpad.net/bug
101 - 118 of 118 matches
Mail list logo