Displaying 20 results from an estimated 700 matches similar to: "USB to Ethernet problem"
2014 Apr 05
1
USB 3.0 NIC / Sitecom NL-031
Hi, I have a Sitecom NL-031 USB 3.0 NIC which I'd like to use under
centos 6.5, but unfortunately I see no support. Or, I am doing something
wrong.
According to LKDDb (Linux Kernel Driver DataBase), the correct driver is
"CONFIG_USB_NET_AX8817X: ASIX AX88xxx Based USB 2.0 Ethernet Adapters"
but obviously, I've grabbed a non matching "iProduct", because mine is
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 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,
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
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:
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
2005 Jun 21
0
Zombie?
What does the Zombie mean in this line from the CLI?
== Spawn extension (daymenu, s, 1) exited non-zero on 'SIP/700-fe13<ZOMBIE>'
Chris Mason
NetConcepts
(264) 497-5670 Fax: (264) 497-8463
Int: (305) 704-7249 Fax: (815)301-9759
Cell: 264-235-5670
Yahoo IM: netconcepts_anguilla@yahoo.com
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
[
2010 Aug 20
0
libvirt and Bridging
Hello all,
Basically my problem is how can i access a virtual machine from local
network. I am able to do so from the host PC put not from other PC's
on the same network.
here is my what i did so far
(http://wiki.libvirt.org/page/Networking#NAT_forwarding_.28aka_.22virtual_networks.22.29)
cat '/etc/libvirt/qemu/networks/default.xml'
<network>
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
2003 Aug 21
3
un-stable to build a stable machine
i trust i am still new in freebsd, after go through all mail and book, =
now seem to be more close, i got 3 server and a notebook to play with, =
install no problem. cvsup not problem.make buildworld not problem. make =
build kernel become,every machine i got different error code 1,=20
1-one got system full=20
2-one showing this sometime=20
>
anyone know the best way to be one time success,not
2018 Jul 26
2
net-next boot error
On Thu, Jul 26, 2018 at 11:29 AM, syzbot
<syzbot+604f8271211546f5b3c7 at syzkaller.appspotmail.com> wrote:
> Hello,
>
> syzbot found the following crash on:
>
> HEAD commit: dc66fe43b7eb rds: send: Fix dead code in rds_sendmsg
> git tree: net-next
> console output: https://syzkaller.appspot.com/x/log.txt?x=127874c8400000
> kernel config:
2018 Jul 26
2
net-next boot error
On Thu, Jul 26, 2018 at 11:29 AM, syzbot
<syzbot+604f8271211546f5b3c7 at syzkaller.appspotmail.com> wrote:
> Hello,
>
> syzbot found the following crash on:
>
> HEAD commit: dc66fe43b7eb rds: send: Fix dead code in rds_sendmsg
> git tree: net-next
> console output: https://syzkaller.appspot.com/x/log.txt?x=127874c8400000
> kernel config:
2009 Nov 06
0
High ping time from domU , normal time when tcpdump is running
HI,
I''m having trouble with a debian etch HVM domU inside a dom0 domu
>From domU, I try to ping gateway, but response time change if tcpdump
is writing to standard output. Ping without tcpdump running has a 4 ms
time.
While tcpdump is writing in stdout, in another terminal:
# ping -n -c20 10.12.6.1
PING 10.12.6.1 (10.12.6.1) 56(84) bytes of data.
64 bytes from 10.12.6.1: icmp_seq=1
2020 Jun 22
2
Voice broken during calls (again...)
Am 22.06.2020 um 17:41 schrieb Marek Greško:
Hi
> try pinging your sip peer ip address following way:
>
> ping -n -M do -s 1300 -i 0.1 -c 100 ${ipaddress}
>
> Post several lines and the statistics.
root at bpi:/etc/asterisk# ping -n -M do -s 1300 -i 0.1 -c 100 tel.t-online.de
PING tel.t-online.de (217.0.128.133) 1300(1328) bytes of data.
1308 bytes from 217.0.128.133: