Re: tesseract: ocr that works
On 21 Dec 2008, Hugo Vanwoerkom wrote: > Hi, > > Recently there was a post mentioning tesseract. > > Turns out that is an award winning opensource OCR that works! > > I tried it out: > > 1. apt-get install tesseract-ocr > 2. apt-get install tesseract-ocr-eng > 3. use xsane to scan a page at dpi 300 and save as .tif > 4. run: convert foo.tif -depth 8 foo1.tif > 5. doit: tesseract foo1.tif foo2 -l eng > > And voilá! There is foo2.txt with the text. > > This is a page that I scanned: > http://www.scribd.com/doc/9267859/p13x1 > > This is the result: > http://www.scribd.com/doc/9269769/p13 > > The only errors where some punctuation marks. > > {2} tesseract comes by default with the German dic. > [3] don't scan at less than 300 dpi > [4] the result form xsane is depth 16 which tesseract can't handle so > you have to convert the result to depth 8. > > Hugo > As we seem to be reposting this, here are my comments again. Yes, tesseract does work well. Here, xsane gives depth 24, but conversion to depth 8 is neither possible nor necessary. Following the docs, I did export TESSDATA_PREFIX="/usr/share/tesseract-ocr/" There was no need for "- l eng" since I only had the English version of tesseract installed. So to scan a page saved at 300 dpi I just do: tesseract foo.dvi foo The result is excellent. I got pretty good results with ocrad but tesseract is definitely better. Anthony -- Anthony Campbell - a...@acampbell.org.uk Microsoft-free zone - Using Debian GNU/Linux http://www.acampbell.org.uk (blog, book reviews, and sceptical articles) -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: 64-bit Flash Player
On 28 Dec 2008, Cassiel wrote: >There's also [1]http://labs.adobe.com/downloads/flashplayer10.html >just put libflashplayer.so into the mozilla plugins dir >regards > When I do this and try to run BBC iPlayer fullscreen, Firefox locks up completely. Perhaps not surprising since it is an alpha release of flashplayer. Anthony -- Anthony Campbell - a...@acampbell.org.uk Microsoft-free zone - Using Debian GNU/Linux http://www.acampbell.org.uk (blog, book reviews, and sceptical articles) -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: 64-bit Flash Player
Anthony Campbell wrote: > On 28 Dec 2008, Cassiel wrote: >>There's also [1]http://labs.adobe.com/downloads/flashplayer10.html >>just put libflashplayer.so into the mozilla plugins dir >>regards >> > > When I do this and try to run BBC iPlayer fullscreen, Firefox locks up > completely. Perhaps not surprising since it is an alpha release of > flashplayer. > > Anthony > > I attempted to see if I could repeat your results.. However iPlayer videos are apparently limited to the UK only. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: 64-bit Flash Player
On 28 Dec 2008, Daryl Styrk wrote: > Anthony Campbell wrote: > > On 28 Dec 2008, Cassiel wrote: > >>There's also [1]http://labs.adobe.com/downloads/flashplayer10.html > >>just put libflashplayer.so into the mozilla plugins dir > >>regards > >> > > > > When I do this and try to run BBC iPlayer fullscreen, Firefox locks up > > completely. Perhaps not surprising since it is an alpha release of > > flashplayer. > > > > Anthony > > > > > > I attempted to see if I could repeat your results.. However iPlayer > videos are apparently limited to the UK only. > > Yes, it is. There are ways round this, e.g. www.britishtvabroad.com, but most involve payment to a third party. Anthony -- Anthony Campbell - a...@acampbell.org.uk Microsoft-free zone - Using Debian GNU/Linux http://www.acampbell.org.uk (blog, book reviews, and sceptical articles) -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Intel GM965 on Etch
Hello, I have just installed Debian 4.0r4 on a Dell Vostro 1200. My graphics card is Intel GM965. I want to use the 1200x800 resolution that my screen allows however vesa only allows 1024x768. I installed xserver-xorg-video-intel driver from synaptic. The driver's readme file recommends that I add: Section "Device" Identifier "intel" Driver "intel" EndSection But after doing so, X simply crashes. Can anyone using high resolution with the same chipset on Etch help me out? Thanks, Nishita -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Printer in Linux?
On Sun, Dec 28, 2008 at 02:26:56AM +0100, Sjoerd Hiemstra wrote: > Zach Uram wrote: > > I got an HP Deskjet 960c printer for Christmas and would like to set > > it up in Debian testing, but I've never setup a printer in Linux > > before. What should I do? > > For a beginner, one of the easiest ways to setup a new printer is to use > the printer setup utility that KDE or Gnome offers. I'd go with the advice of apt-getting hplip, which will pull in CUPS. Then I'd use the CUPS webbased interface on localhost:631. It provides the same interface from KDE, Gnome or any other wm/de. -- Stupid men are often capable of things the clever would not dare to contemplate... ~ Terry Pratchett -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
USB-to-PS/2 adaptor: mouse works, keyboard doesn't
Hello everyone, I'm a new Debian user. I recently installed Debian on my laptop computer, and almost everything worked out of the box. However, there are a few things that don't work now, but did in my old system. So I would like to ask for your advice. I use a PS/2 keyboard and a USB mouse that I connect to the laptop thru a (generic) USB to PS/2 adaptor. The mouse works, but the keyboard doesn't. I have no idea where I can start looking. My guess is that the installation didn't install PS/2 support, but I've been searching the net and reading the documentation, but can't figure how to deal with that. I will appreciate help from more advanced users. If it's of any help, this is the output of dmesg when I plug the USB-to-PS/2 adaptor: [ 3202.944038] usb 1-1: new low speed USB device using uhci_hcd and address 2 [ 3203.115156] usb 1-1: configuration #1 chosen from 1 choice [ 3203.119328] usb 1-1: New USB device found, idVendor=13ba, idProduct=0017 [ 3203.119336] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 3203.119340] usb 1-1: Product: Generic USB K/B [ 3203.602247] usbcore: registered new interface driver hiddev [ 3203.617535] input: Generic USB K/B as /class/input/input7 [ 3203.617904] input,hidraw0: USB HID v1.10 Keyboard [Generic USB K/B] on usb-:00:1d.0-1 [ 3203.633615] input: Generic USB K/B as /class/input/input8 [ 3203.634088] input,hidraw1: USB HID v1.10 Mouse [Generic USB K/B] on usb-:00:1d.0-1 [ 3203.634112] usbcore: registered new interface driver usbhid [ 3203.634116] usbhid: v2.6:USB HID core driver And this is the output of lsusb: Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 002: ID 13ba:0017 Unknown PS/2 Keyboard+Mouse Adapter Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Thanks in advance for any piece of advice you can provide. D. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: USB-to-PS/2 adaptor: mouse works, keyboard doesn't
Daniel Cliff wrote: Hello everyone, I'm a new Debian user. I recently installed Debian on my laptop computer, and almost everything worked out of the box. However, there are a few things that don't work now, but did in my old system. So I would like to ask for your advice. I use a PS/2 keyboard and a USB mouse that I connect to the laptop thru a (generic) USB to PS/2 adaptor. The mouse works, but the keyboard doesn't. I have no idea where I can start looking. My guess is that the installation didn't install PS/2 support, but I've been searching the net and reading the documentation, but can't figure how to deal with that. I will appreciate help from more advanced users. What does this say: cat /proc/bus/input/devices Hugo -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
keyboard becomes inactive
Hi, when I leave my laptop inactive a long time, more than one hour, the keyboard becomes inactive, whereas the mouse continues to run correctly thanks for help bela
Re: Intel GM965 on Etch
On Sun, 28 Dec 2008, Nishita Desai wrote: Hello, I have just installed Debian 4.0r4 on a Dell Vostro 1200. My graphics card is Intel GM965. I want to use the 1200x800 resolution that my screen allows however vesa only allows 1024x768. I installed xserver-xorg-video-intel driver from synaptic. The driver's readme file recommends that I add: Section "Device" Identifier "intel" Driver "intel" EndSection But after doing so, X simply crashes. Can anyone using high resolution with the same chipset on Etch help me out? Thanks, Nishita -- Try "i810" 00:02.0 VGA compatible controller: Intel Corporation 82G965 Integrated Graphics Controller (rev 02) I use 1680x1050 on a similar chipset (G965), my xorg.conf is as follows: w...@p34:~$ cat /etc/X11/xorg.conf Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice"Mouse0" "CorePointer" InputDevice"Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/etc/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "record" Load "extmod" Load "dbe" Load "dri" Load "glx" Load "xtrap" Load "v4l" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" # Option "Resolution" "1500" Option "Resolution" "520" Option "Emulate3Buttons" "off" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" #DisplaySize 430 270 # mm Identifier "Monitor0" VendorName "DEL" ModelName"DELL 2007WFP" ### Comment all HorizSync and VertRefresh values to use DDC: HorizSync30.0 - 83.0 VertRefresh 56.0 - 76.0 Option "DPMS" EndSection Section "Device" Identifier "Card0" Driver "i810" VendorName "Intel Corporation" BoardName "Unknown Board" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor"Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1680x1050" EndSubSection EndSection Section "DRI" Mode 0666 EndSection -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: "CTRL + T" not working
On Fri, Dec 26, 2008 at 2:41 PM, Deephay wrote: > Greetings all, > > Recently my CTRL + T is not working any more, so I cannot use this > shortcut to open new tabs in apps like Firefox and gnome-terminal, > does anyone having the same problem or any suggestions? Thanks a lot! Do you run Gnome and have "locate mouse by pressing CTRL"? In case you do, try turning off the locate feature and see if that solves it. /M -- Magnus Therning(OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe
Re: tesseract: ocr that works
On Dec 28, 5:10 am, Anthony Campbell wrote: > On 21 Dec 2008, Hugo Vanwoerkom wrote: > [snip] > Yes, tesseract does work well. Here, xsane gives depth 24, but conversion > to depth 8 is neither possible nor necessary. Following the docs, I did There is an option at the top of the Preferences/Filetyple tab to save in 8-bit, but glad to know this isn't needed. > export TESSDATA_PREFIX="/usr/share/tesseract-ocr/" > > There was no need for "- l eng" since I only had the English version of > tesseract installed. So to scan a page saved at 300 dpi I just do: > > tesseract foo.dvi foo > > The result is excellent. I got pretty good results with ocrad but > tesseract is definitely better. I got poor results on a plain text sample, and much better using gocr with the same scan saved by xsane in pnm format. I see your input file is a DVI. Is that format yield better results than TIFF? If so, how did you convert to that from the formats that xsane will save to? Took me a while to figure out that tesseract will not read a TIFF if its file extension is 'tiff' instead of 'tif'. Hadn't quite noticed that in the previous poster's instructions. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Intel GM965 on Etch
On Sun, Dec 28, 2008 at 10:10 PM, Justin Piszcz wrote: > Try "i810" Thank you for your reply Justin. But i810 does not work. It gives me an error saying "No matching Device for instance (BusID :0:2:1) found" I get the same error for "intel" driver along with: (EE) GARTInit: Unable to open /dev/agpgart (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI. (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Couldn't allocate video memory Nishita. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: tesseract: ocr that works
On 28 Dec 2008, andmalc wrote: > On Dec 28, 5:10 am, Anthony Campbell wrote: > > On 21 Dec 2008, Hugo Vanwoerkom wrote: > > > [snip] > > > Yes, tesseract does work well. Here, xsane gives depth 24, but conversion > > to depth 8 is neither possible nor necessary. Following the docs, I did > > There is an option at the top of the Preferences/Filetyple tab to save > in 8-bit, but glad to know this isn't needed. > > > export TESSDATA_PREFIX="/usr/share/tesseract-ocr/" > > > > There was no need for "- l eng" since I only had the English version of > > tesseract installed. So to scan a page saved at 300 dpi I just do: > > > > tesseract foo.dvi foo > > > > The result is excellent. I got pretty good results with ocrad but > > tesseract is definitely better. > > I got poor results on a plain text sample, and much better using gocr > with the same scan saved by xsane in pnm format. I see your input > file is a DVI. Is that format yield better results than TIFF? If so, > how did you convert to that from the formats that xsane will save to? > > Took me a while to figure out that tesseract will not read a TIFF if > its file extension is 'tiff' instead of 'tif'. Hadn't quite noticed > that in the previous poster's instructions. > > Sorry, that was a stupid slip; I meant tiff. And yes, you are right, the termination has to be tif. I get v. poor results with gocr - unusable, in fact. But ocrad is better though not as good as tesseract. -- Anthony Campbell - a...@acampbell.org.uk Microsoft-free zone - Using Debian GNU/Linux http://www.acampbell.org.uk (blog, book reviews, and sceptical articles) -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Printer in Linux?
On Sun, 28 Dec 2008 17:10:20 +0100 Tommy Bongaerts wrote: > On Sun, Dec 28, 2008 at 02:26:56AM +0100, Sjoerd Hiemstra wrote: > > Zach Uram wrote: > > > I got an HP Deskjet 960c printer for Christmas and would like to set > > > it up in Debian testing, but I've never setup a printer in Linux > > > before. What should I do? > > > > For a beginner, one of the easiest ways to setup a new printer is to use > > the printer setup utility that KDE or Gnome offers. > > I'd go with the advice of apt-getting hplip, which will pull in CUPS. > Then I'd use the CUPS webbased interface on localhost:631. It provides > the same interface from KDE, Gnome or any other wm/de. > for hp printers it's easiest with hp-setup which takes care of everything better than using cups directly if you're no expert with printer setup. Will also automatically detect network printers. The hp-gui can be a pain because it automatically starts the hp panel icon which never docs into the panel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Intel GM965 on Etch
On Sun, 28 Dec 2008, Nishita Desai wrote: > On Sun, Dec 28, 2008 at 10:10 PM, Justin Piszcz > wrote: > > Try "i810" > > Thank you for your reply Justin. But i810 does not work. It gives me > an error saying "No matching Device for instance (BusID :0:2:1) found" > > I get the same error for "intel" driver along with: > > (EE) GARTInit: Unable to open /dev/agpgart > (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI. > (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? > (EE) intel(0): Couldn't allocate video memory > > Nishita. > > > I have the same chipset on my thinkpad, this is what I have in my xorg.conf: Section "Device" Identifier "IntelCard" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile Integrated Graphics Controller" BusID "PCI:0:2:0" Option "DRI" "false" Option "monitor-TV" "TVOutput" EndSection # lspci | grep GM965 00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c) 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) 00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) -- 8 out of 10 Owners who Expressed a Preference said Their Cats Preferred Techno. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Xming usage
Sam Kuper wrote: 2008/12/27 Engi Zoltán : I try to connect to debian system with xming. I use Windows Vista 64bit. Unfortunately the connecting isn't succesful. I see grey window, and I can move the the mouse on the screen, no more. [...] What is the problem? I'd try connecting to a different X client, e.g. a server running a different distribution. See if you have the same problem. If so, then it probably isn't due to Debian and you may have more luck seeking help from an Xming mailing list or irc channel. FWIW, I've had no trouble using Xming on Vista HP 32-bit to connect to X clients on Debian or RHEL servers. Good luck, Sam Hi, Thanks for your answer. Finally, I solved the problem with vpn. The next problem is the speed. It is very slow, almost non usable. Is it normally? I use it via internet. The upload speed of server 0,5Mbit. Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Xming usage
2008/12/28 Engi Zoltán : > The next problem is the speed. It is very slow, almost non usable. Is it > normally? Depends on the speeds of the X client machine, the X server machine, the connection between them, and the amount of data being transferred (so using gvim to edit a small text file will be more responsive than using gimp to edit a huge image, for instance). I'm afraid I don't have any measurements of my own systems that would be helpful for you to benchmark against, sorry :( > I use it via internet. The upload speed of server 0,5Mbit. Try using a light application to edit a small file and see if that's responsive. If not, maybe something is wrong. Otherwise, you're probably just pushing one of the systems involved (X client, server, or connection) a little harder than it can easily cope with. Good luck.
Epson EPL-6100L
Dear all My box is using, or rather, unable to use an USB printer Epson EPL-6100L. Searching for the driver led me to the epsonepl Project. As there is .rpm but no .deb available, I tried to install using alien but the printer, though detected, failed to print at all. Anyone has luck with this printer? Thanks! Koh Choon Lin -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Intel GM965 on Etch
On Sun, Dec 28, 2008 at 10:51:46PM +0530, Nishita Desai wrote: > Thank you for your reply Justin. But i810 does not work. It gives me > an error saying "No matching Device for instance (BusID :0:2:1) found" You might need the line: BusID "PCI:0:2:1" instead of: BusID "PCI:0:2:0" in your /etc/X11/xorg.conf I don't have your graphics card, but I do have the 945GM. $ lspci | grep Graphics 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) Thus, in my case, BusID "PCI:0:2:0" would be for an external monitor attached with a VGA cable, and BusID "PCI:0:2:1" would be for the laptop screen. Take a look at the output of lspci. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Epson EPL-6100L
On 12/28/08 14:48, Koh Choon Lin wrote: Dear all My box is using, or rather, unable to use an USB printer Epson EPL-6100L. Searching for the driver led me to the epsonepl Project. As there is .rpm but no .deb available, I tried to install using alien but the printer, though detected, failed to print at all. Anyone has luck with this printer? Did you try the tgz? http://sourceforge.net/project/showfiles.php?group_id=69547&package_id=68499 Also, do you have all of the prerequisites? -- Ron Johnson, Jr. Jefferson LA USA I like my women like I like my coffee - purchased at above-market rates from eco-friendly organic farming cooperatives in Latin America. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Intel GM965 on Etch
i have the same problem as you last time. the xserver-xorg-video-intel do not work with etch kernel. after i upgrade the kernel to lenny linux-image-2.6.26-1-686, it works! just upgrade to new kernel it wil be ok On 12/28/08, Winston Smith wrote: > On Sun, Dec 28, 2008 at 10:51:46PM +0530, Nishita Desai wrote: >> Thank you for your reply Justin. But i810 does not work. It gives me >> an error saying "No matching Device for instance (BusID :0:2:1) found" > > You might need the line: > BusID "PCI:0:2:1" > instead of: > BusID "PCI:0:2:0" > in your /etc/X11/xorg.conf > > I don't have your graphics card, but I do have the 945GM. > > $ lspci | grep Graphics > 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, > 943/940GML Express Integrated Graphics Controller (rev 03) > 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, > 943/940GML Express Integrated Graphics Controller (rev 03) > > Thus, in my case, > BusID "PCI:0:2:0" > would be for an external monitor attached with a VGA cable, and > BusID "PCI:0:2:1" > would be for the laptop screen. > > Take a look at the output of lspci. > > > -- > To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact > listmas...@lists.debian.org > > -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
k3b & brasero don't work, nerolinux does
I've been having problems burning DVDs using K3B recently. I know I used to do this, not too long ago, maybe 2-3 months.. Now I'm getting errors, and K3B says it burns the DVD, then ejects it, but it is empty. Or it stops about 30% of the way and errors out. I've tried slowing down the burn rate, no luck. I have no clue what to do. I even tried running K3B from a root terminal. When I run k3b to create a video DVD here is the console output: Capacity:510:38:38 (LBA 2297888) (4706074624 Bytes) Remaining size: 510:38:38 (LBA 2297888) (4706074624 Bytes) Used Size: 00:00:00 (LBA 0) (0 Bytes) (K3bDevice::Device) /dev/scd0: GET PERFORMANCE dataLen = 72 (K3bDevice::Device) /dev/scd0: GET PERFORMANCE successful with reported length: 68 (K3bDevice::Device) /dev/scd0: Number of supported write speeds via GET PERFORMANCE: 4 (K3bDevice::Device) /dev/scd0 : 22160 KB/s (K3bDevice::Device) /dev/scd0 : 16620 KB/s (K3bDevice::Device) /dev/scd0 : 11080 KB/s (K3bDevice::Device) /dev/scd0 : 5540 KB/s adding udi /org/freedesktop/Hal/devices/volume_empty_dvd_r (K3bDevice::Device) /dev/scd0: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/scd0: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/scd0: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/scd0: GET PERFORMANCE dataLen = 72 (K3bDevice::Device) /dev/scd0: GET PERFORMANCE successful with reported length: 68 (K3bDevice::Device) /dev/scd0: Number of supported write speeds via GET PERFORMANCE: 4 (K3bDevice::Device) /dev/scd0 : 22160 KB/s (K3bDevice::Device) /dev/scd0 : 16620 KB/s (K3bDevice::Device) /dev/scd0 : 11080 KB/s (K3bDevice::Device) /dev/scd0 : 5540 KB/s First sec data area: 43:41:33 (LBA 196608) (402653184 Last sec data area: 202:21:17 (LBA 910592) (1864892416 Bytes) Last sec layer 1: 00:00:00 (LBA 0) (0 Bytes) Layer 1 length: 00:00:01 (LBA 1) (2048 Bytes) Layer 2 length: 202:21:17 (LBA 910592) (1864892416 Bytes) DiskInfo: Mediatype: DVD-R Sequential Current Profile: DVD-R Sequential Disk state: incomplete Empty: 0 Rewritable: 0 Appendable: 1 Sessions:0 Tracks: 1 Layers: 1 Capacity:510:46:46 (LBA 2298496) (4707319808 Bytes) Remaining size: 510:46:45 (LBA 2298495) (4707317760 Bytes) Used Size: 00:00:01 (LBA 1) (2048 Bytes) (K3bDevice::Device) /dev/scd0: GET PERFORMANCE dataLen = 8 (K3bDevice::Device) /dev/scd0: GET PERFORMANCE reports bogus dataLen: 8 (K3bDevice::Device) /dev/scd0: Number of supported write speeds via 2A: 4 (K3bDevice::Device) /dev/scd0 : 8468 KB/s (K3bDevice::Device) /dev/scd0 : 7056 KB/s (K3bDevice::Device) /dev/scd0 : 4234 KB/s (K3bDevice::Device) /dev/scd0 : 2822 KB/s (K3bDevice::ScsiCommand) failed: command:READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc:3a ascq: 0 (K3bDevice::Device) /dev/scd0: READ 10 failed! (K3bDevice::ScsiCommand) failed: command:READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc:3a ascq: 0 (K3bDevice::Device) /dev/scd0: READ 10 failed! ( did that sequence quite a few more times..) --- it ejected the DVD, said success, yet the DVD is blank -- Paul Cartwright Registered Linux user # 367800 Registered Ubuntu User #12459 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#474033: Info received (But I don't use parport, so don't load it)
Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Debian Kernel Team If you wish to submit further information on this problem, please send it to 474...@bugs.debian.org, as before. Please do not send mail to ow...@bugs.debian.org unless you wish to report a problem with the Bug-tracking system. -- 474033: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474033 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
extract date information from nef file (nikon raw)
is it possible with linux tools to extract the date information from a nef file? I know it's there because head file.nef shows it and ufraw has the ability to store it in the converted jpg, but I couldn't find an option to ufraw to just print it to the command line (I'm trying to sort the files to directories/names based on the date) Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Fonts messed after using old xorg.conf. Clear cache? How?
Hi, I'm now fine tuning a brand new Lenny install on a clean disk. It came up great out of the original installation with the non-accelerated nvidia driver: it just worked with the WUXGA (1920 X 1200) display. In previous releases the config files (XFree and xorg) required tweaking. I then installed all the fonts I could find with aptitude. No problems with that either. Then I installed the binary nvidia driver (legacy96xx) which is the suitable one for the Go 4200 chip. I had been running the binary driver on Etch and even earlier and the xorg.conf file had some manual tweaks in it. A diff with the original xorg.conf showed almost no difference, so I just copied the old xorg.conf (after backing up the debian installed one of course). BIG MISTAKE! I had overlooked some old font paths in the customized xorg.conf that messed up all the fonts on the display. Everything is way too big now, including the password field in kdm (I use KDE), everything displayed in the status bar is too big, the font in the konsoles is way too big. Of course, the first thing I did was to comment all the font lines out of the xorg.conf, but that didn't do a thing, even after turning the machine off and rebooting. How can I get the original fonts back? I didn't find an obvious command to clear the font cache and a google search turned up lots of pages on how to install and configure fonts, but no answer to this problem. Help! Trying to get rid of too-big fonts... Thanks. A. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Fonts messed after using old xorg.conf. Clear cache? How?
A. F. Cano wrote: > Hi, > > I'm now fine tuning a brand new Lenny install on a clean disk. It > came up great out of the original installation with the non-accelerated > nvidia driver: it just worked with the WUXGA (1920 X 1200) display. > In previous releases the config files (XFree and xorg) required tweaking. > I then installed all the fonts I could find with aptitude. No problems > with that either. > > Then I installed the binary nvidia driver (legacy96xx) which is the > suitable one for the Go 4200 chip. I had been running the binary > driver on Etch and even earlier and the xorg.conf file had some manual > tweaks in it. A diff with the original xorg.conf showed almost no > difference, so I just copied the old xorg.conf (after backing up the > debian installed one of course). BIG MISTAKE! I had overlooked some > old font paths in the customized xorg.conf that messed up all the fonts > on the display. Everything is way too big now, including the password > field in kdm (I use KDE), everything displayed in the status bar is too > big, the font in the konsoles is way too big. > > Of course, the first thing I did was to comment all the font lines out > of the xorg.conf, but that didn't do a thing, even after turning the > machine off and rebooting. > > How can I get the original fonts back? I didn't find an obvious command > to clear the font cache and a google search turned up lots of pages on > how to install and configure fonts, but no answer to this problem. > > Help! Trying to get rid of too-big fonts... > > Thanks. > > A. > > # xset fp rehash "Causes the server to reread the font databases in the current font path. Usually used only when adding new fonts to a font directory after running mkfontdir to recreate the font database." http://tinyurl.com/9krfeb best of luck. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: 64-bit Flash Player
On Sun, Dec 28, 2008 at 1:11 PM, Cassiel wrote: > There's also http://labs.adobe.com/downloads/flashplayer10.html > just put libflashplayer.so into the mozilla plugins dir This doesn't work on Etch. Can you confirm? -- Girish Kulkarni - Allahabad, India - http://girish.50webs.com -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Epson EPL-6100L
>> My box is using, or rather, unable to use an USB printer Epson >> EPL-6100L. Searching for the driver led me to the epsonepl Project. As >> there is .rpm but no .deb available, I tried to install using alien >> but the printer, though detected, failed to print at all. Anyone has >> luck with this printer? > > Did you try the tgz? > > http://sourceforge.net/project/showfiles.php?group_id=69547&package_id=68499 > > Also, do you have all of the prerequisites? Yes, I ran the .tgz. This is from the terminal. Is there a PPD where I can choose from since I cannot locate 6100L. CUPS has only 6100 series drivers installed. $./configure checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for OS USB support... Linux 2.6.24 ... seems good. checking for libusb... no checking for OS 1284 support... OS doesn't seem to have IEEE 1284 support checking for libieee1284... no checking for null transport... yes checking for solaris-specific requirements... no checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c configure: creating ./config.status config.status: creating Makefile config.status: creating ijs-config config.status: executing default commands $make gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o ijs_server_epsonepl.o ijs_server_epsonepl.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o ijs_server.o ijs_server.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o ijs.o ijs.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_job_header.o epl_job_header.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_page_header.o epl_page_header.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_page_footer.o epl_page_footer.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_job_footer.o epl_job_footer.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_print_stripe.o epl_print_stripe.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_poll.o epl_poll.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_compress.o epl_compress.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_write.o epl_write.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_bid_utils.o epl_bid_utils.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_bid_replies.o epl_bid_replies.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_status.o epl_status.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_time.o epl_time.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_utils_kusb.o epl_utils_kusb.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_57interpret.o epl_57interpret.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_59interpret.o epl_59interpret.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_62interpret.o epl_62interpret.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -c -o epl_utils_null.o epl_utils_null.c gcc -DHAVE_KERNEL_USB_DEVICE-DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -o ijs_server_epsonepl ijs_server_epsonepl.o ijs_server.o epl_job_header.o epl_page_header.o epl_page_footer.o epl_job_footer.o epl_print_stripe.o epl_poll.o epl_compress.o epl_write.o epl_bid_utils.o epl_bid_replies.o epl_status.o epl_time.o epl_utils_kusb.o epl_57interpret.o epl_59interpret.o epl_62interpret.o epl_utils_null.o ijs.o $sudo make install /usr/bin/install -c ijs_server_epsonepl -c /usr/local/bin/ijs_server_epsonepl Koh Choon Lin -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Troubl
Re: Intel GM965 on Etch
On Sun,28.Dec.08, 15:48:19, paragasu wrote: > i have the same problem as you last time. the xserver-xorg-video-intel > do not work with etch kernel. after i upgrade the kernel to lenny > linux-image-2.6.26-1-686, it works! Did you also try the etchnhalf (2.6.24) kernel? Regards, Andrei -- If you can't explain it simply, you don't understand it well enough. (Albert Einstein) signature.asc Description: Digital signature