[Bug 525628] [NEW] wget is not working as normal user, but working for root

2010-02-22 Thread Naga Samrat Chowdary
Public bug reported:

Binary package hint: wget

I am using Ubuntu 10.04, downloaded from 
http://cdimage.ubuntu.com/daily/current/
after i install, i set the proxy setting through system-> preferences-> network 
proxy.

i restarted machine.

at terminal, as normal user if i do "wget www.google.com" it is not working, 
showing connection refuses.
if i do the same (wget www.google.com) as root i was able to download the page.

same behavior is observed even after i set export http_proxy=host:port (
i was given my proxy and port values).


Thanks in advance
Naga Samrat Chowdary.

** Affects: wget (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: wget

-- 
wget is not working as normal user, but working for root
https://bugs.launchpad.net/bugs/525628
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 525901] Re: Unable to install a plugin

2010-03-28 Thread Naga Samrat Chowdary, Narla
it may be because of this. 
this bug is available in python 2.5.2 at http://bugs.python.org/issue2522.
while you are installing HPLIP 3.10.2 python version may get upgraded to 2.6.

Thanks!
Naga Samrat Chowdary, Narla.


** Bug watch added: Python Roundup #2522
   http://bugs.python.org/issue2522

-- 
Unable to install a plugin
https://bugs.launchpad.net/bugs/525901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546816] Re: hp-systray segfault on quit

2010-03-28 Thread Naga Samrat Chowdary, Narla
*** This bug is a duplicate of bug 486698 ***
https://bugs.launchpad.net/bugs/486698

Thanks Till Kanppeter,

Patch has been applied.
Similar patch also available at https://bugs.launchpad.net/hplip/+bug/486698.

Thanks for your contribution towards HPLIP,
Naga Samrat Chowdary, Narla


** Changed in: hplip
   Status: New => Fix Committed

** This bug has been marked a duplicate of bug 486698
   hp-systray crash

-- 
hp-systray segfault on quit
https://bugs.launchpad.net/bugs/546816
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 490787] Re: SIGSEGV in sane_hpaio_control_option

2010-04-27 Thread Naga Samrat Chowdary, Narla
** Changed in: hplip
   Status: New => Confirmed

-- 
SIGSEGV in sane_hpaio_control_option 
https://bugs.launchpad.net/bugs/490787
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 490787] Re: SIGSEGV in sane_hpaio_control_option

2010-04-28 Thread Naga Samrat Chowdary, Narla
** Changed in: hplip
   Status: Confirmed => Invalid

-- 
SIGSEGV in sane_hpaio_control_option 
https://bugs.launchpad.net/bugs/490787
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 490787] Re: SIGSEGV in sane_hpaio_control_option

2010-04-28 Thread Naga Samrat Chowdary, Narla
This is not a bug in HPLIP.
This is happening, because gnome-scan is trying to set values for scan 
descriptor(s), which is null. This may be because of improper enumerating of 
device.
gnome-scan needs to enumerate the device to get exact values for each option 
descriptors Ex: 2=mode, 3=resolution, 5=contrast, 6=compression, etc.

These values for options may vary from device to device.

This is mainly happening, gnome-scan utility trying to set descriptor 10. But 
descriptor 10 is null. (not assigned to anything).
But it is supposed to assign scan source to descriptor 9.

You can cross verify the same with either "hp-scan" or be using "xsane" utility.
Both these utilities are working fine.

Thanks!
Naga Samrat Chowdary, Narla

-- 
SIGSEGV in sane_hpaio_control_option 
https://bugs.launchpad.net/bugs/490787
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 490787] Re: SIGSEGV in sane_hpaio_control_option

2010-04-28 Thread Naga Samrat Chowdary, Narla
gnome-scan need to call sane_hpaio_control_option with "option=9" to set duplex 
instead of "option=10".
This call is happening from gnome-scan.
sane_hpaio_control_option (handle=0x825d000, option=10, 
action=SANE_ACTION_GET_VALUE, pValue=0x0, pInfo=0xb371d1e8)

>From HPLIP no code change is required.  I am not sure about "flegita"
code.

Thanks!
Naga Samrat Chowdary, Narla

