10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
I do some scripting during lunch on the macbookpro at work. I have the necessary folders on a thumb drive from my mac at home, and move them with the mv command to the mbpro so I don't have to change the script itself to access the necessary files on the thumb drive, and then change the code again... (13 Replies)
Discussion started by: Straitsfan
13 Replies
2. Solaris
Hi,
The general rule of thumb for assigning swap is double the RAM of the server, however, there are servers with 16GB or 32GB of RAM. Are we suppose to put aside 32GB and 64GB of swap respectively.
Thanks (4 Replies)
Discussion started by: Mack1982
4 Replies
3. UNIX for Dummies Questions & Answers
I have some sensitive data I would like to keep on a thumb drive.
Now I know this is a UNIX/Linux forum and I regret to say that I'm using windows but I'm hoping that is irrelevant.
So I install gpg on both windows machines: one at home and the other at work.
I encrypt some stuff on the... (2 Replies)
Discussion started by: siegfried
2 Replies
4. SCO
Can anybody help me out to mount USB flash /floppy drive in sco openserver 6.0 . (5 Replies)
Discussion started by: sureshdrajan
5 Replies
5. What is on Your Mind?
I'm hunting around for thumb drives that aren't working. Something you may have kicking around in a drawer that you don't need any more. One you've upgraded and just don't need.
I'm willing to pay a couple bucks for you to drop it into an envelope with a few stamps and send it along.
I'm... (0 Replies)
Discussion started by: BOFH
0 Replies
6. UNIX for Advanced & Expert Users
Hi,
We have one application (c language) installed on our AIX 5.2. When we enter some large amount of data in one screen and do update, it is dumping core some times without any error (like bus error, segmentation fault). Next we open the application again and enter the same data and do update.... (4 Replies)
Discussion started by: venkatmyname
4 Replies
7. AIX
Hi,
We have one application (c language) installed on our AIX 5.2. When we enter some large amount of data in one screen and do update, it is dumping core some times without any error (like bus error, segmentation fault). Next we open the application again and enter the same data and do update.... (0 Replies)
Discussion started by: venkatmyname
0 Replies
8. UNIX for Advanced & Expert Users
I recently installed Mandrake Linux 9.0 on my intel machine, with a view to migrating completely from Windows within the next few months. First I need to get things working.
My modem, sound card, scanner and printer all fail to work. This isn't going to put me off because I love the interface... (1 Reply)
Discussion started by: saabir
1 Replies
9. Filesystems, Disks and Memory
AIX 4.3.3
I am investigating methods of creating system backups. One method I am investigating is installing a hot swap hard drive and creating a mksysb to that hard drive. Does anyone have any ideas on getting this accomplished? I am thinking that I need a mounted file system from the 2nd... (0 Replies)
Discussion started by: jalburger
0 Replies
10. UNIX for Dummies Questions & Answers
help, what is the difference between core dump and panic dump? (1 Reply)
Discussion started by: aileen
1 Replies
USB_TEMPLATE(4) BSD Kernel Interfaces Manual USB_TEMPLATE(4)
NAME
usb_template -- USB templates
SYNOPSIS
To compile this module into the kernel, place the following line in your kernel configuration file:
device usb_template
To load the module at boot time, place the following line in loader.conf(5):
usb_template_load="YES"
DESCRIPTION
The usb_template module implements various USB templates that are needed when programming an USB device side driver. A USB template consists
of an USB device descriptor, one or more USB configuration descriptors, one or more USB interface descriptors, one or more USB endpoint
descriptors, USB strings and additional USB descriptors. The USB template module currently has templates for USB Mass Storage, USB CDC Eth-
ernet and Message Transfer Protocol. USB templates are currently selected using the "hw.usb.template" sysctl. The "hw.usb.template" value
can be changed at any time, but will not have any effect until the USB device has been re-enumerated.
SEE ALSO
usb(4)
STANDARDS
The usb_template module complies to the USB 1.0, 2.0 and 3.0 standard.
HISTORY
The usb_template module was written by Hans Petter Selasky <hselasky@FreeBSD.org>.
BSD
March 18, 2014 BSD