Operating System - HP-UX
1752756 Members
5179 Online
108789 Solutions
New Discussion юеВ

mounting usb device on itanium HP-UX 11.31

 
rosa maria_1
Advisor

mounting usb device on itanium HP-UX 11.31

Hi!!
I tried to mount an usb device on itanium HP-UX 11.31 to connect a keyboard, but I have the next error message:
mount: /dev/deviceFileSystem/Usb/Keyboard/keyboard@UnknownDevice-1008+4390=0014c29ca6fa is an invalid operand

Also, I have declare this device in fstab file as next (one line):
/dev/deviceFileSystem/Usb/Keyboard/keyboard@UnknownDevice-1008+4390=0014c29ca6fa
/mntUSB cifs ro 0 2

Using ioscan command I got these information:
/dev/diag/mux2 /dev/mux2 /dev/tty2p0
OO 0 0/0/2/0 UsbOhci CLAIMED INTERFACE USB OH
CI Interface
OO 1 0/0/2/0.0 UsbMiniBus CLAIMED INTERFACE USB Co
mposite Device
OO 4 0/0/2/0.0.0 UsbBootKeyboard CLAIMED DEVICE Virtua
l Keyboard
/dev/deviceFileSystem/Usb/Keyboard/keyboard@Unknow
nDevice-1008+4390=0014c29ca6fa
unknown -1 0/0/2/0.0.1 UNCLAIMED UNKNOWN OO Dev
ice Driver
OO 11 0/0/2/0.2 UsbMiniBus CLAIMED INTERFACE USB Co
mposite Device
OO 14 0/0/2/0.2.0 UsbBootKeyboard CLAIMED DEVICE USB Bo
ot Protocol Keyboard
/dev/deviceFileSystem/Usb/Keyboard/keyboard@Unknow
nDevice-4673+5379%0.2.0
OO 16 0/0/2/0.2.1 UsbHid CLAIMED DEVICE USB Hu
man Interface Device
OO 5 0/0/2/1 UsbOhci CLAIMED INTERFACE USB OH
CI Interface
OO 6 0/0/2/1.0 UsbMiniBus CLAIMED INTERFACE USB Co
mposite Device
OO 9 0/0/2/1.0.0 UsbBulkOnlyMS CLAIMED DEVICE USB Bu
lk Only
disk 1 0/0/2/1.0.16 UsbScsiAdaptor CLAIMED DEVICE USB SC
SI Stack Adaptor


On the other hand, I mounted a dvd without problems in this way:
mount /dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001 /dvd

Does anyone can help me pls ???
Thanks in advance

4 REPLIES 4
Steven Schweda
Honored Contributor

Re: mounting usb device on itanium HP-UX 11.31

> I tried to mount an usb device on itanium
> HP-UX 11.31 to connect a keyboard, [...]

You're trying to _mount_ a keyboard?

man mount

[...]
The mount command mounts file systems.
[...]

I seriously doubt that it makes any sense to
use "mount" with a keyboard.

> On the other hand, I mounted a dvd without
> problems in this way:
> [...]

A DVD is more of a file-structured device
than a keyboard is.

What, exactly, are you trying to do?
rosa maria_1
Advisor

Re: mounting usb device on itanium HP-UX 11.31

Hi !!

Originally, I am trying to set up a GUI console using a USB keyboard, but USB port is not activated, so I thought to mount USB as dvd I did. The server model is rx6600.

Tx,
Torsten.
Acclaimed Contributor

Re: mounting usb device on itanium HP-UX 11.31

Make sure to install CDE and all kernel drivers:

unknown -1 0/0/2/0.0.1 UNCLAIMED UNKNOWN OO Dev
ice Drive

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
rosa maria_1
Advisor

Re: mounting usb device on itanium HP-UX 11.31

It is installed:
unknown -1 0/0/2/0.0.1 UNCLAIMED UNKNOWN OO Device Driver

I will install CDE, and what more kernel drivers do I need?