-- 
SIGSEGV in sane_hpaio_control_option 
https://bugs.launchpad.net/bugs/490787
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 302627] Re: hplip-gui can not install plugin for HP LaserJet 1020 under 8.10

2010-05-13 Thread Naga Samrat Chowdary, Narla
** Changed in: hplip
   Status: Triaged => Fix Released

-- 
hplip-gui can not install plugin for HP LaserJet 1020 under 8.10 
https://bugs.launchpad.net/bugs/302627
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 631028] Re: Needs to have HP C410a added

2010-12-18 Thread Naga Samrat Chowdary, Narla
Yes, support for this printer is available in 3.10.9.
Noel J. Bergman, used hplip 3.10.2 version. So, using hplip 3.10.9 will fix the 
issue.

Thanks,
Naga Samrat Chowdary, Narla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/631028

Title:
  Needs to have HP C410a added

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 631028] Re: Needs to have HP C410a added

2010-10-01 Thread Naga Samrat Chowdary, Narla
Thanks Noel J Bergman, for provide the information and for your report.

Thanks,
Naga Samrat Chowdary, Narla


** Changed in: hplip
   Status: Incomplete => Confirmed

** Changed in: hplip
   Status: Confirmed => Triaged

** Changed in: hplip
   Status: Triaged => Fix Committed

-- 
Needs to have HP C410a added
https://bugs.launchpad.net/bugs/631028
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 652963] Re: HP Deskjet 1050 scan scanning not functioning

2010-10-03 Thread Naga Samrat Chowdary, Narla
** Changed in: hplip
   Status: Confirmed => Triaged

-- 
HP Deskjet 1050 scan scanning not functioning
https://bugs.launchpad.net/bugs/652963
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 631028] Re: Needs to have HP C410a added

2010-10-04 Thread Naga Samrat Chowdary, Narla
Please download the latest HP LIP 3.10.9 from www.hplipopensource.com site.
Latest release of HP LIP has support for this printer.

Thanks for reporting with us,
Naga Samrat Chowdary, Narla

** Changed in: hplip
   Status: Fix Committed => Fix Released

-- 
Needs to have HP C410a added
https://bugs.launchpad.net/bugs/631028
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 652963] Re: HP Deskjet 1050 scan scanning not functioning

2010-10-04 Thread Naga Samrat Chowdary, Narla
Please download the latest HPLIP 3.10.9 from www.hplipopensource.com site and 
install.
once installed open /usr/share/hplip/data/models/models.dat file as root.
edit section "deskjet_1050_j410_series" and set "io-mfp-mode=1" and 
"scan-type=7" and save the file.

quit hp-toolbox / hp-systray if it is running.

launch "xsane" from terminal.

Thanks,
Naga Samrat Chowdary, Narla

-- 
HP Deskjet 1050 scan scanning not functioning
https://bugs.launchpad.net/bugs/652963
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 652963] Re: HP Deskjet 1050 scan scanning not functioning

2010-10-04 Thread Naga Samrat Chowdary, Narla
** Changed in: hplip
   Status: Triaged => Fix Committed

-- 
HP Deskjet 1050 scan scanning not functioning
https://bugs.launchpad.net/bugs/652963
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 689705] Re: hp-systray should fail silently if no system tray

2010-12-23 Thread Naga Samrat Chowdary, Narla
This error will pop up if System panel doesn't have "Notification Area" item is 
not available.
We can add "Notification Area" item by right click on panel -> Add to Panel -> 
"Notification Area"

Thanks,
Naga Samrat Chowdary, Narla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/689705

Title:
  hp-systray should fail silently if no system tray

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 689705] Re: hp-systray should fail silently if no system tray

2010-12-23 Thread Naga Samrat Chowdary, Narla
We can change the configuration settings by hp-toolbox -> Configure ->
Preferences -> System Tray Icon -> Messages to show -> None. (or) you
can also select "Hide when inactive"

Thanks,
Naga Samrat Chowdary, Narla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/689705

Title:
  hp-systray should fail silently if no system tray

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 655103] Re: hplip cant handle umlauts when faxing

2010-12-26 Thread Naga Samrat Chowdary, Narla
** Changed in: hplip
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/655103

Title:
  hplip cant handle umlauts when faxing

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 642444] Re: required plug-in fails to install. Kubuntu 10.04, HPLIP 3.10.2

