Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cue(4) [plan9 man page]

CUE(4)							   BSD Kernel Interfaces Manual 						    CUE(4)

NAME
cue -- CATC USB-EL1210A USB Ethernet driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device uhci device ohci device usb device cue Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_cue_load="YES" DESCRIPTION
The cue driver provides support for USB Ethernet adapters based on the Computer Access Technology Corporation's USB-EL1210A chipset. The USB-EL1210A supports a 512-bit multicast hash filter, single perfect filter entry for the station address and promiscuous mode. Packets are received and transmitted over separate USB bulk transfer endpoints. The CATC chipset supports only 10Mbps half-duplex mode, hence there are no ifmedia(4) modes to select. For more information on configuring this device, see ifconfig(8). HARDWARE
The cue driver supports CATC USB-EL1210A based USB Ethernet adapters including: o Belkin F5U011/F5U111 o CATC Netmate o CATC Netmate II o SmartBridges SmartLink DIAGNOSTICS
cue%d: watchdog timeout A packet was queued for transmission and a transmit command was issued, however the device failed to acknowledge the transmission before a timeout expired. cue%d: no memory for rx list The driver failed to allocate an mbuf for the receiver ring. SEE ALSO
arp(4), netintro(4), ng_ether(4), ifconfig(8) HISTORY
The cue device driver first appeared in FreeBSD 4.0. AUTHORS
The cue driver was written by Bill Paul <wpaul@ee.columbia.edu>. BSD
July 16, 2005 BSD

Check Out this Related Man Page

CUE(4)                                                     BSD Kernel Interfaces Manual                                                     CUE(4)

NAME
cue -- CATC USB-EL1210A USB Ethernet driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device uhci device ohci device usb device cue Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_cue_load="YES" DESCRIPTION
The cue driver provides support for USB Ethernet adapters based on the Computer Access Technology Corporation's USB-EL1210A chipset. The USB-EL1210A supports a 512-bit multicast hash filter, single perfect filter entry for the station address and promiscuous mode. Packets are received and transmitted over separate USB bulk transfer endpoints. The CATC chipset supports only 10Mbps half-duplex mode, hence there are no ifmedia(4) modes to select. For more information on configuring this device, see ifconfig(8). HARDWARE
The cue driver supports CATC USB-EL1210A based USB Ethernet adapters including: o Belkin F5U011/F5U111 o CATC Netmate o CATC Netmate II o SmartBridges SmartLink DIAGNOSTICS
cue%d: watchdog timeout A packet was queued for transmission and a transmit command was issued, however the device failed to acknowledge the transmission before a timeout expired. cue%d: no memory for rx list The driver failed to allocate an mbuf for the receiver ring. SEE ALSO
arp(4), netintro(4), ng_ether(4), ifconfig(8) HISTORY
The cue device driver first appeared in FreeBSD 4.0. AUTHORS
The cue driver was written by Bill Paul <wpaul@ee.columbia.edu>. BSD July 16, 2005 BSD
Man Page

15 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Partitioning script for rescue mode (disk size calculation)

Hello! I need to write partitioning script wich would work in rescue mode. It will prepare partitions and unpack linux on it. However I need to calculate whole size of the disk and create: /dev/sda1 --> One big partition (minus (2*size of memory) for swap) /dev/sda2 --> Swap partition... (1 Reply)
Discussion started by: pug123
1 Replies

2. UNIX for Dummies Questions & Answers

help rescue my data

I was runing suse 10.2 and windows ,i had installed windows on a separate 40 gb hard disk and linux on a 160 gb disk which it shrunk and left some 60 gb which were readable in windows. Due to the fact that i store alot of data in the windows partions i used all the extra 60gb which where readable... (2 Replies)
Discussion started by: soba
2 Replies

3. Linux

convert avi to cellphone friendly 320x176 mp4 file...ffmpeg to the rescue :)

found a few ffmpeg posts and after a few unsuccessful attempts, I have found a solution :) to encode an avi to to an nokia e71 recognized mp4 format: ffmpeg -y -i inputFILE.avi -acodec aac -ab 72k -s 320x176 -aspect 16:9 -vcodec h264 -b 300k -qcomp 0.6 -qmin 16 -qmax 51 -qdiff 4 -flags +loop... (2 Replies)
Discussion started by: mr_manny
2 Replies

4. Linux

Xen VM rescue mode

Hi all, I am running xen virtual machine on centos 5 and xen gust o.s is centos. I cannot boot my xen vm machine it saying cannot find /bin/sh to execute. I want to go to rescue mode of my xen vm machine. I know how to do on actual physical machine but how i can enter in rescue mode of... (6 Replies)
Discussion started by: email-lalit
6 Replies

