Displaying 20 results from an estimated 800 matches similar to: "USB 3.0 NIC / Sitecom NL-031"
2014 Mar 18
2
USB to Ethernet problem
Hello All,
?I installed Centos 6.5 64 bit on a Dell Vostro 1550 laptop with i3 core. The kernel installed was 2.6.32-431.el6.x86_64. I was not able to compile kernel modules, even after installing the kernel headers, kernel source rpms.
?So I downloaded the kernel linux-3.10.31.tar.xz, extracted it, and did the following:
make defconfig
change CONFIG_USB_USBNET=y, in the .config.
make
? ASIX
2008 Jun 27
2
New USB ethernet adapter
I got a new USB ethernet adapter from ebay, the ad said RealTek chipset,
so I thought I would chance it.
Well, my 5.2 system does not recognize the USB device. At all. What do
I need to do?
I checked the driver CD and the XP driver directory's .inf file has the
following:
; ASIX AX88172 USB2 to Fast Ethernet Adapter *
; *
; Copyright 2001-2003,
2011 Oct 08
1
CentOS 5.7 Ethernet bonding - order of enslavement matters?
Setting up bonding in active-backup mode 1 (using ARP monitoring)
on a server, it looked OK, but pulling the active link cable
didn't actually work, it didn't fail over.
Eventually with manual playing around with modprobe, ifconfig,
ifenslave, etc., a solution was stumbled upon: enslave the eth1
device before eth0, and all is good.
Why this should matter is a puzzle - I could not find
2005 Sep 13
1
Integration between Asterisk and Siemens HiCom 150e over ISDN
Hi,
I am looking to integrate Asterisk with a Siemens HiCom 150e via BRI and
wondered if anyone is able to offer any advice.
In simplistic terms, my goal is to pass calls from the HiCom to the Asterisk
box. e.g: HiCom user dials access code and can call Asterisk extension or
establish SIP call over Internet. Likewise, I'd like Asterisk to be able to
present a call to the Hicom, either
2005 May 25
1
Plot: Distance between tick and tick label on y-axis
Hello,
I want to reduce the distance between my ticks and their labels. I managed
to do it for the x-axis, but the y-axis puzzles me. Here's an example where
there is no space between the x-asix ticks and labels.
par(las=1)
plot(runif(50), type="l",xaxt="n",yaxt="n",ylab="", bty="l")
axis(2)
axis(1,padj=-1.5)
#However,
axis(2,padj=-1.5)
2012 May 09
1
white lines in barplot
Dear R-helpers,
I would like to draw white lines in my barplots to improve the
visualization.
I include an example:
barplot(sample(1:100,15),width=0.59,horiz=T,col="steelblue",border="NA",axes=F,ylim=c(0,10),xlim=c(0,100))
abline(v = seq(10, zehnind, by = 10), col = "white")
axis(1,at=ticks,las=1,labels=paste(ticks,"%",sep=""))
my problem is,
2012 Mar 12
4
"Hard" hangs on several Intel(-chipset) boards
Hey!
I''m deploying a vanilla Xen 4.1.2 installation at a hosting provider,
and I''m experiencing hard hangs (i.e., the system is unresponsive to
keystrokes, network is off, I/O to disk is stopped) on several of their
available server packages, all based on Intel i7 CPUs and related chipsets.
The failure does not seem related to a specific Xen-version (I''ve
2010 Mar 15
2
IBM Touchscreen
Hi, i have some old IBM USB touchscreens, that insist on not working
correctly under CentOS. I tried to use the 3m driver and the elousb driver,
but none of them work.
The touch part works out of the box witohut any drivers, but i can't find a
way to calibrate them The y axis is inverted and the X axis is a bit off.
Here is the output form lsusb:
Bus 003 Device 002: ID 0596:0001 MicroTouch
2013 Oct 22
5
Arndale: domU not booting
Dear all,
I followed the steps described in the wiki in order to get an Arnadle
board running Xen, but I''m having trouble in starting a domU. Let me
describe you the steps I followed. Sorry for such a long mail, but I
think that a verbose description is necessary so you can point me what
I''m doing wrong.
I couldn''t boot properly over the network. This is why I
2009 Feb 04
3
unable to assign ip from config file
Hi,
im using a fedora core 8 domU and fedora core 8 as my dom0 on xen3.1.0-13,
my config file reads:
kernel = "/boot/vmlinuz-2.6.21-2950.fc8xen"
ramdisk="/boot/initrd-2.6.21-2950.fc8xen-no-scsi.img"
memory = 428
name = "fedora1.fc8"
vif = [ ''mac=00:16:3e:00:00:03,ip=192.168.2.105'' ]
dhcp = "off"
netmask = "255.255.255.0"
gateway
2012 Nov 07
0
customizing asix in xyplot in lattice
Hello,
I have a time series dataset in long format (15 minute data over
approximately 2 years). The data set is composed of time series of multiple
sensors; much of the time series are duplicate dates and times, but of
different lengths.
I can plot the data converting the datetime to as.numeric, but they do not
plot if I keep the data as POSIXlt.
I know xyplot would plot the data if it was a
2012 Jan 05
2
Serial port driver on CentOS 6
I installed CentOS 6 on a Dell Optiplex 790 with a StarTech.com dual serial
port card, and the serial ports aren't being recognized. According to dmesg,
only the built-in serial port is being recognized:
# dmesg | fgrep ttyS
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
And lspci -v doesn't show that any drivers are loaded for it:
2010 Feb 26
20
How to: Improve Network Throughput of a XEN kernel?
Hi there,
I am starting a new thread to try and solve a problem I am having will slow network throughput to the XEN host (not to a domU).
I have confirmed my problem occurs with PVOPS ''xen/master'' kernel as well using http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.31.6-pvops-dom0-xen-master-x86_64 as the .config.
It also occurs with a forward ported xenified kernel
2010 Feb 26
20
How to: Improve Network Throughput of a XEN kernel?
Hi there,
I am starting a new thread to try and solve a problem I am having will slow network throughput to the XEN host (not to a domU).
I have confirmed my problem occurs with PVOPS ''xen/master'' kernel as well using http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.31.6-pvops-dom0-xen-master-x86_64 as the .config.
It also occurs with a forward ported xenified kernel
2012 Feb 09
2
Startech USB21000S
Hi All,
Just wondering if anyone has had the occasion to use one of these for
usb networking with Centos 6.2. Did it work out of the box? Any
recommendations? It uses the ax88178 chipset and is a gigabit usb
network adaptor.
Thanks a bunch, in advance for your time.
Phil
2006 Sep 18
1
Cannot read from the source file or disk
Hi everybody,
I'm very glad to meet you. Congratulations to Samba staff, for them open
source software is well known as high quality product.
I've got a problem now, since I changed of server. First of all, my old
server HP ML330 G3 suffered a little problem, and was replaced by an HP
ML150 G2. The older server had RedHat 9 installed with Samba 3.22. This
server runs Fedora Core 5 and
2013 Oct 29
1
c6.4: D-Link USB network device (2001:1a02) not work.
Hi, I have plug in this USB network device:
> Bus 001 Device 002: ID 2001:1a02 D-Link Corp.
> T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=01 Dev#= 2 Spd=480 MxCh= 0
> D: Ver= 2.00 Cls=ff(vend.) Sub=ff Prot=00 MxPS=64 #Cfgs= 1
> P: Vendor=2001 ProdID=1a02 Rev= 0.01
> S: Manufacturer=D-Link
> S: Product=DUB-E100
> S: SerialNumber=E5ECEB
> C:* #Ifs= 1 Cfg#= 1
2017 Jan 06
0
nouveau: display freezing
Hei,
839ca903f12e (drm/nouveau/kms/nv50: transition to atomic interfaces internally,
2016-11-04) seems to introduce a regression on my machine. Attached dmesg
output. Has anyone else seen this on a MacBookPro?
Thanks.
--
Mit freundlichen Grüßen
Alexander Alemayhu
-------------- next part --------------
[ 0.000000] microcode: microcode updated early to revision 0x16, date = 2016-04-01
[
2012 Apr 21
7
[Bug 782] New: -j LOG --log-prefix handling broken
http://bugzilla.netfilter.org/show_bug.cgi?id=782
Summary: -j LOG --log-prefix handling broken
Product: iptables
Version: CVS (please indicate timestamp)
Platform: x86_64
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: iptables-restore
AssignedTo: netfilter-buglog at
2002 Apr 05
4
slightly different audio output
Hi,
I wonder if there is specific requirement or restriction for the decoder
in order to be consider "Vorbis" compliant (or let's say, to be a
"correct" vorbis decoder). I am experimenting with integerized libvorbis
and the decoder delivers the audio data as following, (and compare with
the floating point version below).
$ tail audioout-int.txt
0290670 025e 085c 02cf 0895