2010-12-07 Thread Naga Samrat Chowdary, Narla
Sorry for the comment #12.

If plug-in is not installed and running hp-setup:
hp-setup will launch hp-plugin to install plugin. and the invocation of 
hp-plugin by hp-setup is depends on weather policy-kit is enabled or disabled. 
if policy-kit is disabled then it will check for GUI tools in system to request 
to user to take username and password. if policy-kit is enabled then policy-kit 
should take care about it.
running hp-plugin as standalone will also work like the above.

This issue, Looks like there is an issue while invoking policy-kit from
HPLIP, not from Ubuntu.

Thanks,
Naga Samrat Chowdary, Narla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/642444

Title:
  required plug-in fails to install. Kubuntu 10.04, HPLIP 3.10.2

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 652963] Re: HP Deskjet 1050 scan scanning not functioning

2010-12-07 Thread Naga Samrat Chowdary, Narla
All scan code is available for this printer on HPLIP 3.10.9 release. 
To scan work on this printer, In addition to HPLIP 3.10.9 code, we need to 
update models.dat file with #3 comments. 

Thanks,
Naga Samrat Chowdary, Narla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/652963

Title:
  HP Deskjet 1050 scan scanning not functioning

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 652963] Re: HP Deskjet 1050 scan scanning not functioning

2010-12-07 Thread Naga Samrat Chowdary, Narla
All scan code is available for this printer on HPLIP 3.10.9 release. 
To scan work on this printer, In addition to HPLIP 3.10.9 code, we need to 
update models.dat file with #3 comments. 

Thanks,
Naga Samrat Chowdary, Narla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/652963

Title:
  HP Deskjet 1050 scan scanning not functioning

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 652963] Re: On HP Deskjet 1050/2050 scanning does not work

2011-01-08 Thread Naga Samrat Chowdary, Narla
configure with the following steps from hplip-3.10.9 directory
sudo make uninstall
male clean
./configure --prefix=/usr
make
sudo make install

Thanks,
Naga Samrat Chowdary, Narla

On Sat, Jan 8, 2011 at 22:26, Jan Ostrochovsky
<652...@bugs.launchpad.net>wrote:

> Also just tested with recommended fixes, and the scan functionality does
> not work.
>
> Tested on 2 systems: Ubuntu 10.04 LTS and 10.10. Both also x86_64.
>
> Error message after running xsane: "Failed to open device
> hpaio:/usb/Deskjet_1050_J410_series?seria=CN07M2P3G505HW: Device busy."

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/652963

Title:
  On HP Deskjet 1050/2050 scanning does not work

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 693922] Re: HP LaserJet 1212 error "failed to open scan device ... error on I/O with device"

2011-01-10 Thread Naga Samrat Chowdary, Narla
Can please launch xsane in the terminal and post the /var/log/syslog and
/var/log/messages releated to this xsane instance.

Thanks,
Naga Samrat Chowdary, Narla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/693922

Title:
  HP LaserJet 1212 error "failed to open scan device ... error on I/O with 
device"

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 693922] Re: HP LaserJet 1212 error "failed to open scan device ... error on I/O with device"

2011-01-10 Thread Naga Samrat Chowdary, Narla
Thanks for your update Mantas Kriaučiūnas.

Thanks,
Naga Samrat Chowdary, Narla

** Changed in: hplip
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/693922

Title:
  HP LaserJet 1212 error "failed to open scan device ... error on I/O with 
device"

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 700441] Re: I am having problems with running hplip how do I run this

2011-01-10 Thread Naga Samrat Chowdary, Narla
Also, please run "hp-check -t" and post the output.

Thanks,
Naga Samrat Chowdary, Narla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/700441

Title:
  I am having problems with running hplip how do I run this

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 700441] Re: I am having problems with running hplip how do I run this

2011-01-10 Thread Naga Samrat Chowdary, Narla
For Deskjet 2050 All-in-One J510 series printer, the minimum HPLIP version 
required is 3.10.9. currently you have installed 3.10.2. 
upgrade to latest version of hplip will fix the issue.

Thanks,
Naga Samrat Chowdary, Narla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/700441

Title:
  I am having problems with running hplip how do I run this

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 700441] Re: I am having problems with running hplip how do I run this

