File: README.Debian

package info (click to toggle)
vpb-driver 4.2.52-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,508 kB
  • ctags: 5,880
  • sloc: cpp: 26,240; ansic: 19,045; sh: 3,027; perl: 1,132; makefile: 756; asm: 182
file content (35 lines) | stat: -rw-r--r-- 1,542 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
vpb-driver for Debian
---------------------

Please see ./README for a description of the vpb-driver software.

The Debian vpb-driver source package provides four packages,

 1) vpb-tools, which the provides the binary utilities.
 1) libvpb0, which the provides the userspace library runtime.
 1) libvpb-dev, which the provides the userspace library build deps.
 2) vpb-driver-source, which provides the source for the kernel modules

The vpb-driver-source package can be used in several ways,

 - With the help of the module-assistant package.  This is the simplest
   and recommended way.  Simply run: `m-a a-i vpb-driver`, or

   # module-assistant auto-install vpb-driver

 - Using the make-kpkg(1) command provided by the kernel-package Debian
   package. This will produce a corresponding vpb-driver-modules package for
   the Debian kernel-image package that you are using.
   See the "modules_image" section of the make-kpkg(1) man page.

 - Changing to the /usr/src/modules/vpb-driver/ directory and building as
   the README file instructs using "make; make install". This will build
   and install a module specific to the system you are building on and is
   not under control of the packaging system.

The OpenLine firmware blob is not included in this package.  If you have
one of these cards you can obtain it directly from Voicetronix using the
fetch-openline-firmware script in /usr/share/vpb-driver, which will install
it in the correct location for immediate use.

 -- Ron <ron@debian.org>, Sun,  2 Jul 2006 02:22:02 +0930