Hi,
Hopefully, a few of you use DD-WRT on your routers (if you don't check it out here, it's really cool software).
Recently, I had a stab at setting up /opt on a USB stick and was successful. My HP AIO printer/scanner is connected to the router via a USB data cable, and now any machine connected to the LAN can print wirelessly via the router.
However, I can't get wireless scanning to work. I can scan if I plug the scanner into the laptop directly.
A kind soul on the DD-WRT forums pointed out that the problem is the version of HPLIP. I need an .ipk (or .opk) of HPLIP > version 3.11.7 for the scanner to be supported, but 3.9.12 is the latest version in the repos.
Based on information from here:
A .deb file is available from here:
http://ftp.uk.debian.org/debian/pool...13.8-1_all.deb
I tried installing the .deb directly, but it didn't work.
Any ideas on how to convert the .deb to an .ipk or .opk?
If not, I'm interested in learning how these things work, so any info would be greatly appreciated.
Feathers
Hopefully, a few of you use DD-WRT on your routers (if you don't check it out here, it's really cool software).
Recently, I had a stab at setting up /opt on a USB stick and was successful. My HP AIO printer/scanner is connected to the router via a USB data cable, and now any machine connected to the LAN can print wirelessly via the router.
However, I can't get wireless scanning to work. I can scan if I plug the scanner into the laptop directly.
A kind soul on the DD-WRT forums pointed out that the problem is the version of HPLIP. I need an .ipk (or .opk) of HPLIP > version 3.11.7 for the scanner to be supported, but 3.9.12 is the latest version in the repos.
Based on information from here:
Q. How similar is the ipk format, to the deb format? They look very similar; the data and control tar balls are identical as far as i can tell.
A. Very similar. ipk files are basically deb files with documentation removed, and ipkg is even supposedly able to handle deb files. Opkg can install .deb packages directly, with no change. There may be issues with some packages, concerning preinst and postinst scripts
A. Very similar. ipk files are basically deb files with documentation removed, and ipkg is even supposedly able to handle deb files. Opkg can install .deb packages directly, with no change. There may be issues with some packages, concerning preinst and postinst scripts
http://ftp.uk.debian.org/debian/pool...13.8-1_all.deb
I tried installing the .deb directly, but it didn't work.
Any ideas on how to convert the .deb to an .ipk or .opk?
If not, I'm interested in learning how these things work, so any info would be greatly appreciated.
Feathers
Comment