2011-01-10 Thread Naga Samrat Chowdary, Narla
your printer also has scanner, once install hplip-3.10.9 run "hp-setup"
to add printer.

Thanks,
Naga Samrat Chowdary, Narla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/700441

Title:
  I am having problems with running hplip how do I run this

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 700441] Re: I am having problems with running hplip how do I run this

2011-01-10 Thread Naga Samrat Chowdary, Narla
you are also required to add current user to "lp" group, then logout and
login to add printer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/700441

Title:
  I am having problems with running hplip how do I run this

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 700441] Re: I am having problems with running hplip how do I run this

2011-01-11 Thread Naga Samrat Chowdary, Narla
looks like executable permission is not there for the file.
chmod +x hplip-3.10.9.run
sh hplip-3.10.9.run

Thanks,
Naga Samrat Chowdary, Narla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/700441

Title:
  I am having problems with running hplip how do I run this

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 694578] Re: Deskjet D1663 says printing status completed but nothing prints

2011-01-12 Thread Naga Samrat Chowdary, Narla
your installation doesn't have foomatic-rip-hplip installed and you are using 
hpijs driver.
please remove all your printer queues.

can you please install the latest version of hplip-3.10.9.
if you download the hplip-3.10.9.run file, please apply the patch given at
https://answers.launchpad.net/hplip/+faq/1356
once installed, please add your printer using hp-setup.

or if you have already hplip-3.10.6 with you follow the following steps
cd hplip-3.10.6
sudo make uninstall
make clean
./configure --prefix=/usr
make
sudo make install
once installed, please add your printer using hp-setup.

Thanks,
Naga Samrat Chowdary, Narla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694578

Title:
  Deskjet D1663 says printing status completed but nothing prints

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 694578] Re: Deskjet D1663 says printing status completed but nothing prints

2011-01-12 Thread Naga Samrat Chowdary, Narla
** Changed in: hplip
   Status: Incomplete => Invalid

** Changed in: hplip (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694578

Title:
  Deskjet D1663 says printing status completed but nothing prints

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 689705] Re: hp-systray should fail silently if no system tray

2011-01-13 Thread Naga Samrat Chowdary, Narla
** Changed in: hplip
   Status: New => Confirmed

** Changed in: hplip (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/689705

Title:
  hp-systray should fail silently if no system tray

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 652963] Re: HP Deskjet 1050 scan scanning not functioning

2010-11-28 Thread Naga Samrat Chowdary, Narla
Please follow the attached patch at
https://answers.launchpad.net/hplip/+faq/1356
 <https://answers.launchpad.net/hplip/+faq/1356>and re-install.
once installed, then apply the patch specific to HP Deskjet 2050.

Thanks,
Naga Samrat Chowdary, Narla

On Sun, Nov 21, 2010 at 20:06, Wim Deblauwe 
wrote:

