HP OfficeJet 6959 io/musb.c 2101: Invalid USB_open: Permission denied
My printer "HP OfficeJet 6950" doesn´t work anymore after linux-software-
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- HPLIP Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Revision history for this message
|
#1 |
Give the outputs of
lsusb -v | grep -A 3 bInterfaceClass.*7
avahi-browse -rt _ipp._tcp
avahi-browse -rt _uscan._tcp
driverless
Revision history for this message
|
#2 |
Hello, could you please specify the commands to be executed. I am only a user without special knowledge.
Revision history for this message
|
#3 |
I have specified the four commands to be executed. Copy and paste
their outputs.
Revision history for this message
|
#4 |
ok, here are the outputs:
client-1@Kodiak:~$ lsusb -v | grep -A 3 bInterfaceClass.*7
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
client-1@Kodiak:~$ avahi-browse -rt _ipp._tcp
client-1@Kodiak:~$ avahi-browse -rt _uscan._tcp
client-1@Kodiak:~$ driverless
client-1@Kodiak:~$
Revision history for this message
|
#5 |
> client-1@Kodiak:~$ lsusb -v | grep -A 3 bInterfaceClass.*7
> Couldn't open device, some information will be missing
> Couldn't open device, some information will be missing
> Couldn't open device, some information will be missing
> Couldn't open device, some information will be missing
> Couldn't open device, some information will be missing
> Couldn't open device, some information will be missing
There should be more information than is here. It looks like you have
a defective USB cable/conection. Does
lsusb
show the printer?
Revision history for this message
|
#6 |
the printer wasn't connected with my laptop
here the log with connected printer in the usb-port:
client-1@Kodiak:~$ lsusb -v | grep -A 3 bInterfaceClass.*7
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
bInterfac
bInterfac
bInterfac
iInterface 0
--
bInterfac
bInterfac
bInterfac
iInterface 0
--
bInterfac
bInterfac
bInterfac
iInterface 0
Couldn't open device, some information will be missing
--
bInterfac
bInterfac
bInterfac
iInterface 0
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
client-1@Kodiak:~$ avahi-browse -rt _ipp._tcp
+ lo IPv4 HP OfficeJet 6950 [E26B82] (USB) Internet Printer local
= lo IPv4 HP OfficeJet 6950 [E26B82] (USB) Internet Printer local
hostname = [Kodiak.local]
address = [127.0.0.1]
port = [60000]
txt = ["air=none" "mopria-
client-1@Kodiak:~$ avahi-browse -rt _uscan._tcp
+ lo IPv4 HP OfficeJet 6950 [E26B82] (USB) _uscan._tcp local
= lo IPv4 HP OfficeJet 6950 [E26B82] (USB) _uscan._tcp local
hostname = [Kodiak.local]
address = [127.0.0.1]
port = [60000]
txt = ["duplex=F" "is=platen,adf" "cs=color,
client-1@Kodiak:~$ driverless
ipp://HP%
client-1@Kodiak:~$
Revision history for this message
|
#7 |
> here the log with connected printer in the usb-port:
Much, much better. We can work with your info.
Execute this command to set up a print queue:
lpadmin -p OfficeJet6950 -v "ipp://
Test printing with
lp -d OfficeJet6950 /etc/nsswitch.conf
How's that?
Revision history for this message
|
#8 |
client-1@Kodiak:~$ lpadmin -p OfficeJet6950 -v
"ipp://
lpadmin: Geräte-URI nach der "-v" Option erwartet.
Verwendung: lpadmin [Optionen] -d Ziel
lpadmin [Optionen] -p Ziel
lpadmin [Optionen] -p Ziel -c Klasse
lpadmin [Optionen] -p Ziel -r Klasse
lpadmin [Optionen] -x Ziel
Optionen:
-c Klasse Füge das genannte Ziel zu einer Klasse hinzu
-d Ziel Bestimme das benannte Ziel als Voreinstellung für den Server
-D Beschreibung Angabe der Textbeschreibung des Druckers
-E Verbindung zum Server verschlüsseln
-E Freigabe für Aufträge an den Drucker einschalten (nach -p)
-h Server[:Port] Verbinde mit genanntem Server und Port
-i ppd-Datei Gib eine PPD-Datei für den Drucker an
-L Ort Textbeschreibung für den Ort des Druckers
-m Modell Gib eine Standard-
-m everywhere Gib an dass der Drucker mit IPP Everywhere kompatibel ist
-o name-default=value Specify the default value for the named option
-o Name=Value Specify the default value for the named PPD option
-o cupsIPPSupplies
-o cupsSNMPSupplie
-o job-k-limit=N Specify the kilobyte limit for per-user quotas
-o job-page-limit=N Specify the page limit for per-user quotas
-o job-quota-period=N Specify the per-user quota period in seconds
-o printer-
-o printer-
-o printer-
-p Ziel Gebe das benannte Ziel an/füge hinzu
-r class Remove the named destination from a class
-R name-default Entferne voreingestellten Wert für die angegebene Option
-u allow:all Erlaube allen Benutzern das Drucken
-u allow:list Allow the list of users or groups (@name) to print
-u deny:list Prevent the list of users or groups (@name) to print
-U Benutzername Angabe des Benutzernamens zur Authentifizierung
-v Geräte-uri Gib die Geräte-URI für den Drucker an
-x Ziel Entferne das genannte Ziel
bash: ipp://HP%
client-1@Kodiak:~$ lp -d OfficeJet6950 /etc/nsswitch.conf
lp: Fehler - Der Drucker oder die Klasse existiert nicht.
client-1@Kodiak:~$
Revision history for this message
|
#9 |
> lpadmin: Geräte-URI nach der "-v" Option erwartet.
I hope you put the complete command all on one line.
Revision history for this message
|
#10 |
client-1@Kodiak:~$ lpadmin -p OfficeJet6950 -v
"ipp://
-m everywhere
lpadmin: Geräte-URI nach der "-v" Option erwartet.
Verwendung: lpadmin [Optionen] -d Ziel
lpadmin [Optionen] -p Ziel
lpadmin [Optionen] -p Ziel -c Klasse
lpadmin [Optionen] -p Ziel -r Klasse
lpadmin [Optionen] -x Ziel
Optionen:
-c Klasse Füge das genannte Ziel zu einer Klasse hinzu
-d Ziel Bestimme das benannte Ziel als Voreinstellung für den Server
-D Beschreibung Angabe der Textbeschreibung des Druckers
-E Verbindung zum Server verschlüsseln
-E Freigabe für Aufträge an den Drucker einschalten (nach -p)
-h Server[:Port] Verbinde mit genanntem Server und Port
-i ppd-Datei Gib eine PPD-Datei für den Drucker an
-L Ort Textbeschreibung für den Ort des Druckers
-m Modell Gib eine Standard-
-m everywhere Gib an dass der Drucker mit IPP Everywhere kompatibel ist
-o name-default=value Specify the default value for the named option
-o Name=Value Specify the default value for the named PPD option
-o cupsIPPSupplies
-o cupsSNMPSupplie
-o job-k-limit=N Specify the kilobyte limit for per-user quotas
-o job-page-limit=N Specify the page limit for per-user quotas
-o job-quota-period=N Specify the per-user quota period in seconds
-o printer-
-o printer-
-o printer-
-p Ziel Gebe das benannte Ziel an/füge hinzu
-r class Remove the named destination from a class
-R name-default Entferne voreingestellten Wert für die angegebene Option
-u allow:all Erlaube allen Benutzern das Drucken
-u allow:list Allow the list of users or groups (@name) to print
-u deny:list Prevent the list of users or groups (@name) to print
-U Benutzername Angabe des Benutzernamens zur Authentifizierung
-v Geräte-uri Gib die Geräte-URI für den Drucker an
-x Ziel Entferne das genannte Ziel
bash: ipp://HP%
-m: Befehl nicht gefunden.
client-1@Kodiak:~$ lp -d OfficeJet6950 /etc/nsswitch.conf
lp: Fehler - Der Drucker oder die Klasse existiert nicht.
client-1@Kodiak:~$
Revision history for this message
|
#11 |
client-1@Kodiak:~$ lpadmin -p OfficeJet6950 -v "ipp://
client-1@Kodiak:~$ lp -d OfficeJet6950 /etc/nsswitch.conf
Anfrage-ID ist OfficeJet6950-38 (1 Datei(en))
client-1@Kodiak:~$
Revision history for this message
|
#12 |
09:57:00 hp: prnt/backend/hp.c 825: INFO: open device failed stat=12: hp:/usb/
09:51:04 hpfax: [38730]: error: Failed to create /var/spool/
09:10:32 colord-sane: io/hpmud/musb.c 2101: Invalid usb_open: Permission denied
Revision history for this message
|
#13 |
> client-1@Kodiak:~$ lp -d OfficeJet6950 /etc/nsswitch.conf
> Anfrage-ID ist OfficeJet6950-38 (1 Datei(en))
The file was sent. Did it print?
Revision history for this message
|
#14 |
Print job is received. Status: Processing in progress. But the printer isn't printing.
Revision history for this message
|
#15 |
17:08:31 hpfax: [4043]: error: Failed to create /var/spool/
17:03:25 gdm-session-wor: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
17:03:23 systemd: Failed to start Application launched by gnome-session-
17:03:18 gdm-session-wor: gkr-pam: unable to locate daemon control file
17:02:40 colord-sane: io/hpmud/musb.c 2101: Invalid usb_open: Permission denied
Can you help with this problem?
Provide an answer of your own, or ask Frank for more information if necessary.