Comment 1 for bug 1048754

Revision history for this message
Amarnath Chitumalla (amarnath-chitumalla) wrote :

Hi,

Can you please reboot system and run hp-setup/hp-wificonfig commands. Is it still reproducible?
If yes, please add debug print in following file in root mode.

$ gedit "/usr/share/hplip/ui4/wifisetupdialog.py"
--> @line no. 270 add "print adaptor_list " string
from:
         log.debug("Turning on wireless radio...")
         try:
to:
         log.debug("Turning on wireless radio...")
         print adaptor_list
         try:

--> run hp-wificonfig in debug mode
$ hp-wificonfig -g

send us the output.

To know more let me know whether you have installed hplip-3.12.9 using auto installer (i.e. sh hplip-3.12.9.run) or manual instructions (make, su -c "make install" etc).

Thanks & Regards,
Amarnath