> I also get a HP Deskjet 2050, but it does not seem to work (I am on
> Ubuntu 10.10). I tried to install hplip, but it says that I miss gcc,
> while apt-get says that I already have the latest version installed. Any
> thoughts on what I can try next ?
>
> --
> HP Deskjet 1050 scan scanning not functioning
> https://bugs.launchpad.net/bugs/652963
> You received this bug notification because you are subscribed to HPLIP.
>
> Status in HP Linux Imaging and Printing: Fix Committed
> Status in “hplip” package in Ubuntu: Confirmed
>
> Bug description:
> Binary package hint: hplip
>
> Just following on from advice given:
>
> "Yash said on 2010-09-21:
>
> We will support scanning of 1050 in future HPLIP release. Please create bug
> in launch pad for the same.
> Thanks for contacting HPLIP"
>
> Link:
>
> https://answers.launchpad.net/hplip/+question/125633
>
> as I see it hasn't been done yet and I have a Deskjet 1050 here now.
>
> It isn't mine so others may have to follow this one up.
>
> ProblemType: Bug
> DistroRelease: Ubuntu 10.10
> Package: hplip 3.10.6-1ubuntu10
> ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
> Uname: Linux 2.6.35-22-generic i686
> Architecture: i386
> CupsErrorLog: E [01/Oct/2010:13:14:24 +0100] [cups-driverd] Bad driver
> information file "/usr/share/cups/drv/sample.drv"!
> Date: Fri Oct  1 13:32:59 2010
> InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release Candidate i386
> (20091019.2)
> Lpstat: device for Deskjet-1050-J410-series:
> hp:/usb/Deskjet_1050_J410_series?serial=CN0732P0K505HW
> MachineType: Gigabyte Technology Co., Ltd. GA-MA785GMT-UD2H
> Papersize: a4
> PpdFiles: Deskjet-1050-J410-series: HP Deskjet 1050 j410 Series, hpcups
> 3.10.6
> ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic
> root=UUID=c03cfb8e-753a-4d3f-af52-b8ccbce704e7 ro vga=885 splash
> ProcEnviron:
>  LANG=en_GB.utf8
>  SHELL=/bin/bash
> SourcePackage: hplip
> dmi.bios.date: 07/03/2009
> dmi.bios.vendor: Award Software International, Inc.
> dmi.bios.version: F1
> dmi.board.name: GA-MA785GMT-UD2H
> dmi.board.vendor: Gigabyte Technology Co., Ltd.
> dmi.board.version: x.x
> dmi.chassis.type: 3
> dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
> dmi.modalias:
> dmi:bvnAwardSoftwareInternational,Inc.:bvrF1:bd07/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA785GMT-UD2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA785GMT-UD2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
> dmi.product.name: GA-MA785GMT-UD2H
> dmi.sys.vendor: Gigabyte Technology Co., Ltd.
>
>
>

-- 
HP Deskjet 1050 scan scanning not functioning
https://bugs.launchpad.net/bugs/652963
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 587577] Re: simple-scan can't find my scanner (HP ScanJet 3670) unless I run it via sudo

2010-06-30 Thread Naga Samrat Chowdary, Narla
HP ScanJet 3670 is completely supported by SANE.

HPLIP only supports devices that include print functionality. For possible 
Scanjet drivers, visit HP SANE Drivers.
You can find the supported list of devices at 
http://www.sane-project.org/sane-mfgs.html#Z-HEWLETT-PACKARD.

Thanks for your support,
Naga Samrat Chowdary, Narla

-- 
simple-scan can't find my scanner (HP ScanJet 3670) unless I run it via sudo
https://bugs.launchpad.net/bugs/587577
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 329898] Re: The HP 1018 printer is not supported in Ubuntu 8.10, 9.10. In 10.04 supported but not work "out of the box".

2010-07-01 Thread Naga Samrat Chowdary, Narla
I guess you are using latest hplip release 3.10.5. if not please install
latest.

Thanks!
Naga Samrat Chowdary, Narla

-- 
The HP 1018 printer is not supported in Ubuntu 8.10, 9.10. In 10.04 supported 
but not work "out of the box".
https://bugs.launchpad.net/bugs/329898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 661533] Re: HPLIP 3.10.9 warning: No PPD found for model deskjet_ink_advant_k109a-z using new algorithm. Trying old algorithm

2010-10-19 Thread Naga Samrat Chowdary, Narla
HPLIP 3.10.9 has PPD for deskjet_ink_advant_k109a-z in directory 
ppd/hpcups/hp-deskjet_ink_advant_k109a-z.ppd.gz.
this may happen if ppdc is not generates the PPD from drv file while adding the 
printer.
Can you please check once by update the cups version.

Thanks,
Naga Samrat Chowdary, Narla

-- 
HPLIP 3.10.9 warning: No PPD found for model deskjet_ink_advant_k109a-z using 
new algorithm. Trying old algorithm
https://bugs.launchpad.net/bugs/661533
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 661533] Re: HPLIP 3.10.9 warning: No PPD found for model deskjet_ink_advant_k109a-z using new algorithm. Trying old algorithm

2010-10-20 Thread Naga Samrat Chowdary, Narla
can you please attach printer over USB, then run lsusb.
find the bus id and device id of the printer.
run "hp-setup -g bus-id:device-id" and post the output.

Thanks,
Naga Samrat Chowdary, Narla

-- 
HPLIP 3.10.9 warning: No PPD found for model deskjet_ink_advant_k109a-z using 
new algorithm. Trying old algorithm
https://bugs.launchpad.net/bugs/661533
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 661533] Re: HPLIP 3.10.9 warning: No PPD found for model deskjet_ink_advant_k109a-z using new algorithm. Trying old algorithm

