- xsane: no devices found
So I had to download brscan4, I forget where from... brscan4-0.4.9-1.amd64.deb
Then I had to use brsaneconfig. Like this:
sudo brsaneconfig4 -a name=mfc9340 model=MFC-9340CDW ip=192.168.1.40
- …that's it for now!
"ping" tried to use ipv6 addresses. So I did this:
collin@p64:~$ cat /etc/sysctl.d/local.conf net.ipv6.conf.all.disable_ipv6 = 1 collin@p64:~$And after filling in DNS servers in /etc/resolv.conf, I made it not a symlink and told network manager not to update it
BUT! That was a bad idea.
Why was it a bad idea? Because I thought I could use my ISP's nameservers. But since my IP address was assigned by AT&T, my ISP's nameservers rejected all my queries. I hate rejection. So I'll stop asking.[main] plugins=ifupdown,keyfile dns=none ←add ... /etc/NetworkManager/NetworkManager.conf
No comments:
Post a Comment