Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

if_mn(4) [freebsd man page]

MN(4)							   BSD Kernel Interfaces Manual 						     MN(4)

NAME
mn -- Siemens Easy321-R1 E1/T1 device driver SYNOPSIS
device mn options NETGRAPH HARDWARE
The mn driver provides support for the Siemens Easy321-R1 E1/T1 reference design card. SEE ALSO
netgraph(4), netintro(4), pci(4), ifconfig(8) HISTORY
The mn driver first appeared in FreeBSD 4.0. AUTHORS
The mn driver was written by Poul-Henning Kamp <phk@FreeBSD.org>. BSD
May 10, 2005 BSD

Check Out this Related Man Page

UDBP(4) 						   BSD Kernel Interfaces Manual 						   UDBP(4)

NAME
udbp -- USB Double Bulk Pipe driver SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device udbp Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): udbp_load="YES" DESCRIPTION
The udbp driver provides support for host-to-host cables that contain at least two bulk pipes (one for each direction), for example the EzLink cable and the NetChip 1080 chip. It requires netgraph(4) to be available. This can be done either by adding options NETGRAPH to your kernel configuration file, or alterna- tively loading netgraph(4) as a module, either from /boot/loader.conf or from the command line, before the udbp module. EXAMPLES
options NETGRAPH device udbp Add the udbp driver to the kernel. kldload netgraph kldload udbp Load the netgraph(4) module and then the udbp driver. ngctl mkpeer udbp0: iface data inet ifconfig ng0 10.0.0.1 10.0.0.2 Create a new network interface node and connect its inet hook to the data hook of the udbp node. ifconfig(8) configures the resulting net- work interface ng0 with a local IP address of 10.0.0.1 and a remote IP address of 10.0.0.2. On the remote host, the two IP addresses should of course be reversed. SEE ALSO
netgraph(4), ng_iface(4), ohci(4), uhci(4), usb(4), ngctl(8) HISTORY
The udbp driver first appeared in FreeBSD 5.0. AUTHORS
The udbp driver was written by Doug Ambrisko <ambrisko@whistle.com>, Julian Elischer <julian@FreeBSD.org> and Nick Hibma <n_hibma@FreeBSD.org>. This manual page was written by Nick Hibma <n_hibma@FreeBSD.org>. BSD
November 22, 2006 BSD
Man Page

13 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to append to the file?

Hi I have the file contents as below...... MNG={{ABC|fdb|222}=12.0|1.3|1.5} MNG={{DEF|dfg|333}=11.0|0|0} MNG={{FGH|fcv|444}=4.0|7.0|1.5} I need to search for the particular id '333' in the file and append to the end of the particular row with the value 1.6. Can any one help me to... (9 Replies)
Discussion started by: vinay123
9 Replies

2. Shell Programming and Scripting

Insert line into file

Hi, My File 'temp.txt' contents are like this. <Managers> Mng={{FIL|FAVEI.mng|111}|15.000000|17.000000|17.000000| Mng={{FIL|FAPSV.mng|222}|3.000000|0.000000|0.000000|0.000000| Mng={{FIL|FAVIF.mng|333}|8.000000|8.000000|8.000000|8.000000|... (3 Replies)
Discussion started by: vinay123
3 Replies

3. AIX

Need help with Windows Share please

I have a windows 2003 server with services for unix installed I have create a folder c:\nfsshare and set it as an nfs share named nfsshare. now I am trying to mount it from my aix system using mount <server ip>:/nfsshare /mnt the filesystem mounts , but I cannot change into /mnt, I get a... (4 Replies)
Discussion started by: bbbngowc
4 Replies

4. AIX

AIX cifs: mount Windows Server 2008 share ?

Hello, I've been using AIX cifs to mount windows XP shares with no problems till now. Now it's Windows Server 2008 R2 - no go: mount -v cifs -n host1/user1/pass1 /share1 /mountpt1 There was an error connecting the share or the server. Make sure the lsdev command shows that device nsmb0 is in... (6 Replies)
Discussion started by: vilius
6 Replies

5. AIX

AIX to access Windows share

Are there any special requirements/tools needed for a AIX server to see (copy data) a Windows share? Only need 1-way copy (Windows-to-AIX). (8 Replies)
Discussion started by: kirkb
8 Replies

6. AIX

need some help with backup

Hello, I am new to using AIX. I am trying to figure out how to make a backup of the system. there is a rootvg and a datavg on it. I would like to get both but datavg is the one i really need. I have tried using mksysb to burn to a dvd but it does not look like it is writing to the disk. the... (7 Replies)
Discussion started by: fierfek
7 Replies

7. UNIX for Advanced & Expert Users

Conflicts in the output of TOP command

Hi All, In the output of TOP command in my unix system, i monitored that some process has utilization more than 100% even some process has 4000% utilisation. Please help me understand how it is possible to show more than 100% utilization. Please see the screenshot below:... (2 Replies)
Discussion started by: anand2308
2 Replies

8. AIX

Passing user/pass credentials to automountd map file.

How could I pass credentials to the automountd daemon through it's map files? Tried credentials=/some/file.txt - Didn't work. Tried SHARE.domain.com/user/pass/SHARE_NAME in map file - Didn't work Tried user=USER,pass=PASS - Didn't work. I can see the mounts created but when I access them... (4 Replies)
Discussion started by: Devyn
4 Replies

9. AIX

Mount CIFS on AIX

Hello AIX gurus, I am trying to mount a CIFS share on AIX and I could use some help. Here are the environment details: AIX - 6100-05-01-1016 Domain Controller - WIN2K8R2 (authentication takes place here) CIFS share is stored on a NetApp storage array that is joined to the domain I have... (2 Replies)
Discussion started by: jhall
2 Replies

10. AIX

AIX 6.1 : Problem with cifs and win2012.

i want to connect a shared folder on a server w2k12 by cifs "mkcifsmnt", but without sucess, i tried to do the same on w2k3, it works, but both on win7 and w2k12 doesn't work, is there any suggestions about this problem, thks in advance. My aix version is 6.1 (3 Replies)
Discussion started by: aouiti
3 Replies

11. Shell Programming and Scripting

Need Time Stamp Range On Log Files

I have created this script #!/bin/sh FILES=/data/log/access_*.log for f in $FILES do echo "Processing $f file" cat $f | awk '{print $1}' | sort | uniq -c | sort -n | tail done It produces this output Processing /data/log/access_abc.log file 114 1.1.1.1 167 2.2.2.2 ... (38 Replies)
Discussion started by: sharingsunshine
38 Replies

12. AIX

Use SMB/CIFS signing when mounting Win shares

Hi, We have a number of Windows Server 2003 shares mounted on our AIX server via CIFS, using a command similar to this: mkcifsmnt -f /test -d testshare -h testserver -c testuser -p pass -w DOMAIN The windows servers are currently being upgraded to 2012, and as part of this they are setting... (0 Replies)
Discussion started by: AndyG
0 Replies

13. Web Development

Curl Command Error

Good afternnon. I need your help please to understand the basics of curl command to test web services. Ive heard i can test a web service using this command,so: curl http://glb_osb_fs.nh.inet:7110/serverglobal/services/StrategicPlanning/NotifyMNPAction_v1 it yields some errors, i would... (5 Replies)
Discussion started by: alexcol
5 Replies