2010-10-20 Thread Naga Samrat Chowdary, Narla
>From attached "hplip 3.10.9 bug" file i found that installation configuration 
>went wrong.
Ubuntu 10.10 support has been added to auto installation (.run) file after 
hplip-3.10.9 release.

so, auto installation don't know how to configure properly. installation
don't even copied drv files also.

please go to hplip-3.10.9 source directory and configure as follows
./configure --prefix=/usr
make
sudo make install

and restart your machine.
once restarted please configure your printer using hp-setup from terminal.

Thanks,
Naga Samrat Chowdary, Narla

-- 
HPLIP 3.10.9 warning: No PPD found for model deskjet_ink_advant_k109a-z using 
new algorithm. Trying old algorithm
https://bugs.launchpad.net/bugs/661533
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 661533] Re: HPLIP 3.10.9 warning: No PPD found for model deskjet_ink_advant_k109a-z using new algorithm. Trying old algorithm

2010-10-22 Thread Naga Samrat Chowdary, Narla
can you please attach printer over USB, then run lsusb.
find the bus id and device id of the printer.
run "hp-setup -g bus-id:device-id" and post the output.

hope you have restarted your machine.
Also please attach latest "hp-check -t" otuptu.

also please configure like
./configure --prefix=/usr --enable-cups-ppd-install
make 
sudo make install

Thanks,
Naga Samrat Chowdary, Narla

-- 
HPLIP 3.10.9 warning: No PPD found for model deskjet_ink_advant_k109a-z using 
new algorithm. Trying old algorithm
https://bugs.launchpad.net/bugs/661533
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 500089] Re: packaging: hplip udev rules conflict with foo2zjs

2010-12-14 Thread Naga Samrat Chowdary, Narla
looks like foo2zjs is removing the udev rule files of HPLIP
http://foo2zjs.rkkda.com/ChangeLog

Thanks,
Naga Samrat Chowdary, Narla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/500089

Title:
  packaging: hplip udev rules conflict with foo2zjs

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 652963] Re: On HP Deskjet 1050/2050 scanning does not work

2011-01-21 Thread Naga Samrat Chowdary, Narla
** Changed in: hplip
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/652963

Title:
  On HP Deskjet 1050/2050 scanning does not work

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 706186] Re: Opening HPLIP Device in Web Browser displays wrong language

2011-01-21 Thread Naga Samrat Chowdary, Narla
Can you please given more details on how you opened device in web
browser and also please attach the screenshot.

Thanks,
Naga Samrat Chowdary, Narla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706186

Title:
  Opening HPLIP Device in Web Browser displays wrong language

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 706186] Re: Opening HPLIP Device in Web Browser displays wrong language

2011-01-22 Thread Naga Samrat Chowdary, Narla
You mean to say, web page should display in English?

Thanks,
Naga Samrat Chowdary, Narla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706186

Title:
  Opening HPLIP Device in Web Browser displays wrong language

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 706186] Re: Opening HPLIP Device in Web Browser displays wrong language

2011-01-22 Thread Naga Samrat Chowdary, Narla
Can you please check, in which language printer's web page is displaying
if you open IP address directly from web page (not from hplip).

Thanks,
Naga Samrat Chowdary, Narla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706186

Title:
  Opening HPLIP Device in Web Browser displays wrong language

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 706186] Re: Opening HPLIP Device in Web Browser displays wrong language

2011-01-22 Thread Naga Samrat Chowdary, Narla
This is not a issue from hplip. 
you may required to change the settings in printer, like printer language to 
English.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706186

Title:
  Opening HPLIP Device in Web Browser displays wrong language

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 706186] Re: Opening HPLIP Device in Web Browser displays wrong language

2011-01-23 Thread Naga Samrat Chowdary, Narla
** Changed in: hplip
   Status: New => Invalid

** Changed in: hplip (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706186

Title:
  Opening HPLIP Device in Web Browser displays wrong language

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 631028] Re: Needs to have HP C410a added

2010-10-10 Thread Naga Samrat Chowdary, Narla
You can also take ppd file from latest HPLIP (or) Please install new HPLIP
3.10.9.

Thanks,
Naga Samrat Chowdary, Narla


