Sponsored Content
Operating Systems Linux Ubuntu Driver problem with Ubuntu 10.10 Post 302498557 by Corona688 on Monday 21st of February 2011 09:07:18 PM
Old 02-21-2011
...or you could tell us what your laptop is.
 

10 More Discussions You Might Find Interesting

1. Solaris

SUNWglmr -- rasctrl environment monitoring driver for i2c or SCSI device driver ?

I've been researching minimizeing Solaris 8 and found that on the web page http://www.sun.com/bigadmin/content/packagelist/s8u7PkgList/p2.html the package SUNWglmr is listed as "rasctrl environment monitoring driver for i2c, (Root) (32-bit)" while in the document "Solaris 8 minimize-updt1.pdf"... (1 Reply)
Discussion started by: roygoodwin
1 Replies

2. Ubuntu

Which GFX driver version am I'm using under Ubuntu 7.04?

I just did a fresh install of Ubuntu 7.04 with a Gnome desktop. Following some instructions on the ATI site I think I just managed to install 8.36.5 of the drivers for my Radeon 9500, I'm getting a "Proprietary Drivers in use" warning icon at the top right of the screen, which I activated with... (0 Replies)
Discussion started by: Mark Ward
0 Replies

3. Ubuntu

istalling postgresql driver on ubuntu

Hello everybody i am working on ubuntu 9.4 and i want to connect from erlang program to postgresql database i download the driver for postgresql from Open Source Projects from Erlang Training and Consultng Ltd. then i try to setup this driver using make install and it didn't work, So can... (4 Replies)
Discussion started by: Reham$
4 Replies

4. UNIX for Dummies Questions & Answers

Making a ppd driver for Minolta 3100 on CUPS/Ubuntu

Hello I have a Minolta QMS Magicolor 3100 printer. A driver is available (Minolta-magicolor_3100-Postscript.ppd) for Linux, installed using foomatic, but it does not work properly. The resolution is at it's lowest and a poor quality grainy print results. The printer works fine under Windows XP... (0 Replies)
Discussion started by: bwallum
0 Replies

5. Solaris

Solaris 10, problem with attaching driver

Today I installed Solaris driver for my NIC card (downloaded from OpenSolaris site ) I`m using Solaris 10 x86 based PC ! When I installation was completed I saw a message "Warning driver successfully added to system bad failed to atach " , then i looked at /etc/drivers_aliases and saw... (3 Replies)
Discussion started by: solaris_user
3 Replies

6. UNIX for Dummies Questions & Answers

boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd

Help, suspect hacked via serial or electric! any ideas on error "Pid:1, comm:swapper Tainted:G W 2.6.35-22 generic #33 -unbutu device = "(null)" or unknown-blocklist(8.1) please append a correct "root"boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd. Thanks... (3 Replies)
Discussion started by: kryclear
3 Replies

7. Ubuntu

Is Ubuntu OS good? Do you need to install any driver after installing it?

I'm planning to install the Ubuntu OS on my laptop(currently has windows Vista), but I don't know if Ubuntu is good. Do you need to install any drivers for Ubuntu? Can I send stuff to my printer in Ubuntu? Is it compatible with my printer driver? (1 Reply)
Discussion started by: Anna Hussie
1 Replies

8. Hardware

Difference between platform driver,codec driver and Machine driver

In general terms what are the differences platform driver,codec driver and Machine driver? (1 Reply)
Discussion started by: rupeshkp728
1 Replies

9. Hardware

Centos 5.8 video driver problem

i have an older server from about 2001 i was given. i recently lost the OS drive on the system and dicided to go to linux instead of windows. i have tried open suse, centos and both do just about the same thing. they boot fine then they go into installing drivers it hits vidio driver then another... (4 Replies)
Discussion started by: TUX servers
4 Replies

10. Debian

Problem with Wifi driver on Debian Jessie

Hi, I am Konrad , I am a new user of this forum. I am from Poland, so my English isn't good enough. So please be forgiving for me. I read about Bits club or something like that, So I don't know, that I am allowed to write here. But nevertheless I have faced with small problem with wifi driver on... (4 Replies)
Discussion started by: kondziorek
4 Replies
GVPE(8) 						   GNU Virtual Private Ethernet 						   GVPE(8)

NAME
gvpe - GNU Virtual Private Ethernet Daemon SYNOPSIS
gvpe [-cDlL] [--config=DIR] [--no-detach] [-l=LEVEL]] [--kill[=SIGNAL]] [--mlock] [--help] [--version] NODENAME [option...] DESCRIPTION
See the gvpe(5) man page for an introduction to the gvpe suite. This is the manual page for gvpe, the virtual private ethernet daemon. When started, gvpe will read it's configuration file to determine the network topology, and other configuration information, assuming the role of node NODENAME It will then create/connect to the tun/tap device and set up a socket for incoming connections. Then a if-up script will be executed to further configure the virtual network device. If that succeeds, it will detach from the controlling terminal and continue in the background, accepting and setting up connections to other gvpe daemons that are part of the same virtual private ethernet. The optional arguments after the node name have to be of the form: [I<nodename>.]var=value If the argument has a prefix of nodename. (i.e. laptop.enable-dns=yes) then it will be parsed after all the config directives for that node, if not, it is parsed before the first node directive in the config file, and can be used to set global options or default variables. For example, to start gvpe in the foreground, with log-level info on the node laptop, with TCP enabled and HTTP-Proxy host and Port set, use this: gvpe -D -l info laptop http-proxy-host=10.0.0.18 http-proxy-port=3128 laptop.enable-tcp=yes OPTIONS
-c, --config=DIR Read configuration options from DIR -d, --l=LEVEL Set logging level to LEVEL (one of: noise, trace, debug, info, notice, warn, error, critical). --help Display short list of options. -D, --no-detach Don't fork and detach but stay in foreground and log messages to stderr in addition to syslog. -L, --mlock Lock gvpe into main memory. This will prevent sensitive data like shared private keys to be written to the system swap files/partitions. --version Output version information and exit. SIGNALS
HUP Closes/resets all connections, resets the retry time and will start connecting again (it will NOT re-read the config file). This is useful e.g. in a /etc/ppp/if-up script. TERM Closes/resets all connections and exits. USR1 Dump current network status into the syslog (at loglevel notice, so make sure your loglevel allows this). FILES
/etc/gvpe/gvpe.conf The configuration file for gvpe. /etc/gvpe/if-up Script which is executed as soon as the virtual network device has been allocated. Purpose is to further configure that device. /etc/gvpe/node-up Script which is executed whenever a node connects to this node. This can be used for example to run nsupdate. /etc/gvpe/node-down Script which is executed whenever a connection to another node is lost. for example to run nsupdate. /etc/gvpe/pubkey/* The directory containing the public keys for every node, usually autogenerated by executing gvpectrl --generate-keys. /var/run/gvpe.pid The PID of the currently running gvpe is stored in this file. BUGS
The cryptography in gvpe has not been thoroughly checked by many people yet. Use it at your own risk! If you find any bugs, report them to gvpe@schmorp.de. SEE ALSO
gvpe(5) for an introduction, gvpe.conf(5), gvpectrl(8). The GVPE mailing list, at <http://lists.schmorp.de/> or gvpe@lists.schmorp.de. GVPE comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details. AUTHOR
Marc Lehmann <gvpe@schmorp.de>. And thanks to many others for their contributions to gvpe, especially the tincd authors, who inspired me to write this program (after scavenging their source code ;). 2.2 2008-09-01 GVPE(8)
All times are GMT -4. The time now is 11:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy