wireless printer won't print; ubuntu 16.04

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I have an HP Envy 5530 that works fine over USB, but isn't getting an IP address from my local dhcp server under ubuntu 16.04
# cat /etc/dhcp/dhcpd.conf
ddns-update-style none;
option domain-name "myFQDN";
option domain-name-servers 10.1.1.1, 8.8.4.4, 50.23.197.95;
default-lease-time 86400;
max-lease-time 604800;
authoritative;
log-facility local7;
group
host yellow
hardware ethernet c8:3a:35:da:42:72;
fixed-address 10.1.1.1;
host blue
hardware ethernet 00:23:ae:89:5e:61;
fixed-address 10.1.1.2;
group
host wyellow
hardware ethernet f0:7d:68:c1:b4:13;
fixed-address 10.1.2.1;
host wblue
hardware ethernet 20:e8:17:02:02:3a;
fixed-address 10.1.2.2;
host Printer_Envy5530
hardware ethernet 5c:b9:01:69:4a:1c;
fixed-address 10.1.2.3;
subnet 10.1.1.0 netmask 255.255.255.0
option domain-name-servers 10.1.1.1;
option time-offset -28800;
max-lease-time 7200;
default-lease-time 7200;
range 10.1.1.20 10.1.1.250;
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.1.255;
option routers 10.1.1.1;
subnet 10.1.2.0 netmask 255.255.255.0
option domain-name-servers 10.1.1.1;
option time-offset -28800;
max-lease-time 7200;
default-lease-time 7200;
range 10.1.2.20 10.1.2.250;
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.2.255;
option routers 10.1.2.1;
Thank you in advance!
networking wireless printing iptables dhcpd
add a comment |Â
up vote
0
down vote
favorite
I have an HP Envy 5530 that works fine over USB, but isn't getting an IP address from my local dhcp server under ubuntu 16.04
# cat /etc/dhcp/dhcpd.conf
ddns-update-style none;
option domain-name "myFQDN";
option domain-name-servers 10.1.1.1, 8.8.4.4, 50.23.197.95;
default-lease-time 86400;
max-lease-time 604800;
authoritative;
log-facility local7;
group
host yellow
hardware ethernet c8:3a:35:da:42:72;
fixed-address 10.1.1.1;
host blue
hardware ethernet 00:23:ae:89:5e:61;
fixed-address 10.1.1.2;
group
host wyellow
hardware ethernet f0:7d:68:c1:b4:13;
fixed-address 10.1.2.1;
host wblue
hardware ethernet 20:e8:17:02:02:3a;
fixed-address 10.1.2.2;
host Printer_Envy5530
hardware ethernet 5c:b9:01:69:4a:1c;
fixed-address 10.1.2.3;
subnet 10.1.1.0 netmask 255.255.255.0
option domain-name-servers 10.1.1.1;
option time-offset -28800;
max-lease-time 7200;
default-lease-time 7200;
range 10.1.1.20 10.1.1.250;
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.1.255;
option routers 10.1.1.1;
subnet 10.1.2.0 netmask 255.255.255.0
option domain-name-servers 10.1.1.1;
option time-offset -28800;
max-lease-time 7200;
default-lease-time 7200;
range 10.1.2.20 10.1.2.250;
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.2.255;
option routers 10.1.2.1;
Thank you in advance!
networking wireless printing iptables dhcpd
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have an HP Envy 5530 that works fine over USB, but isn't getting an IP address from my local dhcp server under ubuntu 16.04
# cat /etc/dhcp/dhcpd.conf
ddns-update-style none;
option domain-name "myFQDN";
option domain-name-servers 10.1.1.1, 8.8.4.4, 50.23.197.95;
default-lease-time 86400;
max-lease-time 604800;
authoritative;
log-facility local7;
group
host yellow
hardware ethernet c8:3a:35:da:42:72;
fixed-address 10.1.1.1;
host blue
hardware ethernet 00:23:ae:89:5e:61;
fixed-address 10.1.1.2;
group
host wyellow
hardware ethernet f0:7d:68:c1:b4:13;
fixed-address 10.1.2.1;
host wblue
hardware ethernet 20:e8:17:02:02:3a;
fixed-address 10.1.2.2;
host Printer_Envy5530
hardware ethernet 5c:b9:01:69:4a:1c;
fixed-address 10.1.2.3;
subnet 10.1.1.0 netmask 255.255.255.0
option domain-name-servers 10.1.1.1;
option time-offset -28800;
max-lease-time 7200;
default-lease-time 7200;
range 10.1.1.20 10.1.1.250;
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.1.255;
option routers 10.1.1.1;
subnet 10.1.2.0 netmask 255.255.255.0
option domain-name-servers 10.1.1.1;
option time-offset -28800;
max-lease-time 7200;
default-lease-time 7200;
range 10.1.2.20 10.1.2.250;
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.2.255;
option routers 10.1.2.1;
Thank you in advance!
networking wireless printing iptables dhcpd
I have an HP Envy 5530 that works fine over USB, but isn't getting an IP address from my local dhcp server under ubuntu 16.04
# cat /etc/dhcp/dhcpd.conf
ddns-update-style none;
option domain-name "myFQDN";
option domain-name-servers 10.1.1.1, 8.8.4.4, 50.23.197.95;
default-lease-time 86400;
max-lease-time 604800;
authoritative;
log-facility local7;
group
host yellow
hardware ethernet c8:3a:35:da:42:72;
fixed-address 10.1.1.1;
host blue
hardware ethernet 00:23:ae:89:5e:61;
fixed-address 10.1.1.2;
group
host wyellow
hardware ethernet f0:7d:68:c1:b4:13;
fixed-address 10.1.2.1;
host wblue
hardware ethernet 20:e8:17:02:02:3a;
fixed-address 10.1.2.2;
host Printer_Envy5530
hardware ethernet 5c:b9:01:69:4a:1c;
fixed-address 10.1.2.3;
subnet 10.1.1.0 netmask 255.255.255.0
option domain-name-servers 10.1.1.1;
option time-offset -28800;
max-lease-time 7200;
default-lease-time 7200;
range 10.1.1.20 10.1.1.250;
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.1.255;
option routers 10.1.1.1;
subnet 10.1.2.0 netmask 255.255.255.0
option domain-name-servers 10.1.1.1;
option time-offset -28800;
max-lease-time 7200;
default-lease-time 7200;
range 10.1.2.20 10.1.2.250;
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.2.255;
option routers 10.1.2.1;
Thank you in advance!
networking wireless printing iptables dhcpd
networking wireless printing iptables dhcpd
asked Feb 3 at 22:33
user171154
1717
1717
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1002784%2fwireless-printer-wont-print-ubuntu-16-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password