On Tue, Oct 5, 2010 at 11:00, Noel J. Bergman <631...@bugs.launchpad.net>wrote:

> Is there a PPA with packages, or will I have to go through the process
> of building my own?
>
> --
> Needs to have HP C410a added
> https://bugs.launchpad.net/bugs/631028
> You received this bug notification because you are subscribed to HPLIP.
>
> Status in HP Linux Imaging and Printing: Fix Released
> Status in “hplip” package in Ubuntu: Incomplete
>
> Bug description:
> Binary package hint: hplip
>
> The new HP C410a, successor to the C309a, needs to be added.
>
> ProblemType: Bug
> DistroRelease: Ubuntu 10.10
> Package: hplip 3.10.6-1ubuntu5
> ProcVersionSignature: Ubuntu 2.6.35-19.28-generic 2.6.35.3
> Uname: Linux 2.6.35-19-generic x86_64
> NonfreeKernelModules: nvidia
> Architecture: amd64
> CupsErrorLog:
>  E [05/Sep/2010:14:07:18 -0400] [cups-driverd] Bad driver information file
> "/usr/share/cups/drv/sample.drv"!
>  E [05/Sep/2010:14:07:56 -0400] [cups-driverd] Bad driver information file
> "/usr/share/cups/drv/sample.drv"!
> Date: Sun Sep  5 14:11:59 2010
> InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha amd64 (20100601)
> Lpstat: device for HP-PSC-2210: socket://192.168.1.1:9100
> MachineType: LENOVO 64577WU
> Papersize: letter
> PccardctlIdent:
>  Socket 0:
>   no product info available
> PccardctlStatus:
>  Socket 0:
>   no card
> PpdFiles: HP-PSC-2210: HP PSC 2210 Series, hpcups 3.10.6
> ProcCmdLine: root=UUID=d16cafe8-3e52-4687-ba71-6bdd9fa5d647 ro quiet splash
> ProcEnviron:
>  LANG=en_US.utf8
>  SHELL=/bin/bash
> SourcePackage: hplip
> dmi.bios.date: 04/08/2010
> dmi.bios.vendor: LENOVO
> dmi.bios.version: 7LETC7WW (2.27 )
> dmi.board.name: 64577WU
> dmi.board.vendor: LENOVO
> dmi.board.version: Not Available
> dmi.chassis.asset.tag: No Asset Information
> dmi.chassis.type: 10
> dmi.chassis.vendor: LENOVO
> dmi.chassis.version: Not Available
> dmi.modalias:
> dmi:bvnLENOVO:bvr7LETC7WW(2.27):bd04/08/2010:svnLENOVO:pn64577WU:pvrThinkPadT61p:rvnLENOVO:rn64577WU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
> dmi.product.name: 64577WU
> dmi.product.version: ThinkPad T61p
> dmi.sys.vendor: LENOVO
>
>
>

-- 
Needs to have HP C410a added
https://bugs.launchpad.net/bugs/631028
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 595650] Re: after the last updates printer stopped working

2010-06-27 Thread Naga Samrat Chowdary, Narla
It look like "/usr/lib/cups/backend/hp" backend is failed to open device and 
exit with status 21. 
Up to i know "SELinux" is also in disable state in ubuntu.  
Printing has been working before upgrade and also with different version of 
Ubuntu. I guess "hplip" package has no changes with this upgrade.

Workaround: Adding printer from CUPS web interface. http://localhost:631. So, 
CUPS will use "usb" as backend for communication.
Once if we get "/usr/lib/cups/backend/hp". we need to restart the machine.
/usr/lib/cups/backend/hp uses libusb API calls for USB communication with 
printer. "/usr/lib/cups/backend/hp" code is same/common for all the HP printers 
(device independent), .  

Can any one run "hp-makeuri" and attach the output.

Wim Cools,
hp-check log showing that your system is using "hpcups" filter and using 
"hpijs" ppd for printing.
Can you please remove printer queue and re-add it.

It looks like some issues with 2.6.32-22 and 2.6.32-21 with USB. Not
only with Printer USB.

I will try to reproduce and fix this issue.

Thanks for your support!
Naga Samrat Chowdary, Narla