5. Solaris

NFS resource goes down frecuently in solaris zone

Hi guys. We have filesystems resources taken from tha NAS nettap ; but the filesystem inside the solaris zone with some frecuency is unable.This filesystems are critical and we need constantly remount them. Someone know if there are problems with the NFS resources in zones? Where are... (3 Replies)
Discussion started by: aggadtech08
3 Replies

6. Filesystems, Disks and Memory

Automated disk cloning

Hi, I'm running Ubuntu on my laptop. To keep my data safe and easy disaster recovery as well I bought similar HDD to one installed in my laptop with higher capacity and using USB box I'm doing disk clone to it. So at any time I can replace disk and carry on with my work as before. I'm trying... (2 Replies)
Discussion started by: uvaio
2 Replies

7. AIX

Ajout colonne calcuée ds un fichier .txt

Mon but est de créer un script ksh ou commande aix permettant ceci. J'ai un fichier .txt organisé par bloc d'informations, chaque bloc débute par 000 et ce comme suit : 000... 001... 003... 004... 000... 001... 003... 004... . . .Mon but est d'ajouter une colonne en fin de chaque ligne afin... (2 Replies)
Discussion started by: zainab2006
2 Replies

8. Ubuntu

does ddrescue or dd has capability to update the content of an image file

Hi I would like to ask about the ddrescue or dd command imaging tool. is dd or ddrescue has a capability to update the created image so that i would not create a new image again if i want run the dd or ddrescue again. or if i will place it in the schedule task.. If not then is someone knows... (5 Replies)
Discussion started by: jao_madn
5 Replies

9. Shell Programming and Scripting

problem with spaces in filename

I have written a script to run ddrescue on a list of files. #!/bin/bash # # A script to rescue data recursively using ddrescue. srcDir=/damaged/hdd/movies/ #the source directory desDir=/new/hdd/movies/ #the destination directory... (2 Replies)
Discussion started by: colsinc
2 Replies

10. Hardware

Rescued, an A.D.D.S Regent 25? Unix terminal from 1980, need help please :o)

Hi all I was at work the other day and had my regular look inside the room where computers go to die. To my amazement, near the bottom of the pile, mostly buried, was an old computer, which turned out to be a working Aquired Digital Data Services Regent 25 (not sure if it is a 25 or... (2 Replies)
Discussion started by: RetroGamerVX
2 Replies

11. Red Hat

You' dont have any Linux partition- Rescue Mode

I accidently deleted fstab file from one of the compute nodes of the cluster (RHEL 5.3). Due to this no filesystem/directory is mounted on the system during bootup. I started system in rescue mode but it says You don't have any linux partitions. Press return to get a shell. The system will reboot... (2 Replies)
Discussion started by: ahsanpmd
2 Replies

12. Debian

Hardlink on wheezy by default for usb-stick?

May somebody can give me a hint. I am still using my old squeeze and it works the way I want. But my recent post about changing the owners rights, e.g. 777 or 755 anyway, it could be 644 as well. While configuring a new pc, just by chance I discovered how to enter the BIOS. And here it comes. I... (11 Replies)
Discussion started by: 1in10
11 Replies

13. UNIX and Linux Applications

Rescue "LiveCD" for UNIX (as opposed to Linux)

Background is I am attempting to recover/rescue an HP DL380 G5 which is running SCO Unixware 7.11. It has 3 partitions in a RAID 5 Configuration and is unable to boot with a Stage 3 boot load error. .. Client has no emergency rescue disk. System is old and redundant except they suddenly need some... (4 Replies)
Discussion started by: BernP
4 Replies

14. UNIX for Beginners Questions & Answers

How to save data and run the server again / Ubuntu16.04?

Hello, I am running ubuntu 16.04 and I have rented a server three days ago. I am with OVH and during image installation I did not merge hdd partitions, just proceed with custom installation configuration. Today I rebooted and server went offline. Company says: "Connect in rescue mode and check... (4 Replies)
Discussion started by: baris35
4 Replies

15. UNIX for Beginners Questions & Answers

How to fix and manage data in rescue mode?

Hello, I am running ubuntu 14.04 My server has problems again. I need to manage system files in rescue mode, backup some files, edit /etc/crontab and rc.local files etc. root@rescue:~# cat /proc/mdstat Personalities : md2 : active raid1 sda2 sdb2 4193216 blocks md3 :... (4 Replies)
Discussion started by: baris35
4 Replies