Displaying 20 results from an estimated 20 matches for "100e".
Did you mean:
100
2007 Jan 24
2
How do I identify my hardware?
I'm a little new to CentOS and very rusty on Linux in general (it's been
7 years since I worked on a Linux kernel), so this may seem like a dumb
question.
I have two issues with my machine - sound and video. My sound card is
not recognized at all (I think it's on the mobo, but I'm not sure how to
identify it), and I have an ATI dual video card with two screens, but
both show
2002 Mar 02
3
sorting listview by clicking header
...ram=1 lParam=40566824
trace:header:HEADER_WindowProc hwnd=1002d msg=1207 wparam=2 lParam=40566824
trace:listview:LISTVIEW_WindowProc (hwnd=1002c uMsg=1027 wParam=0 lParam=0)
trace:header:HEADER_WindowProc hwnd=1002d msg=46 wparam=0 lParam=40566768
trace:listview:LISTVIEW_WindowProc (hwnd=1002c uMsg=100e wParam=0 lParam=40566b88)
trace:listview:LISTVIEW_GetItemRect (hwnd=1002c, nItem=0, lprc=0x40566b88)
trace:listview:LISTVIEW_GetItemT (hwnd=1002c, lpLVItem={mask=10, iItem=0, iSubItem=0, state=0, stateMask=0, pszText=(null), cchTextMax=0, iImage=0, lParam=0, iIndent=0}, internal=1, isW=1)
trace:lis...
2009 Nov 26
1
Arrhenius Plot 2 with lattice
Hello,
sorry for incomplete code...
with this I read the file and calculate my stuff. I have a plenty of
them 80-300K every 5 Kelvin. I start with 79K, 80K...300K
test<-read.table("T300_both.txt",header=FALSE,sep="")
RH2<-c(RH2,2.5e7*.32e-4/100e-6/5100*(test$V3[c(2)]-test$V3[c(1)]+test
$V3[c(4)]-test$V3[c(3)]))
n2<-c(n2,-1/(RH2[c(46)]*1.60217e-19))
PA2<-c(1.1331/100e-6*.32e-4*(test$V1[c(2)]+test$V1[c(4)]-test
$V1[c(1)]-test$V1[c(3)]))
PB2<-c(1.1331/100e-6*.32e-4*(test$V1[c(6)]+test$V1[c(8)]-test
$V1[c(5)]-test$V1[c(7)]))
P2<-c(...
2017 Mar 29
0
Mixed bonding and vlan on plain adapter possible?
...nnounce=2
net.ipv4.conf.p1p1/100.arp_ignore=1
net.ipv4.conf.p1p2/100.arp_ignore=1
#
net.ipv4.conf.p1p1/100.rp_filter=2
net.ipv4.conf.p1p2/100.rp_filter=2
So far so good and my lun is viewed this way through multipath
[root at ov300 etc]# multipath -l
364817197b5dfd0e5538d959702249b1c dm-3 EQLOGIC ,100E-00
size=1.0T features='0' hwhandler='0' wp=rw
`-+- policy='round-robin 0' prio=0 status=active
|- 7:0:0:0 sde 8:64 active undef running
`- 8:0:0:0 sdf 8:80 active undef running
I tried a test workload and both paths are used in a balanced way.
Now I temporarily stop...
2007 Nov 13
1
sdc1 without the sdc
...method to re-create the /dev/sdc device? I
cannot dd or fdisk it, obviously, but I can mount the /dev/sdc1
partition and it works just fine. Not having the /dev/sdc is messing
up my multipath setup (let alone whatever else might be affected).
scsi3 : SFNet iSCSI driver
Vendor: EQLOGIC Model: 100E-00 Rev: 2.3
Type: Direct-Access ANSI SCSI revision: 05
SCSI device sdc: 8417280 512-byte hdwr sectors (4310 MB)
SCSI device sdc: drive cache: write through
SCSI device sdc: 8417280 512-byte hdwr sectors (4310 MB)
SCSI device sdc: drive cache: write through
sdc: s...
2004 May 27
2
Tape drive problems
...Rev 6.2.36
<Adaptec 29160 Ultra160 SCSI adapter>
aic7892: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs
blk: queue d3e53014, I/O limit 4095Mb (mask 0xffffffff)
(scsi0:A:11): 80.000MB/s transfers (40.000MHz, offset 32, 16bit)
Vendor: EXABYTE Model: VXA-2 Rev: 100E
Type: Sequential-Access ANSI SCSI revision: 02
blk: queue d37a7e14, I/O limit 4095Mb (mask 0xffffffff)
st: Version 20030406, bufsize 32768, max init. bufs 4, s/g segs 16
Attached scsi tape st0 at scsi0, channel 0, id 11, lun 0
scsi : 0 hosts left.
I also get:
cat /proc/scsi/s...
2009 Jan 19
1
iscsi of a SAN on a DomU
...3:16:14 srvtoto kernel: Loading iSCSI transport class
v1.1-646.<5>iscsi: registered transport (tcp)
Jan 19 23:16:14 srvtoto kernel: iscsi: registered transport (iser)
Jan 19 23:16:14 srvtoto kernel: scsi0 : iSCSI Initiator over TCP/IP
Jan 19 23:16:15 srvtoto kernel: Vendor: EQLOGIC Model: 100E-00
Rev: 3.3
Jan 19 23:16:15 srvtoto kernel: Type: Direct-Access
ANSI SCSI revision: 05
---
Is there a howto to setup this correctly?
Thank you in advance.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.co...
2011 Jun 07
1
RgoogleMaps Axes
...ot;Arvin12Map.png",
maptype ="mobile")
PlotOnStaticMap(MyMap,lat =datas$LAT,lon =datas$LON,
? ? ? ? ? ? ? ? axes =TRUE,mar =rep(4,4))
When I run this on my computer the horizontal axis ranges from 300W to 60E, but the ticks in between aren't linearly spaced (300W, 200W, 100W, 0, 100E, 160W, 60W). Also, the vertical axis moves linearly from 300S to 300N. It seems that no matter what data I supply for datas, the axes are always labeled this way.
My question is:
1. Does this problem occur on other machines using this code?
2. Does anyone have an explanation for it?
and
3. Can anyb...
2005 Feb 21
4
sip wifi phone?
Does anyone know of any sip wifi phones? Only one i can find that is
redily availiable is the zyxel prestige 2000w and from what i hear it is
flaky.
Kurt Fankhauser
WaveLinc
HYPERLINK "http://www.wavelinc.com/"www.wavelinc.com
114 S. Walnut St.
Bucyrus, OH 44820
419-562-6405
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database:
2004 Aug 31
4
T100P No D-channels
...troller: Tiger Jet Network Inc. Model 300 128k (rev 0).
IRQ 10.
Master Capable. Latency=64. Min Gnt=1.Max Lat=128.
I/O at 0xde00 [0xdeff].
Non-prefetchable 32 bit memory at 0xfcfdf000 [0xfcfdffff].
Bus 2, device 12, function 0:
Ethernet controller: PCI device 8086:100e (Intel Corp.) (rev 2).
IRQ 9.
Master Capable. Latency=64. Min Gnt=255.
Non-prefetchable 32 bit memory at 0xfcfe0000 [0xfcffffff].
I/O at 0xddc0 [0xddff].
[root@asterisk proc]# cat zaptel/1
Span 1: WCT1/0 "Digium Wildcard T100P T1/PRI Card 0" B8ZS/ESF ClockSou...
2014 May 15
5
Bug#748052: Bug#748052: Bug#748052: Bug#748052: xen-hypervisor-4.3-amd64: No USB keyboard af
On Thu, 2014-05-15 at 11:01 +0100, Ian Campbell wrote:
> Please can you also post Xen's own dmesg (from "xl dmesg").
Please boot with loglvl=all on the hypervisor command line for this too.
Ian.
2014 May 15
0
Bug#748052: Bug#748052: Bug#748052: Bug#748052: xen-hypervisor-4.3-a
...0] pci 0000:03:00.0: reg 0x30: [mem 0xc1800000-0xc180ffff pref]
[ 0.161465] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.169085] pci 0000:00:1c.5: PCI bridge to [bus 03]
[ 0.169093] pci 0000:00:1c.5: bridge window [mem 0xc0000000-0xc18fffff]
[ 0.169159] pci 0000:04:00.0: [8086:100e] type 00 class 0x020000
[ 0.169177] pci 0000:04:00.0: reg 0x10: [mem 0xc2340000-0xc235ffff]
[ 0.169187] pci 0000:04:00.0: reg 0x14: [mem 0xc2320000-0xc233ffff]
[ 0.169196] pci 0000:04:00.0: reg 0x18: [io 0x2000-0x203f]
[ 0.169227] pci 0000:04:00.0: reg 0x30: [mem 0xc2300000-0xc231ffff...
2013 Oct 06
40
[xen] double fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
Greetings,
I got the below dmesg and the first bad commit is
commit cf39c8e5352b4fb9efedfe7e9acb566a85ed847c
Merge: 3398d25 23b7eaf
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Wed Sep 4 17:45:39 2013 -0700
Merge tag ''stable/for-linus-3.12-rc0-tag'' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull Xen updates from Konrad
2014 May 16
4
Bug#748052: dom0 USB failing with "ehci-pci: probe of 0000:00:1d.0 failed with error -110"
...5] pci 0000:03:00.0: reg 0x30: [mem 0xc1800000-0xc180ffff pref]
[ 2.065470] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 2.073106] pci 0000:00:1c.5: PCI bridge to [bus 03]
[ 2.073118] pci 0000:00:1c.5: bridge window [mem 0xc0000000-0xc18fffff]
[ 2.073210] pci 0000:04:00.0: [8086:100e] type 00 class 0x020000
[ 2.073248] pci 0000:04:00.0: reg 0x10: [mem 0xc2340000-0xc235ffff]
[ 2.073265] pci 0000:04:00.0: reg 0x14: [mem 0xc2320000-0xc233ffff]
[ 2.073283] pci 0000:04:00.0: reg 0x18: [io 0x2000-0x203f]
[ 2.073349] pci 0000:04:00.0: reg 0x30: [mem 0xc2300000-0xc231ffff...
2013 Nov 04
2
[virtio_blk] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:526 sysfs_add_one()
...i 0000:00:03.0: [1af4:1000] type 00 class 0x020000
[ 6.544317] pci 0000:00:03.0: reg 0x10: [io 0xc1c0-0xc1df]
[ 6.550273] pci 0000:00:03.0: reg 0x14: [mem 0xfebe1000-0xfebe1fff]
[ 6.574010] pci 0000:00:03.0: reg 0x30: [mem 0xfebd0000-0xfebdffff pref]
[ 6.601099] pci 0000:00:04.0: [8086:100e] type 00 class 0x020000
[ 6.606399] pci 0000:00:04.0: reg 0x10: [mem 0xfeb80000-0xfeb9ffff]
[ 6.613987] pci 0000:00:04.0: reg 0x14: [io 0xc000-0xc03f]
[ 6.636356] pci 0000:00:04.0: reg 0x30: [mem 0xfeba0000-0xfebbffff pref]
[ 6.664675] pci 0000:00:05.0: [1af4:1001] type 00 class 0x0100...
2013 Nov 04
2
[virtio_blk] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:526 sysfs_add_one()
...i 0000:00:03.0: [1af4:1000] type 00 class 0x020000
[ 6.544317] pci 0000:00:03.0: reg 0x10: [io 0xc1c0-0xc1df]
[ 6.550273] pci 0000:00:03.0: reg 0x14: [mem 0xfebe1000-0xfebe1fff]
[ 6.574010] pci 0000:00:03.0: reg 0x30: [mem 0xfebd0000-0xfebdffff pref]
[ 6.601099] pci 0000:00:04.0: [8086:100e] type 00 class 0x020000
[ 6.606399] pci 0000:00:04.0: reg 0x10: [mem 0xfeb80000-0xfeb9ffff]
[ 6.613987] pci 0000:00:04.0: reg 0x14: [io 0xc000-0xc03f]
[ 6.636356] pci 0000:00:04.0: reg 0x30: [mem 0xfeba0000-0xfebbffff pref]
[ 6.664675] pci 0000:00:05.0: [1af4:1001] type 00 class 0x0100...
2013 Oct 20
3
[virtio-net] BUG: sleeping function called from invalid context at kernel/mutex.c:616
...i 0000:00:03.0: [1af4:1000] type 00 class 0x020000
[ 0.594196] pci 0000:00:03.0: reg 0x10: [io 0xc1c0-0xc1df]
[ 0.596005] pci 0000:00:03.0: reg 0x14: [mem 0xfebe5000-0xfebe5fff]
[ 0.601724] pci 0000:00:03.0: reg 0x30: [mem 0xfebd0000-0xfebdffff pref]
[ 0.603536] pci 0000:00:04.0: [8086:100e] type 00 class 0x020000
[ 0.604911] pci 0000:00:04.0: reg 0x10: [mem 0xfeb80000-0xfeb9ffff]
[ 0.608004] pci 0000:00:04.0: reg 0x14: [io 0xc000-0xc03f]
[ 0.613315] pci 0000:00:04.0: reg 0x30: [mem 0xfeba0000-0xfebbffff pref]
[ 0.614893] pci 0000:00:05.0: [8086:2668] type 00 class 0x0403...
2013 Oct 20
3
[virtio-net] BUG: sleeping function called from invalid context at kernel/mutex.c:616
...i 0000:00:03.0: [1af4:1000] type 00 class 0x020000
[ 0.594196] pci 0000:00:03.0: reg 0x10: [io 0xc1c0-0xc1df]
[ 0.596005] pci 0000:00:03.0: reg 0x14: [mem 0xfebe5000-0xfebe5fff]
[ 0.601724] pci 0000:00:03.0: reg 0x30: [mem 0xfebd0000-0xfebdffff pref]
[ 0.603536] pci 0000:00:04.0: [8086:100e] type 00 class 0x020000
[ 0.604911] pci 0000:00:04.0: reg 0x10: [mem 0xfeb80000-0xfeb9ffff]
[ 0.608004] pci 0000:00:04.0: reg 0x14: [io 0xc000-0xc03f]
[ 0.613315] pci 0000:00:04.0: reg 0x30: [mem 0xfeba0000-0xfebbffff pref]
[ 0.614893] pci 0000:00:05.0: [8086:2668] type 00 class 0x0403...
2013 Jun 03
0
[virtio_blk] BUG: unable to handle kernel paging request at ff7f5784
...[ 10.553873] pci 0000:00:03.0: reg 14: [mem 0xfebe1000-0xfebe1fff]
[ 10.577069] pci 0000:00:03.0: reg 30: [mem 0xfebd0000-0xfebdffff pref]
[ 10.580981] device: '0000:00:03.0': device_add
[ 10.588658] bus: 'pci': add device 0000:00:03.0
[ 10.595593] pci 0000:00:04.0: [8086:100e] type 00 class 0x020000
[ 10.601664] pci 0000:00:04.0: reg 10: [mem 0xfeb80000-0xfeb9ffff]
[ 10.608251] pci 0000:00:04.0: reg 14: [io 0xc000-0xc03f]
[ 10.630526] pci 0000:00:04.0: reg 30: [mem 0xfeba0000-0xfebbffff pref]
[ 10.634068] device: '0000:00:04.0': device_add
[ 10.641322...
2013 Jun 03
0
[virtio_blk] BUG: unable to handle kernel paging request at ff7f5784
...[ 10.553873] pci 0000:00:03.0: reg 14: [mem 0xfebe1000-0xfebe1fff]
[ 10.577069] pci 0000:00:03.0: reg 30: [mem 0xfebd0000-0xfebdffff pref]
[ 10.580981] device: '0000:00:03.0': device_add
[ 10.588658] bus: 'pci': add device 0000:00:03.0
[ 10.595593] pci 0000:00:04.0: [8086:100e] type 00 class 0x020000
[ 10.601664] pci 0000:00:04.0: reg 10: [mem 0xfeb80000-0xfeb9ffff]
[ 10.608251] pci 0000:00:04.0: reg 14: [io 0xc000-0xc03f]
[ 10.630526] pci 0000:00:04.0: reg 30: [mem 0xfeba0000-0xfebbffff pref]
[ 10.634068] device: '0000:00:04.0': device_add
[ 10.641322...