-- 
after the last updates printer stopped working
https://bugs.launchpad.net/bugs/595650
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602973] Re: Photosmart c4500 will not communicate with hplip properly

2010-07-14 Thread Naga Samrat Chowdary, Narla
Please run the following and post the output.
"hp-check -t"  
"hp-setup -g" 
"hp-toolbox -g" //run this command after hp-setup

Thanks,
Naga Samrat Chowdary, Narla

-- 
Photosmart c4500 will not communicate with hplip properly
https://bugs.launchpad.net/bugs/602973
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 598902] Re: Confusing printer properties for HP 2605

2010-07-25 Thread Naga Samrat Chowdary, Narla
Yes, options are confusing user.
But, each options has its own specification. 
Halftone, RGB Color, Neutral Grays in first set are for text, second set are 
for Graphics and third set are for Photo.

I have updated PPD as show GUI will show with text, Graphics and Photo entries.
Please let me know, if need more updates.

Thanks,
Naga Samrat Chowdary, Narla

** Attachment added: "2605.ppd"
   http://launchpadlibrarian.net/52476432/HP_Color_LaserJet_CM1312nfi_MFP.ppd

-- 
Confusing printer properties for HP 2605
https://bugs.launchpad.net/bugs/598902
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 598902] Re: Confusing printer properties for HP 2605

2010-07-25 Thread Naga Samrat Chowdary, Narla
Please replace attached PPD file in /etc/cups/ppd and restart CUPS to
check GUI options.

Thanks,
Naga Samrat Chowdary, Narla

-- 
Confusing printer properties for HP 2605
https://bugs.launchpad.net/bugs/598902
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 598902] Re: Confusing printer properties for HP 2605

2010-07-25 Thread Naga Samrat Chowdary, Narla
Thank Till for reviewed the changes.
Localisation has been done, yet to look at Image quality options.

Thanks,
Naga Samrat Chowdary, Narla

** Attachment added: "Localized_2605.ppd"
   http://launchpadlibrarian.net/52488116/hp-color_laserjet_2605-ps.ppd

-- 
Confusing printer properties for HP 2605
https://bugs.launchpad.net/bugs/598902
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 602973] Re: Photosmart c4500 will not communicate with hplip properly

2010-07-14 Thread Naga Samrat Chowdary, Narla
As you are installed from package manager, we supposed to check only runtime 
dependencies.
It look ok. Thanks for reporting with us.

Thanks for your support,
Naga Samrat Chowdary, Narla

** Changed in: hplip
   Status: Incomplete => Invalid

** Changed in: hplip (Ubuntu)
   Status: Incomplete => Invalid

-- 
Photosmart c4500 will not communicate with hplip properly
https://bugs.launchpad.net/bugs/602973
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 631028] Re: Needs to have HP C410a added

2010-09-06 Thread Naga Samrat Chowdary, Narla
Can you please connect your printer through USB and run "lsusb".
Identify BUS ID and Device ID.
run "hp-setup -g BUS-ID:Device-ID" and post the output.

Thanks,
Naga Samrat Chowdary, Narla

-- 
Needs to have HP C410a added
https://bugs.launchpad.net/bugs/631028
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 598902] Re: Confusing printer properties for HP 2605

2010-08-07 Thread Naga Samrat Chowdary, Narla
I have updated PPD file for HP Color LaserJet 2605. Currently i don't
have this printer with me.

Steven Flintham, 
Can you please check weather Image Quality options, Halftone, RGB Color, 
Neutral Grays options are coming on your machine.
also, please do print using these options.

Thanks,
Naga Samrat Chowdary, Narla

** Attachment added: "hp-color_laserjet_2605-ps.ppd"
   http://launchpadlibrarian.net/53241966/hp-color_laserjet_2605-ps.ppd

-- 
Confusing printer properties for HP 2605
https://bugs.launchpad.net/bugs/598902
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 598902] Re: Confusing printer properties for HP 2605

2010-08-07 Thread Naga Samrat Chowdary, Narla
Please replace attached PPD file in comment #9 in /etc/cups/ppd
directory and restart CUPS (/etc/init.d/cups restart) to check GUI
options.

Thanks,
Naga Samrat Chowdary, Narla

-- 
Confusing printer properties for HP 2605
https://bugs.launchpad.net/bugs/598902
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs